ECN Series - Part 2
ECN (Explicit Congestion Notification) to function effectively, there must be coordination between both the TCP layer (transport layer) and the IP layer (network layer). ECN bits in IP header The ECN bits in the IP header can be broken down into key points for clarity: Location in IP Header : ECN utilizes two specific bits located in the Traffic Class field of the IPv6 header or the Differentiated Services (DS) field of the IPv4 header. ECN Field Composition : The two bits together are known as the ECN field. This field is used to convey information about the congestion status of the network. ECN Field Values : 00 : Indicates that the transport is not ECN-capable. This means that the packet cannot participate in ECN-based congestion notification. 01 and 10 : Both values indicate that the transport is ECN-capable, but no congestion has been encountered. These values are used to mark packets that can be part of ECN without signaling any detected congestion. 11 : Known as the Congestion ...