2: Maximum Segment Size
2: 최대 세그먼트 크기(조각 사이즈)
If this option is present,
then it communicates the maximum segment size that may be used to send a packet
to this end- host. This field must only
be sent in the initial connection request (i.e., in segments with the SYN
control bit set). If this option is not
used, any segment size is allowed RFC 793 [2].
이 옵션 값이 존재한다면, 종단-호스트들 간의 보낼 수 있는 패킷의 최대 세그먼트 크기 값을
나타냅니다. 이 영역은 처음 연결 요청 시에만 보내야 합니다(예를
들어 SYN 제어 비트가 켜져 있는 세그먼트). 이 옵션
값이 없다면 RFC 793 에 정의된 세그먼트 크기에 근거하에 보내어 집니다.
This option is very
common. The segment size is a 16-bit
quantity. Theoretically, this could take
any value; however there are a number of values that are common. For example, 1460 bytes is very common for
TCP/IPv4 over Ethernet (though with the increased prevalence of tunnels, for
example, smaller values such as 1400 have become more popular). 536 bytes is
the default MSS value. This may allow
for common values to be encoded more efficiently.
이 옵션 값은 아주 보편적입니다. 이 세그먼트 크기 값은 16-비트 길이로 되어 있습니다. 이론적으로 이 값은 어떤 값을 취할 수 있습니다만 보편적으로 쓰이는 값들이 있습니다. 예를 들면 이더넷을 통하는 TCP/IPv4에는 1460바이트가 쓰입니다. (추가로 예를 들면 비록 터널의 증가가
되었지만 이런 곳에서는 1400바이트가 더 자주 쓰입니다.) 기본적으로 536바이트가 최대 세그먼트 크기(MSS)로 사용됩니다. 이 옵션 값은 부호화된 값을 더욱 효율적으로 보내는데 사용될 수 있습니다.