WO2019237531A1 - Procédé et système de surveillance de nœud de réseau - Google Patents

Procédé et système de surveillance de nœud de réseau Download PDF

Info

Publication number
WO2019237531A1
WO2019237531A1 PCT/CN2018/104972 CN2018104972W WO2019237531A1 WO 2019237531 A1 WO2019237531 A1 WO 2019237531A1 CN 2018104972 W CN2018104972 W CN 2018104972W WO 2019237531 A1 WO2019237531 A1 WO 2019237531A1
Authority
WO
WIPO (PCT)
Prior art keywords
network node
node
monitoring
communication
task
Prior art date
Application number
PCT/CN2018/104972
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 WO2019237531A1 publication Critical patent/WO2019237531A1/fr

Links

Classifications

    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/16Threshold monitoring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Definitions

  • the present application relates to the field of communication technologies, and in particular, to a method and system for monitoring network nodes.
  • a server monitors a network node, it usually adopts a request / response communication mode.
  • the processing mode of this communication mode is: the server establishes a connection with each network node; the server sends a monitoring task to each network node; after each network node has processed the task, the task processing result is returned to the server.
  • most of the monitored network nodes are personal computers of the family. The communication stability of these nodes is insufficient, which is prone to problems such as network interruption, high network speed delay, computer failure or shutdown.
  • the server will wait for a reply from the network node until the communication times out, which will seriously affect the monitoring efficiency of the network node.
  • This application provides a method and system for monitoring network nodes, which can improve the monitoring efficiency of network nodes.
  • a first aspect of the embodiments of the present application provides a method for monitoring a network node, including:
  • the server publishes the constructed node monitoring task to a message middleware, which is an integrated distributed system that monitors data transmission and reception using an asynchronous message passing mechanism;
  • a network node connects to the communication interface of the message middleware every preset time period, and acquires the corresponding node monitoring task;
  • the network node processes the acquired node monitoring task, and sends the task processing result to the message middleware;
  • the server receives the task processing result through the message middleware.
  • a second aspect of the embodiments of the present application provides a network node monitoring system, including:
  • a server for constructing a node monitoring task publishing the constructed node monitoring task to a message middleware, the message middleware is an integrated distributed system that monitors data transmission and reception using an asynchronous message passing mechanism; and through the message middleware Receive task processing results;
  • a network node is configured to connect to the communication interface of the message middleware at a preset time interval to obtain a corresponding node monitoring task; process the acquired node monitoring task, and send the processing result of the task to the message middleware.
  • the method for monitoring a network node includes: a server constructs a node monitoring task; the server publishes the constructed node monitoring task to a message middleware, and the message middleware monitors data transmission and reception using an asynchronous message passing mechanism.
  • Integrated distributed system network nodes connect to the communication interface of the message middleware at predetermined intervals to obtain corresponding node monitoring tasks; network nodes process the obtained node monitoring tasks and send the results of the task processing to the message middle
  • the server receives the task processing result through the message middleware.
  • the server publishes the constructed node monitoring task to the message middleware, and each network node actively connects the communication interface of the message middleware every preset time period to obtain the corresponding node monitoring task.
  • FIG. 1 is a flowchart of a first embodiment of a method for monitoring a network node according to an embodiment of the present application
  • FIG. 2 is a flowchart of a second embodiment of a method for monitoring a network node according to an embodiment of the present application
  • FIG. 3 is a flowchart of a third embodiment of a method for monitoring a network node according to an embodiment of the present application
  • FIG. 4 is a structural diagram of an embodiment of a monitoring system for a network node according to an embodiment of the present application.
  • the embodiments of the present application provide a method and a system for monitoring a network node, which can improve the monitoring efficiency of the network node.
  • a first embodiment of a method for monitoring a network node in an embodiment of the present application includes:
  • the method is applied to a system composed of a server and more than one network node.
  • the server constructs a node monitoring task.
  • the node monitoring task is used to obtain the data that needs to be monitored on the network node.
  • the server publishes the constructed node monitoring task to the message middleware.
  • the server After the server constructs the node monitoring tasks, it publishes these node monitoring tasks to preset message middleware, which is an integrated distributed system that monitors data transmission and reception using an asynchronous message passing mechanism.
  • the message middleware opens a data transmission interface.
  • the communication process can be completed by creating a socket (socket, IP address + port number) and using related functions in the socket.
  • the network node connects to the communication interface of the message middleware at a preset time interval to obtain a corresponding node monitoring task.
  • Each network node actively connects the communication interface of the message middleware every preset time period to obtain the corresponding node monitoring task. For example, network node A initiates a connection to the message middleware, and obtains the monitoring tasks posted to its own node. If the task queue is empty or there are no tasks posted to itself, monitoring node A waits for 5 seconds and initiates a connection again in a loop. carried out.
  • each network node has a unique node identifier
  • each node monitoring task includes a task identifier for pointing to a task receiving node, and the acquiring the corresponding node monitoring task includes:
  • the network node obtains a node monitoring task with the same task ID as its own node ID.
  • nodes When nodes are deployed, unique node identifiers are set for each node, such as "node 1 and node 2 ", “node A, node B " and so on.
  • the server constructs a node monitoring task, if it wants to publish the task to node A, the task ID is set to A, and so on.
  • the acquiring the corresponding node monitoring task may further include:
  • the network node queries the preset word meaning comparison table to obtain the synonyms, synonyms and superordinate words of the node identifier;
  • the network node acquires a task monitoring task that identifies a node that belongs to the synonyms, synonyms, or superordinate words.
  • a network node When a network node obtains a task, it is determined whether the task identifier of each task and its own node identifier belong to synonyms, synonyms, or subordinate concepts. If the task identifier belongs to a synonym, a synonyms or a superordinate word of the node identifier, the corresponding task is determined as the monitoring task corresponding to the network node.
  • a synonym comparison table, a synonym comparison table, and a subordinate word comparison table may be set in advance, and then judged based on these comparison tables.
  • the server when it issues a task, it can publish a certain monitoring task corresponding to multiple network nodes. For example, you can set the first-level task identifier and the second-level task identifier (generally the lower level of the first-level task identifier). The first-level task identifier and the second-level task identifier are separated by a designated label. If the second-level task identifier is set to the specified A certain character string, which indicates that the task is published to all lower positions of the first-level task identifier.
  • the network node processes the acquired node monitoring task, and sends a task processing result to the message middleware.
  • each network node After each network node obtains the node monitoring task issued to itself, it processes these node monitoring tasks, and then sends the task processing results back to the message middleware.
  • the server receives the task processing result through the message middleware.
  • the server can receive the task processing results returned by each network node by connecting the communication interface of the message middleware, thereby implementing monitoring of each network node.
  • the method for monitoring a network node includes: a server constructs a node monitoring task; the server publishes the constructed node monitoring task to a message middleware, and the message middleware monitors data transmission and reception using an asynchronous message passing mechanism.
  • Integrated distributed system network nodes connect to the communication interface of the message middleware at predetermined intervals to obtain corresponding node monitoring tasks; network nodes process the obtained node monitoring tasks and send the results of the task processing to the message middle
  • the server receives the task processing result through the message middleware.
  • the server publishes the constructed node monitoring task to the message middleware, and each network node actively connects the communication interface of the message middleware every preset time period to obtain the corresponding node monitoring task.
  • a second embodiment of a method for monitoring a network node includes:
  • the server constructs a node monitoring task
  • Step 201 is the same as step 101. For details, refer to the related description of step 101.
  • the server obtains the communication stability of the network node.
  • the server Before publishing the node monitoring task to the message middleware, the server first obtains the communication stability of the network node, which is a parameter determined according to the communication status of the network node and used to characterize the stability of the communication. If the server needs to monitor multiple network nodes, each network node has a corresponding communication stability.
  • the method may further include:
  • the server obtains the communication status indicators of the network nodes;
  • the communication status indicators include the number of communication interruptions per unit time between the server and the network nodes, the total duration of the communication interruptions per unit time, the average duration of the communication response, the current The length of communication delays and the frequency of equipment failures at network nodes;
  • the server calculates the communication stability according to the communication status index.
  • the communication status indicators of a network node include the number of communication interruptions in a unit time (such as one day) between the server and the network node, the total duration of communication interruptions in a unit time (such as one week), The average communication response time, the current communication delay time, and the frequency of equipment failures at this network node.
  • the server When the server communicates with the network nodes, it will count the communication status indicators of each network node to calculate the communication stability of each network node.
  • k represents the communication stability
  • k 0 is a preset constant
  • t 1 represents the total duration of communication interruption in unit time
  • t 2 represents the average duration of communication response
  • t 3 represents the current communication delay duration
  • x represents the number of communication interruptions per unit time
  • f represents the frequency of network node equipment failure
  • a, b and c are preset weight coefficients.
  • step 208 After obtaining the communication stability of the network node, it is determined whether the communication stability is less than a first threshold. If the communication stability is less than the first threshold, steps 204-207 are performed; otherwise, step 208 is performed.
  • the server publishes the constructed node monitoring task to the message middleware;
  • the communication stability is less than the first threshold value, which indicates that the communication quality between the server and the network node is not good. If the request / response communication mode is used, the problem of low monitoring efficiency of the network node will be caused, so the server will build a good
  • the node monitoring task is issued to a message middleware, which is an integrated distributed system that monitors data transmission and reception using an asynchronous message delivery mechanism.
  • the network node connects to the communication interface of the message middleware at a preset time interval to obtain the corresponding node monitoring task.
  • the network node processes the acquired node monitoring task, and sends the task processing result to the message middleware.
  • the server receives the task processing result through the message middleware.
  • Steps 204-207 are the same as steps 102-105. For details, refer to the description of steps 102-105.
  • the server uses the request / response communication mode to monitor the network node.
  • the communication stability is greater than or equal to the first threshold, which indicates that the communication quality between the server and the network node is good.
  • the server can use the request / response communication mode to monitor the network node without worrying about the communication with the network node. problem appear.
  • the server uses the request / response communication mode to monitor the network node.
  • the server uses data forwarding through message middleware. The mode monitors network nodes. Compared with the first embodiment of the present application, the practicability of the monitoring method is further improved.
  • a third embodiment of a method for monitoring a network node includes:
  • the server publishes the constructed node monitoring task to the message middleware.
  • Steps 301-302 are the same as steps 101-102. For details, refer to the description of steps 101-102.
  • the network node counts the number of node monitoring tasks acquired in a unit time and the number of times of abnormal monitoring results.
  • the network node counts the number of node monitoring tasks acquired in a unit time and the number of abnormal monitoring results. For example, it counts the number of monitoring tasks issued to itself within one hour and the number of times that the network node has abnormal monitoring results within one hour.
  • the abnormal monitoring result refers to the result that a certain data that the server needs to monitor is beyond the normal range, and generates an alarm or an error.
  • the network node calculates the probability value of the currently acquired node monitoring task according to the number of node monitoring tasks obtained in a unit time and the number of times that abnormal monitoring results occur.
  • the network node After obtaining the number of node monitoring tasks and the number of times of abnormal monitoring results obtained in a unit time, the network node calculates the currently acquired node monitoring tasks according to the number of node monitoring tasks and the number of abnormal monitoring results obtained in a unit time. Probability value. For different network nodes, the calculated probability values may be different.
  • step 304 may include:
  • p represents the probability value
  • m represents the number of node monitoring tasks obtained by the network node in a unit time
  • n represents the number of times the network node has abnormal monitoring results
  • p 1 , p 2 , p 3, and p 4 are presets. the default probability value
  • the network node sets a target duration according to the probability value, and the probability value is negatively related to the target duration.
  • the target duration is set according to the probability value, and the probability value is negatively correlated with the target duration, that is, the larger the probability value, the set target The shorter the duration. For example, if the probability value is 90%, the target duration is set to 3 seconds; if the probability value is 30%, the target duration is set to 30 seconds.
  • the network node connects to the communication interface of the message middleware every the target duration to obtain a corresponding node monitoring task.
  • the network node After determining the target duration, the network node connects to the communication interface of the message middleware every the target duration to obtain the corresponding node monitoring task.
  • the network node processes the acquired node monitoring task, and sends a task processing result to the message middleware.
  • the server receives the task processing result through the message middleware.
  • Steps 307-308 are the same as steps 104-105. For details, refer to the related descriptions of steps 104-105.
  • the interval at which each network node connects to the message middleware in this embodiment is set according to the probability value that the network node currently obtains the node monitoring task. If the probability value is greater, the setting is set. The interval is about short.
  • the above mainly describes a method for monitoring a network node, and a monitoring system for a network node will be described below.
  • an embodiment of a monitoring system for a network node in the embodiment of the present application includes:
  • the server 401 is configured to construct a node monitoring task; post the constructed node monitoring task to a message middleware, which is an integrated distributed system that monitors data transmission and reception by using an asynchronous message passing mechanism; and through the message intermediate Receive task processing results;
  • the network node 402 is configured to connect to the communication interface of the message middleware at a preset time interval to obtain the corresponding node monitoring task; process the acquired node monitoring task, and send the task processing result to the message middleware.
  • the message middleware opens a data transmission interface and uses a socket to complete a communication process.
  • the server publishing the constructed node monitoring task to the message middleware may include: obtaining communication stability of a network node, where the communication stability is used to characterize the degree of communication stability determined according to the communication status of the network node. If the communication stability is less than the first threshold value, the server publishes the constructed node monitoring task to the message middleware.
  • the server may further include:
  • the server monitors the network node using a request / response communication mode.
  • server may be further configured to:
  • the communication status indicator includes the number of communication interruptions in a unit time between the server and the network node, the total duration of communication interruptions in a unit time, the average duration of a communication response, and the current communication delay duration And the frequency of equipment failures at network nodes;
  • the communication stability is calculated according to the communication status index.
  • the communication stability calculated by the server according to the communication status indicator is specifically:
  • k represents the communication stability
  • k 0 is a preset constant
  • t 1 represents the total duration of communication interruption in unit time
  • t 2 represents the average duration of communication response
  • t 3 represents the current communication delay duration
  • x represents the number of communication interruptions per unit time
  • f represents the frequency of network node equipment failure
  • a, b and c are preset weight coefficients.
  • the communication interface for the network node to connect to the message middleware every preset time period may include:
  • the network node counts the number of node monitoring tasks acquired in a unit time and the number of abnormal monitoring results
  • the network node calculates the probability value of the currently acquired node monitoring task according to the number of node monitoring tasks obtained in a unit time and the number of times an abnormal monitoring result occurs;
  • a network node sets a target duration according to the probability value, and the probability value is negatively related to the target duration
  • the network node is connected to the communication interface of the message middleware every the target duration.
  • the network node calculating the probability value of the currently acquired node monitoring task according to the number of node monitoring tasks obtained in a unit time and the number of times of abnormal monitoring results may include:
  • p represents the probability value
  • m represents the number of node monitoring tasks obtained by the network node in a unit time
  • n represents the number of times the network node has abnormal monitoring results
  • p 1 , p 2 , p 3, and p 4 are presets. the default probability value
  • each network node has a unique node identifier
  • each node monitoring task includes a task identifier for pointing to a task receiving node, and the acquiring the corresponding node monitoring task includes:
  • the network node obtains a node monitoring task with the same task ID as its own node ID.
  • the acquiring the corresponding node monitoring task may further include:
  • the network node queries the preset word meaning comparison table to obtain the synonyms, synonyms and superordinate words of the node identifier;
  • the network node acquires a task monitoring task that identifies a node that belongs to the synonyms, synonyms, or superordinate words.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

La présente invention se rapporte au domaine technique des communications et concerne un procédé et un système de surveillance de nœud de réseau. Le procédé de surveillance comprend les étapes suivantes : un serveur construit une tâche de surveillance de nœud ; le serveur envoie la tâche de surveillance de nœud construite à un intergiciel de message ; un nœud de réseau est connecté à une interface de communication de l'intergiciel de message à chaque intervalle d'une durée prédéfinie pour acquérir une tâche de surveillance de nœud correspondante ; le nœud de réseau traite la tâche de surveillance de nœud acquise et envoie un résultat de traitement de tâche à l'intergiciel de message ; et le serveur reçoit le résultat de traitement de tâche au moyen de l'intergiciel de message. Grâce à cet agencement, étant donné qu'il n'est pas nécessaire d'établir une relation de connexion directe entre un serveur et des nœuds de réseau, même si un problème survient dans la communication des nœuds de réseau, le serveur n'a pas besoin d'attendre une réponse en provenance des nœuds de réseau. Par conséquent, l'efficacité de surveillance pour les nœuds de réseau est efficacement améliorée.
PCT/CN2018/104972 2018-06-14 2018-09-11 Procédé et système de surveillance de nœud de réseau WO2019237531A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810612655.2A CN108540353B (zh) 2018-06-14 2018-06-14 一种网络节点的监测方法与系统
CN201810612655.2 2018-06-14

Publications (1)

Publication Number Publication Date
WO2019237531A1 true WO2019237531A1 (fr) 2019-12-19

Family

ID=63470915

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/104972 WO2019237531A1 (fr) 2018-06-14 2018-09-11 Procédé et système de surveillance de nœud de réseau

Country Status (2)

Country Link
CN (1) CN108540353B (fr)
WO (1) WO2019237531A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782365A (zh) * 2020-06-30 2020-10-16 北京百度网讯科技有限公司 定时任务处理方法、装置、设备及存储介质
CN112433916A (zh) * 2020-12-01 2021-03-02 中国建设银行股份有限公司 一种消息中间件系统状态的检查方法、装置、设备及存储介质
CN116506239A (zh) * 2023-06-28 2023-07-28 豪越科技有限公司 一种节能数据处理方法及存储服务器

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115378831A (zh) * 2022-08-19 2022-11-22 中国建设银行股份有限公司 一种消息中间件服务器的监测方法和装置
CN116744305B (zh) * 2023-05-05 2024-01-26 烟台欣飞智能系统有限公司 一种基于5g数据通信过程安全管控的通信系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009057833A1 (fr) * 2007-10-30 2009-05-07 Ajou University Industry Cooperation Foundation Procédé de routage de chemin dans des réseaux de capteurs sans fil basés sur des grappes
CN104935482A (zh) * 2015-06-26 2015-09-23 曙光信息产业(北京)有限公司 分布式监控系统及方法
CN106126346A (zh) * 2016-07-05 2016-11-16 东北大学 一种大规模分布式数据采集系统及方法
CN106656584A (zh) * 2016-12-06 2017-05-10 南京南瑞继保电气有限公司 一种分布式系统无效节点判定方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247321B (zh) * 2007-02-14 2012-07-04 华为技术有限公司 在基于直径协议的网络中进行路由诊断的方法、装置及系统
CN101895429A (zh) * 2010-07-28 2010-11-24 新太科技股份有限公司 一种基于消息机制的分布式监控系统设计方法
CN103236949B (zh) * 2013-04-27 2016-12-28 北京搜狐新媒体信息技术有限公司 一种服务器集群的监控方法、装置与系统
CN106598762B (zh) * 2016-12-29 2020-04-17 上海理想信息产业(集团)有限公司 一种消息同步方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009057833A1 (fr) * 2007-10-30 2009-05-07 Ajou University Industry Cooperation Foundation Procédé de routage de chemin dans des réseaux de capteurs sans fil basés sur des grappes
CN104935482A (zh) * 2015-06-26 2015-09-23 曙光信息产业(北京)有限公司 分布式监控系统及方法
CN106126346A (zh) * 2016-07-05 2016-11-16 东北大学 一种大规模分布式数据采集系统及方法
CN106656584A (zh) * 2016-12-06 2017-05-10 南京南瑞继保电气有限公司 一种分布式系统无效节点判定方法

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782365A (zh) * 2020-06-30 2020-10-16 北京百度网讯科技有限公司 定时任务处理方法、装置、设备及存储介质
CN111782365B (zh) * 2020-06-30 2024-03-08 北京百度网讯科技有限公司 定时任务处理方法、装置、设备及存储介质
CN112433916A (zh) * 2020-12-01 2021-03-02 中国建设银行股份有限公司 一种消息中间件系统状态的检查方法、装置、设备及存储介质
CN116506239A (zh) * 2023-06-28 2023-07-28 豪越科技有限公司 一种节能数据处理方法及存储服务器
CN116506239B (zh) * 2023-06-28 2023-09-19 豪越科技有限公司 一种节能数据处理方法及存储服务器

Also Published As

Publication number Publication date
CN108540353A (zh) 2018-09-14
CN108540353B (zh) 2021-11-05

Similar Documents

Publication Publication Date Title
WO2019237531A1 (fr) Procédé et système de surveillance de nœud de réseau
US10680874B2 (en) Network service fault handling method, service management system, and system management module
JP3593528B2 (ja) 分散ネットワーク管理システムおよび方法
US10389801B2 (en) Service request processing method, related apparatus, and system
WO2023050901A1 (fr) Procédé et appareil d'équilibrage de charge, dispositif, support de stockage informatique et programme
US10623313B2 (en) Path computation method, message responding method, and related device
WO2019218480A1 (fr) Procédé et dispositif de reconnexion de service de distribution sélective
CN111726303A (zh) 一种流量控制方法、装置以及计算设备
EP3132567B1 (fr) Traitement d'événement dans un système de gestion de réseau
KR20140106235A (ko) 오픈플로우 스위치 및 그 패킷 처리 방법
WO2020078381A1 (fr) Procédé, dispositif, équipement, support de stockage et système d'agrégation de données
US20180278488A1 (en) Sdn controlled poe management system
CN105530115A (zh) 一种实现操作管理维护功能的方法及装置
CN106850803B (zh) 一种基于sdn的加权轮询系统及算法
CN114338267B (zh) 多管理节点的维护方法、装置、设备、总线网络及介质
JP2013206112A (ja) 計算機システム及びサブシステム管理方法
WO2012159537A1 (fr) Système de messagerie instantanée et procédé permettant de partager des informations utilisateur
WO2012159535A1 (fr) Système et procédé de messagerie instantanée pour partager des informations d'utilisateur
WO2007059667A1 (fr) Procede d'obtention de donnees d'alarme des elements de reseau
CN105049255B (zh) 一种网元数据同步的方法及其装置
WO2012159493A1 (fr) Système et procédé de messagerie instantanée pour partager des informations d'utilisateur
EP3062461B1 (fr) Procédé, dispositif, et système de configuration d'association de maintenance (ma)
WO2021073367A1 (fr) Procédé, dispositif et système de traitement de données
JP2011182115A (ja) 通信方法、通信システム及びサーバ
CN110309225B (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: 18922227

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 08/04/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18922227

Country of ref document: EP

Kind code of ref document: A1