Question
True or False (a) The source port number and destination port number are included in the TCP header only, not in the UDP header. (b)
True or False
(a) The source port number and destination port number are included in the TCP header only, not in the UDP header.
(b) Both UDP and TCP provide error detection service.
(c) If a UDP segment has its length field valued 271 bytes, then it contains 263 bytes payload data (application data).
(d) TCP applies fast retransmit to a segment when the segment's timer expires.
(e) If a receiver get a segment and the checksum it calculated does not match with the checksum field in the segment, then there must be an error in the segment.
(f) Over a TCP connection, suppose host A sends two segments to host B, host B sends an acknowledgement (ACK) to A for each segment. The first ACK is lost, but the second ACK arrives before the timer for the first segment expires. Host A will still retransmit the first segment because it does not receive an ACK for it.
(g) Suppose host A is sending a large file to host B over a single TCP connection. If the sequence number for a segment of this connection is 100, then the sequence number for the subsequent segment will necessarily be 101.
(h) Suppose host A sends host B one segment with sequence number 38 and 4 bytes of data. Then in this same segment the acknowledgement number is necessarily 42.
(I) If a TCP segment contains 5 at its rwnd field (receiving window), that means the receiver should not send more than 5 segments at one time for the purpose of congestion control.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started