In a mobile network, a switch's loopback address is a configured logical address not associated with a physical interface. It's useful for routing as it's always up and operational unless otherwise manually brought down. Whereas a physical ip address can lose routing if the interface goes down or if it's handling significant amounts of traffic.
127.0.0.1 is the loopback address in IP.... or in the (slightly modified) words of Dorthy Gale when she returned from Oz "There's no place like 127.0.0.1"
LOOPBACK ADDRESS - 127.0.0.0\8 IP Network range is reserved for Internal Testing.
This IP address is usually called the localhost address.
The purpose of the command is to send a ping request to the IP address 127.0.0.1. The IP should respond with a "pong" if it accessible. As the address 127.0.0.1 is the originator of the ping request, it should always respond unless something is wrong with the TCP/IP stack.
ip address need in bsnl
127.0.0.1
127.0.0.1 is the loopback address in IP.... or in the (slightly modified) words of Dorthy Gale when she returned from Oz "There's no place like 127.0.0.1"
The loopback address for each machine is 127.0.0.1, regardless of how many machines are on the network.
resever ip of loop back is 127.0.0.1
The problem with your IP address lies in the first octet. 127.0.0.1 addresses are reserved for loopback addresses.
LOOPBACK ADDRESS - 127.0.0.0\8 IP Network range is reserved for Internal Testing.
This IP address is usually called the localhost address.
the function of loopback to connect to tcp/ip in networking
C: Attempt to ping the loopback address.
Use the PING (and current IP address) command to execute a loopback test on a NIC
it's the loopback address. The IP address listed under it can be pinged to test to see if your NIC is working
The purpose of the command is to send a ping request to the IP address 127.0.0.1. The IP should respond with a "pong" if it accessible. As the address 127.0.0.1 is the originator of the ping request, it should always respond unless something is wrong with the TCP/IP stack.