true or false for (number 1)
1.Selective repeat protocols only retransmits packets that were lost or corrupted at the receiver.
2.Consider the acknowledgment for a packet with sequence number n. A __________ acknowledgment indicates that all packets up to and including n have been correctly received.
complete
comprehensive
consistent
cumulative
3.The maximum amount of data that can be placed in a segment is limited by the
congestion window.
maximum segment size.
maximum transmission unit.
send buffer.
4.Which of the following protocols will NOT buffer out of order packets?
GBN
SR
TCP
All of the above buffer out of order packets.
5.The acknowledgment number in a TCP segment is the sequence number of
the most recently received in-order packet.
an individual correctly received packet.
the next byte that is expected.
All of the above are correct.
6.Which of the following is considered a TCP loss event?
The occurrence of a timeout.
Receipt of three duplicate ACKs.
Both of the above.
None of the above.
7.TCP Tahoe cuts its congestion window to 1 MSS after
a timeout event.
a triple duplicate ACK.
Both of the above.
None of the above.
1.Selective repeat protocols only retransmits packets that were lost or corrupted at the receiver.
Answer: TRUE
Selective repeat protocols is mostly identical to GBN protocol, except that buffers are used at both the receiver, and the sender. Both receiver and sender each maintain a window of size.
Sender’s Windows ( Ws) = Receiver’s Windows ( Wr).
2.Consider the acknowledgment for a packet with sequence number n. A __________ acknowledgment indicates that all packets up to and including n have been correctly received.
complete
comprehensive
consistent
cumulative
Answer: cumulative
Cumulative Acknowledgment acknowledges that receiver has correctly received a packets which implicitly informs the sender that the previous packets were already received correctly.
3.The maximum amount of data that can be placed in a segment is limited by the
congestion window.
maximum segment size.
maximum transmission unit.
send buffer.
Answer: maximum transmission unit.
MTU determines the maximum size of each packet in any transmission.
4.Which of the following protocols will NOT buffer out of order packets?
GBN
SR
TCP
All of the above buffer out of order packets.
Answer: GBN
In GBN receiver only have 1 slot in window size which only use to accomodate ordered packets. if any unordered packet reciver receiver discard the packets and retransmits all the frames that sent after the frame which suspects to be damaged or lost.
5.The acknowledgment number in a TCP segment is the sequence number of
the most recently received in-order packet.
an individual correctly received packet.
the next byte that is expected.
All of the above are correct.
Answer: the next byte that is expected.
6.Which of the following is considered a TCP loss event?
The occurrence of a timeout.
Receipt of three duplicate ACKs.
Both of the above.
None of the above.
Answer: Both of the above.
true or false for (number 1) 1.Selective repeat protocols only retransmits packets that were lost or...
Consider a simplified actual TCP senderreceiver, described as follows: .Upon a loss (timeout or triple-duplicate ACKs), the sender o transmits the oldest unACKed packet (whose sequence number Base) o restarts the timer Upon receiving an ACK with a Sequence #y > Base. o it considers all packets with sequence numbers s y as ACKed (cumulative ACK) o Sets Base to the sequence number of the packet immediately after the packet whose sequence number is y o Restarts the timer ....
Networking I need help for g-k
Problem 1: Consider the following figure. Assuming TCP Reno is the protocol experiencing the behavior shown above, answer the following questions. In all cases, you should provide a short discussion justifying your answer Note: this problem is counted for 10 points 45 40 35 2 30 n 25 2 20 c 15 b 10 0 2 468 10 12 14 16 18 20 22 24 26 Transmission round g. What is the value of...
(1) Assume that a station X wants to send 15 packets of data to station Y using TCP Tahoe. Assuming that: 1) The size of each packet sent is 1000 Bytes (ignore all the headers from layers below). 2) Station X chooses 43 as an initial sequence number. 3) Station Y chooses 2 as an initial sequence number. 4) The data of the first packet is included in the final packet of the handshake process. 5) The sender window size...
Q1) Assume that a station X wants to send 15 packets of data to station Y using TCP Tahoe. Assuming that: 1)The size of each packet sent is 1000 Bytes (ignore all the headers from layers below). 2)Station X chooses 43 as an initial sequence number. 3)Station Y chooses 2 as an initial sequence number. 4)The data of the first packet is included in the final packet of the handshake process. 5)The sender window size is 5 packets. 6)The receiver...
Assume that a station X wants to send 15 packets of data to station Y using TCP Tahoe. Assuming that:1) The size of each packet sent is 1000 Bytes (ignore all the headers from layers below).2) Station X chooses 43 as an initial sequence number.3) Station Y chooses 2 as an initial sequence number.4) The data of the first packet is included in the final packet of the handshake process.5) The sender window size is 5 packets.6) The receiver window...
1. After transmiting a batch of packets, when a timer expires (timeout event happens), a TCP sender retransmits Optional Answers: 1. all packets for which It had not yet received an acknowlegement 2. a single packet: the oldest unacked packet 3. the acknowledgement it has just received 4. The last packet that it had transmitted 2. With TCP's cumulative acknowledgements, the loss of a packet carrying ACK# N can be "mitigated" by a higher order ACK being received. No retransmissions...
please note TCP is used for retransmissions. it is not GBN. thanks Assume that the timeout values are sufficiently long such that 5 consecutive data segments and their corresponding ACKs can be received (if not lost during transmission) by the receiving host (Host B) and the sending host (Host A) respectively. Suppose the sender window size is 5, and Host A sends 5 data segments to Host B, and the 3rd segment (sent from A) is lost. Suppose TCP is...
Compare GBN, SR, and TCP (no delayed ACK). Assume that the timeout values for all three protocols are sufficiently long such that 4 consecutive data segments with sequence number 1, 2, 3, 4 can be received by the receiving host (Host B) and their corresponding ACKs can be received by the sending host (Host A). Suppose Host A sends data segments to Host B, and the 2nd segment (sent from Host A) is lost. In the end, all 4 data...
Compare GBN, SR, and TCP (no delayed ACK). Assume that the timeout values for all three protocols are sufficiently long such that 4 consecutive data segments with sequence number 1, 2, 3, 4 can be received by the receiving host (Host B) and their corresponding ACKs can be received by the sending host (Host A). Suppose Host A sends data segments to Host B, and the 2nd segment (sent from Host A) is lost. In the end, all 4 data...
PLEASE HELP WITH THESE COMPUTER NETWORK QUESTIONS THESE INCLUDE MCQS AND CALCULATIONS With reference to the Go-Back-N and Selective repeat protocols, what does the window value signify? The packets that have already been ACKed The packets sent but remain unACKed The sequence numbers available and not yet sent The sequence numbers of packets not yet available None of the above 1 points QUESTION 2 Which of the following is NOT a component of the TCP congestion control algorithm? Slow...