摘要
采用P2P(Peer-to-Peer)技术多点共享式文件传输,任何一个进行下载的客户,在下载的同时,也能够作为服务器把它已接收到的数据提供给另外一个客户进行下载。这种方式可以有效地均衡上下行线路的数据量,同时每个客户端又可以部分作为服务器端,减轻了服务器的带宽压力。本系统用MicrosoftVisualC++6.0编写,实现了在局域网中若干台机器互为客户端和服务端,共同完成一个下载任务的功能。
Use of Peer-to-Peer Networking technology multi-spots shared file transfer, any one of the customers downloaded can send data as a server at the same time. This method can effectively balance downlink data lines. Each client can be used as server, and reducing the pressure on the servers. The system development tool is Microsoft Visual C + + 6.0 and a number of computer finish a task together as client and server.
出处
《电脑编程技巧与维护》
2009年第2期11-12,17,共3页
Computer Programming Skills & Maintenance
关键词
P2P
文件共享
多点共享
Peer to Peer
File Sharing
Multi-spots Sharing