Please enable JavaScript.
Coggle requires JavaScript to display documents.
Flow control methods (Delays (Some basics (Giga (BW : 10^9, Data: 2^30),…
Flow control methods
-
Flow control
Stop and wait:
-
-
-
-
Ack. lost or Duplicate packet problem: if the ack. sent by receiver is lost, the packet resend after TO time we be considered as a new packet
-
-
-
BW, CPU usage and implementation: low
-
-
-
-
pipelining
to improve the functionality of S&W we can use pipeling in which we send window of packet aka Slidin window protocol
for max efficiency window size Ws = 1 + 2a. Another way of seeing window size: min(1+2a, 2^n) ; n are bits for sequence number
-
-
Duplication problem : occurs basically when receiver accepts retransmitted packets with same packet num as before
-
-