- Hosts A And B Are Directly Connected With A 1 Gbps Link There Is One Tcp Connection Between The Two Hosts And Host A I 1 (71.8 KiB) Viewed 51 times
Hosts A and B are directly connected with a 1 Gbps link. There is one TCP connection between the two hosts, and Host A i
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Hosts A and B are directly connected with a 1 Gbps link. There is one TCP connection between the two hosts, and Host A i
Hosts A and B are directly connected with a 1 Gbps link. There is one TCP connection between the two hosts, and Host A is sending to Host B an enormous file over this connection. The application at Host A can send its data through the TCP socket at a rate as high as 200 Mbps. The application at Host B can read data through its TCP socket from the respective TCP receive buffer at a maximum rate of 100 Mbps. What will happen if the receiver's receive buffer gets full? O None of the mentioned If the buffer gets full, a zero window will be advertised and the sender will keep sending segments of one byte. O If the buffer gets full, a small window will be advertised and the sender will keep sending segments of small size. O If the buffer gets full, a zero window will be advertised and the sender will stop sending segments. O If the buffer gets full, a large window will be advertised and the sender will stop sending segments.