使用DEFLATE的IP有效载荷压缩( 二 )


2.2解压
在压缩过程中,IPCA为解压过程定义了参数和算法 。按照在[IPCOMP]中的定义,IPComp头后的数据被解压然后在IP头中取代IPComp头 。
使用DEFLATE的解压过程按照[Deutsch96]中定义的解压过程 。
3.限度
按照[IPCOMP]中的说明,假如在一个比较小的缓冲区里面执行压缩即使链路比较快也不会工作的很好,因为压缩花费的时间比传输花费的时间要少 。非正式的测试显示能够产生最好结果的平均缓冲大小是90字节 。所以执行一种压缩算法的缓冲区SHOULDNOT小于90字节 。
除了缓冲大小的限制,[IPCOMP]中没有定义可压缩性的测试,本文档也没有概述 。
4.IPSec传输标志符
[IPDOI]声明:DEFLATE压缩算法的ISAKMPIPCOMP传输ID是IPCOMP_DEFLATE 。IPCOMP_DEFLATE不需要别的ISAKMP参数 。
5.安全考虑
本文档没有更深层次的增加在[IPCOMP]和[Deutsch96]中已经说明的安全方面的考虑 。
6.参考资料
[IPCOMP]Shacham,A.,Monsour,R.,Pereira,R.,andM.Thomas,"IP
PayloadCompressionProtocol(IPComp)",RFC2393,
December1998.
[Deutsch96]Deutsch,P.,"DEFLATECompressedDataFormat
Specificationversion1.3",RFC1951,May1996.
[IPDOI]Piper,D.,"TheInternetIPSecurityDomainof
InterpretationforISAKMP",RFC2407,November1998.
[Corpus90]Bell,T.C.,Cleary,G.G.andWitten,I.H.,"Text
Compression",Prentice_Hall,EnglewoodCliffsNJ,1990.
Thecompressioncorpusitselfcanbefoundin
FTP://ftp.uu.net/pub/archiving/zip/
[Gailly95]Gailly,J.-L.,"Zlib0.95beta"
7.致谢
作者感谢IPPPCP工作组的所有成员,非凡是AbrahamShacham和NaganandDoraswamy 。
8.编辑地址
RoyPereira
TimeStepCorporation
Phone: 1(613)599-3610x4808
EMail:rpereira@timestep.com
可以通过Email:ippcp@cisco.com联系工作组,或者通过他的主席:
NaganandDorswamy
BayNetworks
EMail:naganand@baynetworks.com
9.全部版权声明
Copyright(C)TheInternetSociety(1999).AllRightsReserved.
Thisdocumentandtranslationsofitmaybecopiedandfurnishedto
others,andderivativeworksthatcommentonorotherwiseeXPlainit
orassistinitsimplementationmaybeprepared,copied,published
anddistributed,inwholeorinpart,withoutrestrictionofany
kind,providedthattheabovecopyrightnoticeandthisparagraphare
includedonallsUChcopiesandderivativeworks.However,this
documentitselfmaynotbemodifiedinanyway,suchasbyremoving
thecopyrightnoticeorreferencestotheInternetSocietyorother
Internetorganizations,exceptasneededforthepurposeof
developingInternetstandardsinwhichcasetheproceduresfor
copyrightsdefinedintheInternetStandardsprocessmustbe
followed,orasrequiredtotranslateitintolanguagesotherthan
English.
Thelimitedpermissionsgrantedaboveareperpetualandwillnotbe
revokedbytheInternetSocietyoritssuccessorsorassigns.
Thisdocumentandtheinformationcontainedhereinisprovidedonan
"ASIS"basisandTHEINTERNETSOCIETYANDTHEINTERNETENGINEERING
TASKFORCEDISCLAIMSALLWARRANTIES,EXPRESSORIMPLIED,INCLUDING
BUTNOTLIMITEDTOANYWARRANTYTHATTHEUSEOFTHEINFORMATION
HEREINWILLNOTINFRINGEANYRIGHTSORANYIMPLIEDWARRANTIESOF
MERCHANTABILITYORFITNESSFORAPARTICULARPURPOSE.


推荐阅读