EP4627783A1 - Determining latency in a network node - Google Patents
Determining latency in a network nodeInfo
- Publication number
- EP4627783A1 EP4627783A1 EP22823574.3A EP22823574A EP4627783A1 EP 4627783 A1 EP4627783 A1 EP 4627783A1 EP 22823574 A EP22823574 A EP 22823574A EP 4627783 A1 EP4627783 A1 EP 4627783A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- network node
- data
- time period
- latency
- time
- 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.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0852—Delays
- H04L43/0858—One way delays
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0805—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
- H04L43/0817—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
Definitions
- examples of this disclosure may have certain advantages. For example, examples of this disclosure may enable latency or bounded latency in a network node to be determined at a moderate cost in terms of processing and memory. In particular, in some examples, the processing and memory required may not grow with the number of packets in a flow whose latency is being determined, which makes it possible to cost-efficiently monitor latency metrics for latency-sensitive and high-throughput services such as cloud gaming, augmented reality and virtual reality for example.
- One aspect of the present disclosure provides a method of determining a latency in a first network node.
- the method comprises receiving, at a first time instant, a first portion of first data to be sent by the first network node.
- the method also comprises determining the latency in the first network node based on a difference between the first time instant and a second time instant by which all of the first data has been sent by the first network node.
- the apparatus comprises a processor and a memory.
- the memory contains instructions executable by the processor such that the apparatus is operable to receive, at a first time instant, a first portion of first data to be sent by the first network node, and determine the latency in the first network node based on a difference between the first time instant and a second time instant by which all of the first data has been sent by the first network node.
- An additional aspect of the present disclosure provides apparatus for determining latency in a first network node.
- the apparatus is configured to receive, at a first time instant, a first portion of first data to be sent by the first network node, and determine the latency in the first network node based on a difference between the first time instant and a second time instant by which all of the first data has been sent by the first network node.
- Figure 2 shows an example of a first network node in which a latency may be determined
- Figure 3 shows an example of the network node of Figure 2 including buffered data in a buffer
- Figure 5 is a schematic of an example of an apparatus for determining a latency in a first network node.
- Nodes that communicate using the air interface also have suitable radio communications circuitry.
- the technology can additionally be considered to be embodied entirely within any form of computer-readable memory, such as solid-state memory, magnetic disk, or optical disk containing an appropriate set of computer instructions that would cause a processor to carry out the techniques described herein.
- Hardware implementation may include or encompass, without limitation, digital signal processor (DSP) hardware, a reduced instruction set processor, hardware (e.g. digital or analogue) circuitry including but not limited to application specific integrated circuit(s) (ASIC) and/or field programmable gate array(s) (FPGA(s)), and (where appropriate) state machines capable of performing such functions.
- DSP digital signal processor
- ASIC application specific integrated circuit
- FPGA field programmable gate array
- Examples of this disclosure may provide solutions for one or more of the above-mentioned problems.
- time is segmented into short time periods (for example, of the order of 5 ms), and then an upper bound for the latency of the set of PDUs that arrived to the system during that period is determined.
- this may be done for example by measuring once for each period the amount of data that arrived at the system during that period (e.g. was received at the system) and the amount of data exiting the system during same period.
- the data volume arriving to the system during each period and the volume of data in the system buffer may be measured.
- the data measured as suggested above may be used to derive an upper bound of the latency for data (or packets) arriving in each period.
- the first benefit compared to published technology is that the measurements may be done once every period regardless of the number of packets arriving or data volume.
- the measurement is cost efficient and the cost is unaffected by the number of packets in the flow or the data volume.
- it is quite affordable to measure the latency bound also for high-bandwidth services such a real time video, cloud gaming and extended reality (XR).
- Another benefit of examples of this disclosure is applicability to distributed systems. As long as the two subsystems agree on the measurement periods - which may employ for example a very modest level of time synchronization typically available from the global time known in each system - the traffic volumes can be measured independently and reported to an analytics system that does the calculation.
- the analytics system may be included in one of the distributed systems or may be separate.
- the accuracy of the latency may for example be given by the length of the time period between measurements.
- the accuracy is typically the twice the time period for example, so if a latency bound of say 100 ms is to be measured then a suitable time-period between measurements can be e.g. 10 ms.
- the total inaccuracy is thus bounded by 2 times the time period.
- the accuracy of latency determined according to examples of this disclosure can be configured in an arbitrary manner at the cost of increased number of measurements in the system.
- examples of this disclosure may provide the advantage that bounded latency in a system or network node can be monitored and assured at a moderate cost in terms of processing and memory.
- the processing and memory required does not grow with the number of packets or data volume in a flow, which makes it possible to cost- efficiently monitor bounded latency metrics for high-throughput services such as cloud gaming, augmented reality and virtual reality.
- SLA service-level agreement
- This capability may for example form the baseline for a large set of applications including mobile network service assurance, intent-based automation, AI/ML- based radio network algorithms, network planning, network simulations and mobile network tuning and optimization.
- FIG. 1 is a flow chart of an example of a method 100 of determining a latency in a first network node.
- the first network node may be for example a node in a mobile network, such as for example a User Equipment (UE), base station control unit (CU), base station distributed unit (DU), eNB, gNB, eNB-CU, eNB-DU, gNB-CU, gNB-DU, core network node, router or any other network node.
- the first network node may also be an O-RAN counterpart to these examples, e.g. O-DU, O-CU etc.
- the latency is determined for a subset of activities in the network node, such as for example the latency for or between one or more particular Open Systems Interconnection (OSI) layers.
- OSI Open Systems Interconnection
- the latency comprises a latency upper bound in the first network node.
- the method may in some examples be performed by the first network node.
- Figure 2 shows an example of a first network node 200 in which a latency may be determined in accordance with the method 100 of Figure 1 .
- the first data may be received at a first interface 202 of the first network node 200 and may be sent from a second interface 204 of the first network node 200.
- the flow 206 of data PDUs (a non-limiting example of the first data) is shown from the first interface 202 to the second interface 204.
- the method 100 comprises, in step 102, receiving, at a first time instant, a first portion of first data to be sent by the first network node.
- the data may for example be in the form of one or more packets, PDUs, SDUs or any other data units.
- the first data may therefore be for example one or more data units such as packets, PDUs or SDUs, and the first portion may be one or more of the data units.
- Step 104 of the method 100 comprises determining the latency in the first network node based on a difference between the first time instant and a second time instant by which all of the first data has been sent by the first network node.
- determining the latency in step 104 comprises determining the latency based on the second time instant by which an amount of buffered data in a buffer of the network node at the first time instant and an amount of the first data has been sent by the first network node since the first time instant.
- the buffer contains buffered data and the first network node has received the first data
- the latency may be determined based on the total of the amount of the first data and the amount of buffered data.
- the data sent by the first network node is assumed to include the first data and the buffered data at the end of the first time period.
- the method 100 may thus in some examples comprise monitoring, in each of a plurality of time periods including a first time period in which the first time instant occurs and a second time period in which the second time instant occurs, an amount of data received by the first network node to be sent by the first network node and the amount of data in the buffer (e.g. at the end of the first time period), wherein the amount of data received in the first time period comprises an amount of the first data.
- Determining the latency in the first network node in step 104 may comprise for example determining the latency based on a difference between the first time period and the second time period. This will indicate for example how long it has taken to send the data that was available in the first time period (i.e. the first data and the buffered data).
- This may comprise for example determining the latency comprises determining the latency based on a number of time periods between the first time period and the second time period.
- the method 100 may also in some examples comprise determining the second time period by which the amount of buffered data in the buffer at the start of the first time period and the amount of the first data has been sent by the first network node since the start of the first time period.
- determining the second time period may comprise determining a second time period by which all of the first data received in the first time period has been sent by the first network node.
- the plurality of time periods may be consecutive and/or of equal duration in some examples.
- Determining the latency based on the difference between the first time period and the second time period may in some examples comprise: determining a time difference between a start of the first time period and an end of the second time period; determining a time difference between a start of the first time period and a start of the second time period; determining a time difference between an end of the first time period and an end of the second time period; or determining a time difference between an end of the first time period and a start of the second time period.
- Receiving the first data in step 102 of the method 100 may comprise for example receiving the first data at a first open systems interconnection, OSI, layer in the first network node.
- the first data may be to be sent to a second layer different to the first layer, and/or may be received from a third layer different to the first layer.
- the first data is to be sent to a second network node different to the first network node, or an application in the first network node (e.g. data consumed by the application). Additionally or alternatively, receiving the first data may comprise for example receiving the first data from a third network node different to the first network node, or an application in the first network node (e.g. data generated by the application).
- Figure 3 shows an example of the network node 200 of Figure 2 including buffered data 300 in a buffer 302.
- the first network node 200 may be a 4G base station in which case the interfaces (or reference points) 202 and 204 may be the 3GPP interfaces S1 and Uu respectively. This may also be the case in an Open Radio Access Network (O-RAN) example.
- O-RAN Open Radio Access Network
- the first network node 200 may be a router, in which case the interfaces (or reference points) 202 and 204 may be the router’s network interface connectors (NICs) for incoming and outgoing data flows respectively.
- NICs network interface connectors
- the uncertainty from the out-of-order delivery and/or retransmissions may be known or can be accurately measured using existing technology. Also, in many example applications this uncertainty can be smaller than the desired accuracy of the determined latency, and hence embodiments of this disclosure may be used and can provide value even for out-of-order delivery systems.
Landscapes
- Engineering & Computer Science (AREA)
- Environmental & Geological Engineering (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/EP2022/084275 WO2024114926A1 (en) | 2022-12-02 | 2022-12-02 | Determining latency in a network node |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4627783A1 true EP4627783A1 (en) | 2025-10-08 |
Family
ID=84535829
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP22823574.3A Pending EP4627783A1 (en) | 2022-12-02 | 2022-12-02 | Determining latency in a network node |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4627783A1 (en) |
| WO (1) | WO2024114926A1 (en) |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7742418B2 (en) * | 2007-08-24 | 2010-06-22 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for determining latency and throughput of a data communication |
-
2022
- 2022-12-02 WO PCT/EP2022/084275 patent/WO2024114926A1/en not_active Ceased
- 2022-12-02 EP EP22823574.3A patent/EP4627783A1/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| WO2024114926A1 (en) | 2024-06-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11843535B2 (en) | Key performance indicators (KPI) for tracking and correcting problems for a network-under-test | |
| Steinbach et al. | An extension of the OMNeT++ INET framework for simulating real-time ethernet with high accuracy | |
| US9313115B2 (en) | Traffic generator with priority flow control | |
| EP1568172B1 (en) | Method for verifying function of redundant standby packet forwarder | |
| US10848372B2 (en) | Scalability, fault tolerance and fault management for TWAMP with a large number of test sessions | |
| US8068429B2 (en) | Transmit scheduling | |
| US12047295B2 (en) | Microburst detection and management | |
| US8687483B2 (en) | Parallel traffic generator with priority flow control | |
| JP4348124B2 (en) | Method and communication device for estimating QoS | |
| JP2022532731A (en) | Avoiding congestion in slice-based networks | |
| EP3295612B1 (en) | Uplink performance management | |
| WO2020233313A1 (en) | Delay adjustment method and apparatus for end-to-end service, storage medium, and electronic apparatus | |
| Zhou et al. | Analysis and implementation of packet preemption for time sensitive networks | |
| US9094290B2 (en) | Measuring and displaying bandwidth contention | |
| US20100202293A1 (en) | Jitter management for packet data network backhaul of call data | |
| CN114301852B (en) | Message transmission control, generation and transmission methods, message transmission configuration methods, message transmission control, generation and transmission configuration equipment and message transmission configuration medium | |
| US8660001B2 (en) | Method and apparatus for providing per-subscriber-aware-flow QoS | |
| EP4537495A1 (en) | Distribution of messages with guaranteed or synchronized time of delivery | |
| WO2023155802A1 (en) | Data scheduling method, apparatus, device, and storage medium | |
| JP5792640B2 (en) | Packet sequence number tracking | |
| US10079769B1 (en) | Methods and apparatus for implementing dynamic rate controllers using linked list of rate programs | |
| WO2024114926A1 (en) | Determining latency in a network node | |
| CN101854309A (en) | Message output management method and device | |
| EP4627784A1 (en) | Determining latency in a system | |
| Schormans et al. | So you think you can measure IP QoS? |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20250611 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20260319 |