Recent questions tagged tcp

1 votes
0 answers
121
3 votes
3 answers
123
For a network which has maximum packet size is 256 bytes . lifetime of a packet is 20 sec and 8 bit sequence number . Find maximum data rate per connection
1 votes
1 answer
125
UDP does not insert sequence numbers. The packets are expected to arrive as a continuous stream or they are dropped. What is the meaning of this line?(does it mean UDP d...
1 votes
1 answer
127
If TCP round trip time is currently 20 ms and ACK comes in after 30 ms then what is the timeout period for next transmission . Use α=0.9 and β=2 I know that α is smoot...
1 votes
1 answer
128
0 votes
1 answer
129
Is packets come to destination in order for both TCP and UDP?
2 votes
1 answer
130
The intermediate routers between source and destination do not need the following info in the IP header;a)Protocolb)Identification numberc)Source IPd)IP versione)None of ...
2 votes
0 answers
131
What is the minimum and maximum number of packets required to be exchanged for connection establishment, data transfer and connection termination in a TCP 3 way handshake...
0 votes
1 answer
133
What is Port number for TCP,UDP,IGMP,ICMP ?this might be silly question but still wants some little discussion.
0 votes
1 answer
138
we know that router is a 3 layer device (upto network layer)....then how it runs RIP,OSPF protocol for routing protocol ????i mean routing protocol runs on transport laye...
3 votes
2 answers
139
An ACK number of $1000$ in TCP always means that$999$ bytes have been successfully received$1000$ bytes have been successfully received$1001$ bytes have been successfully...
1 votes
1 answer
140
True or False An acknowledgement by TCP sender means that data is delivered to the application process.
0 votes
0 answers
141
Should I really remember the differences between (or may really care about) the Tahoe TCP and Reno TCP for GATE ?
3 votes
2 answers
144
"TCP connection is logical, therefore TCP can be connection oriented protocol"Wha is meaning of logical connection? Can u discuss brief above two lines?
3 votes
3 answers
149
Do all the TCP segments travel through same path once the connection is established ?