WO2010028590A1 - Method for providing address list, peer-to-peer network and scheduling method thereof - Google Patents

Method for providing address list, peer-to-peer network and scheduling method thereof Download PDF

Info

Publication number
WO2010028590A1
WO2010028590A1 PCT/CN2009/073813 CN2009073813W WO2010028590A1 WO 2010028590 A1 WO2010028590 A1 WO 2010028590A1 CN 2009073813 W CN2009073813 W CN 2009073813W WO 2010028590 A1 WO2010028590 A1 WO 2010028590A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
media
client
content
index
Prior art date
Application number
PCT/CN2009/073813
Other languages
French (fr)
Chinese (zh)
Inventor
邵济平
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2010028590A1 publication Critical patent/WO2010028590A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1061Peer-to-peer [P2P] networks using node-based peer discovery mechanisms
    • H04L67/1063Discovery through centralising entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1061Peer-to-peer [P2P] networks using node-based peer discovery mechanisms
    • H04L67/1065Discovery involving distributed pre-established resource-based relationships among peers, e.g. based on distributed hash tables [DHT] 

Definitions

  • the present invention relates to streaming media technologies, and in particular, to a method for providing an address list, a P2P network, and a scheduling method thereof.
  • BACKGROUND Currently, P2P technology has been widely used in the Internet, and the P2P mode has become the preferred mode for many services, and is widely used in the fields of file sharing, network video, and Internet telephony.
  • P2P technology features distributed resource sharing and parallel transmission, providing users with more resources, higher available bandwidth, and better services.
  • P2P applications can be divided into three models according to their architecture:
  • the model provides the name index of the connected peer and all the resources on the network. At the same time, the establishment of communication between peers depends on the initialization of the server.
  • the server is dominant in the system, similar to the traditional C/S (ie, Client/Server) model.
  • C/S ie, Client/Server
  • the disadvantages of this model are: Because of the dependence of the various parts of the network on the central server, it is easy to cause access to "hot spots", single points of failure and legal issues;
  • Non-Server Serverless model
  • All members are peers, there is no concept of a server at all, the peer dynamically discovers the peers connected to it, and the communication between the peers is completely completed by itself without any help from the server, breaking the C/S.
  • the traditional communication method of the model is also called pure P2P model.
  • the model can completely share and quickly provide all the resources in the network under certain rules, and support the fast joining and exiting of each peer.
  • This pure P2P mode The model allows the user to set communication rules and establish a unique network environment, which can maximize the utilization of network resources and achieve the goal of optimizing system performance.
  • Such pure P2P systems include Gnutella and Freenet, Myjxta and the domestic SNS social network, Nexter and others.
  • the pure P2P model can provide approximate plug-and-play characteristics, but there is no effective solution in the prior art for the problem of how peers on the network discover each other and establish communication with each other.
  • a P2P network is provided.
  • the P2P network includes an index server and a media server, and the index server is configured to respond to a media content query request of the client and return a query result, where the media server is used to store the media.
  • the index server includes a remote query module, configured to send a query request to other servers and receive the query result when the client query content is missing.
  • the remote query module includes a DHT (Distributed Hash Table) transceiver module for querying other index servers through the DHT network.
  • the index server further includes a return control module, configured to control the media server or other client address list returned by the query, so that other clients or media servers in the same network in the list are located in front of other media servers in the same area or Client.
  • the cable 1 server further includes a missing counting module and a copy triggering module, where the missing counting module is configured to count the number of times the index server is missing the same query content, and when the number exceeds a preset threshold, the copy triggering module
  • the media server that triggers the index server management issues a content request to the other media server for the same query content and copies it.
  • the cable 1 server further includes a query counting module and a load balancing module, and the query counting module accumulates the number of times the same media content is requested to be queried. When the number exceeds a preset threshold, the load balancing module sets the same content in the The plurality of media servers managed by the index server are distributed, and subsequent multiple query requests for the same content will specify different media server responses for obtaining the distributed content.
  • a scheduling method for a network comprising the steps of: ⁇ , client login, returning an index server address; ⁇ , client to index service
  • the server queries the media server where the request content is located; c.
  • the index server returns a list of addresses of the media server and other clients that have the requested content; D.
  • the client sends a request content message to the media server or other client that has the requested content;
  • the media server or other client returns the requested media content; the step C further includes the following steps: Cl.
  • Step D otherwise performing the following steps; C2, the index server sends a query request to other index servers; C3, the index server receives a list of addresses returned by other index servers and returns them to the client.
  • the query request in the step C2 is sent through the DHT network.
  • the address list of the step C will be in the order of other clients or media servers in the same network before other media servers or clients in the same area.
  • the step C3 further includes the following steps: C31: accumulating the number of missing requests of the requested query content; C32.
  • the step C1 further includes the following steps: C11. Accumulating the number of requests for the requested content; C12. When the number of requests exceeds a preset threshold, the index server will request to query multiple media managed by the index server. The servers are distributed between the servers, and subsequent multiple query requests for the same content will specify different media server responses to obtain the distributed content.
  • the step A returns a plurality of index server addresses that are geographically close, and the default index server is selected by default, and the step B is to send a request to the default index server.
  • a method for providing an address list comprising the following steps: A.
  • the index server checks whether there is a media server or other client address list capable of providing content requested by the client, if If yes, go to step B, otherwise, go to step C; B. Return the address list of the media server or the other client directly to the client; C.
  • the index server sends a query request to other index servers.
  • the index server receives the address list returned by the other server 1 and returns it to the client.
  • the beneficial effects of the present invention compared with the prior art are as follows: (1) The query between the index servers through the DHT network improves the query efficiency of the P2P network; (2) For the control of returning the result list order, the resources closer to the client are in front of the list, which is advantageous for controlling the cross-region traffic;
  • FIG. 3 is a diagram of a method according to an embodiment of the present invention.
  • FIG. 4 is a flow chart of method steps according to an embodiment of the present invention;
  • FIG. 5 is a flowchart of a method for providing an address list according to an embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Apparatus Embodiments hereinafter, the present invention will be further described in detail by way of specific embodiments and with reference to the accompanying drawings.
  • the embodiment of the present invention provides a P2P network.
  • FIG. 1 is a structural diagram of a P2P network index server according to an embodiment of the present invention. As shown in FIG. 1, the P2P network includes an index server and a media server.
  • the client issues a content query request to the index server
  • the index server responds to the query request and returns a list of media servers or other clients having the requested content
  • the media server stores the media content.
  • the index server may include a remote query module, a return control module, a missing count module, a copy trigger module, a query count module, and a load balancing module.
  • the remote query module sends a query request to other servers 1 and receives the returned query result when the index server does not have a corresponding content resource list.
  • the remote query module may include a DHT transceiver module for supporting the use of the DHT network for other index servers. Inquire.
  • the return control module is used to control the media service returned by the query.
  • the order of the servers is such that other clients or media servers in the same network in the list are located in front of other media servers in the same area, so that the client can preferentially access the media servers or other clients in the same network to avoid Large cross-regional network traffic.
  • the missing counting module is configured to count the number of times the index server is missing the same query content. When the number exceeds a preset threshold, the replication triggering module triggers the media server to send a content request to the other media server for the same query content, so that the content is made. There is a backup on the local media server, and the request for the media content can no longer cause cross-region traffic problems.
  • the query counting module is configured to count the number of times the same content is requested.
  • the load balancing module distributes the same content between multiple media servers managed by the index server, and the subsequent occurrence is targeted. Multiple requests for the same content will specify different media server responses to balance the load.
  • the network architecture of the embodiment of the present invention is as shown in FIG. 2, wherein a dotted double-headed arrow indicates a signaling message flow, and a solid double-headed arrow indicates data and a signaling flow.
  • the client ⁇ first obtains the media identifier from the EPG, and then sends a query request to the cable server, the index server searches for the server with the content of the media, and returns its address and other client addresses to the requesting client.
  • the index server When returning the list of media servers, the index server preferentially returns other clients or media servers in the same network that request data from the client, and then returns to other media servers in the same area (compensating the server and other clients). This can effectively reduce the generation of cross-regional traffic.
  • the method embodiment uses the foregoing network, and the embodiment of the present invention further provides a scheduling method for the network, as shown in FIG. 3, including the following steps S1 to S10:
  • the client sends a request message to the index server 1;
  • the index server 1 After receiving the request from the client, the index server 1 locally queries the content required by the client;
  • the media server 1 address is immediately returned to the client; S4, the client sends a message to the media server 1, requesting the required media content;
  • the media server 1 returns the data requested by the client, and the process ends;
  • the server queries the other index servers through the DHT network between the index servers; 57.
  • the other index server n returns the found media server address to the local index server 1;
  • the above-mentioned found media server address is returned to the requesting client by the local index server 1; S9. After obtaining the media server address of the request, the local client directly sends a request message to the remote media server.
  • FIG. 4 depicts a flow chart of the method steps for P2P network scheduling, including the process of missing content replication and frequent request content distribution. That is, in the above step S6, the method further includes the following steps: S61. Determine whether the number of times the content of the local index server is missing exceeds a preset threshold;
  • step S7 if the threshold is not exceeded, then go to step S7;
  • Step S3 further includes the following steps:
  • FIG. 5 is a flowchart of an address list providing method according to an embodiment of the present invention. As shown in FIG. 5, the address list providing method includes the following steps: Step S501: The index server checks whether there is a medium capable of providing content requested by the client.
  • Step S503 The index server sends a query request to another index server, and the server receives the address list returned by the other server and returns it to the client.
  • a computer readable medium having stored thereon computer executable instructions for causing a computer or processor to perform, for example, when executed by a computer or processor The processing of the steps shown in Figs. 3, 4, and 5, optionally, one or more of the above-described embodiments may be performed.
  • the implementation of the present invention does not modify the system architecture and the current processing flow, is easy to implement, facilitates promotion in the technical field, and has strong industrial applicability.
  • the above is a further detailed description of the present invention in connection with the specific preferred embodiments, and the specific embodiments of the present invention are not limited to the description. It will be apparent to those skilled in the art that the present invention can be made without departing from the spirit and scope of the invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A Peer-to-Peer (P2P) network is provided. It includes index servers and media servers. The index server responds to a media content inquiry request from a client and returns an inquiry result. The media server stores media contents and accepts the management of the index servers. The index server includes a remote inquiry module, which is used for sending the inquiry request to other index servers and receiving the inquiry result when the index server is lack of the inquiry contents of the client. A method for providing an address list and a scheduling method in P2P network are also provided. The inquiry efficiency can be improved and the quantity of cross-domain flow can be reduced by the methods and network.

Description

地址列表的提供方法、 对等网络及其调度方法 技术领域 本发明涉及流媒体技术, 尤其涉及一种地址列表的提供方法、 P2P网络 及其调度方法。 背景技术 当前, P2P技术已经在互联网取得广泛的应用, P2P模式也成为许多业 务的首选模式, 被广泛应用于文件共享、 网络视频、 网络电话等领域。 P2P 技术具有分布式资源共享和并行传输的特点, 能为用户提供更多的资源、 更 高的可用带宽以及更好的服务。 P2P应用按照其体系架构, 主要可分为三种模型:  TECHNICAL FIELD The present invention relates to streaming media technologies, and in particular, to a method for providing an address list, a P2P network, and a scheduling method thereof. BACKGROUND Currently, P2P technology has been widely used in the Internet, and the P2P mode has become the preferred mode for many services, and is widely used in the fields of file sharing, network video, and Internet telephony. P2P technology features distributed resource sharing and parallel transmission, providing users with more resources, higher available bandwidth, and better services. P2P applications can be divided into three models according to their architecture:
(1)完全基于 Server 的模型(Server-based) , 该模型是由服务器提供相连 peer的名字索引以及网络上所有的资源, 同时, peer之间通信的建立也依赖 于月 务器的初始化。 月 务器在系统中处于支配地位, 类似于传统的 C/S (即, Client/Server )模型。 该模型的缺点是: 因为网络中各部分对中心服务器的依 赖, 容易造成访问 "热点"、 单点故障以及法律问题; (1) Server-based model. The model provides the name index of the connected peer and all the resources on the network. At the same time, the establishment of communication between peers depends on the initialization of the server. The server is dominant in the system, similar to the traditional C/S (ie, Client/Server) model. The disadvantages of this model are: Because of the dependence of the various parts of the network on the central server, it is easy to cause access to "hot spots", single points of failure and legal issues;
(2)部分基于 Server的模型(with-Server), 通常, 准备力。入网络的 peer将 自己已经登录的消息通知索引服务器, 索引服务器建立已经连接的 peer名字 的索引, 其作用也仅仅是为正在加入的 peer提供该索引, 而资源仍然分布式 存放在各个 peer上, peer间建立连接和通信的过程由各 peer自主完成, 索引 服务器不再参与。 该模式以提供文件的高速传输和实时通信为主要目的, 如 早期的 Napster、 KaZaA以及近期出现的 Edoney、 eMule、 Skype等就属于部 分基于 Server模型的 P2P技术架构。现有技术中该模式存在效率不高和对内 容源的控制困难等问题; (2) Part of the Server-based model (with-Server), usually, preparation. The peer entering the network notifies the index server of the message that the user has logged in. The index server establishes an index of the connected peer name, and the role is only to provide the index for the peer that is being added, and the resources are still distributed and stored on each peer. The process of establishing connection and communication between peers is completed by each peer, and the index server is no longer involved. This mode is mainly for the purpose of providing high-speed transmission and real-time communication of files. For example, early Napster, KaZaA, and recently emerged Edoney, eMule, Skype, etc. belong to the P2P technology architecture based on the Server model. In the prior art, the mode has problems such as inefficiency and difficulty in controlling the content source;
(3) Serverless 模型 ( non- Server )。 此模型中, 所有成员都是对等端, 完 全没有服务器的概念, peer动态地发现其连接的 peer, peer之间的通信完全 由自身完成而不需要来自服务器的任何帮助, 打破了 C/S模型的传统通信方 式, 也被称为纯 P2P模型。 该模型可以在某种规则下, 将网络中的所有资源 完全共享、 快速提供, 同时支持每个 peer的快速加入和退出。 这种纯 P2P模 型容许用户自己设定通信规则, 建立具有特色的网络环境, 其可以使得网络 资源的使用率最大化, 达到最优化系统性能的目的。 这类纯 P2P 系统包括 Gnutella和 Freenet, Myjxta及国内的 SNS社会网络, Nexter等。 纯 P2P模 型可以提供近似的即插即用特性, 但对于网络上 peer之间如何彼此发现、 并 互相建立通信的问题, 现有技术中尚未提出有效的解决方案。 发明内容 有鉴于此, 本发明提供了一种查询效率高的地址列表的提供方法、 P2P 网络及其调度方法。 根据本发明的一个方面, 提供了一种 P2P 网络, 该 P2P 网络包括索引 服务器和媒体服务器, 所述索引服务器用以响应客户端的媒体内容查询请求 并返回查询结果, 所述媒体服务器用以存储媒体内容并接受索引服务器的管 理, 所述索引服务器包括远程查询模块, 用于在缺失客户端查询内容时, 向 其他索 ^ I服务器发出查询请求并接收查询结果。 所述远程查询模块包括 DHT ( Distributed Hash Table , 分布式哈希表 ) 收发模块, 用于通过 DHT网络向其他索引服务器查询。 所述索引服务器还包括返回控制模块,用于控制查询返回的媒体服务器 或其他客户端地址列表, 使得列表中同一网络内的其他客户端或媒体服务器 的位置要前于同一区域的其他媒体服务器或客户端。 所述索 1服务器还包括缺失计数模块和复制触发模块,所述缺失计数模 块用于统计所述索引月 务器对同一查询内容缺失的次数, 该次数超过预设阈 值时, 所述复制触发模块将触发所述索引服务器管理的媒体服务器就所述同 一查询内容向其他媒体服务器发出内容请求并加以复制。 所述索 1服务器还包括查询计数模块和负载均衡模块,所述查询计数模 块将累计同一媒体内容被请求查询的次数, 该次数超过预设阈值时, 所述负 载均衡模块将所述同一内容在所述索引服务器管理的多台媒体服务器之间进 行分发, 后续发生的针对所述同一内容的多次查询请求将指定相异的获得分 发内容的媒体服务器响应。 才艮据本发明的另一个方面, 提供了一种 Ρ2Ρ 网络的调度方法, 该方法 包括以下步骤: Α、 客户端登录, 返回索引服务器地址; Β、 客户端向索引服 务器查询请求内容所在的媒体服务器; c、 索引服务器返回存在请求内容的 媒体服务器和其他客户端的地址列表; D、 客户端向存在请求内容的媒体服 务器或其他客户端发送请求内容消息; E、 媒体服务器或者其他客户端返回 请求媒体内容; 所述步骤 C进一步包括以下步骤: Cl、 若所述索引服务器存 在所述客户端请求内容的媒体服务器或其他客户端地址列表, 直接返回该列 表, 转所述步骤 D, 否则执行以下步骤; C2、 所述索引服务器向其他索引服 务器发出查询请求; C3、 所述索引服务器接收到其他索引服务器返回的地址 列表并将其返回给所述客户端。 所述步骤 C2中的查询请求是通过 DHT网络发出的。 所述步骤 C 的地址列表将按照同一网络之内的其他客户端或媒体服务 器要先于同一区域内的其他媒体服务器或客户端的顺序。 所述步骤 C3进一步包括以下步骤: C31、 累计所请求查询内容的缺失 次数; C32、 缺失次数超过预设阈值时, 所述索引服务器触发其管理的媒体 服务器向其他索引服务器返回的媒体服务器进行数据复制。 所述步骤 C 1 进一步包括以下步骤: C 11、 累计所请求查询内容的请求 次数; C12、 请求次数超过预设阈值时, 所述索引服务器将请求查询内容在 所述索引服务器管理的多台媒体服务器之间进行分发, 后续发生的针对所述 同一内容的多次查询请求将指定相异的获得分发内容的媒体服务器响应。 所述步骤 A返回的是地理位置上较近的多个索引服务器地址 , 默认优 先选用最近的索引服务器, 所述步骤 B是向默认的索引服务器发送请求。 根据本发明的又一个方面 , 提供了一种地址列表的提供方法, 该方法包 括以下步骤: A、 索引服务器检查是否存在能够提供客户端请求内容的媒体 月 务器或其他客户端地址列表, 若存在, 执行步骤 B, 否则, 执行步骤 C; B、 直接向所述客户端返回所述媒体服务器或所述其他客户端的所述地址列 表; C、 所述索引服务器向其他索引服务器发出查询请求, 所述索引服务器 接收到其他索 1服务器返回的地址列表并将其返回给所述客户端。 本发明与现有技术相比较的有益效果是: ( 1 ) 索引服务器之间通过 DHT 网络的查询, 提高了 P2P 网络的查询 效率; ( 2 ) 对于返回结果列表顺序的控制 , 使得越靠近客户端的资源在列表 的越前面, 有利于控制跨区流量; (3) Serverless model (non-Server). In this model, all members are peers, there is no concept of a server at all, the peer dynamically discovers the peers connected to it, and the communication between the peers is completely completed by itself without any help from the server, breaking the C/S. The traditional communication method of the model is also called pure P2P model. The model can completely share and quickly provide all the resources in the network under certain rules, and support the fast joining and exiting of each peer. This pure P2P mode The model allows the user to set communication rules and establish a unique network environment, which can maximize the utilization of network resources and achieve the goal of optimizing system performance. Such pure P2P systems include Gnutella and Freenet, Myjxta and the domestic SNS social network, Nexter and others. The pure P2P model can provide approximate plug-and-play characteristics, but there is no effective solution in the prior art for the problem of how peers on the network discover each other and establish communication with each other. SUMMARY OF THE INVENTION In view of this, the present invention provides a method for providing an address list with high query efficiency, a P2P network, and a scheduling method thereof. According to an aspect of the present invention, a P2P network is provided. The P2P network includes an index server and a media server, and the index server is configured to respond to a media content query request of the client and return a query result, where the media server is used to store the media. The content and the management of the index server, the index server includes a remote query module, configured to send a query request to other servers and receive the query result when the client query content is missing. The remote query module includes a DHT (Distributed Hash Table) transceiver module for querying other index servers through the DHT network. The index server further includes a return control module, configured to control the media server or other client address list returned by the query, so that other clients or media servers in the same network in the list are located in front of other media servers in the same area or Client. The cable 1 server further includes a missing counting module and a copy triggering module, where the missing counting module is configured to count the number of times the index server is missing the same query content, and when the number exceeds a preset threshold, the copy triggering module The media server that triggers the index server management issues a content request to the other media server for the same query content and copies it. The cable 1 server further includes a query counting module and a load balancing module, and the query counting module accumulates the number of times the same media content is requested to be queried. When the number exceeds a preset threshold, the load balancing module sets the same content in the The plurality of media servers managed by the index server are distributed, and subsequent multiple query requests for the same content will specify different media server responses for obtaining the distributed content. According to another aspect of the present invention, a scheduling method for a network is provided, the method comprising the steps of: Α, client login, returning an index server address; Β, client to index service The server queries the media server where the request content is located; c. The index server returns a list of addresses of the media server and other clients that have the requested content; D. The client sends a request content message to the media server or other client that has the requested content; The media server or other client returns the requested media content; the step C further includes the following steps: Cl. If the index server has a media server or other client address list that the client requests content, directly return the list, and then Step D, otherwise performing the following steps; C2, the index server sends a query request to other index servers; C3, the index server receives a list of addresses returned by other index servers and returns them to the client. The query request in the step C2 is sent through the DHT network. The address list of the step C will be in the order of other clients or media servers in the same network before other media servers or clients in the same area. The step C3 further includes the following steps: C31: accumulating the number of missing requests of the requested query content; C32. When the number of missing times exceeds a preset threshold, the index server triggers the media server managed by the index server to perform data to the media server returned by the other index servers. copy. The step C1 further includes the following steps: C11. Accumulating the number of requests for the requested content; C12. When the number of requests exceeds a preset threshold, the index server will request to query multiple media managed by the index server. The servers are distributed between the servers, and subsequent multiple query requests for the same content will specify different media server responses to obtain the distributed content. The step A returns a plurality of index server addresses that are geographically close, and the default index server is selected by default, and the step B is to send a request to the default index server. According to still another aspect of the present invention, a method for providing an address list is provided, the method comprising the following steps: A. The index server checks whether there is a media server or other client address list capable of providing content requested by the client, if If yes, go to step B, otherwise, go to step C; B. Return the address list of the media server or the other client directly to the client; C. The index server sends a query request to other index servers. The index server receives the address list returned by the other server 1 and returns it to the client. The beneficial effects of the present invention compared with the prior art are as follows: (1) The query between the index servers through the DHT network improves the query efficiency of the P2P network; (2) For the control of returning the result list order, the resources closer to the client are in front of the list, which is advantageous for controlling the cross-region traffic;
( 3 ) 对缺失内容的复制能够对频繁缺失的内容建立本地备份, 提高查 询效率和减少跨区 量; ( 4 ) 频繁请求内容的分发可以起到负载均衡的作用。 附图说明 此处所说明的附图用来提供对本发明的进一步理解 ,构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中: 图 1是根据本发明实施例的 P2P网络索引服务器结构图; 图 2是才艮据本发明实施例的 P2P网络体系结构图; 图 3是才艮据本发明实施例的方法信令流程图; 图 4是才艮据本发明实施例的方法步骤流程图; 图 5是才艮据本发明实施例的地址列表提供方法的流程图。 具体实施方式 装置实施例 以下通过具体实施方式并结合附图对本发明 丈进一步详细说明。 本发明实施例提供了一种 P2P 网络, 图 1是根据本发明实施例的 P2P 网络索引服务器结构图, 如图 1所示, 该 P2P网络包括索引服务器、 媒体服 务器。 客户端向索引服务器发出内容查询请求, 索引服务器响应查询请求并 返回具有请求内容的媒体服务器或其他客户端列表, 媒体服务器存储媒体内 容。 索引服务器可以包括远程查询模块、 返回控制模块、 缺失计数模块、 复 制触发模块、 查询计数模块和负载均衡模块。 远程查询模块是在索引服务器 没有相应内容资源列表时 , 向其他索 1服务器发出查询请求并接收返回的查 询结果, 远程查询模块中可以包括 DHT收发模块 , 用于支持利用 DHT网络 对其他索引服务器进行查询。 返回控制模块用于控制查询返回得到的媒体服 务器列表顺序 , 使得列表中同一网络内的其他客户端或媒体服务器的位置前 于同一区域的其他媒体服务器 , 这样客户端可优先选择访问同一网络内的媒 体服务器或其他客户端, 避免产生较大的跨区网络流量。 缺失计数模块用于 统计所述索引服务器对同一查询内容缺失的次数, 该次数超过预设阈值时, 复制触发模块将触发媒体服务器就所述同一查询内容向其他媒体服务器发出 内容请求, 使得这些内容在本地的媒体服务器上存在一个备份, 关于该媒体 内容的请求就可以不再发生跨区流量问题。 查询计数模块用于统计同一内容 被请求的次数, 当该次数超过预设阈值时, 负载均衡模块将所述同一内容在 所述索引服务器管理的多台媒体服务器之间进行分发, 后续发生的针对同一 内容的多次请求将指定不同的媒体服务器响应, 起到均衡负载的作用。 本发明实施例的网络体系结构如图 2所示,其中虚线双向箭头表示信令 消息流, 实线双向箭头表示数据、 信令流。 客户端 η首先向 EPG取得媒体标 识 , 然后向索弓 I服务器发送查询请求 , 索引服务器搜索具有此媒体的内容的 月 务器, 并把其地址和其他客户端地址返回给该请求的客户端。 索引服务器 在返回媒体服务器列表的时候, 优先返回同一网络之内存在此客户端请求数 据的其他客户端或媒体服务器, 然后返回同一区域的其他的媒体服务器 (补 偿月 务器和其他客户端) , 这样可以有效地减少跨区域流量的产生。 方法实施例 应用上述 Ρ2Ρ网络, 本发明实施例还提供了一种 Ρ2Ρ网络的调度方法, 如图 3所示, 包括下列步骤 S1至步骤 S10: (3) The replication of missing content can establish local backup for frequently missing content, improve query efficiency and reduce cross-regional volume; (4) Frequently requested content distribution can play a role of load balancing. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1 is a structural diagram of a P2P network index server according to an embodiment of the present invention; FIG. 2 is a P2P network architecture diagram according to an embodiment of the present invention; FIG. 3 is a diagram of a method according to an embodiment of the present invention. FIG. 4 is a flow chart of method steps according to an embodiment of the present invention; FIG. 5 is a flowchart of a method for providing an address list according to an embodiment of the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Apparatus Embodiments Hereinafter, the present invention will be further described in detail by way of specific embodiments and with reference to the accompanying drawings. The embodiment of the present invention provides a P2P network. FIG. 1 is a structural diagram of a P2P network index server according to an embodiment of the present invention. As shown in FIG. 1, the P2P network includes an index server and a media server. The client issues a content query request to the index server, the index server responds to the query request and returns a list of media servers or other clients having the requested content, and the media server stores the media content. The index server may include a remote query module, a return control module, a missing count module, a copy trigger module, a query count module, and a load balancing module. The remote query module sends a query request to other servers 1 and receives the returned query result when the index server does not have a corresponding content resource list. The remote query module may include a DHT transceiver module for supporting the use of the DHT network for other index servers. Inquire. The return control module is used to control the media service returned by the query. The order of the servers is such that other clients or media servers in the same network in the list are located in front of other media servers in the same area, so that the client can preferentially access the media servers or other clients in the same network to avoid Large cross-regional network traffic. The missing counting module is configured to count the number of times the index server is missing the same query content. When the number exceeds a preset threshold, the replication triggering module triggers the media server to send a content request to the other media server for the same query content, so that the content is made. There is a backup on the local media server, and the request for the media content can no longer cause cross-region traffic problems. The query counting module is configured to count the number of times the same content is requested. When the number of times exceeds a preset threshold, the load balancing module distributes the same content between multiple media servers managed by the index server, and the subsequent occurrence is targeted. Multiple requests for the same content will specify different media server responses to balance the load. The network architecture of the embodiment of the present invention is as shown in FIG. 2, wherein a dotted double-headed arrow indicates a signaling message flow, and a solid double-headed arrow indicates data and a signaling flow. The client η first obtains the media identifier from the EPG, and then sends a query request to the cable server, the index server searches for the server with the content of the media, and returns its address and other client addresses to the requesting client. When returning the list of media servers, the index server preferentially returns other clients or media servers in the same network that request data from the client, and then returns to other media servers in the same area (compensating the server and other clients). This can effectively reduce the generation of cross-regional traffic. The method embodiment uses the foregoing network, and the embodiment of the present invention further provides a scheduling method for the network, as shown in FIG. 3, including the following steps S1 to S10:
S 1、 客户端向索引服务器 1发送请求消息; S1. The client sends a request message to the index server 1;
52、 索引服务器 1接收到客户端的请求之后, 在本地查询客户端所需的 内容; 52. After receiving the request from the client, the index server 1 locally queries the content required by the client;
53、 如果本地查询成功, 则立即返回媒体服务器 1地址给客户端; S4、 客户端向媒体服务器 1发送消息 , 请求所需的媒体内容; 53. If the local query is successful, the media server 1 address is immediately returned to the client; S4, the client sends a message to the media server 1, requesting the required media content;
S5、 媒体服务器 1返回客户端请求的数据, 流程结束; S5. The media server 1 returns the data requested by the client, and the process ends;
S6、 如果本地索引服务器 1上查询失败, 则服务器通过在索引服务器之 间的 DHT网络在其他的索引服务器上查询; 57、其他索引服务器 n把查找到的媒体服务器地址返回至本地索引服务 器 1 ; S6. If the query fails on the local index server 1, the server queries the other index servers through the DHT network between the index servers; 57. The other index server n returns the found media server address to the local index server 1;
58、将上述查找到的媒体服务器地址由本地索引服务器 1返回给请求客 户端; S9、本地客户端获取存在请求的媒体服务器地址之后, 直接向远端的媒 体服务器发送请求消息; 58. The above-mentioned found media server address is returned to the requesting client by the local index server 1; S9. After obtaining the media server address of the request, the local client directly sends a request message to the remote media server.
S10、 远端媒体服务器 n响应本地客户端所需的媒体内容, 流程结束。 图 4描述了 P2P 网络调度的方法步骤流程图, 其中包含缺失内容复制 和频繁请求内容分发的流程。 即, 在上述步骤 S6中还进一步包括以下步骤: S61、 判断本地索引服务器缺失内容的次数是否超过预先设定的阈值; S10. The remote media server n responds to the media content required by the local client, and the process ends. Figure 4 depicts a flow chart of the method steps for P2P network scheduling, including the process of missing content replication and frequent request content distribution. That is, in the above step S6, the method further includes the following steps: S61. Determine whether the number of times the content of the local index server is missing exceeds a preset threshold;
562、 如果没有超过阈值, 则转至步骤 S7; 562, if the threshold is not exceeded, then go to step S7;
563、 如果超过阈值, 则触发本地媒体服务器向远端的媒体服务器获取 媒体内容。 本地索 1服务器上没有客户端所需的媒体内容时,则到其他的索 1服务 器查询, 把结果反馈给客户端。 如果在其他的索引服务器查到客户端所需的 媒体内容而该内容在本地的索引服务器上缺失多次, 当累计的缺失次数达到 预先设定的阀值时, 说明此内容在本地为相对较热门的内容, 则本地的索引 月 务器触发本地的媒体服务器去远端媒体服务器下载此内容。 由此, 本地的 客户端在以后请求此内容的过程中 , 只会产生本地流量而不用去远端下载数 据, 减少骨干网上的跨区域流量。 步骤 S3进一步包括以下步骤: 563. If the threshold is exceeded, trigger the local media server to obtain media content from the remote media server. When there is no media content required by the client on the local server 1 server, it will query the other servers and feed the result back to the client. If the media content required by the client is found in other index servers and the content is missing multiple times on the local index server, when the accumulated number of misses reaches a preset threshold, the content is relatively local. For popular content, the local index server triggers the local media server to go to the remote media server to download the content. As a result, the local client will only generate local traffic during the request for this content without going to the remote to download data, reducing cross-region traffic on the backbone network. Step S3 further includes the following steps:
S31、 判断请求该内容的次数是否超过预设阈值; S31. Determine whether the number of times the content is requested exceeds a preset threshold.
S32、 若未超过阈值, 直接返回媒体服务器 1地址给客户端, 转至步骤S32. If the threshold is not exceeded, directly return the address of the media server 1 to the client, and go to the step.
S4; S33、 若超过阈值, 触发本地媒体服务器之间进行该内容分发。 通常, 某个媒体内容由于客户端请求的次数较多, 片源较热, 导致超过 预先设定的分发阀值, 则会在本地区域内触发数据分发的操作, 由此可以在 多个本地媒体服务器之间存有备份 , 在客户端请求此媒体的时候 , 分别由不 同的媒体服务器响应 , 能够起到负载均衡的作用。 图 5是才艮据本发明实施例的地址列表提供方法的流程图, 如图 5所示, 该地址列表提供方法包括以下步骤: 步骤 S501、 索引服务器检查是否存在能够提供客户端请求内容的媒体 月 务器或其他客户端地址列表, 若存在, 执行步骤 S502 , 否则, 执行步骤 S503; 步骤 S502、 直接向所述客户端返回所述媒体月 务器或所述其他客户端 的所述地址列表; 步骤 S503、 所述索引服务器向其他索引服务器发出查询请求, 所述索 ^ I服务器接收到其他索 1服务器返回的地址列表并将其返回给所述客户端。 才艮据本发明实施例, 还提供了一种计算机可读介质, 该计算机可读介质 上存储有计算机可执行的指令, 当该指令被计算机或处理器执行时, 使得计 算机或处理器执行如图 3、 图 4和图 5所示的各步骤的处理, ύ选地, 可以 执行上述实施例中的一个或多个。 另外 ,本发明的实现没有对系统架构和目前的处理流程修改,易于实现, 便于在技术领域中进行推广, 具有较强的工业适用性。 以上内容是结合具体的优选实施方式对本发明所作的进一步详细说明, 不能认定本发明的具体实施只局限于这些说明。 对于本发明所属技术领域的 普通技术人员来说, 在不脱离本发明构思的前提下, 还可以做出若干筒单推 演或替换, 都应当视为属于本发明的保护范围。 S4: S33. If the threshold is exceeded, triggering content distribution between the local media servers. Usually, a certain media content is more frequently requested by the client, and the source of the media is hotter, resulting in more than The pre-set distribution threshold will trigger the data distribution operation in the local area, so that backups can be stored between multiple local media servers. When the client requests this media, it is respectively set by different media servers. In response, it can play a role in load balancing. FIG. 5 is a flowchart of an address list providing method according to an embodiment of the present invention. As shown in FIG. 5, the address list providing method includes the following steps: Step S501: The index server checks whether there is a medium capable of providing content requested by the client. The server or other client address list, if yes, go to step S502, otherwise, go to step S503; step S502, directly return the address list of the media server or the other client to the client; Step S503: The index server sends a query request to another index server, and the server receives the address list returned by the other server and returns it to the client. According to an embodiment of the present invention, there is also provided a computer readable medium having stored thereon computer executable instructions for causing a computer or processor to perform, for example, when executed by a computer or processor The processing of the steps shown in Figs. 3, 4, and 5, optionally, one or more of the above-described embodiments may be performed. In addition, the implementation of the present invention does not modify the system architecture and the current processing flow, is easy to implement, facilitates promotion in the technical field, and has strong industrial applicability. The above is a further detailed description of the present invention in connection with the specific preferred embodiments, and the specific embodiments of the present invention are not limited to the description. It will be apparent to those skilled in the art that the present invention can be made without departing from the spirit and scope of the invention.

Claims

权 利 要 求 书 一种 P2P网络, 包括索引服务器和媒体服务器, 所述索引服务器用以 响应客户端的媒体内容查询请求并返回查询结果, 所述媒体月 务器用 以存储媒体内容并接受索引服务器的管理, 其特征在于: 所述索引服 务器包括远程查询模块, 用于在缺失客户端查询内容时, 向其他索引 服务器发出查询请求并接收查询结果。 根据权利要求 1所述的 P2P网络, 其特征在于: 所述远程查询模块包 括 DHT收发模块 , 用于通过 DHT网络向其他索 1服务器查询。 根据权利要求 1 中所述的 P2P网络, 其特征在于: 所述索引服务器还 包括返回控制模块 , 用于控制查询返回的媒体服务器或其他客户端地 址列表, 使得列表中同一网络内的其他客户端或媒体服务器的位置要 前于同一区域的其他媒体服务器或客户端。 根据权利要求 1 - 3中任意一项所述的 P2P网络, 其特征在于: 所述索 ^ I服务器还包括缺失计数模块和复制触发模块, 所述缺失计数模块用 于统计所述索引月 务器对同一查询内容缺失的次数, 该次数超过预设 阈值时, 所述复制触发模块将触发所述索引服务器管理的媒体服务器 就所述同一查询内容向其他媒体服务器发出内容请求并加以复制。 根据权利要求 1 - 3中任意一项所述的 P2P网络, 其特征在于: 所述索 引服务器还包括查询计数模块和负载均衡模块, 所述查询计数模块将 累计同一媒体内容被请求查询的次数, 该次数超过预设阈值时, 所述 负载均衡模块将所述同一内容在所述索引服务器管理的多台媒体服务 器之间进行分发, 后续发生的针对所述同一内容的多次查询请求将指 定相异的获得分发内容的媒体服务器响应。 一种 P2P 网络的调度方法, 包括以下步骤: A、 客户端登录, 返回索 引服务器地址; B、客户端向索引服务器查询请求内容所在的媒体服务 器; C、 索引服务器返回存在请求内容的媒体服务器和其他客户端的地 址列表; D、 客户端向存在请求内容的媒体服务器或其他客户端发送 请求内容消息; E、 媒体服务器或者其他客户端返回请求媒体内容; 其 特征在于: 所述步骤 C进一步包括以下步骤: CI、若所述索引服务器存在所述客户端请求内容的媒体服务器或其 他客户端地址列表, 直接返回该列表, 转所述步骤 D, 否则执行以下步 骤; A P2P network includes an index server and a media server, wherein the index server is configured to respond to a media content query request of the client and return a query result, where the media server is configured to store media content and accept management of the index server. The index server includes a remote query module, configured to send a query request to other index servers and receive the query result when the client query content is missing. The P2P network according to claim 1, wherein: the remote query module comprises a DHT transceiver module for querying other cable servers through the DHT network. The P2P network according to claim 1, wherein: the index server further comprises a return control module, configured to control a media server or other client address list returned by the query, so that other clients in the same network in the list Or the location of the media server is preceded by other media servers or clients in the same region. The P2P network according to any one of claims 1 to 3, wherein: the server further comprises a missing counting module and a copy triggering module, wherein the missing counting module is configured to count the index server The number of times the same query content is missing, when the number exceeds a preset threshold, the copy triggering module triggers the media server managed by the index server to issue a content request to the other media server and copy the same query content. The P2P network according to any one of claims 1 to 3, wherein: the index server further comprises a query counting module and a load balancing module, wherein the query counting module accumulates the number of times the same media content is requested to be queried, When the number of times exceeds a preset threshold, the load balancing module distributes the same content between multiple media servers managed by the index server, and subsequent multiple query requests for the same content will be specified. A different media server response to get the distribution. A P2P network scheduling method includes the following steps: A. Client login, returning the index server address; B. The client queries the index server for the media server where the requested content is located; C. The index server returns the media server with the requested content and The address list of the other client; D, the client sends a request content message to the media server or other client that has the content requested; E, the media server or other client returns the requested media content; and the feature C is that the step C further includes the following step: CI, if the index server has a media server or other client address list that the client requests content, directly return the list, and then go to step D, otherwise perform the following steps;
C2、 所述索引服务器向其他索引服务器发出查询请求; C2. The index server sends a query request to another index server;
C3、所述索 1服务器接收到其他索 1服务器返回的地址列表并将其 返回给所述客户端。 C3. The server 1 receives the address list returned by the other server 1 and returns it to the client.
7. 根据权利要求 6所述的 P2P网络调度方法, 其特征在于: 所述步骤 C2 中的查询请求是通过 DHT网络发出的。 The P2P network scheduling method according to claim 6, wherein the query request in the step C2 is sent through the DHT network.
8. 根据权利要求 6所述的 P2P网络调度方法, 其特征在于: 所述步骤 C 的地址列表将按照同一网络之内的其他客户端或媒体服务器要先于同 一区域内的其他媒体月 务器或客户端的顺序。 The P2P network scheduling method according to claim 6, wherein: the address list of the step C is to be preceded by other media servers in the same area according to other clients or media servers in the same network. Or the order of the client.
9. 根据权利要求 6所述的 P2P网络调度方法, 其特征在于: 所述步骤 C3 进一步包括以下步骤: The P2P network scheduling method according to claim 6, wherein the step C3 further comprises the following steps:
C31、 累计所请求查询内容的缺失次数;  C31. Accumulating the number of missing requests for the requested content;
C32、 缺失次数超过预设阈值时, 所述索引服务器触发其管理的媒 体服务器向其他索引服务器返回的媒体服务器进行数据复制。  C32. When the number of deletions exceeds a preset threshold, the index server triggers the media server managed by the index server to perform data replication on the media server returned by the other index servers.
10. 根据权利要求 6所述的 P2P网络调度方法, 其特征在于: 所述步骤 C1 进一步包括以下步骤: The P2P network scheduling method according to claim 6, wherein the step C1 further comprises the following steps:
C11、 累计所请求查询内容的请求次数;  C11. The number of requests for accumulating the requested content;
C12、 请求次数超过预设阈值时, 所述索引服务器将请求查询内容 在所述索引服务器管理的多台媒体服务器之间进行分发, 后续发生的针 对所述同一内容的多次查询请求将指定相异的获得分发内容的媒体服务 器响应。  C12. When the number of requests exceeds a preset threshold, the index server requests the query content to be distributed among multiple media servers managed by the index server, and subsequent multiple query requests for the same content will be specified. A different media server response to get the distribution.
11. 根据权利要求 7-11任意所述的 P2P网络调度方法, 其特征在于: 所述 步骤 A返回的是地理位置上较近的多个索引服务器地址, 默认优先选 用最近的索 1服务器 , 所述步骤 B是向默认的索 1服务器发送请求。 The P2P network scheduling method according to any one of claims 7-11, wherein: the step A returns a plurality of index server addresses that are geographically close, and the default cable server is selected by default. Step B is to send a request to the default cable 1 server.
12. 一种地址列表的提供方法, 其特征在于, 包括以下步骤: 12. A method for providing an address list, comprising the steps of:
A、 索引服务器检查是否存在能够提供客户端请求内容的媒体服务 器或其他客户端地址列表, 若存在, 执行步骤 B , 否则, 执行步骤 C; B、 直接向所述客户端返回所述媒体月 务器或所述其他客户端的所 述地址列表; A, the index server checks whether there is a media server or other client address list capable of providing the content requested by the client, if yes, step B is performed, otherwise, step C is performed; B. Returning, to the client, the address list of the media server or the other client directly;
C、 所述索引服务器向其他索引服务器发出查询请求, 所述索引服 务器接收到其他索 1服务器返回的地址列表并将其返回给所述客户端。  C. The index server sends a query request to other index servers, and the index server receives the address list returned by the other server and returns it to the client.
PCT/CN2009/073813 2008-09-12 2009-09-08 Method for providing address list, peer-to-peer network and scheduling method thereof WO2010028590A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 200810216211 CN101355591A (en) 2008-09-12 2008-09-12 P2P network and scheduling method thereof
CN200810216211.3 2008-09-12

Publications (1)

Publication Number Publication Date
WO2010028590A1 true WO2010028590A1 (en) 2010-03-18

Family

ID=40308179

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073813 WO2010028590A1 (en) 2008-09-12 2009-09-08 Method for providing address list, peer-to-peer network and scheduling method thereof

Country Status (2)

Country Link
CN (1) CN101355591A (en)
WO (1) WO2010028590A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109688187A (en) * 2018-09-07 2019-04-26 平安科技(深圳)有限公司 Flow load balance method, apparatus, equipment and readable storage medium storing program for executing
CN111756795A (en) * 2020-05-06 2020-10-09 浙江吉利汽车研究院有限公司 Service information management method and device, electronic equipment and storage medium

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101594316B (en) * 2008-05-30 2012-06-06 华为技术有限公司 Management method, content query method, system and device of distributed network
CN101355591A (en) * 2008-09-12 2009-01-28 中兴通讯股份有限公司 P2P network and scheduling method thereof
CN101483604B (en) * 2009-02-16 2011-09-14 华为技术有限公司 Method, apparatus and system for resource list sending
CN101997891B (en) * 2009-08-28 2013-12-04 华为技术有限公司 Method, device and system for allocating P2P media stream
US20110282883A1 (en) * 2010-03-26 2011-11-17 Nec (China) Co., Ltd. Indexing server and method therefor
CN101997922B (en) * 2010-11-19 2012-11-21 武汉大学 Cost optimization-based P2P streaming media coverage network topology structure adjustment method
CN102651758A (en) * 2011-02-28 2012-08-29 中兴通讯股份有限公司 Method and system for distributing peer-to-peer (P2P) contents
CN102651757A (en) * 2011-02-28 2012-08-29 中兴通讯股份有限公司 Method and system for distributing peer-to-peer (P2P) contents
CN102891872B (en) * 2011-07-20 2018-02-09 中兴通讯股份有限公司 The method and system of data storage and query in a kind of peer-to-peer network
CN102957972B (en) * 2011-08-22 2015-07-01 深圳市云帆世纪科技有限公司 Video on demand method and system thereof
CN103078771B (en) * 2013-02-01 2015-09-09 上海交通大学 Based on Botnet distributed collaborative detection system and the method for P2P
CN105656978B (en) * 2014-12-04 2019-06-25 中国移动通信集团公司 A kind of resource share method and device
CN104980482B (en) * 2014-12-24 2019-09-13 深圳市腾讯计算机系统有限公司 Document sending method and device, document receiving method and device
CN105260136B (en) * 2015-09-24 2019-04-05 北京百度网讯科技有限公司 Data read-write method and distributed memory system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050249224A1 (en) * 2004-04-30 2005-11-10 Siemens Aktiengesellschaft Method for making contact between a peer communication terminal and an index server
CN1988449A (en) * 2005-12-20 2007-06-27 中国科学院声学研究所 Data distributing/obtaining method based on network information
CN101202902A (en) * 2007-12-11 2008-06-18 西安交通大学 Method for designing P2P stream medium network transferring structure with number copyright management
CN101355591A (en) * 2008-09-12 2009-01-28 中兴通讯股份有限公司 P2P network and scheduling method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050249224A1 (en) * 2004-04-30 2005-11-10 Siemens Aktiengesellschaft Method for making contact between a peer communication terminal and an index server
CN1988449A (en) * 2005-12-20 2007-06-27 中国科学院声学研究所 Data distributing/obtaining method based on network information
CN101202902A (en) * 2007-12-11 2008-06-18 西安交通大学 Method for designing P2P stream medium network transferring structure with number copyright management
CN101355591A (en) * 2008-09-12 2009-01-28 中兴通讯股份有限公司 P2P network and scheduling method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LI, HUIBA: "The Research and Implementation of the Indexing Technology for P2P Streaming Media System", CHINESE DOCTORAL DISSERTATIONS & MASTER'S THESES FULL-TEXT DATABASE (MASTER) INFORMATION SCIENCE AND TECHNOLOGY, no. 11, 16 October 2006 (2006-10-16), pages 30 *
LIANG ET AL.: "Research about Model of Locating Resources in P2P Network", CHINESE DOCTORAL DISSERTATIONS & MASTER'S THESES FULL-TEXT DATABASE (MASTER) INFORMATION SCIENCE AND TECHNOLOGY, 16 April 2006 (2006-04-16), pages 43 - 45, 50-5 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109688187A (en) * 2018-09-07 2019-04-26 平安科技(深圳)有限公司 Flow load balance method, apparatus, equipment and readable storage medium storing program for executing
CN109688187B (en) * 2018-09-07 2022-04-22 平安科技(深圳)有限公司 Flow load balancing method, device, equipment and readable storage medium
CN111756795A (en) * 2020-05-06 2020-10-09 浙江吉利汽车研究院有限公司 Service information management method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN101355591A (en) 2009-01-28

Similar Documents

Publication Publication Date Title
WO2010028590A1 (en) Method for providing address list, peer-to-peer network and scheduling method thereof
JP5050095B2 (en) Method, system, and node for P2P content sharing
Deshpande et al. Streaming live media over a peer-to-peer network
US10681127B2 (en) File upload method and system
US8112479B2 (en) Method, system and device for establishing a peer to peer connection in a P2P network
EP1802072B1 (en) Peer-to-peer message format
JP5464423B2 (en) Method and apparatus for transferring files to a client using a peer-to-peer file transfer model and a client-server file transfer model
EP2086206A1 (en) System for operating a peer-to-peer network taking into account access network subscriber information
WO2010105505A1 (en) Method, user node and server for requesting position information of resource on network
KR101215993B1 (en) P2P Content Distribution Network for Peer-to-Peer Live Streaming
WO2010078814A1 (en) Multi-source transmission system and method for instant messaging files
JP2010504668A (en) Resource delivery method, system, and edge server
WO2010127618A1 (en) System and method for implementing streaming media content service
WO2008025297A1 (en) A method for downloading files by adopting the p2p technique and a p2p downloading system
WO2012022216A1 (en) Content delivery network and method for content delivery
US20110078312A1 (en) Method and system for monitoring incoming connection requests in a Peer-to-Peer network
Shen et al. A proximity-aware interest-clustered P2P file sharing system
Kim et al. Efficient neighbor selection through connection switching for P2P live streaming
EP1719326B1 (en) Method for improving peer to peer network communication
Skevik et al. Analysis of bittorrent and its use for the design of a p2p based streaming protocol for a hybrid cdn
Johnsen et al. Peer-to-peer networking with BitTorrent
EP2522115A2 (en) Utilizing resources of a peer-to-peer computer environment
El Dick et al. A highly robust P2P-CDN under large-scale and dynamic participation
Toole et al. Bittorrent architecture and protocol
WO2023109863A1 (en) Content delivery network system and content delivery method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09812656

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09812656

Country of ref document: EP

Kind code of ref document: A1