How often does the TCP client try to establish a connection? How much time elapses between repeated attempts to open a connection?

What will be an ideal response?


The TCP client tries to establish connection by sending a series of SYN packets.The TCP client tries a total of 6 times. The times delta from the previous packet are:
```
No. Time Source Destination Protocol Info
1 0.000000 10.0.5.11 10.0.5.100 TCP 3105 >

telnet [SYN] Seq=2278966645 Ack=0 Win=5840 Len=0

2 2.999619 10.0.5.11 10.0.5.100 TCP 3105 >

telnet [SYN] Seq=2278966645 Ack=0 Win=5840 Len=0

3 8.999624 10.0.5.11 10.0.5.100 TCP 3105 >

telnet [SYN] Seq=2278966645 Ack=0 Win=5840 Len=0

4 20.999625 10.0.5.11 10.0.5.100 TCP 3105 >

telnet [SYN] Seq=2278966645 Ack=0 Win=5840 Len=0

5 44.999644 10.0.5.11 10.0.5.100 TCP 3105 >

telnet [SYN] Seq=2278966645 Ack=0 Win=5840 Len=0

6 92.999627 10.0.5.11 10.0.5.100 TCP 3105 >

telnet [SYN] Seq=2278966645 Ack=0 Win=5840 Len=0
```
The time intervals are 0, 3, 6, 12, 24, and 48 which is double the previous period. And it finally terminates after 93 seconds.

Computer Science & Information Technology

You might also like to view...

In a database, data is stored in a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Adapters plug into a(n) __________ ___________ on the motherboard

Fill in the blank(s) with correct word

Computer Science & Information Technology

Critical Thinking Questions Case 4-1 ? You have just begun to get familiar with user accounts in Windows 10. You are doing an online tutorial that allows you to learn about the privileges associated with each user account type.? You want to be able to do a wide variety of activities on the computer. Which of the following would be prohibited if you have a standard user account??

A. ?Viewing permissions B. ?Taking ownership of files C. ?Creating files in your folders D. ?Viewing files in shared document folders

Computer Science & Information Technology

One of the following is NOT an objective of Phase 4 of the SDLC, system development. Which one?

A. convert files to the new system B. acquire software C. acquire hardware D. test the system E. address the make-or-buy decision

Computer Science & Information Technology