DECbit (original) (raw)
DECbit is a TCP congestion control technique implemented in routers to avoid congestion. Its utility is to predict possible congestion and prevent it. When a router wants to signal congestion to the sender, it adds a bit in the header of packets sent. When a packet arrives at the router, the router calculates the average queue length for the last (busy + idle) period plus the current busy period. (The router is busy when it is transmitting packets, and idle otherwise). When the average queue length exceeds 1, then the router sets the congestion indication bit in the packet header of arriving packets.
Property | Value |
---|---|
dbo:abstract | DECbit is a TCP congestion control technique implemented in routers to avoid congestion. Its utility is to predict possible congestion and prevent it. When a router wants to signal congestion to the sender, it adds a bit in the header of packets sent. When a packet arrives at the router, the router calculates the average queue length for the last (busy + idle) period plus the current busy period. (The router is busy when it is transmitting packets, and idle otherwise). When the average queue length exceeds 1, then the router sets the congestion indication bit in the packet header of arriving packets. When the destination replies, the corresponding ACK includes a set congestion bit. The sender receives the ACK and calculates how many packets it received with the congestion indication bit set to one. If less than half of the packets in the last window had the congestion indication bit set, then the window is increased linearly. Otherwise, the window is decreased exponentially. This technique dynamically manages the window to avoid congestion and increasing freight if it detects congestion and tries to balance bandwidth with respect to the delay. Note that this technique does not allow for effective use of the line, because it fails to take advantage of the available bandwidth. Besides, the fact that the tail has increased in size from one cycle to another does not always mean there is congestion. (en) |
dbo:wikiPageExternalLink | http://dl.acm.org/citation.cfm%3Fid=52355 |
dbo:wikiPageID | 33970218 (xsd:integer) |
dbo:wikiPageLength | 2086 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1005661316 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Queue_(abstract_data_type) dbr:Router_(computing) dbr:Bandwidth_(computing) dbr:Network_congestion dbr:Acknowledgement_(data_networks) dbc:Computer_networking dbr:TCP_congestion_control dbr:Packet_header |
dbp:wikiPageUsesTemplate | dbt:Compu-network-stub dbt:Refbegin dbt:Refend dbt:Reflist |
dcterms:subject | dbc:Computer_networking |
gold:hypernym | dbr:Technique |
rdf:type | dbo:TopicalConcept yago:Abstraction100002137 yago:Communication100033020 yago:Direction106786629 yago:Message106598915 yago:Protocol106665108 yago:WikicatInternetProtocols yago:Rule106652242 |
rdfs:comment | DECbit is a TCP congestion control technique implemented in routers to avoid congestion. Its utility is to predict possible congestion and prevent it. When a router wants to signal congestion to the sender, it adds a bit in the header of packets sent. When a packet arrives at the router, the router calculates the average queue length for the last (busy + idle) period plus the current busy period. (The router is busy when it is transmitting packets, and idle otherwise). When the average queue length exceeds 1, then the router sets the congestion indication bit in the packet header of arriving packets. (en) |
rdfs:label | DECbit (en) |
owl:sameAs | freebase:DECbit yago-res:DECbit wikidata:DECbit https://global.dbpedia.org/id/4jERX |
prov:wasDerivedFrom | wikipedia-en:DECbit?oldid=1005661316&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:DECbit |
is dbo:wikiPageWikiLink of | dbr:Raj_Jain |
is foaf:primaryTopic of | wikipedia-en:DECbit |