Neighbor Discovery Protocol

The Neighbor Discovery Protocol (NDP) is a protocol in the Internet Protocol Suite used with Internet Protocol Version 6 (IPv6). It operates in the Internet Layer of the Internet model (RFC 1122) and is responsible for address autoconfiguration of nodes, discovery of other nodes on the link, determining the Link Layer addresses of other nodes, duplicate address detection, finding available routers and Domain Name System (DNS) servers, address prefix discovery, and maintaining reachability information about the paths to other active neighbor nodes (RFC 4861).[1]

The protocol defines five different ICMPv6 packet types to perform functions for IPv6 similar to the Address Resolution Protocol (ARP) and Internet Control Message Protocol (ICMP) Router Discovery and Router Redirect protocols for IPv4. However, it provides many improvements over its IPv4 counterparts (RFC 4861, section 3.1). For example, it includes Neighbor Unreachability Detection (NUD), thus improving robustness of packet delivery in the presence of failing routers or links, or mobile nodes.

Technical details

NDP defines the following five ICMPv6 packet types:[2]

  1. Router Solicitation
  2. Router Advertisement
  3. Neighbor Solicitation
  4. Neighbor Advertisement
  5. Redirect

These messages are used to provide the following functionality:

Vulnerability

Some routers have a vulnerability in dealing with the NDP protocol [1]. Often, routers have less NDP entries available than possible addresses in the IPv6 subnet (typically 2^64 or more, to allow for SLAAC). An (expired) resolution is possible [2].

See also

References

  1. ^ RFC 4861, Neighbor Discovery for IP version 6 (IPv6), T. Narten et al. (September 2007)
  2. ^ RFC 2461, Neighbor Discovery for IP version 6 (IPv6), T. Narten, December 1998
  3. ^ RFC 6106, IPv6 Router Advertisement Options for DNS Configuration, J. Jeong (Ed.), S. Park, L. Beloeil, S. Madanapalli (November 2010)

External links