1,835 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

0 votes
0 votes
0 answers
2
Ekta07_GATE asked Jan 12, 2019
374 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?
0 votes
0 votes
5 answers
3
Venkata Krishna Redd asked Apr 7, 2015
5,155 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