不同软件所使用的P2P网络让用户可以分享电脑的处理能力(分布式系统),数据(文件分享)和带宽(使用多节点传送)。
Different applications of P2P networks enable users to share the computation power (distributed systems), data (file-sharing), and bandwidth (using many nodes for transferring data).
因为数据传送到另一个节点只需很短的距离,该网络需要的能量就更少。
It needs less power because the data travel only a small distance to another node.
由于每个节点都只能访问自己的内存,如果其他节点需要访问这些内存中的数据,就必须对这些数据结构进行复制并通过网络进行传送,这会导致大量的网络负载。
Because each node has access to only its own memory, data structures must be duplicated and sent over the network if other nodes want to access them, leading to network overhead.
应用推荐