(RFC 문서에 다루지 않으므로 따로 조사하여
추가했습니다.)
26: TCP Compression Filter
26: TCP 압축 필터
참고 : http://www.cs.rutgers.edu/~muthu/draft-bellovin-tcpcomp-00.txt
2. Abstract
2. 요약
We propose a TCP filter option to install compression in a virtual layer between TCP and the application layer. The method is incrementally deployable, as neither party will install the compression layer without the other's consent.
우리는 TCP 와 응용 계층(레이어) 사이의 가상 계층에서 압축을 설치할 TCP 필터 옵션 제안합니다. 이 방법은 양쪽 모두 동의 하지 않고 압축 계층를 설치 할 수 있으므로 점진적으로 수용할 수 있습니다.
3. Introduction
3. 소개
The natural place to compress data is at the application level, where application-specific semantics can be used to attain better compression. Unfortunately, this requires changing each and every application, or at least changing user behavior.
더 좋은 압축을 달성할 수 있는 응용-특화된 시멘틱스(의미론)이 사용되는 곳에서 응용 단계에서 자료 압축은 자연스럽습니다. 불행히도 이(더 좋은 압축 알고리듬 사용)는 각 응용프로그램에서 변화를 주어야 하거나 적어도 사용자 행동을 변화시키는 것을 요구합니다.
An alternative is to compress the data at the IP level, as is done in IPCOMP [RFC2393]. While this is application independent, its effectiveness is also limited, since each packet must be compressed individually.
대체로 제안되는 것이 IPCOMP 에서 한 거(RFC 2393 참조)처럼 IP 단계에서 자료를 압축하는 것입니다. 이 응용프로그램이 독립적인데 반해 그 효율성은 패킷이 따로 압축을 해야 하므로 제한적입니다.
We propose compressing immediately above TCP, as negotiated by a TCP option. One side sends an ordered list of which compression algorithms it supports. The other side selects one from the list, which commits both sides to compressing the payloads of all subsequent packets accordingly.
우리는 TCP 옵션 만으로 TCP 상에서 바로 압축하는 기술을 제안합니다. 한 방향에서 순차적으로 압축 알고리듬 지원하는 목록을 보냅니다. 다른 쪽에서 그 목록에서 하나를 고르는데 이는 양 방향으로 따라 이어지는 연속적인 패킷의 부하의 압축을 이 선택을 통해 유발합니다.
An example of where this could help is the transmission of email messages with large attachments, often word processor documents or slide presentations. Files of these types are quite compressible; doing the compression at a higher layer, however, would require either manual user intervention or changes to many different mail sending and receiving packages.
예를 들면 문서 작성기나 슬라이드 프레젠테이션 같은 보통 큰 첨부를 가진 전자우편을 보내는데 도움을 줄 수 있습니다. 이러한 형식은 꽤 압축을 할 수 있습니다. 상위 수준에서의 압축은 사용자가 직접 하거나 다른 전자우편 송수신 방식이 요구됩니다.
This option is an example of a TCP filter option of the class
described in [FILTDRAFT].
이런 TCP 필터 옵션은 [FILTDRAFT] 부류 옵션의 한 예 입니다.