Harman Patil (Editor)

Type of service

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The type of service (ToS) field in the IPv4 header has had various purposes over the years, and has been defined in different ways by five RFCs. The modern redefinition of the ToS field is a six-bit Differentiated Services Code Point (DSCP) field and a two-bit Explicit Congestion Notification (ECN) field. While Differentiated Services is somewhat backwards compatible with ToS, ECN is not.

Contents

The ToS field could specify a datagram's priority and request a route for low-delay, high-throughput, or highly-reliable service.

Based on these ToS values, a packet would be placed in a prioritized outgoing queue, or take a route with appropriate latency, throughput, or reliability.

In practice, the ToS field never saw widespread use outside of US Department of Defense networks. However, a great deal of experimental, research, and deployment work has focused on how to make use of these eight bits, resulting in the current DS field definition.

  • Interpretation history for IP Precedence, TOS & DSCP
  • 1) The Type of Service field in the IP header was originally defined in RFC 791. The definition was largely derived from a US DoD Specification JANAP-128, which defines message precedence.2) It defined a mechanism for assigning a precedence to each IP packet, as well as a mechanism to request specific treatment such as high throughput, high reliability or low latency etc...3) In practice, only the IP Precedence part of the field was ever used outside US DoD networks. Some US DoD networks did use the delay bit for route selection between oceanic cable paths and Satellite Communication (SATCOM) paths when both paths existed.4) At its simplest, the higher the value of the IP Precedence field, the higher the priority of the IP packet.5) In the update version: RFC 1349 the Monetary Cost bit is introduced (this bit was previously marked "Reserved for Future Use").6) In the update version: RFC 2474 the definition of this entire field was changed.7) It is now called the "DS" (Differentiated Services) field and the upper 6 bits contain a value called the DSCP" (Differentiated Services Code Point).8) Since RFC 3168, the remaining two bits (the two least significant bits) are used for Explicit Congestion Notification

    Implementation

    Prior to its deprecation, the Type of Service field was defined as follows.

    Precedence was a 3 bit field which treats high priority packets as more important than other packets.If a router is congested and needs to discard some packets, it will discard packets having lowest priority first. Although precedence field was part of version 4, it was never used.

    The last bit of Type of Service (bit 7) was defined as "Must Be Zero". Because the last three bits went through many definitions prior to RFC 2474 (see below), documentation and implementations may be confusing and contradictory.

    DSCP and ECN

    RFC 2474 (which was released in the year 1998) reserved the first six bits of DS field (or IPv4 ToS) for the DiffServ Code Points (DSCP), and RFC 3168 reserved the last two bits for Explicit Congestion Notification.

  • DSCP <=> IP Precedence Conversion Table
  • Description of DSCP Name
  • CS  : Class Selector (RFC 2474)AFxy : Assured Forwarding (x=class, y=drop precedence) (RFC2597)EF  : Expedited Forwarding (RFC 3246)
  • "DSCP <=> TOS <=>IP Precedence" value Conversion Table
  • DSCP(Differentiated Services Code Point),TOS (Type of service)

    Example based on the table above :

    Note: In table showed aboved, TOS is considered in Decimal Format, in many routers TOS are expresed in hex format. In this case conversion to Decimal is required.

    IPP = 1 in decimal, or 001 in bits. Which gives 001 00000 for the entire ToS field, or ToS = 32. The DSCP field is : 001000 00, or DSCP = 8 (the last 2 bits are unused regarding priority, so we start counting at the third bit).

    1) Traditionally, the first three IP precedence (-> RFC 791) bits were supposed to be used in TOS Application Routing (RFC 1583-> OSPF, IS-IS) but no widely deployed application really supports it.2) The TOS field has then been redefined as the Differentiated Services Code Point (DSCP-> RFC 2474) which consists of the first 6 bits and 2 bits used for a TCP mechanism called Explicit Congestion Notification (ECN) defined in RFC 3168.3) TOS significates "Type of service" and represents the 2nd byte in the IP datagram4) Summary of the concept for the 3 QoS values :IP Precedence, ToS,DSCP
  • IP Precedence - 0 ~ 7 (Traditional and simple way of QoS) -> ToS : 0 ~ 224 (too complex) -> DSCP : 0 ~ 56 (Optimised value)
  • IP Precedence, TOS(RFC 791, RFC 1583) -> DSCP(RFC 2474) -> ECN (RFC 3168)
  • References

    Type of service Wikipedia