Future Network Considerations

Previous Table of Contents Next


The following list describes the IPv6 packet header format fields in greater detail.

  Ver #. The version number is a 4-bit field that holds the release number of the IP version—6 with IPv6.
  Priority. The Priority field is a 4-bit field, which holds a value indicating the priority of the datagram. This priority is used to determine the transmission order of datagrams in the line-up. I will go into further detail on the Priority field a bit later in the chapter.
  Flow Label. The Flow Label field is 24 bits long. Currently it is still under development. More than likely, it will be combined with the source address to provide flow identification on the network.
  Payload Length. The Payload Length field is 16 bits long and is used to specify the total length of the IP datagram, in bytes.
  Next Header. The Next Header field indicates which header follows the IP header when other applications want to “piggy-back” on the IP header itself. The Next Header field identifies the other applications by several different values as defined in Table 12-3.
Table 12-3 Next Header field values
Value Description

0 Hop-by-Hop Options
4 IP
6 TCP
17 UDP
43 Routing
44 Fragment
45 Inter-Domain Routine
46 Resource Reservation
50 Encapsulating Security
51 Authentication
58 ICMP
59 No Next Header
60 Destination Options
  Hop limit. The Hop Limit field determines the number of hops the datagram can travel. As each datagram is forwarded, the number is decremented by 1. When the Hop Limit field is reduced to 0, the datagram is discarded.
  Sending and Destination Address. These fields are both 128-bit addresses that correspond to the machine the datagram is being sent from and its intended target.

Figure 12-14 shows the layout for IPv6 packets.


Figure 12-14  IPv6 packet layout.

The Priority Classification Field

As mentioned earlier, the Priority Classification field is a 4-bit field that holds the value of the datagram, which ultimately determines the transmission order of that datagram. What is briefly explained here is the intricate workings of this tiny 4-bit field. The field divided the datagram into one of two classifications: Congestion Controlled or Non-Congestion Controlled. The latter are always routed as a priority over the former. If the datagram is Congestion Controlled it is sensitive to congestion on the network bandwidth. If congestion occurs while the datagram is on the network, it can be slowed down and held in temporary caches until the problem is resolved and the bandwidth clears. Furthermore, each of the classifications is broken down even further into sub-categories. The subcategories of non-congestion controlled datagrams have not been accepted as standard yet; however, the powers that be have accepted the sub categories classification of the congestion controlled datagrams as defined in Table 12-4.

Table 12-4 Congestion controlled priorities
Value Description

0 No Priority Specified
1 Background (news)
2 Unattended Data Transfer (e-mail traffic)
3 Unassigned
4 Attended Bulk Transfer (FTP & Telnet)
5 Unassigned
6 Interactive Traffic (Telnet & Remote Session Traffic)
7 Controlled Traffic (Routing & Network Management Traffic)

Flow Labels

The Flow Label field is new to the IPv6 header. It can be used to help identify the sender and destination of many IP datagrams. It does this by establishing a specified value of the flow label for all datagrams in the transmission. The routers in the path to the server assemble entries in their routing caches, indicating which way to route the datagrams with an identical flow label.

There are some concerns you might have, such as large caches and repeated values. These potential problems have been fixed with IPv6. To prevent caches from growing too large or holding old information, IPv6 stipulates the cache maintained in a routing device cannot be kept for more than six seconds. If a new datagram with the same flow label is not received within that period, the data in the cache is dumped. To prevent repeated values from the sending machine, the sender must wait six seconds before using the same flow label value for another destination. IPv6 also allows flow labels to be used to reserve a route for time-critical applications. This is useful when using a real-time application that has to send several datagrams along the same route as it needs as rapid a transmission of those datagrams as possible. It establishes the route by sending datagrams ahead of time, all the while being careful not to exceed the time-out on the interim routers. This allows for the constant flow of data from sender to receiver without having to wait while the sending machine contacts the router every time it sends a packet.

IPv6 Header Extensions

IPv6 has the ability to allow additional headers to be tacked onto the original IP header. This might be needed when a simple routing to the destination is not possible, or when special services, such as authentication, are required for the datagram. With this in mind, IPv6 defines many types of Header extensions. These extensions are identified by a number placed in the next header field of the original IP header. Many extensions can be appended onto one IP header, with each extension’s next header field indicating the next extensions.

Routing Headers

A routing header extension can be added to the IP header when the transmitting machine wants to control the routing of a particular datagram, instead of leaving it to the whim of the routers along the path. This extension can also be used to give route instructions to the destination machine. The routing extension includes fields for each IP address in the desired route.


Previous Table of Contents Next




OSPF Network Design Solutions
OSPF Network Design Solutions
ISBN: 1578700469
EAN: 2147483647
Year: 1998
Pages: 200
Authors: Tom Thomas

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net