WO2009100658A1 - 用户数据服务器系统、方法和装置 - Google Patents

用户数据服务器系统、方法和装置 Download PDF

Info

Publication number
WO2009100658A1
WO2009100658A1 PCT/CN2009/070064 CN2009070064W WO2009100658A1 WO 2009100658 A1 WO2009100658 A1 WO 2009100658A1 CN 2009070064 W CN2009070064 W CN 2009070064W WO 2009100658 A1 WO2009100658 A1 WO 2009100658A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
dht
user data
data storage
index
Prior art date
Application number
PCT/CN2009/070064
Other languages
English (en)
French (fr)
Inventor
Guangyu Shi
Lingyuan Fan
Jian Chen
Hao Gong
Original Assignee
Huawei Technologies Co., Ltd.
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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Priority to EP09709540A priority Critical patent/EP2230799B1/en
Priority to AT09709540T priority patent/ATE549821T1/de
Publication of WO2009100658A1 publication Critical patent/WO2009100658A1/zh
Priority to US12/829,752 priority patent/US8230063B2/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/1065Discovery involving distributed pre-established resource-based relationships among peers, e.g. based on distributed hash tables [DHT] 

Definitions

  • Embodiments of the present invention relate to the field of electronic communication technologies, and in particular, to user data server systems, methods, and apparatuses. Background technique
  • a large number of user data servers are deployed in the telecommunication network.
  • the structure of the user is shown in Figure 1. It is used to store information such as number information, authentication information, service subscription information, location information, network attributes, and policies.
  • HLR Home Location Register
  • IMS IP Multimedia Subsystem
  • HLR Home Subscriber Server
  • AAA Authentication Authorization and Accounting
  • these user data servers mainly adopt a centralized storage mode, and collectively store user data by using a centralized data storage system.
  • this centralized storage model gradually shows its drawbacks such as poor scalability. Summary of the invention
  • the embodiment of the invention provides a user data server system, method and device, which improves the scalability and alleviates the pressure brought by the gradual increase of user data.
  • An embodiment of the present invention provides a user data server system, including:
  • a data storage node configured to store user data, and register the user data into a DHT network through a Key, and receive and process a user data operation request;
  • the DHT index node is configured to form and maintain DHT routing information according to the DHT algorithm, and store the data storage node information where the user data is located according to the Key; and find the data storage node information where the target user data is located according to the Key;
  • DHT maintenance node which is used to provide management and optimization of the DHT network
  • the front-end node has a protocol processing and a service processing function, and is configured to acquire a key corresponding to the target user, and query the DHT index node according to the key to obtain a data storage node where the target user data is located through the DHT network. Information and operation on related user data stored on the data storage node where the target user data is located.
  • the embodiment of the invention further provides a method for performing a user data operation request, comprising the following steps:
  • Step 310 The front-end node receives the service request, performs protocol processing and service processing, and acquires a Key corresponding to the target user;
  • Step 320 The front-end node is connected to the client node of the DHT network
  • the DHT index node initiates a Key-based DHT query and receives information of a data storage node where the target user data returned by the DHT index node is located;
  • Step 340 The front-end machine node sends the user data operation request to the data storage node according to the information of the data storage node where the target user data returned in step 322 is located.
  • the embodiment of the invention further provides a DHT index node, including:
  • the DHT building module is configured to form and maintain DHT routing information according to the DHT algorithm; and the DHT route searching module is configured to receive and process a query request from the front-end node or other DHT index node, and search for the closest key in the DHT routing information.
  • Festival Point ID if the closest node ID is the local node ID, find the target index in the DHT index module of the node, and return the information of the data storage node where the target user data is located to the front-end node;
  • the node ID is not the local node ID, and then the DHT query is initiated to the DHT index node corresponding to the closest node ID;
  • the DHT indexing module is configured to receive and process a registration request from the data storage node, and save the data storage node information where the user data is located.
  • the embodiment of the invention further provides a front-end machine node, including:
  • a protocol processing module for processing protocol interaction between the user data server and the functional entity
  • a service processing module configured to be responsible for the service processing in the scenario where the user data server is located, obtain a key corresponding to the target user of the service, and serve as a client node of the DHT network through the DHT network, according to the key to the DHT
  • the index node queries to obtain information of the data storage node where the target user data is located, and operates related user data stored on the data storage node.
  • the technical solution provided by the embodiment of the present invention can solve the problem faced by the user data server of the existing centralized storage mode, and provides data for the front-end node by using multiple nodes with index functions.
  • the query service makes the user data server have the advantages of decentralization, scalability, high reliability, and high cost performance.
  • FIG. 1 is a schematic diagram of a user data server in an existing centralized mode
  • FIG. 2 is a schematic diagram of a user data server system in an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a process of user data operation request of a user data server system in an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a DHT index node in an embodiment of the present invention.
  • Figure 5 is a schematic diagram of a DHT super node in an embodiment of the present invention.
  • Figure 6 is a schematic diagram of a front-end machine node in an embodiment of the present invention.
  • FIG. 7 is a schematic diagram of a hybrid networking of distributed user data server related devices in various forms in the embodiment of the present invention. detailed description
  • Peer-to-Peer is a distributed network that breaks the traditional client/server (C/S, Client/Server) mode.
  • the status of each node in the network is Peer-to-peer, each node acts as a server, serving other nodes, and also enjoying the services provided by other nodes.
  • P2P networks have the advantages of being decentralized, scalable, and cost-effective.
  • the embodiment of the present invention absorbs the advantages of the P2P system architecture and is applied to a user data server in a telecommunication network to provide a distributed P2P-based distributed user data server system to solve the problems faced by the existing centralized storage mode.
  • the advantages while at the same time meeting the performance requirements of the telecom carrier level.
  • the user data server system of the embodiment of the present invention includes the following logical functional entities: a data storage node, storing user data, and passing the user data through keywords
  • Key is registered in a Distributed Hash Table (DHT) network to receive and process user data operation requests.
  • DHT Distributed Hash Table
  • the selection of the Key is specifically determined according to the application scenario of the user data server.
  • the IMS subscription ID/IP Multimedia Private Identity (IMPI, IP Multimedia Private Identity) / Multimedia Public Identity (IMPU, IP Multimedia) may be used for the HSS.
  • Public Identity as a Key;
  • - User data can be registered to the DHT network through a plurality of different Keys.
  • the DHT index node forms and maintains DHT routing information according to the DHT algorithm, and stores data storage node information where the user data is located according to the Key value; and searches for data storage node information where the target user data is located according to the Key value.
  • the system of the invention is mainly used in a telecommunication network, and the node is relatively stable.
  • the DHT index node automatically controls the size of the routing information according to the network scale and the stability of the node, and ensures that the query hop count is completed within 1 to K hops, where A set of parameters, such as 3.
  • the DHT super node including multiple virtual DHT index nodes and multiple virtual data stores Storage node.
  • the DHT super node is responsible for managing a larger range of DHT routing information and storing more user data;
  • the DHT super maintenance node provides management and optimization of the DHT network; the multiple DHT super maintenance nodes may be distributed in a geographical location, and the specific functions of the DHT super maintenance node may be: DHT node ID allocation, the DHT node Whether it is a data storage node or a DHT index node; or online monitoring of the DHT node status of the area in charge; or receiving routing update information of the DHT node in the responsible area and forwarding routing update information to the super maintenance node of other areas, receiving from other super Maintain the routing update information of the node and notify the DHT node in the responsible area to update the routing information; or perform a sample check on the load status of the node in the responsible area, and implement load balancing by specifying the joining location of the new node.
  • the front-end machine node has protocol processing and service processing functions, and obtains information of the data storage node where the target user data is located through DHT query, and operates related user data stored on the data storage node.
  • the above logical functions can be mapped to separate physical devices, or any combination formed by them can be located on the same physical device, or can be a separate process on a physical device, or can be used together as a process on a physical device.
  • the user data server system may not include a DHT super node.
  • FIG. 2 is a schematic diagram of the above user data server system.
  • a schematic diagram of a process of user data operation request is shown in FIG. 3. Including the following steps:
  • Step 310 The front-end node receives a service request (such as a registration request, an authentication request, a location update request, and the like), performs protocol processing and service processing, and obtains a related identifier of the target user for the service request, and is configured by the The related identifier gets the Key.
  • a service request such as a registration request, an authentication request, a location update request, and the like
  • the service request is from a related functional entity that interacts with the user data server in an application scenario, such as a GSM and a General Packet Radio Service (GPRS) scenario, and a mobile service switching center that interacts with the HLR ( MSC, Mobile Switching Center), Gateway Mobile Switching Centre (GMSC), Serving GPRS Support Node (SGSN, Serving GPRS Support Node), Gateway GPRS Support Node (GGSN), etc.;
  • MSC Mobile Switching Center
  • GMSC Gateway Mobile Switching Centre
  • SGSN Serving GPRS Support Node
  • GGSN Gateway GPRS Support Node
  • I-CSCF Interrogating-Call/Session Control Function
  • the service-call session control function (S-CSCF, Serving-Call/Session Control Function), etc.
  • the service request specific type is a message that the user data server can receive in the application scenario, for example, the HSS receives the registration request in the IMS scenario, Location update request received by the HLR in the GSM scenario.
  • the Key is obtained by a compatible hash algorithm according to the user identifier.
  • Step 320 The front-end node acts as a client node of the DHT network to initiate a Key-based DHT query to the DHT index node connected thereto, and the purpose is to find the data storage node information where the target user data is located in the DHT network.
  • Step 321 Search for the node ID that is closest to the Key value in the DHT routing information. If the node ID is the local node ID, that is, the target index is in the index that the DHT index node is responsible for, perform step 322, otherwise execute 323.
  • Step 322 Find a target index in an index stored by the DHT index node, and return the information of the data storage node where the user data is located to the forward machine node.
  • Step 323 Initiate a DHT query to the DHT index node corresponding to the node ID that is closest to the Key value, and execute the step 321 after the DHT index node receives the DHT query.
  • Step 340 The front-end machine node sends the user data operation request to the data storage node according to the information of the data storage node where the target user data returned in step 322 is located.
  • Step 350 The data storage node performs an operation according to the user data operation request.
  • Step 360 The data storage node returns a user data operation response to the front-end node.
  • Step 370 The front-end machine node receives the user data operation response from the data storage node, completes subsequent service processing and protocol processing, and sends a service response (such as a registration response, an authentication response, a location update response, etc.) to the related functional entity. If the specific application scenario in which the user data server is located does not require a user data operation response or a service response, then steps 360, 370 may not be performed.
  • a service response such as a registration response, an authentication response, a location update response, etc.
  • An embodiment of the present invention further provides a distributed user data server system, including: a data storage node, configured to store user data, and register the user data into a DHT network through a Key as a client node of the DHT network, and receive And handle user data operation requests.
  • a distributed user data server system including: a data storage node, configured to store user data, and register the user data into a DHT network through a Key as a client node of the DHT network, and receive And handle user data operation requests.
  • the DHT index node includes a DHT building block, a DHT route lookup module, and a DHT indexing module. See Figure 4.
  • the DHT construction module forms and maintains DHT routing information according to a DHT algorithm; the DHT route searching module receives a query request from a front-end node or other DHT index node, and searches for the closest key in the DHT routing information.
  • the node ID of the value if the closest node ID is the local node ID, that is, the target index is in the index that the DHT cable module is responsible for, then the target index is searched in the DHT index module of the node, and the target index is forwarded.
  • the node returns information of the data storage node where the target user data is located; if the closest node ID is not the local node ID, that is, the target index is not in the index that the DHT cable module is responsible for, then continues to the closest node ID.
  • the corresponding DHT index node initiates a DHT query.
  • the DHT cable accepts a registration request from a data storage node to store data storage node information of the user data.
  • the DHT super node includes a plurality of virtual DHT index nodes and a plurality of virtual data storage nodes.
  • the DHT SuperNode is responsible for routing a larger range of DHT routing information and storing more user data; see Figure 5.
  • DHT super maintenance node providing management and optimization of DHT network
  • the front-end node includes a protocol processing module and a service processing module. See Figure 6.
  • the protocol processing module processes the protocol interaction between the user data server and other functional entities (such as the MSC, the I-CSCF, the S-CSCF, etc.); the service processing module is responsible for the service processing in the scenario where the user data server is located (eg, Registration, location update, authentication), and as a client node of the DHT network, through DHT query to obtain information of the data storage node where the target user data is located, and operate related user data stored on the data storage node.
  • the above nodes can flexibly combine and construct different physical device configurations according to the needs of the operator, such as an integrated user data server device, that is, one physical device integrates the above data storage node, the DHT index node, and the front-end node; or one The physical device integrates the above data storage node, DHT index node, and DHT super maintenance node, and the like.
  • an integrated user data server device that is, one physical device integrates the above data storage node, the DHT index node, and the front-end node; or one The physical device integrates the above data storage node, DHT index node, and DHT super maintenance node, and the like.
  • the embodiment of the present invention further provides a communication network, including a user data server system, and the user data server system includes:
  • a data storage node storing user data, and registering the user data through the Key to the DHT network, and receiving and processing the user data operation request;
  • the DHT index node forms and maintains DHT routing information according to the DHT algorithm, and stores data storage node information where the user data is located according to the Key value; and searches for data storage node information where the target user data is located according to the Key value;
  • DHT super maintenance node providing management and optimization of DHT network
  • the front-end node has protocol processing and service processing functions, and obtains information of the data storage node where the target user data is located through DHT query, and operates related user data stored on the data storage node;
  • the data storage node, the DHT index node, the DHT super maintenance node, and the front-end machine node are independent physical devices, or any combination formed by them are located on the same physical device, or are independent processes on one physical device respectively. , or together as a process on a physical device.
  • an embodiment of the present invention provides a distributed user data storage system, where each node can establish contact with multiple nodes, for example, a front-end node can be connected to a DHT network through multiple DHT index nodes, and a data storage node.
  • the technical solution provided by the embodiment of the invention can solve the problems faced by the user data server of the existing centralized storage mode, and the user data server has the advantages of decentralization, scalability, high reliability, high cost performance and the like. .
  • the present invention can be implemented by hardware, or can be implemented by means of software plus necessary general hardware platform, and the technical solution of the present invention. It can be embodied in the form of a software product that can be stored in a non-volatile storage medium (which can be a CD-ROM, a USB flash drive, a mobile hard disk, etc.), including a number of instructions for making a computer device (may It is a personal computer, a server, or a network device, etc.) that performs the methods described in various embodiments of the present invention.
  • a non-volatile storage medium which can be a CD-ROM, a USB flash drive, a mobile hard disk, etc.
  • a computer device may It is a personal computer, a server, or a network device, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Description

用户数据服务器系统、 方法和装置 本申请要求于 2008 年 2 月 5 日提交中国专利局, 申请号为 200810065356.8, 发明名称为 "一种用户数据服务器系统和装置" 的 中国专利申请的优先权, 以及于 2008年 2月 29日提交中国专利局, 申请号为 200810080991.3 , 发明名称为 "一种用户数据服务器系统和 装置"的中国专利申请的优先权, 其全部内容通过引用结合在本申请 中。 技术领域
本发明实施例涉及电子通信技术领域,尤其涉及用户数据服务器 系统、 方法和装置。 背景技术
在电信网络中部署了大量的用户数据服务器,其结构示意图如图 1所示, 用于保存用户的号码信息、 鉴权信息、 业务签约信息、 位置 信息、网络属性以及策略等信息。如全球移动通讯系统(GSM, Global System for Mobile Communications )中的归属位置寄存器( HLR, Home Location Register ), 由 HLR演进而来的 IP多媒体子系统(IMS, IP Multimedia Subsystem ) 的归属用户服务器(HSS , Home Subscriber Server ), 宽带接入网给中的 AAA ( Authentication Authorization and Accounting )月良务器等。
在实现本发明的过程中, 发明人发现现有技术至少存在以下问 题:
目前这些用户数据服务器主要采用集中存储模式,用集中数据存 储系统统一存储用户数据。但在用户规模日益扩大的今天, 这种集中 存储模式的逐渐显现出其扩展性差等弊端。 发明内容
本发明实施例提供了用户数据服务器系统、 方法和装置, 提高了 扩展性, 緩解了用户数据逐渐增加带来的压力。
本发明实施例提供了一种用户数据服务器系统, 包括:
数据存储节点, 用于存放用户数据, 并将所述用户数据通过 Key 注册到 DHT网络中, 接收并处理用户数据操作请求;
DHT索引节点,用于根据 DHT算法形成和维护 DHT路由信息, 并根据 Key存储用户数据所在的数据存储节点信息; 根据 Key查找 目标用户数据所在的数据存储节点信息;
DHT维护节点, 用于提供 DHT网络的管理和优化;
前置机节点, 具有协议处理和业务处理功能, 用于获取目标用户 对应的 Key, 并通过所述 DHT网络, 根据所述 Key向所述 DHT索 引节点查询以获取目标用户数据所在的数据存储节点的信息,并对所 述目标用户数据所在的数据存储节点上所存储的相关用户数据进行 操作。
本发明实施例还提供了一种进行用户数据操作请求的方法,包括 如下步骤:
步骤 310、前置机节点接收业务请求,进行协议处理及业务处理, 获取目标用户对应的 Key;
步骤 320、 前置机节点作为 DHT网络的客户节点向与其连接的
DHT索引节点发起基于 Key的 DHT查询, 并接收所述 DHT索引节 点返回的目标用户数据所在的数据存储节点的信息;
步骤 340、 前置机节点根据步骤 322返回的目标用户数据所在数 据存储节点的信息, 并向所述数据存储节点发送用户数据操作请求。
本发明实施例还提供了一种 DHT索引节点, 包括:
DHT构建模块,用于根据 DHT算法形成和维护 DHT路由信息; DHT路由查找模块, 用于接收处理来自前置机节点或其它 DHT 索引节点的查询请求, 在 DHT路由信息中寻找最接近所述 Key的节 点 ID, 如果所述最接近的节点 ID是本节点 ID, 则在本节点 DHT索 引模块中寻找目标索引,并向前置机节点返回目标用户数据所在数据 存储节点的信息; 如果所述最接近的节点 ID不是本节点 ID, 则继续 向所述最接近的节点 ID所对应的 DHT索引节点发起 DHT查询;
DHT 索引模块, 用于接收处理来自数据存储节点的注册请求, 保存用户数据所在数据存储节点信息。
本发明实施例还提供了一种前置机节点, 包括:
协议处理模块,用于处理用户数据服务器与功能实体之间的协议 交互;
业务处理模块,用于负责所述用户数据服务器所处场景下的业务 处理, 获取所述业务的目标用户对应的 Key, 并作为 DHT网络的客 户节点通过所述 DHT网络, 根据所述 Key向 DHT索引节点查询以 获取目标用户数据所在的数据存储节点的信息,并对所述数据存储节 点上所存储的相关用户数据进行操作。
与现有技术相比, 本发明实施例提供的技术方案, 能够很好的解 决现有集中存储模式的用户数据服务器所面临的问题,使用多个具有 索引功能的节点为前置机节点提供数据查询服务,使用户数据服务器 具有非中心化、 可扩展性强、 高可靠性、 高性价比等优点。 附图说明
图 1是现有集中模式的用户数据服务器示意图;
图 2是本发明实施例中用户数据服务器系统示意图;
图 3 是本发明实施例中用户数据服务器系统的用户数据操作请 求的过程示意图。
图 4是本发明实施例中 DHT索引节点的示意图。
图 5是本发明实施例中 DHT超级节点的示意图。
图 6是本发明实施例中前置机节点的示意图。
图 7 是本发明实施例中多种形态的分布式用户数据服务器相关 设备混合组网的示意图。 具体实施方式
对等网 (P2P, Peer-to-Peer )是一种分布式网络, 它打破了传统 的客户 /服务器( C/S, Client/Server )模式, 在网络中的每个结点的地 位都是对等的, 每个结点既充当服务器, 为其它结点提供服务, 同时 也享用其它结点提供的服务。 P2P网络具有非中心化、 可扩展性强、 高性价比等优点。
本发明的实施例吸取 P2P系统架构中优点,应用于电信网络中的 用户数据服务器,提供一种基于结构化 P2P的分布式用户数据服务器 系统, 以解决现有集中存储模式所面临的问题, 同时克服了现有 P2P 系统达不到电信运营级性能(如 99.999%的可用性、 高可靠性、 数据 操作的实时性)要求的问题, 使其既具有非中心化、 可扩展性强、 高 性价比等的优点, 同时又能达到电信运营级的性能要求。
本发明实施例的用户数据服务器系统包括以下逻辑功能实体: 数据存储节点, 存放用户数据, 并将所述用户数据通过关键字
( Key )注册到分布式哈希表 ( DHT, Distributed Hash Table ) 网络中, 接收并处理用户数据操作请求。所述 Key的选择根据用户数据服务器 的应用场景具体确定, 如对于 HSS 可使用 IMS 签约标识 (IMS Subscription ID ) /IP多媒体私有标识(IMPI, IP Multimedia Private Identity ) /多媒体公共标识 (IMPU, IP Multimedia Public Identity)作为 Key; —份用户数据可以通过多个不同的 Key分别注册到 DHT网络 中。
DHT索引节点, 根据 DHT算法形成和维护 DHT路由信息, 并 根据 Key值存储用户数据所在的数据存储节点信息; 并根据 Key值 查找目标用户数据所在的数据存储节点信息。本发明的系统主要用于 电信网络中, 节点相对稳定, DHT 索引节点根据网络规模和节点的 稳定程度, 自动控制其路由信息的大小, 确保查询跳数在 1 ~ K跳内 完成, 其中 Κ是一个设置的参数, 如 3。
DHT超级节点, 包括多个虚拟 DHT索引节点和多个虚拟数据存 储节点。所述 DHT超级节点用于负责更大范围 DHT路由信息以及存 放更多的用户数据;
DHT超级维护节点, 提供 DHT 网络的管理和优化; 所述多个 DHT超级维护节点之间在地理位置可以分散布局, 所述 DHT超级维 护节点具体功能可以为: DHT节点 ID分配, 所述 DHT节点为数据 存储节点或者 DHT索引节点;或对所负责区域的 DHT节点状态的在 线监测; 或接收所负责区域内 DHT节点路由更新信息并向其它区域 的超级维护节点转发路由更新信息,接收来自其它超级维护节点的路 由更新信息并通知所负责区域内的 DHT节点更新路由信息; 或对所 负责区域中的节点的负载情况进行抽样检查,并通过指定新节点的加 入位置来实现负载平衡。
前置机节点, 具有协议处理和业务处理功能, 并通过 DHT查询 以获取目标用户数据所在的数据存储节点的信息,并对所述数据存储 节点上所存储的相关用户数据进行操作。
上述逻辑功能可以映射为各自独立的物理设备,或者由他们形成 的任意组合位于同一物理设备,或者分别是一台物理设备上的独立进 程, 也可以一起做为一台物理设备上的一个进程。 并且, 所述的用户 数据服务器系统可以不包括 DHT超级节点。
图 2为上述用户数据服务器系统示意图,在图 2所示的用户数据 服务器系统中, 用户数据操作请求的过程示意图如图 3所示。 包括如 下步骤:
步骤 310 、 前置机节点接收业务请求(如注册请求、 鉴权请求、 位置更新请求等), 进行协议处理及业务处理, 获得所述业务请求所 针对的目标用户的相关标识, 并由所述相关标识得到 Key。
其中所述业务请求来自用户数据服务器所处应用场景中与其有 交互的相关功能实体,如 GSM及通用分组无线业务(GPRS, General Packet Radio Service )场景中, 与 HLR有交互的移动业务交换中心 ( MSC, Mobile Switching Center )、 网关移动业务交换中心 ( GMSC, Gateway Mobile Switching Centre ), 服务 GPRS支持节点 (SGSN, Serving GPRS Support Node ), 网关 GPRS支持节点( GGSN, Gateway GPRS Support Node )等; IMS场景中, 与 HSS有交互的问询 -呼 叫会话控制功能 ( I-CSCF , Interrogating-Call/Session Control Function )、 服务 -呼叫会话控制功能( S-CSCF, Serving-Call/Session Control Function )等, 所述业务请求具体类型为所述应用场景下用户 数据服务器可以接收的消息,如 IMS场景下 HSS接收注册请求、 GSM 场景下 HLR接收的位置更新请求等。
所述 Key根据用户标识通过相容哈希算法得到。
步骤 320 、 前置机节点作为 DHT网络的客户节点向与其连接的 DHT索引节点发起基于 Key的 DHT查询, 目的是在 DHT网络中查 找目标用户数据所在的数据存储节点信息。
步骤 321 、在 DHT路由信息中寻找最接近所述 Key值的节点 ID , 如果所述节点 ID是本节点 ID, 即目标索引在本 DHT索引节点负责 保存的索引中, 则执行步骤 322, 否则执行 323。
步骤 322 、 在所述 DHT索引节点存储的索引中寻找目标索引, 并向前置机节点返回用户数据所在数据存储节点的信息。
步骤 323 、 向所述最接近 Key值的节点 ID所对应的 DHT索引 节点发起 DHT查询, 所述 DHT索引节点收到 DHT查询后执行步骤 321。
步骤 340 、 前置机节点根据步骤 322返回的目标用户数据所在 数据存储节点的信息, 并向所述数据存储节点发送用户数据操作请 求。
步骤 350 、 所述数据存储节点根据所述用户数据操作请求执行 操作。
步骤 360 、 所述数据存储节点向前置机节点返回用户数据操作 响应。
步骤 370 、 前置机节点接收来自数据存储节点的用户数据操作 响应, 完成后续的业务处理和协议处理, 并向相关功能实体发送业务 响应 (如注册响应、 鉴权响应、 位置更新响应等)。 如果用户数据服务器所处具体应用场景不需要用户数据操作响 应或业务响应, 则所述步骤 360、 370可以不执行。
本发明的实施例还提供一种分布式用户数据服务器系统, 包括: 数据存储节点, 用于存放用户数据, 并以 DHT网络的客户节点 身份将所述用户数据通过 Key注册到 DHT网络中, 接收并处理用户 数据操作请求。
DHT索引节点,包括 DHT构建模块、 DHT路由查找模块和 DHT 索引模块。 参见图 4。 所述 DHT构建模块, 根据 DHT算法形成和维 护 DHT路由信息; 所述 DHT路由查找模块,接收处理来自前置机节 点或其它 DHT索引节点的查询请求,在 DHT路由信息中寻找最接近 所述 Key值的节点 ID, 如果所述最接近的节点 ID是本节点 ID, 即 目标索引在本 DHT索 I模块负责保存的索引中,则在本节点 DHT索 引模块中寻找目标索引,并向前置机节点返回目标用户数据所在数据 存储节点的信息; 如果所述最接近的节点 ID不是本节点 ID, 即目标 索引不在本 DHT索 )模块负责保存的索引中, 则继续向所述最接近 的节点 ID所对应的 DHT索引节点发起 DHT查询。 所述 DHT索弓 | 模块接收处理来自数据存储节点的注册请求,保存用户数据所在数据 存储节点信息。
DHT超级节点, 包括多个虚拟 DHT索引节点和多个虚拟数据存 储节点。所述 DHT超级节点用于负责更大范围 DHT路由信息以及存 放更多的用户数据; 参见图 5。
DHT超级维护节点, 提供 DHT网络的管理和优化;
前置机节点, 包括协议处理模块和业务处理模块。 参见图 6。 协 议处理模块,处理用户数据服务器与其它功能实体(如 MSC、I-CSCF、 S-CSCF等)之间的协议交互; 业务处理模块, 负责所述用户数据服 务器所处场景下的业务处理(如注册、位置更新、鉴权),并作为 DHT 网络的客户节点通过 DHT查询以获取目标用户数据所在的数据存储 节点的信息,并对所述数据存储节点上所存储的相关用户数据进行操 作。 上述节点可以根据运营商的需要, 灵活组合, 构建不同的物理设 备形态, 如一体化用户数据服务器设备, 即一台物理设备集成上述数 据存储节点、 DHT 索引节点以及前置机节点; 或者一台物理设备集 成上述数据存储节点, DHT索引节点, 及 DHT超级维护节点等等。
本发明的实施例还提供一种通信网络, 包括用户数据服务器系 统, 所述的用户数据服务器系统, 包括:
数据存储节点,存放用户数据,并将所述用户数据通过 Key注册 到 DHT网络中, 接收并处理用户数据操作请求;
DHT索引节点, 根据 DHT算法形成和维护 DHT路由信息, 并 根据 Key值存储用户数据所在的数据存储节点信息; 根据 Key值查 找目标用户数据所在的数据存储节点信息;
DHT超级维护节点, 提供 DHT网络的管理和优化;
前置机节点, 具有协议处理和业务处理功能, 并通过 DHT查询 以获取目标用户数据所在的数据存储节点的信息,并对所述数据存储 节点上所存储的相关用户数据进行操作;
所述数据存储节点、 DHT索引节点、 DHT超级维护节点、 前置 机节点, 为各自独立的物理设备, 或者由他们形成的任意组合位于同 一物理设备, 或者分别是一台物理设备上的独立进程, 或者一起做为 一台物理设备上的一个进程。
在部署时, 允许上述各种形态的设备混合组网。 如图 7所示。 这 使得组网根据灵活, 扩展性更好。 如当信令处理能力不足示则只需要 增加前置机节点的部署。 如只需要扩展用户数据存储容量, 可以直接 增加存储节点的部署。 当需要提高 DHT网络的处理能力时, 可以直 接增加 DHT索引节点的部署。 另外本发明实施例提供了一种分布式 的用户数据存储系统, 每个节点可以与多个节点建立联系, 如一个前 置机节点可以通过多个 DHT索引节点联入 DHT网络,一个数据存储 节点也可以同时注册到多个 DHT索引节点上, 由此避免了集中存储 模式带来的单点失效、 负荷不均等问题, 使其具有更高的可靠性, 同 时由于分布式架构降低了每台设备的要求, 使其具有更高的性价比。 本发明实施例提供的技术方案,能够很好的解决现有集中存储模 式的用户数据服务器所面临的问题, 使用户数据服务器具有非中心 化、 可扩展性强、 高可靠性、 高性价比等优点。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解 到本发明可以通过硬件实现,也可以可借助软件加必要的通用硬件平 台的方式来实现基于这样的理解,本发明的技术方案可以以软件产品 的形式体现出来, 该软件产品可以存储在一个非易失性存储介质(可 以是 CD-ROM, U盘, 移动硬盘等) 中, 包括若干指令用以使得一 台计算机设备(可以是个人计算机, 服务器, 或者网络设备等)执行 本发明各个实施例所述的方法。
总之, 以上所述仅为本发明的较佳实施例而已, 并非用于限定本 发明的保护范围。 凡在本发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。

Claims

权利要求
1、 一种用户数据服务器系统, 其特征在于, 包括:
数据存储节点, 用于存放用户数据, 并将所述用户数据通过 Key 注册到 DHT网络中, 接收并处理用户数据操作请求;
DHT索引节点,用于根据 DHT算法形成和维护 DHT路由信息, 并根据 Key存储用户数据所在的数据存储节点信息; 根据 Key查找 目标用户数据所在的数据存储节点信息;
DHT维护节点, 用于提供 DHT网络的管理和优化;
前置机节点, 具有协议处理和业务处理功能, 用于获取目标用户 对应的 Key, 并通过所述 DHT网络, 根据所述 Key向所述 DHT索 引节点查询以获取目标用户数据所在的数据存储节点的信息,并对所 述目标用户数据所在的数据存储节点上所存储的相关用户数据进行 操作。
2、 根据权利要求 1所述的系统, 其特征在于, 还包括:
DHT超级节点, 包括多个虚拟 DHT索引节点和多个虚拟数据存 储节点。
3、 根据权利要求 1所述的系统, 其特征在于, 所述 DHT维护节 点具体功能为:
DHT节点 ID分配; 或
对所负责区域的 DHT节点状态的在线监测; 或
接收所负责区域内 DHT节点路由更新信息并向其它区域的维护 节点转发路由更新信息,接收来自其它维护节点的路由更新信息并通 知所负责区域内的 DHT节点更新路由信息; 或
对所负责区域中的节点的负载情况进行抽样检查,并通过指定新 节点的加入位置来实现负载平衡。
4、 根据权利要求 1所述的系统, 其特征在于, 所述的 DHT索引 节点包括:
DHT构建模块, 根据 DHT算法形成和维护 DHT路由信息; DHT路由查找模块,接收处理来自前置机节点或其它 DHT索引 节点的查询请求,在 DHT路由信息中寻找最接近所述 Key的节点 ID , 如果所述最接近的节点 ID是本节点 ID, 则在本节点 DHT索引模块 中寻找目标索引,并向前置机节点返回目标用户数据所在数据存储节 点的信息; 如果所述最接近的节点 ID不是本节点 ID, 则继续向所述 最接近的节点 ID所对应的 DHT索引节点发起 DHT查询;
DHT 索引模块, 接收处理来自数据存储节点的注册请求, 保存 用户数据所在数据存储节点信息。
5、 根据权利要求 1所述的系统, 其特征在于, 所述的前置机节 点, 包括:
协议处理模块, 处理用户数据服务器与功能实体之间的协议交 互;
业务处理模块, 负责所述用户数据服务器所处场景下的业务处 理,并作为 DHT网络的客户节点通过 DHT查询以获取目标用户数据 所在的数据存储节点的信息,并对所述数据存储节点上所存储的相关 用户数据进行操作。
6、 一种进行用户数据操作请求的方法, 其特征在于, 包括如下 步骤:
步骤 310 、 前置机节点接收业务请求, 进行协议处理及业务处 理, 获取目标用户对应的 Key;
步骤 320 、 前置机节点作为 DHT网络的客户节点向与其连接的 DHT索引节点发起基于 Key的 DHT查询, 并接收所述 DHT索引节 点返回的目标用户数据所在的数据存储节点的信息;
步骤 340 、 前置机节点根据步骤 322返回的目标用户数据所在 数据存储节点的信息, 并向所述数据存储节点发送用户数据操作请 求。
7、 根据权利要求 6所述的方法, 其特征在于, 获取目标用户对 应的 Key为: 获得所述业务请求所针对的目标用户的相关标识,并由 所述相关标识得到 Key。
8、 根据权利要求 6所述的方法, 其特征在于, 步骤 320中, 所 述前置机节点接收所述 DHT索引节点返回的所述目标用户数据所在 的数据存储节点的信息为:
步骤 321 、 DHT索引节点在 DHT路由信息中寻找最接近所述 Key的节点 ID, 如果所述节点 ID是本节点 ID, 则执行步骤 322, 否 则执行 323;
步骤 322 、 在所述 DHT索引节点存储的索引中寻找目标索引, 并向前置机节点返回用户数据所在数据存储节点的信息;
步骤 323 、 向所述最接近 Key的节点 ID所对应的 DHT索引节 点发起 DHT查询,所述 DHT索引节点收到 DHT查询后执行步骤 321。
9、 根据权利要求 6所述的方法, 其特征在于, 步骤 310中, 所 述业务请求来自与 HLR有交互的 MSC、 SGSN、 GGSN; 或与 HSS 有交互的 I-CSCF、 S-CSCF。
10、 根据权利要求 6所述的方法, 其特征在于, 还包括: 步骤 350 、 所述数据存储节点根据所述用户数据操作请求执行 操作;
步骤 360 、 所述数据存储节点向用户数据服务器前置机节点返 回用户数据操作响应;
步骤 370 、 前置机节点接收来自数据存储节点的用户数据操作 响应, 完成后续的业务处理和协议处理, 并向相关功能实体发送业务 响应。
11、 一种 DHT索引节点, 其特征在于, 包括:
DHT构建模块,用于根据 DHT算法形成和维护 DHT路由信息; DHT路由查找模块, 用于接收处理来自前置机节点或其它 DHT 索引节点的查询请求, 在 DHT路由信息中寻找最接近所述 Key的节 点 ID, 如果所述最接近的节点 ID是本节点 ID, 则在本节点 DHT索 引模块中寻找目标索引,并向前置机节点返回目标用户数据所在数据 存储节点的信息; 如果所述最接近的节点 ID不是本节点 ID, 则继续 向所述最接近的节点 ID所对应的 DHT索引节点发起 DHT查询; DHT 索引模块, 用于接收处理来自数据存储节点的注册请求, 保存用户数据所在数据存储节点信息。
12、 一种前置机节点, 其特征在于, 包括:
协议处理模块,用于处理用户数据服务器与功能实体之间的协议 交互 ^
业务处理模块,用于负责所述用户数据服务器所处场景下的业务 处理, 获取所述业务的目标用户对应的 Key, 并作为 DHT网络的客 户节点通过所述 DHT网络, 根据所述 Key向 DHT索引节点查询以 获取目标用户数据所在的数据存储节点的信息,并对所述数据存储节 点上所存储的相关用户数据进行操作。
PCT/CN2009/070064 2008-02-05 2009-01-07 用户数据服务器系统、方法和装置 WO2009100658A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP09709540A EP2230799B1 (en) 2008-02-05 2009-01-07 User data server system, method and device
AT09709540T ATE549821T1 (de) 2008-02-05 2009-01-07 Benutzerdaten-serversystem sowie verfahren und vorrichtung
US12/829,752 US8230063B2 (en) 2008-02-05 2010-07-02 User data server system, method and apparatus

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN200810065356.8 2008-02-05
CN200810065356 2008-02-05
CN200810080991.3 2008-02-29
CN2008100809913A CN101505472B (zh) 2008-02-05 2008-02-29 一种用户数据服务器系统和装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/829,752 Continuation US8230063B2 (en) 2008-02-05 2010-07-02 User data server system, method and apparatus

Publications (1)

Publication Number Publication Date
WO2009100658A1 true WO2009100658A1 (zh) 2009-08-20

Family

ID=40956652

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/070064 WO2009100658A1 (zh) 2008-02-05 2009-01-07 用户数据服务器系统、方法和装置

Country Status (5)

Country Link
US (1) US8230063B2 (zh)
EP (1) EP2230799B1 (zh)
CN (1) CN101505472B (zh)
AT (1) ATE549821T1 (zh)
WO (1) WO2009100658A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132267A (zh) * 2019-12-31 2021-07-16 奇安信科技集团股份有限公司 一种分布式系统、数据聚合方法和计算机可读存储介质

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101505472B (zh) 2008-02-05 2011-07-20 华为技术有限公司 一种用户数据服务器系统和装置
CN102088445B (zh) * 2009-12-03 2013-03-20 中国移动通信集团公司 点对点技术实现方法、系统和装置
CN102006317B (zh) * 2010-07-09 2013-05-08 北京哈工大计算机网络与信息安全技术研究中心 一种存储和查询物体信息的方法
US8504758B1 (en) 2010-09-21 2013-08-06 Amazon Technologies, Inc. System and method for logical deletion of stored data objects
US8619780B1 (en) 2010-09-30 2013-12-31 Amazon Technologies, Inc. Processing packet routing information
US8849825B1 (en) 2010-12-23 2014-09-30 Amazon Technologies, Inc. System and method for clustering distributed hash table entries
US8650156B1 (en) 2010-12-23 2014-02-11 Amazon Technologies, Inc. System and method for fetching the latest versions of stored data objects
US9047312B1 (en) 2011-03-30 2015-06-02 Amazon Technologies, Inc. System and method for deletion of extraneous delete marker objects
US9872169B2 (en) * 2012-09-14 2018-01-16 Telefonaktiebolaget Lm Ericsson (Publ) Operating a data back end node in a data layered architecture network
CN103885887B (zh) * 2012-12-21 2018-07-27 腾讯科技(北京)有限公司 用户数据存储方法、读取方法及系统
US20160197831A1 (en) * 2013-08-16 2016-07-07 Interdigital Patent Holdings, Inc. Method and apparatus for name resolution in software defined networking
CN103458438B (zh) * 2013-08-21 2016-06-01 中国联合网络通信集团有限公司 业务无线侧行为分析的处理方法与装置
CN104468665B (zh) * 2013-09-18 2020-05-29 腾讯科技(深圳)有限公司 数据分布式存储的实现方法和系统
CN103544318B (zh) * 2013-11-05 2017-04-12 浪潮(北京)电子信息产业有限公司 一种云数据中心文件管理方法
CN105025057A (zh) * 2014-04-25 2015-11-04 中兴通讯股份有限公司 一种实现用户数据分布的方法、装置及系统
CN105354148B (zh) * 2014-08-21 2019-02-26 华为技术有限公司 一种数据处理方法及相关装置
CN104486314A (zh) * 2014-12-05 2015-04-01 北京众享比特科技有限公司 基于对等网络的身份认证系统和身份认证方法
CN105005624B (zh) * 2015-07-31 2018-05-08 天脉聚源(北京)传媒科技有限公司 一种生成索引文档id的方法及装置
CN105491149B (zh) * 2015-12-26 2019-04-23 深圳市金立通信设备有限公司 一种数据存储方法及终端
CN106156328B (zh) * 2016-07-06 2019-05-07 中国银行股份有限公司 一种银行运行日志数据监控方法及系统
CN108009019B (zh) * 2016-10-29 2021-06-22 网宿科技股份有限公司 分布式数据定位实例的方法、客户端及分布式计算系统
CN106789362B (zh) * 2017-02-20 2020-04-14 京信通信系统(中国)有限公司 一种设备管理方法及网管系统
US10630552B2 (en) * 2017-06-08 2020-04-21 Huawei Technologies Co., Ltd. Wireless communication access node (WCAN) device based policy enforcement and statistics collection in anchorless communication systems
GB201709845D0 (en) * 2017-06-20 2017-08-02 Nchain Holdings Ltd Computer-implemented system and method
CN107634963B (zh) * 2017-10-12 2020-03-10 中国铁塔股份有限公司 一种现场监控单元注册系统及方法
CN108121807B (zh) * 2017-12-26 2021-06-04 云南大学 Hadoop环境下多维索引结构OBF-Index的实现方法
CN110198269B (zh) * 2018-04-03 2021-10-08 腾讯科技(深圳)有限公司 分布式机群的路由同步系统、方法及相关装置
US10761753B2 (en) * 2018-07-12 2020-09-01 International Business Machines Corporation Site-based coordination of distributed storage network memory

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1859115A (zh) * 2006-01-24 2006-11-08 华为技术有限公司 一种网络数据的分布式存储下载系统、设备及方法
US20070002869A1 (en) * 2005-07-01 2007-01-04 Microsoft Corporation Routing cache for distributed hash tables
CN101030866A (zh) * 2006-03-02 2007-09-05 北京锐科天智科技有限责任公司 分布式网络可控传输方法及硬件装置
CN101047550A (zh) * 2006-03-28 2007-10-03 华为技术有限公司 一种p2p网络的组内结构及其组网方法

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2344491A (en) * 1998-12-03 2000-06-07 Red Fig Limited Browsing the Internet using a mobile telephone
US7483391B2 (en) * 2003-09-19 2009-01-27 Hewlett-Packard Development Company, L.P. Providing a notification including location information for nodes in an overlay network
US7860019B2 (en) * 2004-11-05 2010-12-28 Toshiba America Research, Inc. Peer-to-peer network and user information discovery and sharing for mobile users and devices
WO2006068365A1 (en) * 2004-12-21 2006-06-29 Electronics And Telecommunications Research Institute P2p overlay network construction method and apparatus
JP4371056B2 (ja) * 2005-01-07 2009-11-25 ブラザー工業株式会社 ノード装置、ネットワーク参加処理プログラム、及びネットワーク参加処理方法等
WO2006075424A1 (ja) * 2005-01-13 2006-07-20 Brother Kogyo Kabushiki Kaisha 情報配信システム、配信要求プログラム、転送プログラム、配信プログラム等
US20060209717A1 (en) * 2005-03-16 2006-09-21 Puneet Sharma Distributed storing of network position information for nodes
EP1999871A2 (en) * 2006-03-10 2008-12-10 Peerant Inc. Peer to peer inbound contact center
CN101043695A (zh) 2006-03-23 2007-09-26 上海宇梦通信科技有限公司 一种在移动通信系统内存储和维护用户设备信息的方法
US7684352B2 (en) * 2006-11-02 2010-03-23 Nortel Networks Ltd Distributed storage of routing information in a link state protocol controlled network
CN101505472B (zh) 2008-02-05 2011-07-20 华为技术有限公司 一种用户数据服务器系统和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070002869A1 (en) * 2005-07-01 2007-01-04 Microsoft Corporation Routing cache for distributed hash tables
CN1859115A (zh) * 2006-01-24 2006-11-08 华为技术有限公司 一种网络数据的分布式存储下载系统、设备及方法
CN101030866A (zh) * 2006-03-02 2007-09-05 北京锐科天智科技有限责任公司 分布式网络可控传输方法及硬件装置
CN101047550A (zh) * 2006-03-28 2007-10-03 华为技术有限公司 一种p2p网络的组内结构及其组网方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132267A (zh) * 2019-12-31 2021-07-16 奇安信科技集团股份有限公司 一种分布式系统、数据聚合方法和计算机可读存储介质
CN113132267B (zh) * 2019-12-31 2022-09-02 奇安信科技集团股份有限公司 一种分布式系统、数据聚合方法和计算机可读存储介质

Also Published As

Publication number Publication date
US20100268820A1 (en) 2010-10-21
EP2230799A1 (en) 2010-09-22
CN101505472B (zh) 2011-07-20
EP2230799B1 (en) 2012-03-14
ATE549821T1 (de) 2012-03-15
US8230063B2 (en) 2012-07-24
EP2230799A4 (en) 2011-01-19
CN101505472A (zh) 2009-08-12

Similar Documents

Publication Publication Date Title
WO2009100658A1 (zh) 用户数据服务器系统、方法和装置
JP5885761B2 (ja) ダイヤメータ結合データを共有するための方法、システム、およびコンピュータ読取可能媒体
US9148524B2 (en) Methods, systems, and computer readable media for caching call session control function (CSCF) data at a diameter signaling router (DSR)
JP5788997B2 (ja) コンテンツ識別に基づいてコンテンツを自動的に発見して取り出すための方法および装置
JP5529889B2 (ja) 加入者装置のグローバルに一意的な識別子の生成
JP5565981B2 (ja) 着信呼時のドメイン選択方法及びそのシステム
US8732298B2 (en) Method and apparatus for maintaining routing information
US20100291943A1 (en) Method and Apparatus for Pooling Network Resources
JP2018534645A (ja) 分散型ソフトウェア定義ネットワークパケットコアシステムにおける負荷分散のためのシステムおよび方法
WO2013097193A1 (zh) 确定策略和计费规则功能实体的方法、装置和系统
JP2010526360A (ja) 携帯機器ファイル共有方法および装置
JP2014513451A (ja) ハイブリッドセッションに基づくダイアメータルーティングのための方法、システムおよびコンピュータ読取可能媒体
WO2009100637A1 (zh) 一种建立路由的方法和装置
WO2013060225A1 (zh) 一种通过用户承载标识获取用户位置的系统和方法
WO2011060715A1 (zh) 一种紧急呼叫的实现方法、系统和设备
WO2014114088A1 (zh) 一种ngn下实现宽带业务功能的方法及业务平台
JP2012513132A (ja) エッジ・ネットワークのコンテンツへの直接アドレッシング
US20060230155A1 (en) System and method for peer-to-peer communications with soft hand over for internet enabled devices
WO2009086764A1 (zh) 在网络上提供服务的方法、网络服务实体和网络系统
WO2016177103A1 (zh) 一种发现共享资源的方法、系统及装置
WO2010075688A1 (zh) Ims集群会议的创建和加入方法、装置及系统
JP6087343B2 (ja) パーソナルネットワークの合併方法及び装置、並びにパーソナルネットワークの分割方法及び装置
CN101621501A (zh) 通信系统的用户注册控制方法和会话功能控制实体
US9832703B2 (en) Optimization of application layer traffic carried by an IP connection over a mobile network
WO2013064000A1 (zh) 一种获取用户位置信息的系统和方法

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: 09709540

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2009709540

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2985/KOLNP/2010

Country of ref document: IN