Book Image

Understanding TCP/IP

By : CP Books a.s.
Book Image

Understanding TCP/IP

By: CP Books a.s.

Overview of this book

This book covers in detail the Open System Interconnection (OSI) reference model and the TCP/IP protocols that operate that different layers. Its coverage includes various application protocols. The authors explain in an easy-to-read style networking concepts and protocols, with examples that make the book a practical guide in addition to its coverage of theory.
Table of Contents (20 chapters)
19
Index

8.1 Next Headers of IP Version 6 Datagram

Next headers can follow the base header.

The Next header field in the base header shows, which data type (header) follows the base header. Headers form chains. The chain contains only those headers that are necessary as opposed to IP version 4 that often carries extraneous information in its header.

8.1 Next Headers of IP Version 6 Datagram

Figure 8.2: An example of IP version 6 datagram structure with arrows showing the order of header processing

The Next header field is followed by the header length field. This field specifies the shift that is necessary in order to reach the next header. The base header does not have a header length field since it is always 40 bytes long. The length is not used with fragment headers either since this header is always 8 bytes long.

8.1.1 Hop-By-Hop Options

This Next header contains individual pieces of information (options) that are aimed at routers transferring the datagram. Each router transferring the datagram must look at and process these options.

The...