What is the MSS value that is negotiated between the TCP client and the TCP server?
What will be an ideal response?
1460 bytes. This information is also contain in the packets responsible for the three-way handshake. The two packets exchanging this information is shown below:
```
Frame 3 (74 bytes on wire, 74 bytes captured)
:
Flags: 0x0002 (SYN)
:
Options: (20 bytes)
Maximum segment size: 1460 bytes
:
Frame 4 (74 bytes on wire, 74 bytes captured)
:
Flags: 0x0012 (SYN, ACK)
:
Options: (20 bytes)
Maximum segment size: 1460 bytes
```
You might also like to view...
Match the following statements with which commands or queries they are true:
I. This is a safe way to test an action query. II. This cannot be created directly from the Table tools tab; Design tab; Query Type group. III. This is often run after an Append query. IV. This is how most action queries begin. V. Performing this is always a good idea. A. Select query B. Datasheet view C. Find duplicates query D. Delete query E. Backup database
To center worksheet data horizontally and vertically on a page, use the ________ dialog box
A) Page Setup B) Print C) Scale to Fit D) Format Cells