WO2017005118A1 - Procédé, dispositif, terminal, et serveur permettant de maintenir une connexion de communication - Google Patents

Procédé, dispositif, terminal, et serveur permettant de maintenir une connexion de communication Download PDF

Info

Publication number
WO2017005118A1
WO2017005118A1 PCT/CN2016/087464 CN2016087464W WO2017005118A1 WO 2017005118 A1 WO2017005118 A1 WO 2017005118A1 CN 2016087464 W CN2016087464 W CN 2016087464W WO 2017005118 A1 WO2017005118 A1 WO 2017005118A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
terminal
communication connection
server
probe data
Prior art date
Application number
PCT/CN2016/087464
Other languages
English (en)
Chinese (zh)
Inventor
黄梅龙
Original Assignee
阿里巴巴集团控股有限公司
黄梅龙
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 阿里巴巴集团控股有限公司, 黄梅龙 filed Critical 阿里巴巴集团控股有限公司
Publication of WO2017005118A1 publication Critical patent/WO2017005118A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/23Bit dropping
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • H04L43/0829Packet loss
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/12Network monitoring probes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Definitions

  • the present application relates to the field of communications technologies, and in particular, to a method, an apparatus, a terminal, and a server for maintaining a communication connection.
  • terminals With the popularization of smart terminals (referred to as terminals), various application functions can be realized by installing a large number of applications on the terminal. Each application accesses the network through its application client, thereby establishing a communication connection with the corresponding application server to complete data communication.
  • the terminal can establish a long communication connection between each application client and the corresponding application server based on the SOCKET (socket) protocol, and whether the data is transmitted between the application client and the application server after the long connection is established.
  • the terminal needs to actively maintain the established long connection, so when multiple applications are installed on the terminal, the terminal needs to consume a large amount of computing resources and power for maintaining multiple long connections.
  • the present application provides a method, an apparatus, a terminal, and a server for maintaining a communication connection, so as to solve the problem that a terminal needs to maintain a plurality of communication long connections and consume a large amount of computing resources and power in the prior art.
  • a method for maintaining a communication connection is provided.
  • the method is applied to a terminal, where an application client is installed on the terminal, and the method includes:
  • the probe data packet is discarded.
  • an apparatus for maintaining a communication connection where the apparatus is applied to a terminal, and an application client is installed on the terminal, and the apparatus includes:
  • An identifying unit configured to identify whether a data packet sent by the server through the communication connection is a probe data packet for maintaining the communication connection
  • a processing unit configured to discard the probe data packet when the data packet is identified as a probe data packet.
  • another apparatus for maintaining a communication connection comprising:
  • a maintaining unit configured to send, to the terminal, a probe data packet for maintaining the communication connection, so that the terminal discards the probe data packet when the probe data packet is identified.
  • a terminal where an application client is installed on the terminal, including:
  • processor a memory for storing the processor executable instructions
  • processor is configured to:
  • the probe data packet is discarded.
  • a server including:
  • processor a memory for storing the processor executable instructions
  • processor is configured to:
  • the server may actively send the probe data packet to the terminal to maintain the communication connection, since the terminal does not need to maintain the established communication connection, The computing resources and the power of the terminal are saved, and after the terminal identifies the probe data packet, the terminal may discard the probe data packet, thereby further avoiding processing the probe data packet and occupying terminal resources.
  • FIG. 1 is a schematic structural diagram of a system for maintaining a communication connection by applying an embodiment of the present application
  • 2A is a flow chart of an embodiment of a method for maintaining a communication connection according to the present application
  • 2B is a flow chart of another embodiment of a method for maintaining a communication connection according to the present application.
  • 3A is a flow chart of another embodiment of a method for maintaining a communication connection according to the present application.
  • FIG. 3B is a schematic diagram of transmission of a probe data packet in a seven-layer network structure according to an embodiment of the present application.
  • FIG. 4 is a hardware structural diagram of a device where a device for maintaining a communication connection is located in the present application
  • FIG. 5 is a block diagram of an embodiment of an apparatus for maintaining a communication connection according to the present application.
  • FIG. 6 is a block diagram of another embodiment of an apparatus for maintaining a communication connection of the present application.
  • first, second, third, etc. may be used to describe various information in this application, such information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other.
  • first information may also be referred to as the second information without departing from the scope of the present application.
  • second information may also be referred to as the first information.
  • word "if” as used herein may be interpreted as "when” or “when” or “in response to a determination.”
  • FIG. 1 a schematic diagram of a system architecture for maintaining a communication connection by applying an embodiment of the present application:
  • the system architecture shown in FIG. 1 includes two parts: a server side and a terminal side.
  • the server side includes a server that provides an application service
  • the terminal side includes a terminal 1 to a terminal n.
  • Each terminal runs an application by installing an application client.
  • Application function After the communication connection between the server and the application client on the terminal is established through a wireless network, for example, a WiFi (Wireless Fidelity) network, or a mobile network, it may be based on HTTP (Hyper Text Transfer Protocol). ) Data communication with the application client.
  • a wireless network for example, a WiFi (Wireless Fidelity) network, or a mobile network
  • HTTP Hyper Text Transfer Protocol
  • each terminal needs to actively maintain a communication connection established between multiple application clients and servers installed on the terminal, and thus a large amount of terminal resources are consumed.
  • the server can maintain all established through the connection list.
  • the address information of the application client of the communication connection for example, the IP address of the application client, to actively send the probe data packet to the terminal based on the maintained address information, to maintain the established communication connection, since the terminal does not need to maintain the established communication connection Therefore, the computing resources and the power of the terminal are saved, and after the terminal identifies the probe data packet, the terminal may discard the probe data packet, thereby further avoiding processing the probe data packet and occupying terminal resources.
  • the application will be described in detail below in conjunction with specific embodiments.
  • FIG. 2A is a flowchart of an embodiment of a method for maintaining a communication connection according to the present application.
  • the embodiment may be applied to a terminal, where several application clients are installed:
  • Step 201 Establish a communication connection between the application client and the server.
  • the terminal may send a connection establishment request to the server through the application client, where the connection establishment request is
  • the address information of the application client is included, and the address information may include an IP (Internet Protocol) address of the terminal; when the terminal receives the connection establishment response returned by the server in response to the connection establishment request, the establishment of the communication connection with the server is completed.
  • IP Internet Protocol
  • the terminal If the terminal does not receive the connection establishment response returned by the server within the preset response period, the terminal sends a connection establishment request to the server again; if the terminal sends the connection establishment request to the server for more than the preset number of times, it determines that the server is unreachable. Stop establishing a communication connection with the server.
  • Step 202 Identify whether the data packet sent by the server through the communication connection is a probe data packet for maintaining the communication connection.
  • the server After the application client of the terminal establishes a communication connection with the server, data communication can be performed between the application connection and the server, thereby implementing corresponding application functions.
  • the server in order to maintain the established communication connection, the server periodically sends the probe data packet to the terminal. Since the server also needs to send various application data packets to the terminal, the terminal receives the data sent by the server through the communication connection. After the packet, the packet header information of the data packet can be read, and it is determined whether the packet header information is consistent with the preset probe header information, and if so, it is determined that the probe packet is received.
  • Step 203 When the identification data packet is a probe data packet, discard the probe data packet.
  • the terminal After the terminal identifies the probe data packet, it indicates that the communication connection between the application client and the server is normal, and the terminal can discard the probe data packet. Since the probe data packet is only used to maintain the communication connection, the terminal can discard the probe data packet before transmitting it to the application layer in the network seven-layer structure, thereby preventing the application client from detecting the data packet when the probe data packet is transmitted to the application layer. Processing is wasted terminal resources.
  • the server may actively send a probe data packet to the terminal to maintain the communication connection, since the terminal does not need to maintain the established communication connection, The computing resources and the power of the terminal are saved, and after the terminal identifies the probe data packet, the terminal may discard the probe data packet, thereby further avoiding processing the probe data packet and occupying terminal resources.
  • FIG. 2B a flow chart of another embodiment of a method for maintaining a communication connection according to the present application may be applied to a server:
  • Step 211 Establish a communication connection with an application client on the terminal.
  • the terminal may send a connection establishment request to the server through the application client, where the connection establishment request includes address information of the application client, and the address information may be Including the IP address of the terminal, after receiving the connection establishment request, the server may return a connection establishment response to the terminal in response to the connection establishment request, thereby completing establishment of a communication connection with the application client.
  • the server can establish a communication connection with multiple application clients at the same time, the server can maintain the address information of the application client that has established the communication connection through the preset connection list. After establishing a communication connection with any application client, the server can record the address information of the application client in the connection list.
  • Step 212 Send a probe data packet for maintaining the communication connection to the terminal, so that the terminal discards the probe data packet when the probe data packet is identified.
  • the detection period may be preset on the server.
  • the server actively sends a probe packet for maintaining the communication connection to the terminal.
  • the server may obtain address information of all application clients that have established communication connections from the connection list, and generate a probe data packet, where the probe data packet includes a preset probe header. Information, so that the terminal can identify the probe data packet from all the data packets sent by the server according to the probe header information, and then the server sends the probe data packet to the corresponding application client according to the obtained address information, thereby maintaining the server and the application. Communication connection between clients.
  • the terminal user closes the application client, for example, the terminal user logs out from the application client, and may send a termination service request to the server, where the termination service request carries the address information of the application client, and when the server receives the termination service, After the request, the address information in the termination server request can be obtained, and the address information is deleted from the connection list, so that the server stops sending the probe data packet to the terminal.
  • the server may actively send a probe data packet to the terminal to maintain the communication connection, since the terminal does not need to maintain the established communication connection, Save the computing resources and power of the terminal, and end After identifying the probe data packet, the terminal may discard the probe data packet, thereby further avoiding processing the probe data packet and occupying terminal resources.
  • 3A is a flowchart of another embodiment of a method for maintaining a communication connection according to the present application. This embodiment describes a process of maintaining a communication connection through interaction between a terminal and a server in combination with the application scenario shown in FIG.
  • Step 301 The terminal sends a connection establishment request to the server by using the application client, where the connection establishment request includes address information of the application client.
  • the terminal in the present application may include various devices having Internet access functions, such as a smartphone, a tablet, and the like.
  • Various application functions can be implemented on the terminal by installing various application clients, and each application client application can run on the terminal operating system.
  • the application client implements the application function, it usually needs to establish a communication connection with the server set by the application service provider, and complete the data communication between the terminal and the server on the basis of maintaining the communication connection.
  • the terminal may first send a connection establishment request to the server through the application client, and the connection establishment request may be an HTTP-based request.
  • Step 302 After returning the connection establishment response to the terminal according to the connection establishment request, the server completes establishment of the communication connection with the application client.
  • the server may return a connection establishment response to the terminal, thereby completing establishment of a communication connection with the application client.
  • the terminal may determine to complete the establishment of the communication connection with the server.
  • the terminal may resend the connection establishment request to the server; if the terminal sends the connection establishment request to the server more than the preset number of times, Then determine that the server is unreachable and can stop establishing a communication connection with the server.
  • Step 303 The server records the address information of the application client in the connection list.
  • the server can use the preset connection list to address the address of the application client that has established the communication connection. Maintain it. After establishing a communication connection with any application client, the server may record the address information of the application client in the connection list, such as the connection list shown in FIG. 1, in which n applications of the established communication connection are recorded.
  • the IP address of the client ie IP1 to IPn.
  • Step 304 When the preset detection period is reached, the server obtains the recorded address information from the connection list.
  • a probe period can be preset on the server to actively trigger the sending of probe packets to the application client.
  • the server may first obtain the address information of all the application clients that have established the communication connection from the connection list.
  • Step 305 The server generates a probe data packet, where the probe data packet includes preset probe header information.
  • the terminal and the server may pre-approve the probe header information for indicating the probe data packet.
  • the probe header information may be represented by a preset value of 0 ⁇ 00.
  • the server obtains the address information from the connection list, for example, the address information is an IP address
  • a probe data packet may be generated for each address information, and the destination address of the probe data packet may be an IP address of the application client, and
  • the probe packet carries pre-agreed probe header information.
  • Step 306 The server sends the probe data packet to the corresponding application client according to the address information.
  • Step 307 After receiving the data packet, the terminal reads the packet header information of the data packet.
  • the terminal may parse the data packet to obtain the packet header information of the data packet.
  • Step 308 When the terminal determines that the packet header information is consistent with the preset probe header information, it is determined that the probe data packet is received.
  • Step 309 The terminal discards the probe data packet before detecting the data packet transmission to the application layer of the network seven-layer structure.
  • the terminal After the terminal determines that the probe data packet is received, it indicates that the communication connection between the application client and the server is normal, and the terminal may discard the probe data packet. Since the probe packet is only used to maintain the communication connection, the terminal can forward the probe packet to the application layer before it is transmitted to the application layer in the network seven-layer structure. The line is discarded, so that when the probe packet is transmitted to the application layer, the application client processes the probe packet and wastes terminal resources.
  • 3B is a schematic diagram of transmission of a probe data packet in a seven-layer network structure in the embodiment of the present application: on the server side, the probe data packet is transmitted from the application layer to the physical layer in the network seven-layer structure of the server, and passes through The communication medium between the server and the terminal is transmitted to the application client on the terminal. On the application client side, when the probe data packet is transmitted from the physical layer to the transport layer in the network seven-layer structure of the client, the Probe packets are dropped.
  • the server may actively send a probe data packet to the terminal to maintain the communication connection, since the terminal does not need to maintain the established communication connection, The computing resources and the power of the terminal are saved, and after the terminal identifies the probe data packet, the terminal may discard the probe data packet, thereby further avoiding processing the probe data packet and occupying terminal resources.
  • the present application also provides an embodiment of a device, a terminal and a server for maintaining a communication connection.
  • the embodiment of the apparatus for maintaining a communication connection of the present application may be applied to a device having a hardware structure, and the corresponding device may be a terminal or a server according to a device implementation.
  • the device embodiment may be implemented by software, or may be implemented by hardware or a combination of hardware and software. Taking the software implementation as an example, as a logical means, the processor of the device in which it is located reads the corresponding computer program instructions in the non-volatile memory into the memory. From a hardware level, as shown in FIG. 4, a hardware structure diagram of a device in which the device for maintaining a communication connection is maintained, except for the processor, the memory, the network interface, and the non-volatile memory shown in FIG. In addition, the device in which the device is located in the embodiment may also include other hardware according to the actual function of the device, which is not shown in FIG. 4 .
  • FIG. 5 is a block diagram of an embodiment of an apparatus for maintaining a communication connection, where the apparatus embodiment may be applied to a terminal, where the application client is installed on the terminal, and the apparatus includes: an establishing unit 510, an identifying unit 520, and Processing unit 530.
  • the establishing unit 510 is configured to establish a communication connection between the application client and the server.
  • the identifying unit 520 is configured to identify whether the data packet sent by the server through the communication connection is a probe data packet for maintaining the communication connection;
  • the processing unit 530 is configured to discard the probe data packet when the data packet is identified as a probe data packet.
  • the establishing unit 510 can include (not shown in FIG. 5):
  • a request sending subunit configured to send, by the application client, a connection establishment request to the server, where the connection establishment request includes address information of the application client, so that the server records after the communication connection is established The address information;
  • the response receiving subunit is configured to complete establishment of the communication connection after receiving the connection establishment response returned by the server according to the connection establishment request.
  • the identification unit 520 can include (not shown in FIG. 5):
  • a data packet receiving subunit configured to receive a data packet sent by the server through the communication connection
  • An information reading subunit configured to read the header information of the data packet
  • the information determining subunit is configured to determine whether the packet header information is consistent with the preset probe header information, and if yes, determine to receive the probe data packet.
  • the processing unit 530 may be specifically configured to discard the probe data packet before the probe data packet is transmitted to an application layer of a network seven-layer structure.
  • FIG. 6 a block diagram of another embodiment of an apparatus for maintaining a communication connection according to the present application may be applied to a server, where the apparatus includes: an establishing unit 610 and a maintaining unit 620.
  • the establishing unit 610 is configured to establish a communication connection with an application client on the terminal.
  • the maintaining unit 620 is configured to send, to the terminal, a probe data packet for maintaining the communication connection, so that the terminal discards the probe data packet when the probe data packet is identified.
  • the establishing unit 610 can include (not shown in FIG. 6):
  • a request receiving subunit configured to receive a connection established by the terminal through the application client a request, the connection establishment request includes address information of the application client;
  • the device may also include (not shown in Figure 6):
  • a recording unit configured to record address information of the application client in the connection list after completing the establishment of the communication connection.
  • the maintaining unit 620 can include (not shown in FIG. 6):
  • An address obtaining subunit configured to obtain the recorded address information from the connection list when a preset detection period is reached;
  • a probe packet generation subunit configured to generate a probe data packet, where the probe data packet includes preset probe header information
  • the probe packet sending subunit is configured to send the probe data packet to the corresponding application client according to the address information.
  • the apparatus may further include (not shown in FIG. 6):
  • a receiving unit configured to receive a termination service request sent by the terminal by using the application client
  • a deleting unit configured to delete the address information of the application client recorded in the connection list according to the termination service request, so that the server stops sending the probe data packet to the terminal.
  • the device embodiment since it basically corresponds to the method embodiment, reference may be made to the partial description of the method embodiment.
  • the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the objectives of the present application. Those of ordinary skill in the art are not creative In the case of labor, it can be understood and implemented.
  • the server may actively send a probe data packet to the terminal to maintain the communication connection, since the terminal does not need to maintain the established communication connection, The computing resources and the power of the terminal are saved, and after the terminal identifies the probe data packet, the terminal may discard the probe data packet, thereby further avoiding processing the probe data packet and occupying terminal resources.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Environmental & Geological Engineering (AREA)
  • Multimedia (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)

Abstract

L'invention concerne un procédé, un dispositif, un terminal, et un serveur permettant de maintenir une connexion de communication. Le procédé est implémenté dans un terminal comprenant une application client, et comprend les étapes consistant à : établir une connexion de communication entre une application client et un serveur ; reconnaître si un paquet de données envoyé par le serveur via la connexion de communication est un paquet de données de détection utilisé pour maintenir la connexion de communication ; et, lorsqu'il est reconnu que le paquet de données est le paquet de données de détection, supprimer le paquet de données de détection. Dans les modes de réalisation de la présente invention, après qu'une connexion de communication a été établie entre une application client sur un terminal et un serveur, le serveur peut envoyer activement un paquet de données de détection au terminal de sorte à maintenir la connexion de communication. Comme le terminal n'a pas besoin de maintenir la connexion de communication établie, les ressources de calcul et la consommation électrique du terminal sont économisées, et le paquet de données de détection peut être supprimé après qu'il a été reconnu par le terminal, ce qui permet de ne pas occuper les ressources du paquet de données de détection en exécutant le traitement du paquet de données de détection.<sb />
PCT/CN2016/087464 2015-07-09 2016-06-28 Procédé, dispositif, terminal, et serveur permettant de maintenir une connexion de communication WO2017005118A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510400976.2A CN106341342A (zh) 2015-07-09 2015-07-09 维持通信连接的方法、装置、终端及服务器
CN201510400976.2 2015-07-09

Publications (1)

Publication Number Publication Date
WO2017005118A1 true WO2017005118A1 (fr) 2017-01-12

Family

ID=57684855

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/087464 WO2017005118A1 (fr) 2015-07-09 2016-06-28 Procédé, dispositif, terminal, et serveur permettant de maintenir une connexion de communication

Country Status (2)

Country Link
CN (1) CN106341342A (fr)
WO (1) WO2017005118A1 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110324379B (zh) * 2018-03-30 2021-12-17 视联动力信息技术股份有限公司 一种通信连接建立方法及装置
CN113765728B (zh) * 2020-06-04 2023-07-14 深信服科技股份有限公司 网络探测方法、装置、设备及存储介质
CN112003930A (zh) * 2020-08-21 2020-11-27 深圳柏成科技有限公司 任务分配方法、装置、设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100315958A1 (en) * 2009-06-11 2010-12-16 Luo Xiapu Method for non-cooperative measurement of network data-path quality
CN102769883A (zh) * 2011-05-03 2012-11-07 中国移动通信集团公司 基于tcp的永远在线业务传输心跳数据包的方法及设备
CN103139303A (zh) * 2013-02-07 2013-06-05 网易(杭州)网络有限公司 一种用于保持连接的心跳方法、装置及系统
CN103297409A (zh) * 2012-03-05 2013-09-11 联想(北京)有限公司 一种保持连接的方法及装置
CN103716323A (zh) * 2013-12-31 2014-04-09 厦门悦讯信息科技有限公司 一种发送心跳包维持长连接的方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100315958A1 (en) * 2009-06-11 2010-12-16 Luo Xiapu Method for non-cooperative measurement of network data-path quality
CN102769883A (zh) * 2011-05-03 2012-11-07 中国移动通信集团公司 基于tcp的永远在线业务传输心跳数据包的方法及设备
CN103297409A (zh) * 2012-03-05 2013-09-11 联想(北京)有限公司 一种保持连接的方法及装置
CN103139303A (zh) * 2013-02-07 2013-06-05 网易(杭州)网络有限公司 一种用于保持连接的心跳方法、装置及系统
CN103716323A (zh) * 2013-12-31 2014-04-09 厦门悦讯信息科技有限公司 一种发送心跳包维持长连接的方法

Also Published As

Publication number Publication date
CN106341342A (zh) 2017-01-18

Similar Documents

Publication Publication Date Title
US8996626B2 (en) Terminal and intermediate node in content oriented networking environment and communication method of terminal and intermediate node
KR102167613B1 (ko) 메시지 푸시 방법 및 장치
TWI535255B (zh) 一種發送業務請求訊息的方法及裝置
US20070073878A1 (en) System and method for lowering proxy bandwidth utilization
CN100466551C (zh) 一种实现负载均衡的方法和一种负载均衡设备
WO2014187238A1 (fr) Procédé d&#39;identification de type d&#39;application et dispositif de réseau
US8949952B2 (en) Multi-stack subscriber sign on
WO2014067311A1 (fr) Procédé et dispositif d&#39;abonnement à des ressources
CN103501486A (zh) 一种消息推送方法及推送服务器
US10812421B2 (en) Conveying instant messages via HTTP
US20170171286A1 (en) Methods and devices for validating a video connection or other types of communication sessions over a computer network
CN110445723B (zh) 一种网络数据调度方法及边缘节点
KR20110071453A (ko) 지그비 게이트웨이 및 이의 메시지 동일화 방법
WO2016090995A1 (fr) Procédé de communication entre une page et un serveur de longue connexion, et extrémité client
Krawiec et al. DASCo: dynamic adaptive streaming over CoAP
CN103297324A (zh) 一种网络数据即时传输中的局域网定位方法
WO2012075970A1 (fr) Procédé, dispositif et système pour obtenir un contenu multimédia
WO2016011885A1 (fr) Procédé et appareil de transmission d&#39;informations
WO2019200630A1 (fr) Procédé et système permettant de transmettre une ressource multimédia de diffusion en continu
WO2017005118A1 (fr) Procédé, dispositif, terminal, et serveur permettant de maintenir une connexion de communication
WO2018010616A1 (fr) Gestion de réseau basée sur une couche de liaison
CN113810349B (zh) 数据传输方法、装置、计算机设备和存储介质
US8650313B2 (en) Endpoint discriminator in network transport protocol startup packets
US9582561B2 (en) Size-based data synchronization
CN106330582B (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: 16820769

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16820769

Country of ref document: EP

Kind code of ref document: A1