Computer Science, asked by Abidali4848, 1 year ago

Network admistrator has asked you to check the status of workstation ip stack by pinging the loppback address. which address would you ping to perform this task

Answers

Answered by dastulikapadgna
0
127.0.0.0 because it's called as an loopback address.
Answered by durgeshbishi2
1

Answer:

The address should be 127.0.0.1.

Explanation:

The loopback address supported by all OS is 127.0.0.1, this IP address is known as localhost or loopback as this IP address does not send data outside the local area network. This is a special-purpose IPv4 address.
This address only can be used by the computer a user is on.

Similar questions