1,907 views
0 votes
0 votes
till which layer the loopback packet goes . i mean to ask that the lowest layer till which packet travel and then come back. I read that it goes to data link layer . but is the point to send it to data link layer as the address 127 is know at the network layer. at the same page i also read that it will return as the address 127 will be known . which is know at network layer . so i m confussed  till which point the packet will go .

5 Answers

0 votes
0 votes
127:x:X:x is an ip adddres where x cannot be simantously 0s and 1 all at once used for self connectivity (if internet is not working )

we send an ip with destination 127.x.x.x it goes to DATA LL and comes back to NETWOK LAYER

if it comes back then we can say no fault in our internet ascpects that support in our system
0 votes
0 votes
Only till DLL. DLL sends it back.
0 votes
0 votes
yap .it is dll sure. i feel as 127.x.x.x is a special address with this special property .. i dont know about technicality
0 votes
0 votes

It should return from Network Layer of the host in my opinion, however i was'nt able to find exact answer to this question .

 

Why do we have the Loopback address and why is it 127.0.0.1??? Early on when the Department of Defense in the US was designing TCP/IP, they decided that they should reserve a portion of the space for testing. They rather randomly selected the 127 space for this purpose. In fact - it is the entire space 127 space that they reserved. Many do not realize this, since the most common implementation is to assign 127.0.0.1. So try pinging the address 127.1.2.3 on your PC and it might just respond if your vendor supports testing with other numbers in the reserved loopback space.

 

What is the fact that your machine responds to 127.0.0.1 really telling you???

This is telling you that TCP/IP is properly initialized on your device. You might not have external interfaces set up properly,but the TCP/IP stack is indeed there and it is functional once you do the remaining required configurations.

 

Notice the creators of TCP/IP had no idea there would be an IP address shortage when they selected this space! They sure wasted a lot of addresses for this testing purpose.

 

Remember also that you can create your own loopback interfaces on Cisco devices. For example, you can do this:

 

interface loopback 101

ip address 10.10.10.1 255.255.255.0

 

This creates a virtual interface on your device that you can use for a wide variety of purposes - like testing a feature!

reference:https://learningnetwork.cisco.com/thread/52391

Related questions

932
views
1 answers
0 votes
yg92 asked Jan 1, 2017
932 views
A system is connected to n/w 192.168.1.0 with IP 192.168.1.2 . System will check its connectivity to Internet by sending control packetSIP- 192.168.1.2DIP- ?192.168.1.019...
392
views
0 answers
0 votes
Ekta07_GATE asked Jan 12, 2019
392 views
Ip address of class 0.0.0.0 to 0.255.255.255 and 127.0.0.0 to 127.255.255.255 , where these range of address of class A is being used?
5.3k
views
5 answers
0 votes
Venkata Krishna Redd asked Apr 7, 2015
5,255 views
1. 10.100.100.100 & 10.100.100.1002. 10.100.100.100 & 255.255.255.2553. 10.100.100.100 & 127.1.100.14. 127.100.100.100 & 10.100.100.100
428
views
0 answers
0 votes
Nisha Bharti asked Oct 15, 2022
428 views
What is the difference between loopback testing or testing host logical address?like suppose host A have logical address 192.70.34.5here what is the meaning of ping 192.7...