14: Alternate Checksum Request

 14: 대체 검사합(체크썸) 요구

 This option may be sent in a SYN segment by a TCP to indicate that the TCP is prepared to both generate and receive checksums based on an alternate algorithm.  During communication, the alternate checksum replaces the regular TCP checksum in the checksum field of the TCP header.  Should the alternate checksum require more than 2 octets to transmit, either the checksum may be moved into a TCP Alternate Checksum Data Option and the checksum field of the TCP header be sent as zero, or the data may be split between the header field and the option. Alternate checksums are computed over the same data as the regular TCP checksum; see RFC 1146 [5].

 이 옵션은 TCP 가 다른 알고리듬을 바탕으로 만들어진 검사합 값을 만들거나 받을 준비가 되었다는 것을 의미하는 값으로 SYN 세그먼트에 있을 수 있습니다. 통신 중에, 대체 검사합 값은 보통 쓰는 TCP 헤더의 TCP 검사합을 대체 합니다. 대체 검사합 값은 2개 이상의 8진수의 값을 요구하며 TCP 헤더의 대체/정규 검사합 영역은 0 이거나 또는 자료가 헤더 영역이나 옵션으로 나눠져 있어야 합니다. 대체 검사합은 정규 TCP 검사합에서 하는 똑같은 자료를 바탕으로 계산을 해야 합니다. RFC 1146을 참고 하세요.

 This option sees little (or no) use in the current Internet, so the only requirement is that the header compression scheme be able to encode it.  It would only occur in connection set-up (SYN) packets.  Even if this option were used, it would not affect the handling of the checksum, since this should be carried transparently in any case.

 이 옵션도 현재 인터넷에서 거의(또는 전혀) 쓰이지 않기 때문에 부호화 시 헤더 압축 틀에서만 고려되는 사항 입니다. 연결 설정 패킷(뭉치)에서만 발생 될 수 있습니다. 사용했더라도, 검사합 값은 투명성을 유지한 채로 전송 돼야 하므로 검사합 값이 검사합을 다루는데 영향을 주어서는 안 됩니다.

Posted by 카켈