7: Echo Reply

 7: 메아리(에코) 응답

 A TCP that receives a TCP Echo option containing four information bytes will return these same bytes in a TCP Echo Reply option.  This TCP Echo Reply option must be returned in the next segment (e.g., an ACK segment) that is sent.  If more than one Echo option is received before a reply segment is sent, the TCP must choose only one of the options to echo,

  TCP TCP 에코 옵션에 담겨있는 4개의 정보 바이트로 구성된 값을 에코 응답 옵션으로 그대로 되돌려받을 수 있습니다. TCP 에코 응답 옵션은 반드시 보내어진 다음 세그먼트에서 되돌려 받아야 합니다(, ACK 세그먼트). 만약 응답 세그먼트가 보내기 전에 하나 이상의 에코 응답 옵션을 받았다면 TCP 는 반드시 에코를 보낼 하나의 옵션을 골라야 합니다.

Ignoring the others; specifically, it must choose the newest segment with the oldest sequence number (see RFC 1072 [4]).  The Echo Reply option is generally not used in practice – it is obsoleted by the Timestamp option.  However, for transparency it is desirable that a compression scheme be able to transport it.  (However, there is no benefit in attempting any more sophisticated treatment than viewing it as a generic 'option').

  다른 걸 무시하고, 구체적으로 가장 오래된 순서 번호에서 새 세그먼트를 선택해야 합니다. (RFC 1072 참고). 에코 응답 옵션은 일반적으로 쓰이지 않습니다타임스탬프(시간도장) 옵션으로 대체되었습니다. 하지만, 투명성을 위해서 압축된 틀 안에서 전송되는 것이 바람직 합니다. (하지만, 일반적인선택사항으로 간주하는 거 보다 더 정교한 취급으로 얻어지는 이득은 없습니다.) (에코 옵션과 동일 사항)

Posted by 카켈