Loop back address



Hi all,

The following is the definition of loop back address ,i saw in the
book tcp/ip guide

special range of addresses ,127.0.0.0 to 127.255.255.255 , is set
aside for loop back functionality.IP datagrams sent by a host to a
127.x.x.x loop back address are not passed down to the data link layer
for transmission,instead they loopback
to the source device at the IP level. In essence this short circuits
the normal protocol stack; data is sent by a device's layer 3 IP
implementation and immediately received by it.

This loopback range is used for testing the TCP/IP protocol
implementation on a host. since the lower layers are short
circuited ,sending to a loopback address allows you to isolate and
test the higher layers ,IP and above without interference from lower
layers. 127.0.0.1 is the address most commonly used for testing
purposes

now my question is as follows

1)This loopback range is used for testing the TCP/IP protocol
implementation on a host. since the lower layers are short
circuited ,sending to a loopback address allows you to isolate and
test the higher layers

can any one give example(s) for this or a situation where this is
used ?

.



Relevant Pages

  • Re: Network Models
    ... built on top of TCP implements the higher OSI layers itself. ... What i want is that TCP/IP model is also a model other than ...
    (microsoft.public.win32.programmer.networks)
  • Re: [PATCH][v2] Modify loop device to be able to manage partitions
    ... but modifying loop avoids to stack several layers of block device (loop + ... this is a very light modification (40% of modifications ...
    (Linux-Kernel)
  • Re: Network Models
    ... any case TCP/IP implements ... layers 3 and 4 of ISO model. ... OTOH stack and suite are both s/w ... which there are different layers. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Whats bad in Java
    ... TCP/IP is slow because there are too much layers. ... uses a four layer model which approximates the lowest 5 OSI layers. ... TCP/IP provides no equivalent to the Presentation and Application ...
    (comp.lang.java.programmer)
  • Re: Please Recommend Wireless Protocol and How-To/Tutorial
    ... "Jeffrey A. Wormsley" wrote in message ... > layers can be entirely different and encoded and error corrected however ... the point I was after is that even though TCP/IP has plenty of its ... own error correction built-in, it assumes the lower level has a 'reasonable' ...
    (comp.arch.embedded)

Loading