Did you know there are 4 types of network latency?

Did you know there are 4 types of network latency?

Speaking of latency, most of us are familiar with it. High latency will greatly reduce our entertainment experience. For example, you are PKing with your enemy in a game, and suddenly the network slows down. You watch others keep hacking at you, but you can only dodge slowly, and sometimes you can't even move. This experience is really sour.

[[319480]]

For network devices, latency refers to the total transmission time of a frame from the source to the destination, including the processing time of all nodes in the network and the propagation time on the transmission medium. Its calculation method is also very simple. You only need to add timestamp T1 when sending and timestamp T2 when receiving, and then T2-T1 to get the latency of the entire frame transmission, as shown in the figure below:

Delay = T2-T1

This is actually a very easy thing to understand, but it becomes complicated after considering the length of the message.

We all know that a message has a length. So when timestamping, should it be done on the first bit of the message or on the last bit? In order to distinguish between sending and receiving, the delay is divided into four types:

  • First In last Out: FILO, first in first out
  • Last In Last Out: LILO, last in last out
  • Last In First Out: LIFO, Last In First Out
  • First In First Out: FIFO, first in first out

As shown in the following figure:

Considering the delay of frame length

In order to measure the latency, the standards organization has a special test item in RFC2544 to uniformly measure the latency of network equipment.

If you want to measure the delay professionally, you need a professional test instrument. For example, the instrument below can measure 4 types of delay, as shown in the following figure:

Professional instrument measurement delay

Friends, please first understand this simple time delay. Only professionals can perform such detailed measurements.

<<:  Dynamic routing OSPF basics, area division, LSA types, one minute to understand

>>:  5G is so good, but how many people can afford the data charges?

Recommend

Can video ringtones become a phenomenal application in the 5G era?

The latest data: The number of video ringtone use...

GSA: A total of 122 5G commercial networks have been launched worldwide

As technical standards and specifications are det...

After reading this article, my grandma understands the principle of HTTPS

Anyone who has surfed the Internet knows that the...

What affects WiFi speed is not only old equipment but also signal interference!

Because Wi-Fi transmits over radio waves, it is m...

E-commerce past | Farewell to public domain traffic

[[420018]] It is not difficult to see that 2020 i...

It shouldn’t just be the packages that are being pushed up for 5G

"The 4G package was inexplicably upgraded to...

Is the network model seven layers, five layers, or four layers?

When we are doing network development, we often h...

5G technology has just emerged, so don’t rush to pour cold water on it

After 3G and 4G have successively gone from unfam...