CN114285776A - Network line state monitoring method and device and video conference terminal - Google Patents

Network line state monitoring method and device and video conference terminal Download PDF

Info

Publication number
CN114285776A
CN114285776A CN202210040669.8A CN202210040669A CN114285776A CN 114285776 A CN114285776 A CN 114285776A CN 202210040669 A CN202210040669 A CN 202210040669A CN 114285776 A CN114285776 A CN 114285776A
Authority
CN
China
Prior art keywords
intermediate routing
icmp
video conference
routing address
conference terminal
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202210040669.8A
Other languages
Chinese (zh)
Other versions
CN114285776B (en
Inventor
潘小盟
张志钦
廉宗民
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GHT CO Ltd
Original Assignee
GHT CO Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GHT CO Ltd filed Critical GHT CO Ltd
Priority to CN202210040669.8A priority Critical patent/CN114285776B/en
Publication of CN114285776A publication Critical patent/CN114285776A/en
Application granted granted Critical
Publication of CN114285776B publication Critical patent/CN114285776B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Abstract

The invention discloses a network line state monitoring method, a network line state monitoring device and a video conference terminal, wherein the method comprises the following steps: acquiring an IP address of a target terminal and a preset threshold value for monitoring a network state; inquiring all intermediate routing addresses from the video conference terminal to the destination terminal according to the IP address; acquiring monitoring data of network state monitoring based on the ICMP message transmission condition between the video conference terminal and each intermediate routing address; and when the condition that the numerical value of the monitoring data from the video conference terminal to any one of the intermediate routing addresses exceeds the corresponding preset threshold value is monitored, judging that the network state from the video conference terminal to the intermediate routing address is abnormal. By adopting the method and the device, the network state monitoring process of the video conference terminal can be simplified, and the network state monitoring efficiency is improved.

Description

Network line state monitoring method and device and video conference terminal
Technical Field
The present invention relates to the field of network communication technologies, and in particular, to a method and an apparatus for monitoring a network line state, and a video conference terminal.
Background
With the development and popularization of video communication technology, the current video transmission scheme cannot meet the service application requirements of video conferences, video scheduling and the like. In the prior art, in order to implement monitoring of a network state, a mode of combining software and hardware is usually adopted to monitor corresponding network state data, and state information of a network line is obtained according to information such as change of network traffic and delay in the network line, and then the obtained state information is sent to an engineer for line adjustment and repair. However, the current network state monitoring method is large-scale and multi-site monitoring, and in the process of monitoring the target IP line, lines in all areas need to be monitored to obtain monitoring data of the target IP line, and the monitoring method is complex and has low monitoring efficiency.
Disclosure of Invention
The invention provides a network line state monitoring method and device and a video conference terminal, which are used for solving the technical problems of complexity and low monitoring efficiency of a network state monitoring method of the video conference terminal, simplifying the network state monitoring process of the video conference terminal and improving the network state monitoring efficiency.
In order to achieve the above object, an embodiment of the present invention provides a network line state monitoring method, including:
acquiring an IP address of a target terminal and a preset threshold value for monitoring a network state;
inquiring all intermediate routing addresses from the video conference terminal to the destination terminal according to the IP address;
acquiring monitoring data of network state monitoring based on the ICMP message transmission condition between the video conference terminal and each intermediate routing address;
and when the condition that the numerical value of the monitoring data from the video conference terminal to any one of the intermediate routing addresses exceeds the corresponding preset threshold value is monitored, judging that the network state from the video conference terminal to the intermediate routing address is abnormal.
As an improvement of the above scheme, the querying, according to the IP address, all intermediate routing addresses that the video conference terminal passes through to the destination terminal specifically includes:
sending an IP datagram carrying an ICMP message to a destination terminal through a socket of an ICMP protocol and the IP address, and setting the maximum hop number which can be forwarded by the IP datagram in a computer network;
and receiving and analyzing the ICMP message returned by each time hop to obtain all intermediate routing addresses from the video conference terminal to the destination terminal.
As an improvement of the above scheme, if the network state monitoring is packet loss rate monitoring, the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending n ICMP messages to the ith intermediate routing address through a socket of an ICMP protocol, and recording the data volume of the sent ICMP messages; wherein n is greater than 1;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain the data volume of the ICMP message received by the ith intermediate routing address;
and obtaining packet loss rate data from the video conference terminal to the ith intermediate routing address according to the data volume of the sent ICMP message and the data volume of the ICMP message received by the ith intermediate routing address.
As an improvement of the above scheme, if the network state monitoring is network delay monitoring, the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
and obtaining a network delay data set from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received.
As an improvement of the above scheme, if the network state monitoring is network jitter time monitoring, the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
obtaining n network delay times from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received;
and calculating the network jitter time data from the video conference terminal to the ith intermediate routing address according to the maximum network delay time and the minimum network delay time in the n network delay times.
As an improvement of the above scheme, if the network state monitoring is line bandwidth monitoring, the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on the ICMP message sending condition of a first message data set between the video conference terminal and the ith intermediate routing address; the first message data set comprises n ICMP messages containing time stamps; n is greater than 1;
obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address through a timestamp recorded when an ICMP message in a second message data set is sent to the ith intermediate routing address and a timestamp set when the ith intermediate routing address is received; the second message data set comprises n ICMP messages containing time stamps; the byte number of the ICMP message in the second message data set is larger than the byte number of the ICMP message in the first message data set;
and obtaining line bandwidth data from the video conference terminal to the ith intermediate routing address according to the byte number of the ICMP message of the first message data set, the byte number of the ICMP message of the second message data set, the first average network delay time and the second average network delay time from the video conference terminal to the ith intermediate routing address.
As an improvement of the above solution, the obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on an ICMP packet transmission condition of a first packet data set between the video conference terminal and the ith intermediate routing address specifically includes:
sequentially sending the ICMP messages in the first message data set to the ith intermediate routing address through a socket of an ICMP protocol, and recording a timestamp when each ICMP message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a time stamp set when the ICMP message in the first message data set is received by the ith intermediate routing address;
and obtaining the first average network delay time from the video conference terminal to the ith intermediate routing address according to the timestamp when each ICMP message in the first message data set is sent and the timestamp set when the ith intermediate routing address is received.
As an improvement of the above scheme, the obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address based on an ICMP packet transmission condition of a second packet data set between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending the ICMP messages in the second message data set to the ith intermediate routing address through the socket of the ICMP protocol, and recording the timestamp of each ICMP message when the message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a timestamp set when the ICMP message in the two message data sets is received by the ith intermediate routing address;
and obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address according to a timestamp when each ICMP message in the second message data set is sent and a timestamp set when the ith intermediate routing address is received.
In order to achieve the above object, an embodiment of the present invention further provides a network status monitoring apparatus, including:
the data acquisition module is used for acquiring the IP address of the destination terminal and a preset threshold value for monitoring the network state;
the route tracking module is used for inquiring all intermediate route addresses from the video conference terminal to the destination terminal according to the IP address;
a network state monitoring module, configured to obtain monitoring data for network state monitoring based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address;
and the abnormal state monitoring module is used for judging that the network state from the video conference terminal to the intermediate routing address is abnormal when the monitoring data value from the video conference terminal to any one of the intermediate routing addresses exceeds a corresponding preset threshold value.
In order to achieve the above object, an embodiment of the present invention correspondingly provides a video conference terminal, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the network line status monitoring method according to the above embodiment of the present invention is implemented.
Compared with the prior art, the network line state monitoring method, the equipment and the system disclosed by the embodiment of the invention have the following beneficial effects:
firstly, acquiring an IP address of a target terminal and a preset threshold value for monitoring a network state; secondly, inquiring all intermediate routing addresses from the video conference terminal to the destination terminal according to the IP address; then, based on the ICMP message transmission condition between the video conference terminal and each intermediate routing address, obtaining monitoring data of network state monitoring; and finally, when the numerical value of the monitoring data of the video conference terminal to any one of the intermediate routing addresses exceeds a corresponding preset threshold value, judging that the network state from the video conference terminal to the intermediate routing address is abnormal. The invention expresses the network state according to the sending condition of the ICMP message, so that the network state monitoring of the video conference terminal only relates to the problem of a software layer, the network state monitoring process can be simplified, and the line information to be monitored is accurate by inquiring the intermediate routing address of the destination terminal, thereby improving the network state monitoring efficiency.
Drawings
Fig. 1 is a schematic flow chart of a network line status monitoring method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of a network line status monitoring method according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of a network line status monitoring apparatus according to an embodiment of the present invention;
fig. 4 is a block diagram of a video conference terminal according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flow chart of a network line status monitoring method according to an embodiment of the present invention.
The network line state monitoring method provided by the embodiment of the invention is suitable for a video conference terminal, and comprises the following steps:
s11, acquiring the IP address of the destination terminal and the preset threshold value for monitoring the network state;
s12, inquiring all intermediate routing addresses from the video conference terminal to the destination terminal according to the IP address;
s13, acquiring monitoring data of network state monitoring based on ICMP message transmission between the video conference terminal and each intermediate routing address;
and S14, when the numerical value of the monitoring data of the video conference terminal to any one of the intermediate routing addresses exceeds the corresponding preset threshold value, judging that the network state from the video conference terminal to the intermediate routing address is abnormal.
Preferably, the network status monitoring is any one of the following: packet loss rate monitoring, network delay monitoring, network jitter monitoring and line bandwidth monitoring.
It should be noted that preset thresholds for packet loss rate monitoring, network delay monitoring, network jitter monitoring, and line bandwidth monitoring need to be set according to actual network conditions, and no requirement is made here. It can be understood that, when the network state monitoring is packet loss rate monitoring, the monitoring data of the network state monitoring is packet loss rate data, and if the packet loss rate data exceeds a preset threshold, it is determined that the packet loss rate data is abnormal, and the abnormal packet loss rate data is actively reported, so that a maintainer and a developer overhaul a corresponding network line.
In some preferred embodiments, the step S12 specifically includes:
sending an IP datagram carrying an ICMP message to a destination terminal through a socket of an ICMP protocol and the IP address, and setting the maximum hop number which can be forwarded by the IP datagram in a computer network;
and receiving and analyzing the ICMP message returned by each time hop to obtain all intermediate routing addresses from the video conference terminal to the destination terminal.
It should be noted that, when creating a Socket in Socket communication, a parameter protocol of the Socket needs to be set to IPPROTO _ ICMP, which means that an ICMP header is constructed by a program, so as to obtain a Socket of the ICMP protocol.
Preferably, the setting of the maximum hop count that the IP datagram can be forwarded in the computer network specifically includes:
setting the initial value of the time-to-live value TTL of the IP datagram in a computer network to be 0 and the maximum hop number which can be forwarded to be 30.
It should be noted that, when receiving the return information from the t-hop, the receiving function of Socket communication analyzes the information in the carried ICMP message to obtain the IP address at this time, and records it as the intermediate routing address; and the TTL is gradually increased, and when the IP address carried by the return information in a certain jump is monitored as the IP address of the target terminal or the TTL jump number reaches the maximum value, the routing tracking is stopped.
In some preferred embodiments, if the network state monitoring is packet loss rate monitoring, the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending n ICMP messages to the ith intermediate routing address through a socket of an ICMP protocol, and recording the data volume of the sent ICMP messages; wherein n is greater than 1;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain the data volume of the ICMP message received by the ith intermediate routing address;
and obtaining packet loss rate data from the video conference terminal to the ith intermediate routing address according to the data volume of the sent ICMP message and the data volume of the ICMP message received by the ith intermediate routing address.
Specifically, the packet loss rate from the video conference terminal to the ith intermediate routing address is calculated according to the following formula:
Figure BDA0003470088270000081
the data volume of the sent ICMP message is the data volume of the ICMP message sent to the ith intermediate routing address by the video conference terminal, and the data volume of the received ICMP message is the data volume of the ICMP message from the video conference terminal received by the ith intermediate routing address.
It should be noted that, when the video conference terminal sends the ICMP message to the ith intermediate routing address, the receiving end of the intermediate routing address needs to modify the ICMP message and then return to inform the video conference terminal whether to receive the ICMP message.
In a specific embodiment, if the network status monitoring is network delay monitoring, the obtaining of the monitoring data of the network status monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
and obtaining a network delay data set from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received.
Preferably, the network latency data set comprises: the network delay time of n ICMP messages sent to the ith intermediate routing address, the maximum network delay time of n ICMP messages sent to the ith intermediate routing address, the minimum network delay time and the average network delay time.
Specifically, the difference between the timestamp when the x-th ICMP packet is sent and the timestamp set when the i-th intermediate routing address is received is used as the network delay time from the video conference terminal to the i-th intermediate routing address of the x-th ICMP packet.
Specifically, the average network delay from the video conference terminal to the ith intermediate routing address is calculated according to the following formula:
Figure BDA0003470088270000091
wherein n is the data volume of ICMP message sent to the ith intermediate routing address by the video conference terminal and the received timestampxThe timestamp set for the time when the x-th ICMP message is received by the i-th intermediate routing address, and the timestamp sentxIs the time stamp when the x-th ICMP message is sent to the i-th intermediate routing address.
It should be noted that, after the receiving end of each intermediate routing address receives the ICMP message sent by the video conference terminal and confirms that it is correct according to means such as verification, the type of the ICMP message is modified and returned to the video conference terminal, the ICMP message returned by the intermediate routing address is analyzed at the video conference terminal, the timestamp set when the ICMP message is received by the intermediate routing address is obtained, and the network delay time from the video conference terminal to the intermediate routing address can be obtained according to the difference value of the timestamps set at the video conference terminal and the intermediate routing address.
In a specific embodiment, if the network state monitoring is network jitter time monitoring, the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
obtaining n network delay times from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received;
and calculating the network jitter time data from the video conference terminal to the ith intermediate routing address according to the maximum network delay time and the minimum network delay time in the n network delay times.
Specifically, a difference value between a maximum network delay time and a minimum network delay time of the n network delay times is calculated as a network jitter time from the video conference terminal to the ith intermediate routing address.
For example, if n ICMP messages are sent to the 2 nd intermediate routing address, the network delay time from n video conference terminals to the 2 nd intermediate routing address is obtained, and the network delay time with the largest value is selected from the n network delay times as the maximum network delay time from the video conference terminal to the 2 nd intermediate routing address; selecting the network delay time with the minimum value from the n network delay times as the minimum network delay time from the video conference terminal to the 2 nd intermediate routing address; and calculating the difference value between the maximum network delay time and the minimum network delay time to obtain the network jitter time from the video conference terminal to the 2 nd intermediate routing address.
In a specific embodiment, if the network status monitoring is line bandwidth monitoring, the obtaining of the monitoring data of the network status monitoring based on the ICMP packet transmission condition between the video conference terminal and each intermediate routing address specifically includes:
obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on the ICMP message sending condition of a first message data set between the video conference terminal and the ith intermediate routing address; the first message data set comprises n ICMP messages containing time stamps; n is greater than 1;
based on the ICMP message sending condition of a second message data set between the video conference terminal and each intermediate routing address, obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address; the second message data set comprises n ICMP messages containing time stamps; the byte number of the second message data set is larger than that of the first message data set;
and obtaining line bandwidth data from the video conference terminal to the ith intermediate routing address according to the byte number of the ICMP message of the first message data set, the byte number of the ICMP message of the second message data set, the first average network delay time and the second average network delay time from the video conference terminal to the ith intermediate routing address.
Specifically, the line bandwidth data from the video conference terminal to the ith intermediate routing address is calculated according to the following formula:
Figure BDA0003470088270000111
further, the obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on the ICMP packet sending condition of the first packet data set between the video conference terminal and the ith intermediate routing address specifically includes:
sequentially sending the ICMP messages in the first message data set to the ith intermediate routing address through a socket of an ICMP protocol, and recording a timestamp when each ICMP message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a time stamp set when the ICMP message in the first message data set is received by the ith intermediate routing address;
and obtaining the first average network delay time from the video conference terminal to the ith intermediate routing address according to the timestamp when each ICMP message in the first message data set is sent and the timestamp set when the ith intermediate routing address is received.
Further, the obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address based on the ICMP packet sending condition of the second packet data set between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending the ICMP messages in the second message data set to the ith intermediate routing address through the socket of the ICMP protocol, and recording the timestamp of each ICMP message when the message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a timestamp set when the ICMP message in the two message data sets is received by the ith intermediate routing address;
and obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address according to a timestamp when each ICMP message in the second message data set is sent and a timestamp set when the ith intermediate routing address is received.
It should be noted that, compared with the existing network state monitoring method, the network state monitoring method of the present invention expresses the network state situation according to the ICMP message sending situation, the monitoring process is simpler, and only relates to the problem of software level, and can avoid the problem of high hardware fault maintenance cost caused by the existing network state monitoring method combining software and hardware. In addition, the invention tracks the intermediate routing address from the video conference terminal to the destination terminal, so as to accurately monitor and provide the line information, so as to quickly reflect the current network line state, monitor whether the network line from the video conference terminal to the destination terminal is smooth in real time before the video conference is initiated, so as to facilitate the deployment and connection of a plurality of video conference terminals, greatly reduce the time for maintenance personnel and development personnel to maintain the line error, and improve the maintenance and deployment efficiency.
Referring to fig. 2, a method for monitoring a network line status according to an embodiment of the present invention will be described below by way of a specific implementation.
1. Acquiring an IP address of a target terminal and preset threshold data input by a user through a visual mobile terminal; the preset threshold data comprises preset thresholds of packet loss rate, network delay, network jitter and line bandwidth;
2. monitoring network state monitoring data and abnormal monitoring data on a line of a target terminal according to the IP address and preset threshold information, and specifically comprising the following steps:
1) and (3) route tracing: inquiring an intermediate routing address passed by the destination terminal according to the IP address;
2) monitoring the network state among the routes: monitoring the network state from the video conference terminal to each intermediate routing address according to the monitored intermediate routing address, which specifically comprises the following steps: monitoring the packet loss rate, network delay, network jitter and line bandwidth between the video conference terminal and the intermediate routing address;
3. and packaging and sending the monitored monitoring data and reporting the monitoring data exceeding the corresponding preset threshold value.
The concrete implementation steps of each network state monitoring are as follows:
1. intermediate route tracing:
1) establishing Socket connection, and setting a parameter protocol to be IPPROTO _ ICMP when establishing a Socket in Socket communication, wherein the parameter protocol indicates that an ICMP header is constructed by a program;
2) setting an initial TTL value to be 0, setting a maximum routing hop number to be 30, sending an encapsulated IP datagram carrying an ICMP message, and setting a maximum receiving overtime delay;
3) a receiving function receives an IP datagram returned from t-hop, analyzes information in the carried ICMP datagram, records IP address information at the moment, and TTL is gradually increased;
and when the IP address or the TTL hop count reaches the maximum value, stopping the route tracking.
2. And (3) packet loss rate monitoring:
1) establishing Socket connection, and setting a parameter protocol to be IPPROTO _ ICMP when establishing a Socket in Socket communication, wherein the parameter protocol indicates that an ICMP header is constructed by a program;
2) according to all intermediate routing address information of the IP address to the target terminal, which is acquired by intermediate routing tracking, the acquired intermediate routing addresses are used as temporary target IPs one by one, and packet loss rate data of the temporary target IPs are monitored;
3) sequentially sending n ICMP messages to a temporary target IP, and returning after a receiving end of the temporary target IP modifies the messages; analyzing the message returned by the receiving end, and judging whether the temporary target IP receives the message or not;
4) the calculation formula of the packet loss rate is as follows:
Figure BDA0003470088270000131
3. network delay monitoring:
1) establishing Socket connection, setting a parameter protocol to be IPPROTO _ ICMP when a Socket is established in Socket communication, indicating that an ICMP header is constructed by a program, adding a timestamp into the created ICMP message to form a new ICMP message, and sending the new ICMP message;
2) according to all intermediate routing address information to a target IP acquired by intermediate routing tracking, the acquired intermediate routing addresses are used as temporary target IPs one by one, and network delay information data of the temporary target IPs are monitored;
3) sequentially sending n ICMP messages to a temporary target IP, modifying message types after a receiving end of the temporary target IP receives the sent messages, analyzing the messages to confirm that the messages are source IP sending information, calculating a difference value between a sending timestamp and a returning timestamp, and recording the maximum network delay, the minimum network delay and the network delay of each ICMP message;
4) average network delay calculation formula:
Figure BDA0003470088270000141
4. network jitter monitoring:
1) according to the network delay monitoring, sending the maximum network delay time and the minimum network delay time calculated by the n ICMP messages, and comparing the difference value between the maximum network delay time and the minimum network delay time to obtain the network jitter time from the video conference terminal to each intermediate routing address;
2) the calculation formula of network jitter monitoring is as follows:
the network jitter time is the maximum network delay time-the minimum network delay time;
5. a line bandwidth monitoring module:
1) establishing Socket connection, setting a parameter protocol to be IPPROTO _ ICMP when a Socket is established in Socket communication, indicating that an ICMP header is constructed by a program, adding a timestamp into the created ICMP message to form a new ICMP message, and sending the new ICMP message;
2) according to all intermediate routing address information to a destination terminal acquired by intermediate routing tracking, the acquired intermediate routing addresses are used as temporary target IPs one by one, and small byte data are sent to the temporary target IPs;
3) acquiring average network delay data of small byte data sent to a temporary target IP by utilizing network delay monitoring;
4) sending big byte data, repeating the operations 2) and 3) in the step 5, calculating the difference value between the big byte number, the small byte number and the two average network delay times, and obtaining the line bandwidth data from the video conference terminal to each intermediate routing address according to a line bandwidth calculation formula;
5) line bandwidth calculation formula:
Figure BDA0003470088270000151
the big byte average network delay time is the average network delay time for sending n big byte ICMP messages to the temporary target IP, and the small byte average network delay time is the average network delay time for sending n small byte ICMP messages to the temporary target IP.
6. An active reporting module:
1) the monitoring data in the step 2-5 is put into a cache according to the IP address of the destination terminal and is updated when the network state is monitored again each time;
2) and returning abnormal network state monitoring data or normal network state monitoring data which exceed a preset threshold value in the processing process according to the requested IP address.
Correspondingly, the embodiment of the invention also provides a network line state monitoring device, which can realize all the processes of the network line state monitoring method.
Fig. 3 is a schematic structural diagram of a network line status monitoring device according to an embodiment of the present invention.
The network line state monitoring device provided by the embodiment of the invention comprises:
the data acquisition module 21 is configured to acquire an IP address of a destination terminal and a preset threshold for monitoring a network state;
the route tracking module 22 is configured to query all intermediate route addresses from the video conference terminal to the destination terminal according to the IP address;
a network status monitoring module 23, configured to obtain monitoring data for monitoring a network status based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address;
and the abnormal state monitoring module 24 is configured to determine that the network state from the video conference terminal to the intermediate routing address is abnormal when it is monitored that the value of the monitoring data from the video conference terminal to any one of the intermediate routing addresses exceeds a corresponding preset threshold value.
As an optional implementation, the route tracking module 22 includes:
a data receiving and transmitting setting unit, configured to send an IP datagram carrying an ICMP packet to a destination terminal through a socket of an ICMP protocol and the IP address, and set a maximum hop count that the IP datagram can forward in a computer network;
and the routing address acquisition unit is used for receiving and analyzing the ICMP message returned by each time hop to obtain all intermediate routing addresses from the video conference terminal to the destination terminal.
As an optional implementation manner, if the network state monitoring is packet loss rate monitoring, the network state monitoring module 23 is configured to obtain monitoring data of the network state monitoring based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address, and specifically includes:
sequentially sending n ICMP messages to the ith intermediate routing address through a socket of an ICMP protocol, and recording the data volume of the sent ICMP messages; wherein n is greater than 1;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain the data volume of the ICMP message received by the ith intermediate routing address;
and obtaining packet loss rate data from the video conference terminal to the ith intermediate routing address according to the data volume of the sent ICMP message and the data volume of the ICMP message received by the ith intermediate routing address.
Preferably, if the network status monitoring is network delay monitoring, the network status monitoring module 23 is configured to obtain monitoring data of the network status monitoring based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address, and specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
and obtaining a network delay data set from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received.
Further, if the network status monitoring is network jitter time monitoring, the network status monitoring module 23 is configured to obtain monitoring data of the network status monitoring based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address, and specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
obtaining n network delay times from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received;
and calculating the network jitter time data from the video conference terminal to the ith intermediate routing address according to the maximum network delay time and the minimum network delay time in the n network delay times.
Specifically, if the network status monitoring is line bandwidth monitoring, the network status monitoring module 23 is configured to obtain monitoring data of the network status monitoring based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address, and specifically includes:
obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on the ICMP message sending condition of a first message data set between the video conference terminal and the ith intermediate routing address; the first message data set comprises n ICMP messages containing time stamps; n is greater than 1;
based on the ICMP message sending condition of a second message data set between the video conference terminal and each intermediate routing address, obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address; the second message data set comprises n ICMP messages containing time stamps; the byte number of the second message data set is larger than that of the first message data set;
and obtaining line bandwidth data from the video conference terminal to the ith intermediate routing address according to the byte number of the ICMP message of the first message data set, the byte number of the ICMP message of the second message data set, the first average network delay time and the second average network delay time from the video conference terminal to the ith intermediate routing address.
Further, the network status monitoring module 23 is configured to obtain a first average network delay time from the video conference terminal to the ith intermediate routing address based on an ICMP packet sending condition of a first packet data set between the video conference terminal and the ith intermediate routing address, and specifically includes:
sequentially sending the ICMP messages in the first message data set to the ith intermediate routing address through a socket of an ICMP protocol, and recording a timestamp when each ICMP message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a time stamp set when the ICMP message in the first message data set is received by the ith intermediate routing address;
and obtaining the first average network delay time from the video conference terminal to the ith intermediate routing address according to the timestamp when each ICMP message in the first message data set is sent and the timestamp set when the ith intermediate routing address is received.
Specifically, the network status monitoring module 23 is configured to obtain a second average network delay time from the video conference terminal to the ith intermediate routing address based on an ICMP packet sending condition of a second packet data set between the video conference terminal and each intermediate routing address, and specifically includes:
sequentially sending the ICMP messages in the second message data set to the ith intermediate routing address through the socket of the ICMP protocol, and recording the timestamp of each ICMP message when the message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a timestamp set when the ICMP message in the two message data sets is received by the ith intermediate routing address;
and obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address according to a timestamp when each ICMP message in the second message data set is sent and a timestamp set when the ith intermediate routing address is received.
It should be noted that, for the specific description and the beneficial effects of each embodiment of the network line state monitoring apparatus in this embodiment, reference may be made to the specific description and the beneficial effects of each embodiment of the network line state monitoring method described above, and details are not described herein again.
It should be noted that the above-described device embodiments are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. In addition, in the drawings of the embodiment of the apparatus provided by the present invention, the connection relationship between the modules indicates that there is a communication connection between them, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement it without inventive effort.
Accordingly, an embodiment of the present invention further provides a video conference terminal, and referring to fig. 4, the video conference terminal is a block diagram of a structure of a video conference terminal according to an embodiment of the present invention, and includes a processor 10, a memory 20, and a computer program stored in the memory 20 and configured to be executed by the processor 10, where the processor 10, when executing the computer program, implements the network line status monitoring method according to any of the embodiments.
Preferably, the computer program may be divided into one or more modules/units (e.g., computer program 1, computer program 2, … …) that are stored in the memory 20 and executed by the processor 10 to implement the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program in the video conference terminal.
The Processor 10 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, etc., the general purpose Processor may be a microprocessor, or the Processor 10 may be any conventional Processor, the Processor 10 is a control center of the video conference terminal, and various interfaces and lines are used to connect various parts of the video conference terminal.
The memory 20 mainly includes a program storage area that may store an operating system, an application program required for at least one function, and the like, and a data storage area that may store related data and the like. In addition, the memory 20 may be a high speed random access memory, may also be a non-volatile memory, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card), and the like, or the memory 20 may also be other volatile solid state memory devices.
It should be noted that the video conference terminal may include, but is not limited to, a processor and a memory, and those skilled in the art will understand that the structural block diagram of fig. 4 is only an example of the video conference terminal and does not constitute a limitation of the video conference terminal, and may include more or less components than those shown in the figure, or combine some components, or different components.
To sum up, according to the method, the device and the video conference terminal for monitoring the network line state provided by the embodiment of the present invention, the IP address of the destination terminal and the preset threshold for monitoring the network state are first obtained; secondly, inquiring all intermediate routing addresses from the video conference terminal to the destination terminal according to the IP address; then, based on the ICMP message transmission condition between the video conference terminal and each intermediate routing address, obtaining monitoring data of network state monitoring; and finally, when the numerical value of the monitoring data of the video conference terminal to any one of the intermediate routing addresses exceeds a corresponding preset threshold value, judging that the network state from the video conference terminal to the intermediate routing address is abnormal. The invention expresses the network state according to the sending condition of the ICMP message, so that the network state monitoring of the video conference terminal only relates to the problem of a software layer, the network state monitoring process can be simplified, and the line information to be monitored is accurate by inquiring the intermediate routing address of the destination terminal, thereby improving the network state monitoring efficiency.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A network line state monitoring method is suitable for a video conference terminal, and is characterized by comprising the following steps:
acquiring an IP address of a target terminal and a preset threshold value for monitoring a network state;
inquiring all intermediate routing addresses from the video conference terminal to the destination terminal according to the IP address;
acquiring monitoring data of network state monitoring based on the ICMP message transmission condition between the video conference terminal and each intermediate routing address;
and when the condition that the numerical value of the monitoring data from the video conference terminal to any one of the intermediate routing addresses exceeds the corresponding preset threshold value is monitored, judging that the network state from the video conference terminal to the intermediate routing address is abnormal.
2. The method for monitoring a network line state according to claim 1, wherein the querying, according to the IP address, all intermediate routing addresses that a video conference terminal passes through to the destination terminal specifically includes:
sending an IP datagram carrying an ICMP message to a destination terminal through a socket of an ICMP protocol and the IP address, and setting the maximum hop number which can be forwarded by the IP datagram in a computer network;
and receiving and analyzing the ICMP message returned by each time hop to obtain all intermediate routing addresses from the video conference terminal to the destination terminal.
3. The method according to claim 1, wherein the network state monitoring is packet loss rate monitoring, and the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each of the intermediate routing addresses specifically includes:
sequentially sending n ICMP messages to the ith intermediate routing address through a socket of an ICMP protocol, and recording the data volume of the sent ICMP messages; wherein n is greater than 1;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain the data volume of the ICMP message received by the ith intermediate routing address;
and obtaining packet loss rate data from the video conference terminal to the ith intermediate routing address according to the data volume of the sent ICMP message and the data volume of the ICMP message received by the ith intermediate routing address.
4. The method according to claim 1, wherein the network state monitoring is network delay monitoring, and the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each of the intermediate routing addresses specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
and obtaining a network delay data set from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received.
5. The method according to claim 1, wherein the network state monitoring is network jitter time monitoring, and the obtaining of the monitoring data of the network state monitoring based on the ICMP packet transmission condition between the video conference terminal and each of the intermediate routing addresses specifically includes:
sequentially sending n ICMP messages containing time stamps to the ith intermediate routing address through a socket of an ICMP protocol, and recording the time stamp when each ICMP message is sent; wherein n is greater than 1;
receiving and analyzing ICMP messages which are returned by the ith intermediate routing address and contain timestamps to obtain timestamps which are set when each ICMP message is received by the ith intermediate routing address;
obtaining n network delay times from the video conference terminal to the ith intermediate routing address according to the time stamp when each ICMP message is sent and the time stamp set when the ith intermediate routing address is received;
and calculating the network jitter time data from the video conference terminal to the ith intermediate routing address according to the maximum network delay time and the minimum network delay time in the n network delay times.
6. The method according to claim 1, wherein the network status monitoring is line bandwidth monitoring, and the obtaining of the monitoring data of the network status monitoring based on the ICMP packet transmission between the video conference terminal and each of the intermediate routing addresses specifically includes:
obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on the ICMP message sending condition of a first message data set between the video conference terminal and the ith intermediate routing address; the first message data set comprises n ICMP messages containing time stamps; n is greater than 1;
based on the ICMP message sending condition of a second message data set between the video conference terminal and each intermediate routing address, obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address; the second message data set comprises n ICMP messages containing time stamps; the byte number of the second message data set is larger than that of the first message data set;
and obtaining line bandwidth data from the video conference terminal to the ith intermediate routing address according to the byte number of the ICMP message of the first message data set, the byte number of the ICMP message of the second message data set, the first average network delay time and the second average network delay time from the video conference terminal to the ith intermediate routing address.
7. The method according to claim 6, wherein the obtaining a first average network delay time from the video conference terminal to the ith intermediate routing address based on an ICMP packet transmission condition of a first packet data set between the video conference terminal and the ith intermediate routing address specifically includes:
sequentially sending the ICMP messages in the first message data set to the ith intermediate routing address through a socket of an ICMP protocol, and recording a timestamp when each ICMP message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a time stamp set when the ICMP message in the first message data set is received by the ith intermediate routing address;
and obtaining the first average network delay time from the video conference terminal to the ith intermediate routing address according to the timestamp when each ICMP message in the first message data set is sent and the timestamp set when the ith intermediate routing address is received.
8. The method according to claim 6, wherein the obtaining a second average network delay time from the video conference terminal to an ith intermediate routing address based on an ICMP packet transmission condition of a second packet data set between the video conference terminal and each intermediate routing address specifically includes:
sequentially sending the ICMP messages in the second message data set to the ith intermediate routing address through the socket of the ICMP protocol, and recording the timestamp of each ICMP message when the message is sent;
receiving and analyzing an ICMP message returned by the ith intermediate routing address to obtain a timestamp set when the ICMP message in the two message data sets is received by the ith intermediate routing address;
and obtaining a second average network delay time from the video conference terminal to the ith intermediate routing address according to a timestamp when each ICMP message in the second message data set is sent and a timestamp set when the ith intermediate routing address is received.
9. The utility model provides a network line state monitoring devices, is applicable to video conferencing terminal, its characterized in that includes:
the data acquisition module is used for acquiring the IP address of the destination terminal and a preset threshold value for monitoring the network state;
the route tracking module is used for inquiring all intermediate route addresses from the video conference terminal to the destination terminal according to the IP address;
a network state monitoring module, configured to obtain monitoring data for network state monitoring based on an ICMP packet transmission condition between the video conference terminal and each intermediate routing address;
and the abnormal state monitoring module is used for judging that the network state from the video conference terminal to the intermediate routing address is abnormal when the monitoring data value from the video conference terminal to any one of the intermediate routing addresses exceeds a corresponding preset threshold value.
10. A video conference terminal comprising a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the network line status monitoring method according to any one of claims 1 to 8 when executing the computer program.
CN202210040669.8A 2022-01-14 2022-01-14 Network line state monitoring method and device and video conference terminal Active CN114285776B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210040669.8A CN114285776B (en) 2022-01-14 2022-01-14 Network line state monitoring method and device and video conference terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210040669.8A CN114285776B (en) 2022-01-14 2022-01-14 Network line state monitoring method and device and video conference terminal

Publications (2)

Publication Number Publication Date
CN114285776A true CN114285776A (en) 2022-04-05
CN114285776B CN114285776B (en) 2023-07-14

Family

ID=80880912

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210040669.8A Active CN114285776B (en) 2022-01-14 2022-01-14 Network line state monitoring method and device and video conference terminal

Country Status (1)

Country Link
CN (1) CN114285776B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1242896A (en) * 1996-07-25 2000-01-26 混合网络公司 High-speed internent access system
CN1568466A (en) * 2001-09-26 2005-01-19 交互设备有限公司 System and method for communicating media signals
US20050018647A1 (en) * 2003-07-23 2005-01-27 International Business Machines Corporation Method and system for determining a path between two points of an IP network over which datagrams are transmitted
US20100103822A1 (en) * 2008-10-27 2010-04-29 Cisco Technology, Inc. Network Assessment and Fault Isolation
JP2012151555A (en) * 2011-01-17 2012-08-09 Nec Corp Television conference system, television conference relay device, television conference relay method and relay program
CN104683730A (en) * 2015-03-05 2015-06-03 苏州科达科技股份有限公司 Video conference data transmission method and video conference system
GB201513522D0 (en) * 2015-07-31 2015-09-16 Imagination Tech Ltd Monitoring network conditions
CN106571977A (en) * 2016-10-24 2017-04-19 腾讯科技(深圳)有限公司 Data transmission method and device
CN111464879A (en) * 2020-02-27 2020-07-28 视联动力信息技术股份有限公司 Data communication method and device
CN112583659A (en) * 2020-11-24 2021-03-30 视联动力信息技术股份有限公司 Method and device for detecting network state of video network, terminal equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1242896A (en) * 1996-07-25 2000-01-26 混合网络公司 High-speed internent access system
CN1568466A (en) * 2001-09-26 2005-01-19 交互设备有限公司 System and method for communicating media signals
US20050018647A1 (en) * 2003-07-23 2005-01-27 International Business Machines Corporation Method and system for determining a path between two points of an IP network over which datagrams are transmitted
US20100103822A1 (en) * 2008-10-27 2010-04-29 Cisco Technology, Inc. Network Assessment and Fault Isolation
JP2012151555A (en) * 2011-01-17 2012-08-09 Nec Corp Television conference system, television conference relay device, television conference relay method and relay program
CN104683730A (en) * 2015-03-05 2015-06-03 苏州科达科技股份有限公司 Video conference data transmission method and video conference system
GB201513522D0 (en) * 2015-07-31 2015-09-16 Imagination Tech Ltd Monitoring network conditions
CN106571977A (en) * 2016-10-24 2017-04-19 腾讯科技(深圳)有限公司 Data transmission method and device
CN111464879A (en) * 2020-02-27 2020-07-28 视联动力信息技术股份有限公司 Data communication method and device
CN112583659A (en) * 2020-11-24 2021-03-30 视联动力信息技术股份有限公司 Method and device for detecting network state of video network, terminal equipment and storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
LIDONG LU等: "An optical fiber composite power cable panoramic state monitoring system for typical scene application", 《2021 INTERNATIONAL CONFERENCE ON POWER SYSTEM TECHNOLOGY (POWERCON)》 *
唐海娜,李俊: "网络性能监测技术综述", 计算机应用研究 *
梁瑶: "通信传输技术在某市电力系统的应用研究", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》 *
王欣;: "网络视频会议问题排查分析方法", 科技信息 *

Also Published As

Publication number Publication date
CN114285776B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
CN108696428B (en) Tunnel technology-based route detection method, route node and central server
US8989002B2 (en) System and method for controlling threshold testing within a network
CN101404599B (en) Network fault detection method, primary device, slave device, control terminal and system
CN110809054B (en) Data transmission method, device, equipment and storage medium
CN109656574B (en) Transaction time delay measurement method and device, computer equipment and storage medium
CN113542008A (en) Network OAM method and device
US10819597B2 (en) Network device measurements employing white boxes
US20230300051A1 (en) In-band Edge-to-Edge Round-Trip Time Measurement
EP3295612A1 (en) Uplink performance management
CN111026324B (en) Updating method and device of forwarding table entry
CN101808021A (en) Fault detection method, device and system, message statistical method and node equipment
JP2010538551A (en) Method and system for automatically confirming connectivity status of an IP link on an IP network
CN104918042A (en) Video signal network damage simulation device, system and method
CN116170235B (en) Database optimized access method, system, equipment and medium
CN117278482A (en) Token bucket implementation method and device
CN114285776B (en) Network line state monitoring method and device and video conference terminal
CN108199975B (en) Flow control method and device
WO2022152230A1 (en) Information flow identification method, network chip, and network device
EP2728815A1 (en) Method and rbridge for avoiding esadi protocol packet storms
CN110808909A (en) Message processing method and device across virtual systems
CN116248605A (en) Fault processing method, device, equipment and storage medium
CN106375399B (en) A kind of channel reconstruction waiting time control method
CN116781573A (en) Fault detection method, device, equipment, system and computer readable storage medium
CN116980333A (en) Network detection method and system based on data development plane suite
CN115087025A (en) Private network data acquisition method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant