P2P系统结构与数据传输策略研究与实现
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
自二十世纪九十年代互联网向公众开放以来,计算机网络发展日新月异,各种新的系统层出不穷。因特网(Internet)的结构随着上层应用程序对网络需求的变化,经历了从对等网络模式(Peer-to-Peer or P2P)向客户端/服务器模式(Client/Server),再返回到P2P模式的发展历程。随着计算机终端设备和网络设备的快速发展,伴随网络处理和传输数据能力的提升,P2P系统的应用范围愈发广泛,这其中就包括了文件共享系统,视频点播系统,以及实时语音和视频电话系统等。
     然而,最近几年P2P应用程序的发展远远超过了网络传输能力和网络协议的发展速度,造成网络的严重拥塞。由于IPv4没有提供数据的分级传输机制,而能提供分级传输机制的IPv6协议又迟迟无法推广,造成P2P数据流占用了绝大多数网络带宽,严重影响到其它网络应用程序的性能。网络服务提供商花费重金扩展网络容量也无法满足庞大的用户需求,因此只好使用多种手段限制、甚至阻断P2P应用程序的数据传输。同时,随着各种无线网络技术的发展,越来越多的P2P系统开始尝试部署于无线网络上。而无线网络所能提供的数据传输速率和稳定性又远远不及有线网络,这更加重了大规模P2P系统的部署难度。本文提出一系列平衡网络流量,缓解矛盾的方法,以应对P2P应用系统与网络发展不平衡所带来的矛盾。在当前P2P系统的无线化大背景下,本文着重研究WiMAX、Wi-Fi、3G等无线网络的特点,在AnyServer平台的支持下,提出了在这些网络上高效部署P2P文件共享系统和视频电话系统的方法。
     本文的主要内容与创新点如下:
     首先,本文提出了一种在包含有线结点和无线结点的混合P2P文件共享系统下,保护无线结点能量,以延长其服务时间的方法。通过实验我们发现,在拥有较大数量无线结点的P2P文件共享系统中,如果不考虑无线结点的能量和通信能力,会导致无线结点过早能量耗尽,令系统中结点数量显著减少,从而反过来严重影响系统的覆盖率和文件共享功能的效率。实验证明,在80%的结点是无线结点的系统中,我们的资源结点选择算法可以使无线结点的失效率降低50%以上,并令资源文件传输总时间降低超过50%,从而有效改善混合P2P网络中无线结点的生存环境。
     第二,本文提出了一个基于WiMAX和Wi-Fi网络的P2P文件共享系统的应用层网络拓扑结构优化模型。考虑到无线城域网WiMAX即将产品化,如果能充分利用成熟的无线局域网技术Wi-Fi的特性,城际无线网络上数据共享系统拥有广阔的应用前景。在这样的混合无线网络中,如果不考虑无线网络空中接口资源紧张的特点,随意搭建应用层拓扑结构,会导致大量宝贵带宽被浪费。因此本文提出层次化P2P共享系统,根据WiMAX Mesh网络的特点,在WiMAX基站骨干网络层和客户站所组成的Mesh网络层中建立层次化分布式查找结构。模拟实验证明,对于拥有率超过2.5%的资源,本文提出的查找算法在本地Mesh网络发现该资源的概率超过90%,从而有效节省了网络空中接口资源,提高了资源查找效率。
     第三,本文提出了一个基于会话初始化协议(Session Initiation Protocol orSIP)的自适应视频IP电话(Voice and Video over IP or VVoIP)系统。由于IPv4网络中地址不足,且网络安全问题比较突出,目前网络中大量部署了防火墙和网络地址转换器(Network Address Translator or NAT)。由于SIP/SDP协议族对NAT穿越方面没有作具体规定,使得两个VVoIP客户端实现点到点传输会遇到问题。ICE(Interactive Connectivity Establishment)协议的出现填补了NAT穿透的空白,但就VVoIP应用来说,ICE显得比较复杂,所消耗的资源也较大。而本文提出的基于AnyServer平台的自适应SIP VVoIP系统能够保证VVoIP客户端之间的P2P实时通信。实验证明,本系统能够减轻流媒体服务器的压力,降低实时会话的网络时延。
     第四,本文提出了一组基于SIP的VVoIP系统中音频/视频数据的协作传输算法。音频电话VoIP向视频电话VVolP的转变,大大缩短了人与人之间的空间距离。然而,VVoIp中视频流数据的规模远大于音频流数据,无序的视频/音频流传输会使得VVoIP客户端的话音效果受到较大影响,尤其是在无线网络接入设备上运行的VVoIP客户端上,话音质量的下降现象尤为明显。本文提出了一组协作传输算法(Voice and Video Transmission Strategies of VVTS),能够有效减小数据传输速率的波动,在尽量不降低视频质量的前提下,提高话音质量。
     最后,本文介绍了支持本文实验的AnyServer平台的总体架构,以及各个子系统的框架和实现细节,并对VVoIP系统今后的发展方向进行了讨论。
Since the opening of the networks to public interests in the 1990s,the Internet is booming,with thousands of applications and services throughout the globe.According to the evolution of the application requirements,the structure of the Internet changed from peer-to-peer(P2P) mode to client/server mode,and then back to P2P mode.Through the rapid development of end host equipments and network facilities, the data processing and transmission capability of the Internet is also growing,making the prosperous P2P applications even more prosperous.New applications include file sharing systems,video on demand systems and video over IP systems.
     However,the development of P2P applications overwhelms the increment of the Internet transmission abilities in recent years,causing serious network congestions. IPv4 does not provide Quality of Service(QoS) assured transmission mechanism;while IPv6 does provide the QoS mechanism,the massive deployment of IPv6 has been postponed for years.Without the QoS mechanism,P2P traffic occupies most of the bandwidth, severely downgrades the performance of other network services.Internet service providers(ISP) spent vast sums of money on enhancing the network facilities,but failed to fulfil the enormous requirement.Therefore,ISPs have no choice but to limit,or even block the traffic caused by P2P applications.The spread of P2P systems to wireless networks deteriorates the situation,because the wireless networks have less data processing capabilities than wireline networks.In this dissertation,we propose methods to balance the network traffic,in order to relieve the tensions caused by P2P applications. We also make effort to build P2P file sharing applications and a VVoIP application on AnyServer,a cross network platform for seamless data interoperability.The main contributions of this dissertation are:
     Firstly,we propose a scoring mechanism to protect wireless peers in hybrid P2P file sharing structure.In a P2P file sharing system with vast wireless peers,if we do not seriously consider the capability of wireless peers,they may be out of service soon, which in turn severely downgrades the efficiency of the system.In a hybrid P2P system where 80%of the peers are wireless peers,The source peer selection algorithm we put forth can reduce the out-of-service rate of wireless peers by 50%,and save the total file transmission time by 50%,effectively improving the overall performance of the hybrid P2P system.
     Secondly,we provide an optimized model of P2P file sharing system based on WiMAX and Wi-Fi.WiMAX and Wi-Fi are highly complementary.Hence,it is very profitable to build up P2P systems over WiMAX and Wi-Fi networks simultaneously.In this dissertation,we propose a layered distributed P2P structure for the application layer overlay network,in order to save the air interface of the wireless networks,and shorten the lookup time.By simulations,we claimed that the requested file can be found in the local subscribe station mesh network in 90%of the time,if that file's popularity rate is over 2.5%.
     Thirdly,we propose an adaptive SIP-based VVolP system.Because of the shortness of IP addresses in IPv4,NAT are massively deployed in the network.SIP/SDP protocol stack does not define the behavior of SIP client with NAT.ICE is a good solution for NAT,but quite complicating for VVoIP applications.The SIP-based adaptive VVoIP system we implemented can guarantee P2P connection between two clients. Through a series of experiments,we proved that the system can relieve the pressure of multimedia server,and reduce the delay time of the session.
     Fourthly,We present a series of cooperative transmission strategies for SIP-based VVoIP system over AnyServer.The emergence of VVoIP really reduces the size of the world.However,in a VVoIP system,the data size of the video stream overwhelms the data size of the voice data.If video data are transmitted without consideration of the voice data,serious jitters may occur.In this dissertation,we provide a series of transmission strategies called VVTS,which can effectively reduce the fluctuation of data transmission,and improve the voice quality of the system.
     Finally,we describe the whole structure of AnyServer in detail,and discuss the development trends of P2P VVoIP systems in the near future.
引文
徐恪,熊勇强,吴建平.2008.对等网络研究综述[EB/OL].http://net.lab.cs.tsinghua.edu.cn/-xuke/paperlist/survey(?)20of(?)20p2p.pdf.
    邬贺铨.2007.演讲[EB/OL].2007年宽带世界论坛亚洲会议.http://tech.sina.com.cn/t/2007-06-06/00401547188.shtml.
    中国互联网络信息中心.2007.全球互联网统计信息跟踪报告[R].
    中国互联网络信息中心.2008.中国互联网络发展状况统计报告[R].
    3GPP.2009.3rd generation partnership project[EB/OL],http://www.3gpp.org/.
    80211n Working Group I.2006.Wireless medium access control(MAC) and physical layer(PHY) specifications:specification for radio resource measurement[S],IEEE.
    Agarwal A,Gupta A,Norman D O.2004.Self-configuration and self-administration of wireless grids[R].Working Paper 4460-04,MIT Sloan School of Management.
    Araujo F,Rodrigues L,Kaiser J.2005.CHR:A distributed hash table for wireless ad hoc networks[C].Proceedings of the 25th IEEE International Conference on Distributed Computing Systems Workshops.407-413.
    Arif M J,Karunasekera S,Kulkarni S.2007.SOVoIP:middleware for universal VoIP connectivity[C].Proceedings of the 2007 ACM/IFIP/USENIX International Conference on Middleware Companion.ACM,Newport Beach,California,USA.
    Arons B.1997.SpeechSkimmer:a system for interactively skimming recorded speech [J].ACM Transactions on Computer-Human Interaction,4(1):3-38.
    Asterisk,2008.Asterisk:the open source PBX & telephony platform[CP/OL].http://www.asterisk.org/.
    Baset S A,Schulzrinne H G.2006.An analysis of the Skype peer-to-peer Internet telephony protocol [C].Proceedings of the 25th IEEE International Conference on Computer Communications,INFOCOM.1-11.
    Beyer D,Waes N,Eklund C.2002.Tutorial:802.16 MAC layer mesh extensions overview [R].Technical report,NOKIA.
    Bonfiglio D,Mellia M,Meo M,Rossi D,Tofanelli P.2007.Revealing Skype traffic:When randomness plays with you [C].Proceedings of the 2007 Conference on Applications,Technologies,Architectures,and Protocols for Computer Communications,SIGCOMM.Kyoto,Japan,37-48.
    Boukerche A.2004.Performance evaluation of routing protocols for ad hoc wireless networks [J].Mobile Networks and Applications,9(4):333-342.
    Brassil J,Schulzrinne H.2002.Structuring Internet media streams with cueing protocols [J].IEEE/ACM Transactions on Networking,10(4):466-476.
    Brekeke SIP server.2008.Brekeke software,Inc [CP/OL].ht tp:/ / www.brekeke.com/.
    Broch J,B J D,Maltz D A.1999.The dynamic source routing protocol for mobile ad hoc networks [S].IETF MANET Working Group,Internet-Draft.
    Bryan D A,Lowekamp B B,Jennings C.2005.SOSIMPLE:A serverless,standardsbased,P2P SIP communication system [C].Proceedings of the 1st International Workshop on Advanced Architectures and Algorithms for Internet Delivery and Applications,AAA-IDEA.42-49.
    Burr W E.2006.Cryptographic hash standards:where do we go from here [J].IEEE Security and Privacy Magazine,4(2):88-91.
    Chen G.2003.Parallel Computing:Algorithms and Practices [M].High Education Press,Beijing.
    Chen KT,Huang C Y,Huang P,Lei C L.2006.Quantifying Skype user satisfaction [C].Proceedings of the 2006 Conference on Applications,Technologies,Architectures,and Protocols for Computer Communications,volume 36ofSIGCOMM.ACM Press,Pisa,Italy,399-410.
    CohenB.2009.Bittorrent [EB/OL].http://www.bittorrent.org/.
    Du W,Jia W,Wang G.2006.A neighborhood-based bandwidth scheduling scheme in WiMAX networks [J].Journal of Software,17(2):267-274.Beijing.
    Ethereal Inc.2008.Ethereal:a popular network protocol analyzer [CP/OL].http://www.ethereal.com/.
    Eyebeam.2009.Eyebeam [EB/OL].http://www.eyebeam.en/.
    Fanning S.1999.Napster [EB/OL].http://free.napster.com/.
    Fathi H,Chakraborty S S,Prasad R.2006.Optimization of SIP session setup delay for VoIP in 3G wireless networks [J].IEEE Transactions on Mobile Computing,5(9):1121-1132.
    Ford B,Srisuresh P,Kegel D.2005.Peer-to-peer communication across network address translators [C].Proceedings of the USENIX Annual Technical Conference.Anaheim,CA,USA,179-192.
    Foster I,Kesselman C,Tuecke S.2001.The anatomy of the grid:enabling scalable virtual organizations [J].International Journal of High Performance Computing Applications,15(3):200-222.
    Friis J,Zennstrbm N.2008.Joost:next-generation TV [EB/OL].http://www.joost.com/.
    Fulton C A,Li S Q.1998.Delay jitter first-order and second-order statistical functions of general traffic on high-speed multimedia networks [J].IEEE/ACM Transactions on Networking,6(2):150-163.
    Ghandeharizadeh S,Krishnamachari B,Song S.2004.Placement of continuous media in wireless peer-to-peer networks [J].IEEE Transactions on Multimedia,6(2):335-342.
    Gnutella.2008 [EB/OL].http://www.gnutella.com/.
    Google.2009.Google talk:Chat with family and friends over the Internet for free [EB/OL].http://www.google.com/talk/index.html.
    Guha S,Daswani N,Jain R.2006.An experimental study of the Skype peer-to-peer VoIP system [C].Proceedings of the 5th International Workshop on Peer-to-Peer Systems,IPTPS.Santa Barbara,CA,USA.
    Guha S,Francis P.2007.An end-middle-end approach to connection establishment [C].Proceedings of the 2007 Conference on Applications,Technologies,Architectures,and Protocols for Computer Communications,SIGCOMM.Kyoto,Japan,193-204.
    Handley M,Jacobson V,Perkins C.2006.SDP:session description protocol [S].RFC4566,IETF Proposed Standard.
    Huang T C,Shieh C K,Lai W H,Miao Y B.2005.Smart tunnel union for NAT traversal [C].Proceedings of the 4th IEEE International Symposium on Network Computing and Applications.227-231.
    Jia W.2006.Anyserver:digital network platform technology and equipment of ubiquitous communications [EB/OL].City University of Hong Kong,http://www.anyserver.org/.
    Jia W,Dai B,Liao L.2008.Architecture of secure cross-platform and network communications [C].Proceedings of the 2nd International Conference on Ubiquitous Information Management and Communication,ICUIMC.321-328.
    Jia W,Han B,Fu H.2005.Efficient implementation of 3G-324M protocol stack for multimedia communication [C].Proceeding of the 11th IEEE International Conference on Parallel and Distributed Systems.Fukuoka,Japan.
    Jiang W,Schulzrinne H.2000.Analysis of on-off patterns in VoIP and their effect on voice traffic aggregation [C].Proceedings of the 9th International Conference on Computer Communications and Networks.82-87.
    Johnson D,Maltz D.1996.Mobile Computing [M].chapter Dynamic Source Routing in Ad Hoc Wireless Networks.Kluwer Academic Publishers,The Netherlands,153-181.
    Jrad A,Uzunalioglu H,Houck D J,O'Reilly G,Conrad S,Beyeler W.2005.Wireless and wireline network interactions in disaster scenarios [C].IEEE Military Communications Conference,volume lofMILCOM.357-363.
    Kang S S,Mutka M.2004.Efficient mobile access to Internet data via a wireless peerto-peer network [C].Proceedings of the 2nd IEEE Annual Conference on Pervasive Computing and Communications.197-205.
    Karagiannis T,Faloutsos M.2004.P2P technology still going strong despite lawsuits,fines [EB/OL].http://www.newsroom.ucr.edu/cgi-bin/display.cgi?id=935.
    Lee H H,Un C K.1986.A study of on-off characteristics of conversational speech [J].IEEE Transactions on Communications,34(6):630-637.
    Leung A K,Kwok Y K.2005.On topology control of wireless peer-to-peer file sharing networks:Energy efficiency,fairness and incentive [C].Proceedings of the 6th IEEE International Symposium on World of Wireless Mobile and Multimedia Networks.318-323.
    Leung A K,Kwok Y K.2008.On localized application-driven topology control for energy-efficient wireless peer-to-peer file sharing [J].IEEE Transactions on Mobile Computing,7(1):66-80.
    Li J,Huang L,Jia W.2008.An adaptive SIP-based peer-to-peer VoIP system design and implementation [J],Journal of Chinese Computer Systems.Accepted.
    Li L,Karmouch A,Georganas N D.1992.Real-time synchronization control in multimedia distributed systems [C].Proceedings of the 4th IEEE ComSoc International
    Workshop on Multimedia Communications,MULTIMEDIA.294-305.
    Liang S,Cheriton D.2002.TCP-RTM:using TCP for real time multimedia applications [C].Proceedings of the 10th International Conference on Network Protocols,ICNP.
    Loguinov D,Radha H.2001.On retransmission schemes for real-time streaming in the Internet [C].Proceedings of the 20th Annual Joint Conference of the IEEE Computer and Communications Societies,volume 3ofINFOCOM.1310-1319.
    Lombardo A,Schembra G.2003.Performance evaluation of an adaptive-rate MPEG encoder matching intserv traffic constraints [J].IEEE/ACM Transactions on Networking,11(1):47-65.
    Lua E K,Crowcroft J,Pias M,Sharma R,Lim S.2005.A survey and comparison of peer-to-peer overlay network schemes [J].IEEE Communications Surveys & Tutorials,7(2):72-93.
    Maymounkov P,Mazieres D.2002.Kademlia:A peer-to-peer information system based on the XOR metric [C].Proceedings of the International Workshop on Peer-to-Peer Systems,IPTPS.
    McDermott-Wells P.2005.What is Bluetooth? [J].IEEE Potentials,23(5):33-35.
    McKnight L,Gaynor M,Hwang J.2003.Wireless Grid issues [S].Global Grid ForumWorking Draft.Informational Track.
    Microsoft.2009.MSN:Windows live messenger [EB/OL].http://www.msn.com/.
    Miloji(?)i(?)D S,Kalogeraki V,Lukose R.2002.Peer-to-peer computing [R].Technical Report HPL-2002-57,HP Lab.
    O'Hara B,Petrick A.2005.802.11 Handbook:A Designer's Companion [M].IEEE Press.
    OpenSER.2008.OpenSER:the open source SIP server [CP/OL].http:// openser.org/.
    P59.1993.Telephone transmission quality objective measuring apparatus-artificial conversational speech [S].
    Peng G,Li S,Jin H,Ma T.2004.Dynamic indices for mobile peer-to-peer networks [C],Proceedings of the 4th International Conference on Computer and Information Technology.410-415.
    Perkins C E,Royer E M.1999.Ad-hoc on-demand distance vector routing [C].Proceedings of the 2nd IEEE Workshop on Mobile Computing Systems and Applications.
    Perkins C E,Royer E M,Das S R.2000.Ad hoc on-demand distance vector (AODV)routing [S].ffiTF MANET Working Group,Internet-Draft.
    Plaxton C G,Rajaraman R,Richa A W.1997.Accessing nearby copies of replicated objects in a distributed environment [C].Proceedings of SPAA.Newport,RI,USA,311-320.
    PPLive Inc.2008.PPLive:the largest world wide internet TV network [EB/OL].http://www.pplive.com/.
    Prijono B.2008.Open source SIP stack and media stack for presence,instant messaging,and multimedia communication [CP/OL].http://www.p jsip.org/.
    Rathi S.2000.Bluetooth protocol architecture [J].Dedicated Systems Magazine,(Q4):28-33.
    Ratnasamy S,Francis P,Handley M,Karp R,Schenker S.2001.A scalable contentaddressable network [C].Proceedings of the Conference on Applications,Technologies,Architectures,and Protocols for Computer Communications,volume 31ofSlG-COMM.San Diego,California,USA,161-172.
    Reisslein M,Ross K,Rajagopal S.2002.A framework for guaranteeing statistical QoS [J].IEEE/ACM Transactions on Networking,10(1):27~42.
    Rosenberg J.2007.Interactive connectivity establishment (ICE):a protocol for network address translator (NAT)traversal for offer/answer protocols [S].IETF Draft.
    Rosenberg J,Schulzrinne H.2002.An offer/answer model with session description protocol (SDP)[S].RFC3264,IETF Proposed Standard.
    Rosenberg J,Schulzrinne H,Camarillo G.2002.SIP:session initiation protocol [S].RFC3261,IETF Proposed Standard.
    Rosenberg J,Weinberger J,Huitema C.2003.STUN:simple traversal of user datagram protocol (UDP)through network address translators (NATs)[S].RFC3489,IETF Proposed Standard.
    Rowstron A,Druschel P.2001.Pastry:scalable,distributed object location and routing for large-scale peer-to-peer systems [C].Proceedings of the International Conference on Distributed Systems Platforms (Middleware),volume 11oflFIP/ACM.Heidelberg,Germany,329-350.
    Schulzrinne H.1999.Converging on Internet telephony [J].IEEE Internet Computing,3(3):40-43.
    Singh A,Mahadevan P,Acharya A,Shae Z Y.2004.Design and implementation of SEP network and client services [C].Proceedings of the 13th International Conference on Computer Communications and Networks,ICCCN.529-534.
    Singh K,Schulzrinne H.2005.Peer-to-peer internet telephony using SIP [C].Proceedings of the International Workshop on Network and Operating Systems Support for Digital Audio and Video,NOSSDAV.ACM Press,Stevenson,Washington,USA,63-68.
    Skype.2008.Skype Ltd.[EB/OL].http://www.skype.com/.
    Stoica I,Morris R,Karger D.2001.Chord:a peer-to-peer lookup service for Internet applications [C].Proceedings of the ACM Special Interest Group on Data Communications,SIGCOMM.San Diego,CA,USA.
    Stoica I,Morris R,Liben-Nowell D,Karger D R,Kaashoek M F,Dabek F,Balakrishnan H.2003.Chord:A scalable peer-to-peer lookup protocol for Internet applications [J].
    IEEE/ACM Transactions on Networking,11(1):17-32.
    Stutzbach D,Rejaie R.2006.Understanding churn in peer-to-peer networks [C].Proceedings of the 6th ACM SIGCOMM on Internet Measurement,IMC.ACM Press,Rio de Janeiro,Brazil,189-201.
    Varshney U,Snow A,McGivem M,Howard C.2002.Voice over IP [J].Communications of the ACM,45(1):89-96.
    Vedula I,Han R.2003.A distributed software system architecture for wireless peer-topeer collaborative learning [C].Proceedings of the 3rd IEEE International Conference on Advanced Learning Technologies.7-11.
    Vi(?)ron J,Guillemot C.2004.Real-time constrained TCP-compatible rate control for video over the Internet [J].IEEE Transactions on Multimedia,6(4):634-646.
    VoIP advantage.2007.VoIP advantage [EB/OL].http:/ /www.voipadvantage.co.uk/.
    Wallingford T.2005.Switching to VoIP [M].O'Reilly.
    Wang R,Hu X.2004.VoIP development in China [J].Computer,37(9):30-37.
    Wang Z.1993.Analysis of burstiness and jitter in real-time communications [C].Proceedings of the Conference on Computer Communications,SIGCOMM.
    WiMax standard.2004.802.16-2004:leee standard for local and metropolitan area networks [S].
    WiMaxForum.2008.WiMax forum [EB/OL].http://www.wimaxforum.org/home/.
    Wolf H,Wang M.2005.A framework with a peer fostering mechanism for mobile P2P game development [C].Proceedings of the International Conference on Mobile Business,ICMB.109-115.
    XLite.2008.CounterPath Solutions Inc.[EB/OL].http://www.counterpath.com/.
    Zhang T.2007.Using background audio change detection for segmenting video [P].United States Patent,No.7,266,287.
    Zhang Y.2002.SIP-based VoIP network and its interworking with the PSTN [J].Electronics & Communication Engineering Journal,14(6):273—282.
    Zhao B Y,Huang L,Stribling J,Rhea S C,Joseph A D,Kubiatowicz J D.2004.Tapestry:A resilient global-scale overlay for service deployment [J].IEEE Journal on Selected Areas in Communications,22(1):41-53.
    Zhu Y,Hu Y.2005.Ferry:An architecture for content-based publish/subscribe services on P2P networks [C].Proceedings of the International Conference on Parallel Processing,ICPP.427-434.
    Zhuang Z,Kakumanu S,Jeong Y,Sivakumar R,Velayutham A.2008.On the impact of mobile hosts in peer-to-peer data networks [C].Proceedings of the 28th International Conference on Distributed Computing Systems,ICDCS.Beijing,China,45-52.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700