ICMP Router Discovery Protocol

Source: Wikipedia, the free encyclopedia.

In

IPv4 local area network. Router discovery is useful for accessing computer systems on other nonlocal area networks.[2] The IRDP is defined by the IETF RFC 1256 standard,[3] with the Internet Control Message Protocol (ICMP) upon which it is based defined in IETF RFC 792. IRDP eliminates the need to manually configure routing information.[1]

Router discovery messages

To enable router discovery, the IRDP defines two kinds of ICMP messages:[4][5]

  • The ICMP Router Solicitation message is sent from a computer host to any routers on the local area network to request that they advertise their presence on the network.
  • The ICMP Router Advertisement message is sent by a router on the local area network to announce its IP address as available for routing.

When a host boots up, it sends solicitation messages to IP multicast address 224.0.0.2.[4] In response, one or more routers may send advertisement messages. If there is more than one router, the host usually picks the first message it gets and adds that router to its routing table. Independently of a solicitation, a router may periodically send out advertisement messages.[6] These messages are not considered a routing protocol, as they do not determine a routing path, just the presence of possible gateways.[3]

Extensions

The IRDP strategy has been used in the development of the IPv6 neighbor discovery protocol.[7] These use ICMPv6 messages, the IPv6 analog of ICMP messages. Neighbor discovery is governed by IETF standards RFC 4861 and RFC 4862.

IRDP plays an essential role in mobile networking through IETF standard RFC 3344.[1] This is called MIPv4 Agent discovery.[5]

See also

References

  1. ^ a b c "IRDP". etutorials.org. eTutorials.org. Retrieved 23 June 2016.
  2. ^ "ICMP Router Discovery Overview". www.juniper.net. Juniper Networks. Retrieved 23 June 2016.
  3. ^ . Retrieved 23 June 2016.
  4. ^ . Retrieved 23 June 2016.
  5. ^ . Retrieved 23 June 2016.
  6. .
  7. ^ "Supported ICMP Router Discovery and IPv6 Neighbor Discovery Standards". juniper.net. Juniper Networks. Retrieved 23 June 2016.

External links

  • RFC 1256: ICMP Router Discovery Messages