Recent questions tagged tcp

2 votes
3 answers
213
1 votes
0 answers
214
0 votes
2 answers
216
7 votes
1 answer
217
Imagine a TCP connection is transferring 6000B. First Byte is numbered as 10010.The sequence number of the last byte sent,if data are sent in 5 segments with the first 4 ...
5 votes
1 answer
222
In a connection, the value of cwnd is $3000$ and the value of rwnd is $5000$. The host has sent $2000$ bytes which has not been acknowledged. How many more bytes can be s...
1 votes
2 answers
223
How is the initial slow-start threshold value (ssthresh) determined for the very first time of data transfer?
1 votes
0 answers
226
If initial_RTT is not given or nothing mentioned about Dev_RTT ...is it ok to follow this method ?? Or no need to consider Dev_RTT at all (just $RTO = 2* ERTT$ ???)Here $...
1 votes
1 answer
227
If there's an error detected in a UDP packet it's silently discarded. Whenever an IP packet is discarded ICMP message is sent back to the source.Aren't these conflicting ...
1 votes
2 answers
228
1 votes
3 answers
230
0 votes
0 answers
231
Question :Solution :Please explain with a rough diagram showing how an application (at app layer) differentiates different source hosts (A or B) dealing with same port : ...
0 votes
0 answers
232
2 votes
2 answers
235
1st seq number is 1093,2ns seq is 1094,... 1460th seq number will be 2552. So the ack number sent by the reciever will be 2552+1=2553.Is this right?Answer in solution giv...
1 votes
1 answer
236
I am getting B.. but given answer is C... As H1 sends 300 bytes and initial sequence number is 302.. then it should be transfer bytes from 302-901.. and would be expectin...
6 votes
2 answers
240
In a TCP connection, the value of congestion window Cnwd = 2500 and the value of receiver window Rwnd = 4500.The host has sent 2000 bytes which has not been acknowledge. ...