Section 3.6 Flashcards
Fraction of packets retransmitted is equal to:
1-(lambda_out/lambda_in)
The type of congestion control when The sender infers segment loss from the absence of an ACK from the receiver:
end-end
The type of congestion control when Bits are set at a congested router in a sender-to-receiver datagram, and bits are in the returned to the sender in a receiver-to sender ACK, to indicate congestion to the sender
network-assisted
The sender measures RTTs and uses the current RTT measurement to infer the level of congestion.
delay-based
Which of the following actions are used in network-assisted congestion control (say versus end-end congestion control) to signal congestion. Check all that apply.
- A router marks a field in the datagram header at a congested router.
- A router sends an ICMP message to a host telling it to slow down its sending rate.
Which of the following actions are associated with end-end congestion control (say versus network-assisted congestion control). Check all that apply.
- A router drops a packet at a congested router, which causes the transport-layer sender to infer that there is congestion due to the missing ACK for the lost packet.
- The transport-layer sender decreases its sending rate in response to a measured increase in the RTT.
- A datagram experiences delay at a congested network router, which is then measured by the sender and used to decrease the sending rate.
- A sender decreases its sending rate in response to packet loss detected via its transport-layer ACKing.