September 2014
Intermediate to advanced
928 pages
31h 47m
English
Chapter 12 presented the network-communications architecture of FreeBSD. This chapter examines the network protocols implemented within this framework. The FreeBSD system supports several major communication domains including IPv4, IPv6, Xerox Network Systems (NS), ISO/OSI, and the local domain (formerly known as the UNIX domain). The local domain does not include network protocols because it operates entirely within a single system. This chapter studies the portions of the TCP/IP protocols that implement the network-layer software. The protocols that make up the network layer of the TCP/IP software are responsible for moving packets between intermediate hosts in the Internet. Because the TCP/IP protocols implement ...