





技术领域technical field
本发明涉及移动通信领域,尤其涉及一种WAP(无线访问协议)网关及其业务处理方法和WAP代理服务器。The invention relates to the field of mobile communication, in particular to a WAP (Wireless Access Protocol) gateway, a service processing method thereof, and a WAP proxy server.
背景技术Background technique
WAP(Wireless Access Protocol,无线访问协议)网关是移动终端接入互联网的重要系统之一,WAP网关在移动数据业务的处理流程中起到了承载和控制的作用,实现编解码以及协议转换、用户代理、以及MSISDN(Mobile StationInternational ISDN Number,移动台国际ISDN号码;ISDN:Integrated ServicesDigital Network,综合业务数字网)、终端类型等用户信息的前转控制功能,提供对基于WAP1.X协议和WAP2.0协议移动终端的业务支持。随着无线带宽的增加、移动终端处理能力的增强和无线应用的丰富,越来越多的移动终端基于WAP2.0协议通过WAP网关进行业务访问。WAP网关系统架构如图1所示,移动终端通过WAP网关接入互联网,实现对SP(Service Provider,服务提供商)的访问。WAP网关可以获取移动终端的MSISDN、终端类型等用户信息,通过设置WAP网关可以选择将移动终端的用户信息传送给可靠的SP,同时禁止访问不可靠的SP,以保证用户的利益。WAP (Wireless Access Protocol, wireless access protocol) gateway is one of the important systems for mobile terminals to access the Internet. WAP gateway plays the role of bearer and control in the processing flow of mobile data services, realizing codec and protocol conversion, user agent , and MSISDN (Mobile Station International ISDN Number, mobile station international ISDN number; ISDN: Integrated Services Digital Network, Integrated Services Digital Network), terminal type and other user information forwarding control functions, providing WAP1.X protocol and WAP2.0 protocol Business support for mobile terminals. With the increase of wireless bandwidth, enhancement of mobile terminal processing capability and enrichment of wireless applications, more and more mobile terminals access services through WAP gateway based on WAP2.0 protocol. The WAP gateway system architecture is shown in Figure 1. The mobile terminal accesses the Internet through the WAP gateway to access the SP (Service Provider, service provider). The WAP gateway can obtain user information such as MSISDN and terminal type of the mobile terminal. By setting the WAP gateway, you can choose to transmit the user information of the mobile terminal to a reliable SP, and prohibit access to unreliable SPs to ensure the interests of users.
如图2所示,WAP网关主要由路由器、WAP代理服务器、负载均衡设备、防火墙等网络设备组成,实际组网中普遍采用负载均衡设备结合由多台WAP代理服务器组成的服务器集群的系统架构实现大容量需求。现有技术中,WAP网关的业务处理流程包括:As shown in Figure 2, the WAP gateway is mainly composed of routers, WAP proxy servers, load balancing devices, firewalls and other network devices. In actual networking, the system architecture of load balancing devices combined with server clusters composed of multiple WAP proxy servers is generally used. Large capacity needs. In the prior art, the business processing flow of the WAP gateway includes:
步骤1、移动终端发起业务访问请求,经由GGSN(Gateway GPRS SupportNode,网关GPRS支持节点;GPRS:General Packet Radio Service,通用分组无线业务)发送到WAP网关的路由器,再由路由器发送给负载均衡设备;Step 1. The mobile terminal initiates a service access request, which is sent to the router of the WAP gateway via GGSN (Gateway GPRS SupportNode, gateway GPRS support node; GPRS: General Packet Radio Service, general packet radio service), and then sent to the load balancing device by the router;
路由器基于GRE(Generic Routing Encapsulation,通用路由封装)协议,GRE协议定义了使用一种网络层协议封装另一种网络层协议的方法。The router is based on the GRE (Generic Routing Encapsulation, general routing encapsulation) protocol. The GRE protocol defines the method of using one network layer protocol to encapsulate another network layer protocol.
步骤2、负载均衡设备从服务器集群中选取为移动终端提供服务的WAP代理服务器,并将业务访问请求发送给选取出的WAP代理服务器。Step 2: The load balancing device selects a WAP proxy server that provides services for the mobile terminal from the server cluster, and sends the service access request to the selected WAP proxy server.
步骤3、WAP代理服务器对业务访问请求进行编解码和协议转换,根据前转控制的要求,判断业务访问请求对应的URL(Uniform Resource Locator,统一资源定位符)是否在禁止访问的黑名单中、是否在需要前转用户信息的白名单中,如果不在黑名单中,将由业务访问请求转换得到的路由请求发送给防火墙,如果在白名单中,还需要进行HTTP(Hyper Text Transport Protocol,超级文本传送协议)Header信息的重构,在HTTP Header信息中增加需要前转的用户信息(MSISDN、终端类型等)。Step 3, WAP proxy server codec and protocol conversion are carried out to service access request, according to the requirement of forwarding control, judge whether the URL (Uniform Resource Locator, Uniform Resource Locator) corresponding to service access request is in the blacklist of prohibiting access, Whether it is in the white list that needs to forward user information, if it is not in the black list, send the routing request converted from the service access request to the firewall, if it is in the white list, HTTP (Hyper Text Transport Protocol, hypertext transmission) is also required protocol) Header information reconstruction, adding user information (MSISDN, terminal type, etc.) that needs to be forwarded to the HTTP Header information.
步骤4、防火墙将WAP代理服务器的路由请求前转给SP的业务服务器,业务服务器返回的响应数据再按照发送路径返回给移动终端;Step 4, the firewall forwards the routing request of the WAP proxy server to the service server of the SP, and the response data returned by the service server is returned to the mobile terminal according to the sending path;
防火墙接收WAP代理服务器的路由请求,进行NAT(Network AddressTranslate,网络地址转换),通过互联网访问服务提供商SP的业务服务器。The firewall receives the routing request of the WAP proxy server, performs NAT (Network Address Translate, Network Address Translation), and accesses the service server of the service provider SP through the Internet.
随着无线应用的快速发展,WAP网关承载的业务量和业务类型越来越多,不同类型业务对WAP网关的处理逻辑要求是不同的;服务提供商也越来越多,各服务提供商提供服务的稳定性和能力也是不同的。现有技术中WAP网关的业务处理方案,对不同类型业务统一处理并采用相同的业务处理机制,随着对WAP代理服务器的处理逻辑要求日趋复杂,使得网络设备的处理能力成为系统瓶颈,部分服务提供商出现故障时用户的频繁连接风暴会消耗大量的WAP网关资源,严重影响其它业务的使用,导致WAP网关的处理能力较差,WAP网关提供服务的稳定性较低。With the rapid development of wireless applications, WAP gateways carry more and more business volumes and business types, and different types of business have different processing logic requirements for WAP gateways; there are also more and more service providers, and each service provider provides The stability and capacity of the service is also different. The business processing scheme of the WAP gateway in the prior art uniformly processes different types of business and adopts the same business processing mechanism. As the processing logic requirements for the WAP proxy server become increasingly complex, the processing capacity of the network equipment becomes a system bottleneck, and some services When the provider breaks down, frequent user connection storms will consume a large amount of WAP gateway resources, seriously affecting the use of other services, resulting in poor processing capabilities of the WAP gateway and low stability of services provided by the WAP gateway.
发明内容Contents of the invention
本发明提供一种WAP网关及其业务处理方法,用以实现对不同类型业务的差异化处理,从而避免不同类型业务之间的相互影响,提升WAP网关的处理能力,提高WAP网关提供服务的稳定性。The present invention provides a WAP gateway and a service processing method thereof, which are used to implement differentiated processing of different types of services, thereby avoiding mutual influence between different types of services, improving the processing capability of the WAP gateway, and improving the stability of services provided by the WAP gateway sex.
本发明还提供了相应的WAP代理服务器。The invention also provides the corresponding WAP proxy server.
本发明提供了一种无线访问协议WAP网关,包括负载均衡设备和由多台WAP代理服务器组成的服务器集群,所述服务器集群中的各WAP代理服务器按照提供服务的业务类型划分为若干服务器分组,其中:The present invention provides a wireless access protocol WAP gateway, including a load balancing device and a server cluster composed of multiple WAP proxy servers, each WAP proxy server in the server cluster is divided into several server groups according to the service type provided, in:
所述负载均衡设备,用于接收到移动终端发起的携带标识信息的业务访问请求时,根据标识信息确定所述业务访问请求的业务类型,从为所述业务类型提供服务的服务器分组中选取WAP代理服务器,并将所述业务访问请求转发给选取出的WAP代理服务器;The load balancing device is configured to, when receiving a service access request carrying identification information initiated by a mobile terminal, determine the service type of the service access request according to the identification information, and select WAP from the server group providing services for the service type A proxy server, and forwards the service access request to the selected WAP proxy server;
所述WAP代理服务器,用于基于提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理。The WAP proxy server is configured to perform corresponding service processing on the received service access request based on the service type provided.
本发明提供了一种无线访问协议WAP代理服务器,包括:The invention provides a wireless access protocol WAP proxy server, comprising:
缓存单元,用于缓存最近访问的文本或图片的副本;A cache unit for caching copies of recently accessed text or images;
接收单元,用于接收移动终端发起的业务访问请求,所述业务访问请求中携带的内容类型为文本或者图片;A receiving unit, configured to receive a service access request initiated by a mobile terminal, where the type of content carried in the service access request is text or pictures;
确认单元,用于确认移动终端请求访问的文本或图片的副本在缓存单元中时,将缓存单元中的副本返回给所述移动终端。The confirmation unit is configured to return the copy in the cache unit to the mobile terminal when confirming that the copy of the text or picture requested by the mobile terminal is in the cache unit.
本发明提供了另一种无线访问协议WAP代理服务器,包括:The present invention provides another wireless access protocol WAP proxy server, comprising:
接收单元,用于接收移动终端发起的业务访问请求,所述业务访问请求中携带的地址信息为即时通信服务提供商SP的地址;The receiving unit is configured to receive a service access request initiated by the mobile terminal, where the address information carried in the service access request is the address of the instant messaging service provider SP;
处理单元,用于将接收到的业务访问请求转换为路由请求,发送给相应服务提供商SP的业务服务器,并将所述业务服务器返回的响应数据转发给所述移动终端。The processing unit is configured to convert the received service access request into a routing request, send it to the service server of the corresponding service provider SP, and forward the response data returned by the service server to the mobile terminal.
本发明了提供一种基于上述无线访问协议WAP网关的业务处理方法,包括:The present invention provides a business processing method based on the wireless access protocol WAP gateway, including:
负载均衡设备接收到移动终端发起的携带标识信息的业务访问请求时,根据标识信息确定所述业务访问请求的业务类型;When the load balancing device receives the service access request carrying the identification information initiated by the mobile terminal, it determines the service type of the service access request according to the identification information;
所述负载均衡设备从为所述业务类型提供服务的服务器分组中选取WAP代理服务器,并将所述业务访问请求转发给选取出的WAP代理服务器;The load balancing device selects a WAP proxy server from the group of servers providing services for the service type, and forwards the service access request to the selected WAP proxy server;
所述WAP代理服务器基于提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理。The WAP proxy server performs corresponding service processing on the received service access request based on the service type provided.
本发明提供的WAP网关及其业务处理方法,服务器集群中的各WAP代理服务器按照提供服务的业务类型划分为若干服务器分组,负载均衡设备接收到业务访问请求时,首先基于深度内容解析确定出业务访问请求的业务类型,在此基础上从业务类型对应的服务器分组中选取WAP代理服务器,选取出的WAP代理服务器基于提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理。本发明实现了对不同类型业务的差异化处理,避免了不同类型业务之间的相互影响,从而提升WAP网关的处理能力,提高WAP网关提供服务的稳定性。In the WAP gateway and its service processing method provided by the present invention, each WAP proxy server in the server cluster is divided into several server groups according to the service type provided. When the load balancing device receives a service access request, it first determines the service based on deep content analysis. The business type of the access request, on this basis, select the WAP proxy server from the server group corresponding to the business type, and the selected WAP proxy server performs corresponding business processing on the received business access request based on the business type of the service provided. The invention realizes differentiated processing of different types of services, avoids mutual influence between different types of services, thereby improving the processing capability of the WAP gateway and improving the stability of the service provided by the WAP gateway.
附图说明Description of drawings
图1为现有技术中WAP网关系统架构示意图;FIG. 1 is a schematic diagram of a WAP gateway system architecture in the prior art;
图2为现有技术中WAP网关的结构示意图;Fig. 2 is a schematic structural diagram of a WAP gateway in the prior art;
图3为本发明实施例中WAP网关的结构示意图;FIG. 3 is a schematic structural diagram of a WAP gateway in an embodiment of the present invention;
图4为本发明实施例中第一种WAP代理服务器的结构框图;Fig. 4 is the structural block diagram of the first kind of WAP proxy server in the embodiment of the present invention;
图5为本发明实施例中第二种WAP代理服务器的结构框图;Fig. 5 is the structural block diagram of the second kind of WAP proxy server in the embodiment of the present invention;
图6为本发明实施例中WAP网关的业务处理方法流程图;FIG. 6 is a flowchart of a service processing method of a WAP gateway in an embodiment of the present invention;
图7为本发明实施例中WAP网关的业务处理流程图。FIG. 7 is a flow chart of service processing of the WAP gateway in the embodiment of the present invention.
具体实施方式Detailed ways
本发明实施例提供了一种WAP网关及其业务处理方法,用以实现对不同类型业务的差异化处理,从而避免不同类型业务之间的相互影响,提升WAP网关的处理能力,提高WAP网关提供服务的稳定性。The embodiment of the present invention provides a WAP gateway and a service processing method thereof, which are used to implement differentiated processing of different types of services, thereby avoiding the mutual influence between different types of services, improving the processing capability of the WAP gateway, and improving the WAP gateway to provide Stability of service.
根据WAP网关的功能和现网中承载业务的特点,针对可以缓存的图片(GIF/PNG/JPEG)、文本(TXT)等,移动终端发起的业务访问请求占比达到40%;即时通信等长时间在线业务的业务访问请求的占比较高,但稳定性差、业务时延较大,同时该类业务不需要传送附加的用户信息。基于以上分析,本发明实施例提出如下改进:由WAP代理服务器组成的服务器集群中,各WAP代理服务器在软件部署时按照提供服务的业务类型划分为若干服务器分组,部分服务器分组为缓存业务提供服务,部分服务器分组为即时通信业务提供服务,部分服务器分组为缓存业务和即时通信业务之外的其它业务提供服务,本申请文件中将缓存业务和即时通信业务之外的其它业务统称为普通业务。负载均衡设备针对每一个接收到的业务访问请求,首先确定业务类型,根据确定出的业务类型将业务访问请求分流到对应的服务器分组,各服务器分组中的WAP网关代理服务器,根据提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理从而避免不同类型业务之间的相互影响,根据业务类型的特点,可以相应的简化业务处理逻辑,从而提升WAP网关的处理能力,提高WAP网关提供服务的稳定性。According to the functions of the WAP gateway and the characteristics of the services carried in the existing network, for images (GIF/PNG/JPEG) and text (TXT) that can be cached, the proportion of service access requests initiated by mobile terminals reaches 40%; Time-online services account for a relatively high proportion of service access requests, but their stability is poor and their service delays are large. At the same time, this type of service does not need to transmit additional user information. Based on the above analysis, the embodiment of the present invention proposes the following improvements: in a server cluster composed of WAP proxy servers, each WAP proxy server is divided into several server groups according to the type of service provided during software deployment, and some server groups provide services for caching services , some server groups provide services for instant messaging services, and some server groups provide services for caching services and services other than instant messaging services. In this application document, services other than caching services and instant messaging services are collectively referred to as ordinary services. For each service access request received, the load balancing device first determines the service type, and distributes the service access request to the corresponding server group according to the determined service type. The WAP gateway proxy server in each server group, according to the service provided business According to the characteristics of the business type, the business processing logic can be simplified accordingly, so as to improve the processing capacity of the WAP gateway and improve the WAP gateway Provide stability of service.
本发明实施例无需对WAP网关中的路由器、防火墙等网络设备进行任何改动,只需对WAP网关的负载均衡设备以及服务器集群的部署、以及部分WAP代理服务器的处理逻辑进行改进即可,即对服务器集群按照提供服务的业务类型进行分组,负载均衡设备需要能实现对业务访问请求的深度内容解析确定业务类型,并将业务访问请求分流到对应的服务器分组,同时为缓存业务和即时通信业务提供服务的WAP代理服务器的处理逻辑进行简化。Embodiments of the present invention do not need to make any changes to network devices such as routers and firewalls in the WAP gateway, and only need to improve the deployment of the load balancing device and the server cluster of the WAP gateway, as well as the processing logic of some WAP proxy servers, that is, to Server clusters are grouped according to the types of services they provide. The load balancing device needs to be able to implement in-depth content analysis of service access requests to determine the service type, and distribute service access requests to the corresponding server groups. At the same time, it provides cache services and instant messaging services. The processing logic of the service's WAP proxy server is simplified.
如图3所示,WAP网关包括路由器、防火墙等网络设备,与现有技术中完全一致;还包括负载均衡设备和由多台WAP代理服务器组成的服务器集群,服务器集群中的各WAP代理服务器按照提供服务的业务类型划分为若干服务器分组,其中:As shown in Figure 3, the WAP gateway includes network devices such as routers and firewalls, which are completely consistent with the prior art; The business types that provide services are divided into several server groups, among which:
负载均衡设备,用于接收到移动终端发起的携带标识信息的业务访问请求时,根据标识信息确定该业务访问请求的业务类型,从为该业务类型提供服务的服务器分组中选取WAP代理服务器,并将该业务访问请求转发给选取出的WAP代理服务器;The load balancing device is configured to, when receiving a service access request carrying identification information initiated by a mobile terminal, determine the service type of the service access request according to the identification information, select a WAP proxy server from the group of servers providing services for the service type, and Forward the service access request to the selected WAP proxy server;
具体实施中,负载均衡设备从为该业务类型提供服务的服务器分组中,可以选取负载量最小的WAP代理服务器,或者,以轮询方式选取WAP代理服务器。In a specific implementation, the load balancing device may select the WAP proxy server with the smallest load from the group of servers providing services for the service type, or select the WAP proxy server in a polling manner.
WAP代理服务器,用于基于提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理。The WAP proxy server is configured to perform corresponding service processing on the received service access request based on the service type provided.
业务访问请求中携带内容类型(Content Type)字段和地址信息子段,负载均衡设备基于深度内容解析,可以获取业务访问请求中携带的内容类型(Content Type)和地址信息,从而基于内容类型和地址信息确定业务访问请求的业务类型。The service access request carries the content type (Content Type) field and the address information subsection. Based on the in-depth content analysis, the load balancing device can obtain the content type (Content Type) and address information carried in the service access request, so that based on the content type and address Information identifying the business type of the business access request.
具体实施中,如果业务访问请求中携带的内容类型为文本或者图片,即Content Type字段的内容为TXT、GIF、PNG、JPEG等,则确定业务访问请求的业务类型为缓存业务;如果业务访问请求中携带的地址信息为即时通信SP的地址,即地址信息字段的内容为即时通信服务提供商的地址,则确定业务访问请求的业务类型为即时通信业务;否则,确定业务访问请求的业务类型为普通业务。In specific implementation, if the content type carried in the service access request is text or pictures, that is, the content of the Content Type field is TXT, GIF, PNG, JPEG, etc., then it is determined that the service type of the service access request is a cache service; if the service access request The address information carried in is the address of the instant messaging SP, that is, the content of the address information field is the address of the instant messaging service provider, then it is determined that the service type of the service access request is an instant messaging service; otherwise, it is determined that the service type of the service access request is Ordinary business.
需要说明的是,即时通信业务的业务访问请求中内容类型字段一般为空,因此不会出现“内容类型为文本或者图片、且地址信息为即时通信SP的地址”的情况,也就是说根据业务访问请求中携带的内容类型和地址信息,能够唯一确定业务访问请求的业务类型。It should be noted that the content type field in the service access request of the instant messaging service is generally empty, so the situation that "the content type is text or picture, and the address information is the address of the instant messaging SP" will not occur, that is to say, according to the service The content type and address information carried in the access request can uniquely determine the service type of the service access request.
本发明实施例提供的WAP网关,服务器集群中的各WAP代理服务器按照提供服务的业务类型划分为若干服务器分组,负载均衡设备接收到业务访问请求时,首先基于深度内容解析确定出业务访问请求的业务类型,在此基础上从业务类型对应的服务器分组中选取WAP代理服务器,选取出的WAP代理服务器基于提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理。本发明实施例提供的WAP网关实现了对不同类型业务的差异化处理,从而避免了不同类型业务之间的相互影响,提升WAP网关的处理能力,提高WAP网关提供服务的稳定性。In the WAP gateway provided by the embodiment of the present invention, each WAP proxy server in the server cluster is divided into several server groups according to the type of service provided. When the load balancing device receives a service access request, it first determines the service access request based on deep content analysis. Business type, based on which WAP proxy server is selected from the server group corresponding to the business type, and the selected WAP proxy server performs corresponding business processing on the received business access request based on the business type of the service provided. The WAP gateway provided by the embodiment of the present invention implements differentiated processing of different types of services, thereby avoiding mutual influence between different types of services, improving the processing capability of the WAP gateway, and improving the stability of services provided by the WAP gateway.
本发明实施例同时提供了一种为缓存业务提供服务的WAP代理服务器,该WAP代理服务器的一种可能结构,如图4所示,包括:The embodiment of the present invention also provides a WAP proxy server that provides services for caching services. A possible structure of the WAP proxy server, as shown in Figure 4, includes:
缓存单元401,用于缓存最近访问的文本或图片的副本;A
缓存单元401中缓存的每一个副本均设置有效期、以及URL地址、IP地址等地址信息,如果超过有效期,缓存的副本将被删除,从而保证缓存单元401中缓存最近访问的文本或图片的副本。Each copy cached in the
接收单元402,用于接收移动终端发起的业务访问请求,所述业务访问请求中携带的内容类型为文本或者图片。The receiving
确认单元403,用于确认移动终端请求访问的文本或图片的副本在缓存单元401中时,将缓存单元403中的副本返回给移动终端;The confirming
基于移动终端请求访问的文本或图片的地址信息、以及缓存单元401中缓存的副本的地址信息可以判定移动终端请求访问的文本或图片的副本在缓存单元401中,并将缓存的相应副本直接返回给移动终端。Based on the address information of the text or picture that the mobile terminal requests to access and the address information of the copy cached in the
本发明实施例同时提供了一种为即时通信业务提供服务的WAP代理服务器,该WAP代理服务器的一种可能结构,如图5所示,包括:The embodiment of the present invention simultaneously provides a kind of WAP proxy server that provides service for instant messaging business, a kind of possible structure of this WAP proxy server, as shown in Figure 5, comprises:
接收单元501,用于接收移动终端发起的业务访问请求,所述业务访问请求中携带的地址信息为即时通信服务提供商SP的地址;The receiving
处理单元502,用于将接收到的业务访问请求转换为路由请求,发送给相应服务提供商SP的业务服务器,并将该业务服务器返回的响应数据转发给移动终端。The
具体实施中,处理单元502,还用于如果没有接收到业务服务器返回的响应数据,向业务服务器再次发送路由请求,直至接收到业务服务器返回的响应数据或者路由请求的发送次数超过连接数门限值。In specific implementation, the
基于同一技术构思,本发明实施例提供了一种WAP网关的业务处理方法,该方法的实施基于上述改进后的WAP网关,如图6所示,包括:Based on the same technical idea, the embodiment of the present invention provides a service processing method of a WAP gateway, the implementation of the method is based on the above improved WAP gateway, as shown in Figure 6, including:
S601、负载均衡设备接收到移动终端发起的携带标识信息的业务访问请求时,根据标识信息确定该业务访问请求的业务类型;S601. When the load balancing device receives a service access request carrying identification information initiated by a mobile terminal, determine the service type of the service access request according to the identification information;
S602、负载均衡设备从为该业务类型提供服务的服务器分组中选取WAP代理服务器,并将该业务访问请求转发给选取出的WAP代理服务器;S602. The load balancing device selects a WAP proxy server from the group of servers providing services for the service type, and forwards the service access request to the selected WAP proxy server;
S603、该WAP代理服务器基于提供服务的业务类型,对接收到的业务访问请求执行相应的业务处理。S603. The WAP proxy server performs corresponding service processing on the received service access request based on the service type provided.
具体实施中,标识信息包括内容类型和地址信息,地址信息可以采用URL、IP地址等,业务类型划分为缓存业务、即时通信业务和普通业务三种,如果业务访问请求中携带的内容类型为文本或者图片,确定业务访问请求的业务类型为缓存业务;如果业务访问请求中携带的地址信息为即时通信服务提供商SP的地址,确定业务访问请求的业务类型为即时通信业务;否则,确定业务访问请求的业务类型为普通业务。In specific implementation, the identification information includes content type and address information, and the address information can use URL, IP address, etc., and the service type is divided into three types: caching service, instant messaging service and ordinary service. If the content type carried in the service access request is text Or a picture, determine that the service type of the service access request is a cache service; if the address information carried in the service access request is the address of the instant messaging service provider SP, determine that the service type of the service access request is an instant messaging service; otherwise, determine that the service access The requested business type is normal business.
本发明实施例中,为了便于区分,可以将为缓存业务提供服务的服务器分组称为第一服务器分组,相应的WAP代理服务器称为第一WAP代理服务器;将为即时通信业务提供服务的服务器分组称为第二服务器分组,相应的WAP代理服务器称为第二WAP代理服务器;将为普通业务提供服务的服务器分组称为第三服务器分组,相应的WAP代理服务器称为第三WAP代理服务器。In the embodiment of the present invention, in order to facilitate the distinction, the server group that will provide services for the cache service can be called the first server group, and the corresponding WAP proxy server can be called the first WAP proxy server; the server group that will provide services for the instant messaging service It is called the second server group, and the corresponding WAP proxy server is called the second WAP proxy server; the server group that will provide services for common services is called the third server group, and the corresponding WAP proxy server is called the third WAP proxy server.
针对缓存业务的特点,第一WAP代理服务器中缓存最近访问的文本或图片的副本,第一WAP代理服务判断请求访问的文本或图片的副本是否在本地缓存,如果是,将本地缓存的副本返回给移动终端,如果否,则按照现有处理流程执行相应的业务处理。第一WAP代理服务器中缓存的文本或者图片的副本可以通过对应的URL、IP地址等地址信息进行区分。第一WAP代理服务器在缓存副本的有效期内,对于重复的业务访问请求,不再连接到SP,由SP重新传送文本或着图片,只需将本地缓存的副本直接发送给移动终端,从而减少重复请求,节约网络带宽,减少对防火墙连接数的消耗,降低访问时延。For the characteristics of the caching service, the first WAP proxy server caches a copy of the recently accessed text or picture, and the first WAP proxy service judges whether the copy of the text or picture requested for access is cached locally, and if so, returns the copy of the local cache For the mobile terminal, if not, perform corresponding service processing according to the existing processing flow. The copy of the text or picture cached in the first WAP proxy server can be distinguished by corresponding address information such as URL and IP address. During the validity period of the cached copy, the first WAP proxy server no longer connects to the SP for repeated service access requests, and the SP retransmits the text or pictures, and only needs to send the locally cached copy directly to the mobile terminal, thereby reducing duplication request, save network bandwidth, reduce consumption of firewall connections, and reduce access delay.
针对即时通信业务的特点,简化第二WAP代理服务器的处理逻辑,仅实现编解码和协议转换,不进行HTTP header信息的重构,不根据黑、白名单进行前转控制。具体实施中,第二WAP代理服务器将接收到的业务访问请求转换为路由请求,发送给相应SP的业务服务器,并将业务服务器返回的响应数据转发给移动终端。According to the characteristics of the instant messaging business, the processing logic of the second WAP proxy server is simplified, only codec and protocol conversion are realized, and HTTP header information reconstruction is not performed, and forwarding control is not performed according to the black and white lists. In a specific implementation, the second WAP proxy server converts the received service access request into a routing request, sends it to the service server of the corresponding SP, and forwards the response data returned by the service server to the mobile terminal.
针对现有技术中部分服务提供商出现故障时用户频繁连接风暴消耗了大量WAP网关资源影响其它业务使用的问题,本发明实施例进一步提出:对于即时通信业务实施优化的TCP层参数控制,增加连接数的限制,使得处理效率提升,并保证在即时通信服务提供商出现故障时,不影响其它类型业务的使用。具体实施中,如果第二WAP代理服务器没有接收到业务服务器返回的响应数据,向业务服务器再次发送路由请求,直至接收到业务服务器返回的响应数据或者路由请求的发送次数超过连接数门限值。连接数门限值可以综合考虑实际业务需求、SP的稳定性和能力等因素灵活配置。Aiming at the problem in the prior art that frequent user connection storms consume a large amount of WAP gateway resources and affect the use of other services when some service providers fail, the embodiment of the present invention further proposes: implement optimized TCP layer parameter control for instant messaging services, increase connection The limitation of the number improves the processing efficiency and ensures that the use of other types of services will not be affected when the instant messaging service provider fails. In specific implementation, if the second WAP proxy server does not receive the response data returned by the service server, it sends the routing request to the service server again until it receives the response data returned by the service server or the number of times the routing request is sent exceeds the connection number threshold. The threshold value of the number of connections can be flexibly configured by comprehensively considering factors such as actual business requirements, stability and capabilities of the SP.
本发明实施例针对任一移动终端发起的业务访问请求,对WAP网关的业务处理流程进行详细说明,动终端发起的业务访问请求经由GGSN、WAP网关的路由器发送到负载均衡设备,如图7所示,包括如下处理流程:In this embodiment of the present invention, the service processing flow of the WAP gateway is described in detail for the service access request initiated by any mobile terminal. The service access request initiated by the mobile terminal is sent to the load balancing device through the GGSN and the router of the WAP gateway, as shown in FIG. 7 display, including the following processing flow:
S701、负载均衡设备接收到移动终端发起的业务访问请求;S701. The load balancing device receives a service access request initiated by a mobile terminal;
S702、负载均衡设备根据业务访问请求中携带的内容类型,判断业务访问请求的业务类型是否为缓存业务,如果是,执行S703,如果否,执行S705;S702. The load balancing device judges whether the service type of the service access request is a cache service according to the content type carried in the service access request, if yes, execute S703, and if not, execute S705;
S703、业务访问请求的业务类型为缓存业务,负载均衡设备基于负载均衡原则从第一服务器分组中选取第一WAP代理服务器;S703. The service type of the service access request is a cache service, and the load balancing device selects the first WAP proxy server from the first server group based on the load balancing principle;
S704、第一WAP代理服务器基于缓存业务,执行相应的业务处理,流程结束;S704. The first WAP proxy server executes corresponding service processing based on the cache service, and the process ends;
具体的,第一WAP代理服务判断请求访问的文本或图片的副本是否在本地缓存,如果是,将本地缓存的副本返回给移动终端,如果否,则按照现有处理流程执行相应的业务处理。Specifically, the first WAP proxy service judges whether the copy of the text or picture requested to be accessed is cached locally, if yes, returns the copy of the local cache to the mobile terminal, if not, executes corresponding business processing according to the existing processing flow.
S705、负载均衡设备根据业务访问请求中携带的地址信息,判断业务访问请求的业务类型是否为即时通信业务,如果是,执行S706,如果否,执行S708;S705. The load balancing device judges whether the service type of the service access request is an instant messaging service according to the address information carried in the service access request. If yes, perform S706, and if not, perform S708;
S706、业务访问请求的业务类型为即时通信业务,负载均衡设备基于负载均衡原则从第二服务器分组中选取第二WAP代理服务器;S706. The service type of the service access request is an instant messaging service, and the load balancing device selects a second WAP proxy server from the second server group based on the load balancing principle;
S707、第二WAP代理服务器基于即时通信业务,执行相应的业务处理,流程结束;S707. The second WAP proxy server executes corresponding service processing based on the instant messaging service, and the process ends;
具体的,第二WAP代理服务器将接收到的业务访问请求转换为路由请求,发送给相应服务提供商SP的业务服务器,并将业务服务器返回的响应数据转发给移动终端。Specifically, the second WAP proxy server converts the received service access request into a routing request, sends it to the service server of the corresponding service provider SP, and forwards the response data returned by the service server to the mobile terminal.
S708、负载均衡设备确定业务访问请求的业务类型为普通业务;S708. The load balancing device determines that the service type of the service access request is a common service;
S709、负载均衡设备基于负载均衡原则从第三服务器分组中选取第三WAP代理服务器;S709. The load balancing device selects a third WAP proxy server from the third server group based on the load balancing principle;
S710、第三WAP代理服务器基于普通业务,按照现有处理流程执行相应的业务处理,流程结束;S710. The third WAP proxy server executes corresponding business processing according to the existing processing flow based on the common business, and the flow ends;
具体的,执行编解码和协议转换,执行黑名单和白名单的前转控制,执行WAP1.X协议处理,执行主页推送提醒等,后续流程发送到防火墙进行代理访问。Specifically, codec and protocol conversion are performed, forwarding control of blacklist and whitelist is performed, WAP1.X protocol processing is performed, home page push reminder is performed, and the subsequent process is sent to the firewall for proxy access.
需要说明的是,具体实施中,负载均衡设备也可以首先根据业务访问请求中携带的地址信息判断是否为即时通信业务,再根据业务访问请求中携带的标识信息判断是否为缓存业务,并没有严格的时序限定。It should be noted that, in specific implementation, the load balancing device may first judge whether it is an instant messaging service according to the address information carried in the service access request, and then judge whether it is a cache service according to the identification information carried in the service access request. timing limit.
本发明实施例提供的WAP网关的业务处理方法,为缓存业务提供服务的第一服务器分组,可以减少通过互联网传递的业务访问请求的数量,从而减少对网络设备吞吐量的消耗和对防火墙连接数的消耗,提高WAP网关的处理能力,实现大容量WAP网关的组网需要,并能大大降低访问时延,另外还可以不记录用户日志,减少对日志和报表的存储和处理能力需求。为即时通信业务提供服务的第二服务器分组,无需根据黑、白名单进行前转控制,无需执行HTTP header信息的重构,大大提高了WAP网关的业务处理效率,对于部分即时通信SP出现故障的情况,不会影响其它类型业务的使用,提高了WAP网关提供服务的稳定性,提升了用户体验。The business processing method of the WAP gateway provided by the embodiment of the present invention, the first server grouping that provides services for the cache business, can reduce the number of service access requests transmitted through the Internet, thereby reducing the consumption of the throughput of the network equipment and the number of connections to the firewall consumption, improve the processing capacity of WAP gateways, realize the networking needs of large-capacity WAP gateways, and greatly reduce access delays. In addition, user logs can not be recorded, reducing the storage and processing capacity requirements for logs and reports. The second server group that provides services for instant messaging services does not need to carry out forwarding control according to the black and white lists, and does not need to perform reconstruction of HTTP header information, which greatly improves the business processing efficiency of the WAP gateway. For some instant messaging SP failures The situation will not affect the use of other types of services, which improves the stability of services provided by the WAP gateway and improves user experience.
显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。Obviously, those skilled in the art can make various changes and modifications to the present invention without departing from the spirit and scope of the present invention. Thus, if these modifications and variations of the present invention fall within the scope of the claims of the present invention and equivalent technologies thereof, the present invention also intends to include these modifications and variations.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2009102100959ACN102056333A (en) | 2009-11-05 | 2009-11-05 | WAP (wireless application protocol) gateway, service processing method thereof and WAP proxy server |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2009102100959ACN102056333A (en) | 2009-11-05 | 2009-11-05 | WAP (wireless application protocol) gateway, service processing method thereof and WAP proxy server |
| Publication Number | Publication Date |
|---|---|
| CN102056333Atrue CN102056333A (en) | 2011-05-11 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2009102100959APendingCN102056333A (en) | 2009-11-05 | 2009-11-05 | WAP (wireless application protocol) gateway, service processing method thereof and WAP proxy server |
| Country | Link |
|---|---|
| CN (1) | CN102056333A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102790715A (en)* | 2011-05-23 | 2012-11-21 | 同济大学 | Resource allocation system and method based on internet |
| CN102868664A (en)* | 2011-07-04 | 2013-01-09 | 中兴通讯股份有限公司 | Service system based on service distribution network and service distribution method |
| CN102932472A (en)* | 2012-11-13 | 2013-02-13 | 深圳市路友网络科技有限公司 | Data processing method and communication system |
| CN103150213A (en)* | 2011-12-06 | 2013-06-12 | 北大方正集团有限公司 | Method and device for balancing load |
| CN103209090A (en)* | 2012-01-17 | 2013-07-17 | 中兴通讯股份有限公司 | Remote network management system and business operation method thereof |
| CN103220296A (en)* | 2013-04-26 | 2013-07-24 | 腾讯科技(深圳)有限公司 | Method, equipment and system of data interaction |
| CN103686852A (en)* | 2012-09-07 | 2014-03-26 | 中国移动通信集团贵州有限公司 | A method, device and wireless acceleration system for processing interactive data |
| CN104380658A (en)* | 2013-04-28 | 2015-02-25 | 华为技术有限公司 | Flow classifier, service routing trigger, method and system for packet processing |
| CN104657207A (en)* | 2015-03-05 | 2015-05-27 | 中国工商银行股份有限公司 | Remote authorization request scheduling method, service server and scheduling system |
| WO2015096681A1 (en)* | 2013-12-27 | 2015-07-02 | 乐视网信息技术(北京)股份有限公司 | Method and device for processing service access |
| CN105007181A (en)* | 2015-07-07 | 2015-10-28 | 广州日滨科技发展有限公司 | Elevator Internet of Things (IoT) communication scheduling method and system |
| CN105009520A (en)* | 2013-06-10 | 2015-10-28 | Sk电信有限公司 | Method for delivering content in communication network and apparatus therefor |
| CN105871985A (en)* | 2015-12-10 | 2016-08-17 | 乐视网信息技术(北京)股份有限公司 | Data access request processing method and apparatus, server, client and system |
| CN106101232A (en)* | 2016-06-16 | 2016-11-09 | 北京思源置地科技有限公司 | Load-balancing method and device |
| CN106209875A (en)* | 2016-07-19 | 2016-12-07 | 青岛海信传媒网络技术有限公司 | Method for processing business based on multi-services device and service server |
| CN106302565A (en)* | 2015-05-12 | 2017-01-04 | 浙江格林蓝德信息技术有限公司 | The dispatching method of service server and system |
| CN106411984A (en)* | 2015-08-03 | 2017-02-15 | 天脉聚源(北京)科技有限公司 | Network load balancing method based on WeChat platform and system thereof |
| CN106487858A (en)* | 2015-09-01 | 2017-03-08 | 北京大学 | Information method for uploading and device |
| CN106533973A (en)* | 2016-11-04 | 2017-03-22 | 华为技术有限公司 | Method and system for distributing service message, and equipment |
| WO2017097123A1 (en)* | 2015-12-08 | 2017-06-15 | 阿里巴巴集团控股有限公司 | Access request conversion method and device |
| CN108173937A (en)* | 2017-12-28 | 2018-06-15 | 北京中电普华信息技术有限公司 | Access control method and device |
| WO2018161478A1 (en)* | 2017-03-09 | 2018-09-13 | 上海亿账通区块链科技有限公司 | Fragmentation processing method for use with multi-block chains, device, server and storage medium |
| CN108718335A (en)* | 2018-05-14 | 2018-10-30 | 北京百悟科技有限公司 | A kind of load-balancing method, device, Web server and storage medium |
| CN110163382A (en)* | 2018-02-12 | 2019-08-23 | 北京京东尚科信息技术有限公司 | Information generating method and device |
| CN110471748A (en)* | 2019-07-04 | 2019-11-19 | 口碑(上海)信息技术有限公司 | Task processing method, device and the equipment of server cluster |
| CN110519348A (en)* | 2019-08-15 | 2019-11-29 | 苏州浪潮智能科技有限公司 | A kind of mostly service distributed type assemblies deployment system and method |
| CN110650171A (en)* | 2018-06-27 | 2020-01-03 | 视联动力信息技术股份有限公司 | Video networking service scheduling system and method |
| CN110955528A (en)* | 2019-12-31 | 2020-04-03 | 智业软件股份有限公司 | System and method for processing high-concurrency request by external connection service |
| CN111431818A (en)* | 2020-02-28 | 2020-07-17 | 口碑(上海)信息技术有限公司 | Cross-domain request traffic distribution method and device, storage medium and computer equipment |
| CN111600749A (en)* | 2020-04-29 | 2020-08-28 | 厦门市美亚柏科信息股份有限公司 | Method and system for managing multiple servers and computer storage medium |
| CN111628958A (en)* | 2019-07-12 | 2020-09-04 | 国铁吉讯科技有限公司 | Network access method, device and system based on linear networking |
| CN111914150A (en)* | 2020-07-30 | 2020-11-10 | 平安科技(深圳)有限公司 | Access request distribution method and related equipment |
| CN112381498A (en)* | 2020-10-19 | 2021-02-19 | 广东电网有限责任公司佛山供电局 | Power grid business processing system, device, equipment and storage medium |
| CN113014612A (en)* | 2019-12-20 | 2021-06-22 | 中国移动通信集团安徽有限公司 | Data transmission system and method |
| CN113179230A (en)* | 2021-03-18 | 2021-07-27 | 深圳微众信用科技股份有限公司 | Data acquisition method and device |
| CN113905094A (en)* | 2021-12-07 | 2022-01-07 | 航天云网数据研究院(广东)有限公司 | Industrial Internet integration method, device and system |
| CN116566676A (en)* | 2023-05-12 | 2023-08-08 | 中信百信银行股份有限公司 | Network service access system and method |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1168764A2 (en)* | 2000-06-26 | 2002-01-02 | Samsung Electronics Co., Ltd. | System and method for providing wireless application protocol service through internet |
| CN1960521A (en)* | 2006-11-30 | 2007-05-09 | 华为技术有限公司 | Method and system of increasing system capacity of multimedia message service |
| CN1968227A (en)* | 2006-06-29 | 2007-05-23 | 华为技术有限公司 | System and method for enabling wireless access gateway to support transparent agent |
| CN101039317A (en)* | 2006-03-14 | 2007-09-19 | 中兴通讯股份有限公司 | Method for realizing browse service COOKIE of wireless application protocol gateway |
| CN101072240A (en)* | 2007-06-25 | 2007-11-14 | 腾讯科技(深圳)有限公司 | User operation realizing method, system and server based on WAP browser |
| CN101287006A (en)* | 2008-05-12 | 2008-10-15 | 华为软件技术有限公司 | An information prompt method, system and device |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1168764A2 (en)* | 2000-06-26 | 2002-01-02 | Samsung Electronics Co., Ltd. | System and method for providing wireless application protocol service through internet |
| CN101039317A (en)* | 2006-03-14 | 2007-09-19 | 中兴通讯股份有限公司 | Method for realizing browse service COOKIE of wireless application protocol gateway |
| CN1968227A (en)* | 2006-06-29 | 2007-05-23 | 华为技术有限公司 | System and method for enabling wireless access gateway to support transparent agent |
| CN1960521A (en)* | 2006-11-30 | 2007-05-09 | 华为技术有限公司 | Method and system of increasing system capacity of multimedia message service |
| CN101072240A (en)* | 2007-06-25 | 2007-11-14 | 腾讯科技(深圳)有限公司 | User operation realizing method, system and server based on WAP browser |
| CN101287006A (en)* | 2008-05-12 | 2008-10-15 | 华为软件技术有限公司 | An information prompt method, system and device |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102790715A (en)* | 2011-05-23 | 2012-11-21 | 同济大学 | Resource allocation system and method based on internet |
| CN102868664A (en)* | 2011-07-04 | 2013-01-09 | 中兴通讯股份有限公司 | Service system based on service distribution network and service distribution method |
| CN102868664B (en)* | 2011-07-04 | 2017-07-14 | 南京中兴新软件有限责任公司 | Service system and service distribution method based on service delivery network |
| CN103150213A (en)* | 2011-12-06 | 2013-06-12 | 北大方正集团有限公司 | Method and device for balancing load |
| WO2013107170A1 (en)* | 2012-01-17 | 2013-07-25 | 中兴通讯股份有限公司 | Remote network management system and service operation method therefor |
| CN103209090A (en)* | 2012-01-17 | 2013-07-17 | 中兴通讯股份有限公司 | Remote network management system and business operation method thereof |
| CN103686852A (en)* | 2012-09-07 | 2014-03-26 | 中国移动通信集团贵州有限公司 | A method, device and wireless acceleration system for processing interactive data |
| CN103686852B (en)* | 2012-09-07 | 2016-12-21 | 中国移动通信集团贵州有限公司 | A kind of method, equipment and Wireless acceleration system that interaction data is processed |
| CN102932472A (en)* | 2012-11-13 | 2013-02-13 | 深圳市路友网络科技有限公司 | Data processing method and communication system |
| CN103220296B (en)* | 2013-04-26 | 2015-05-27 | 腾讯科技(深圳)有限公司 | Method, equipment and system of data interaction |
| CN103220296A (en)* | 2013-04-26 | 2013-07-24 | 腾讯科技(深圳)有限公司 | Method, equipment and system of data interaction |
| US10735309B2 (en) | 2013-04-28 | 2020-08-04 | Huawei Technologies Co., Ltd. | Traffic classifier, service routing trigger, and packet processing method and system |
| CN104380658A (en)* | 2013-04-28 | 2015-02-25 | 华为技术有限公司 | Flow classifier, service routing trigger, method and system for packet processing |
| CN104380658B (en)* | 2013-04-28 | 2018-06-05 | 华为技术有限公司 | Flow classifier, service routing trigger, method and system for packet processing |
| US10594803B2 (en) | 2013-06-10 | 2020-03-17 | Sk Telecom Co., Ltd. | Method for delivering content in communication network and apparatus therefor |
| CN105009520A (en)* | 2013-06-10 | 2015-10-28 | Sk电信有限公司 | Method for delivering content in communication network and apparatus therefor |
| CN105009520B (en)* | 2013-06-10 | 2018-06-01 | Sk电信有限公司 | For transmitting the method for content and its device in a communication network |
| WO2015096681A1 (en)* | 2013-12-27 | 2015-07-02 | 乐视网信息技术(北京)股份有限公司 | Method and device for processing service access |
| CN104657207B (en)* | 2015-03-05 | 2018-03-23 | 中国工商银行股份有限公司 | Dispatching method, service server and the scheduling system of remote authorization request |
| CN104657207A (en)* | 2015-03-05 | 2015-05-27 | 中国工商银行股份有限公司 | Remote authorization request scheduling method, service server and scheduling system |
| CN106302565A (en)* | 2015-05-12 | 2017-01-04 | 浙江格林蓝德信息技术有限公司 | The dispatching method of service server and system |
| CN106302565B (en)* | 2015-05-12 | 2020-11-24 | 浙江格林蓝德信息技术有限公司 | Scheduling method and system of service server |
| CN105007181B (en)* | 2015-07-07 | 2018-05-08 | 日立楼宇技术(广州)有限公司 | Elevator Internet of Things client/server adaptation scheme and system |
| CN105007181A (en)* | 2015-07-07 | 2015-10-28 | 广州日滨科技发展有限公司 | Elevator Internet of Things (IoT) communication scheduling method and system |
| CN106411984A (en)* | 2015-08-03 | 2017-02-15 | 天脉聚源(北京)科技有限公司 | Network load balancing method based on WeChat platform and system thereof |
| CN106487858A (en)* | 2015-09-01 | 2017-03-08 | 北京大学 | Information method for uploading and device |
| CN106487858B (en)* | 2015-09-01 | 2019-11-08 | 北京大学 | Information uploading method and device |
| WO2017097123A1 (en)* | 2015-12-08 | 2017-06-15 | 阿里巴巴集团控股有限公司 | Access request conversion method and device |
| CN106856434A (en)* | 2015-12-08 | 2017-06-16 | 阿里巴巴集团控股有限公司 | The method and apparatus of access request conversion |
| US11647009B2 (en) | 2015-12-08 | 2023-05-09 | Alibaba Group Holding Limited | Access request conversion method and apparatus |
| CN106856434B (en)* | 2015-12-08 | 2020-06-30 | 阿里巴巴集团控股有限公司 | Method and apparatus for access request conversion |
| CN105871985A (en)* | 2015-12-10 | 2016-08-17 | 乐视网信息技术(北京)股份有限公司 | Data access request processing method and apparatus, server, client and system |
| CN106101232A (en)* | 2016-06-16 | 2016-11-09 | 北京思源置地科技有限公司 | Load-balancing method and device |
| CN106209875A (en)* | 2016-07-19 | 2016-12-07 | 青岛海信传媒网络技术有限公司 | Method for processing business based on multi-services device and service server |
| CN106533973A (en)* | 2016-11-04 | 2017-03-22 | 华为技术有限公司 | Method and system for distributing service message, and equipment |
| WO2018161478A1 (en)* | 2017-03-09 | 2018-09-13 | 上海亿账通区块链科技有限公司 | Fragmentation processing method for use with multi-block chains, device, server and storage medium |
| CN108173937A (en)* | 2017-12-28 | 2018-06-15 | 北京中电普华信息技术有限公司 | Access control method and device |
| CN110163382A (en)* | 2018-02-12 | 2019-08-23 | 北京京东尚科信息技术有限公司 | Information generating method and device |
| CN108718335A (en)* | 2018-05-14 | 2018-10-30 | 北京百悟科技有限公司 | A kind of load-balancing method, device, Web server and storage medium |
| CN110650171A (en)* | 2018-06-27 | 2020-01-03 | 视联动力信息技术股份有限公司 | Video networking service scheduling system and method |
| CN110471748A (en)* | 2019-07-04 | 2019-11-19 | 口碑(上海)信息技术有限公司 | Task processing method, device and the equipment of server cluster |
| CN111628958A (en)* | 2019-07-12 | 2020-09-04 | 国铁吉讯科技有限公司 | Network access method, device and system based on linear networking |
| CN111628958B (en)* | 2019-07-12 | 2022-08-05 | 国铁吉讯科技有限公司 | Network access method, device and system based on linear networking |
| CN110519348A (en)* | 2019-08-15 | 2019-11-29 | 苏州浪潮智能科技有限公司 | A kind of mostly service distributed type assemblies deployment system and method |
| CN113014612A (en)* | 2019-12-20 | 2021-06-22 | 中国移动通信集团安徽有限公司 | Data transmission system and method |
| CN113014612B (en)* | 2019-12-20 | 2022-11-29 | 中国移动通信集团安徽有限公司 | Data transfer system and method |
| CN110955528A (en)* | 2019-12-31 | 2020-04-03 | 智业软件股份有限公司 | System and method for processing high-concurrency request by external connection service |
| CN111431818A (en)* | 2020-02-28 | 2020-07-17 | 口碑(上海)信息技术有限公司 | Cross-domain request traffic distribution method and device, storage medium and computer equipment |
| CN111600749A (en)* | 2020-04-29 | 2020-08-28 | 厦门市美亚柏科信息股份有限公司 | Method and system for managing multiple servers and computer storage medium |
| CN111600749B (en)* | 2020-04-29 | 2023-01-24 | 厦门市美亚柏科信息股份有限公司 | Method and system for managing multiple servers and computer storage medium |
| CN111914150A (en)* | 2020-07-30 | 2020-11-10 | 平安科技(深圳)有限公司 | Access request distribution method and related equipment |
| CN112381498A (en)* | 2020-10-19 | 2021-02-19 | 广东电网有限责任公司佛山供电局 | Power grid business processing system, device, equipment and storage medium |
| CN112381498B (en)* | 2020-10-19 | 2024-03-05 | 广东电网有限责任公司佛山供电局 | Power grid business processing systems, devices, equipment and storage media |
| CN113179230B (en)* | 2021-03-18 | 2022-08-02 | 深圳微众信用科技股份有限公司 | Data acquisition method and device |
| CN113179230A (en)* | 2021-03-18 | 2021-07-27 | 深圳微众信用科技股份有限公司 | Data acquisition method and device |
| CN113905094B (en)* | 2021-12-07 | 2022-09-20 | 航天云网数据研究院(广东)有限公司 | Industrial Internet integration method, device and system |
| CN113905094A (en)* | 2021-12-07 | 2022-01-07 | 航天云网数据研究院(广东)有限公司 | Industrial Internet integration method, device and system |
| CN116566676A (en)* | 2023-05-12 | 2023-08-08 | 中信百信银行股份有限公司 | Network service access system and method |
| Publication | Publication Date | Title |
|---|---|---|
| CN102056333A (en) | WAP (wireless application protocol) gateway, service processing method thereof and WAP proxy server | |
| US8694675B2 (en) | Generalized dual-mode data forwarding plane for information-centric network | |
| JP5029700B2 (en) | Packet communication system, packet communication method, node and user terminal | |
| CN101917742B (en) | Data transmission method, equipment and system | |
| CN102437964B (en) | Method and device for issuing business as well as communication system | |
| WO2018133454A1 (en) | Method for controlling remote service access path, and relevant apparatus | |
| CN102014053A (en) | Service distribution method, device and communication system | |
| CN104471904B (en) | Method and apparatus for content optimization | |
| CN102469124B (en) | Implementation method, gateway, agent and system of AOG-based mobile Internet service | |
| CN103795689A (en) | Resource subscription method and device | |
| WO2013029569A1 (en) | A Generalized Dual-Mode Data Forwarding Plane for Information-Centric Network | |
| CN105357281B (en) | A mobile access network distributed content cache access control method and system | |
| JP2017143507A (en) | Network element system | |
| CN103095606B (en) | A kind of caching method based on policy control and system | |
| WO2015021591A1 (en) | Storage method and device for internet content | |
| CN104301287B (en) | Many-to-many session implementation method, network node, server and system | |
| CN103607410B (en) | A kind of contents access method and equipment | |
| WO2016015441A1 (en) | Service data management method, apparatus and system | |
| CN106856456B (en) | Processing method and system for cache cluster service | |
| Pitkänen et al. | Opportunistic web access via wlan hotspots | |
| WO2013189038A1 (en) | Content processing method and network side device | |
| CN102546686B (en) | A kind of method of resource downloading, system and application server | |
| CN103416027A (en) | Cache optimization method, cache and cache optimization system | |
| CN101330664B (en) | Method, system and apparatus for realizing multimedia business | |
| JP2014529959A (en) | Generalized dual-mode data transfer plane for information-centric networks |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C12 | Rejection of a patent application after its publication | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20110511 |