Eight performance indicators of computer network

The eight indicators are as follows:
insert image description here

1. Speed

insert image description here
Manufacturer data and data data conversion:
insert image description here
Example: There is a data block to be sent, the size is 100 MB, and the transmission rate of the network card is 100 Mbps, how long does it take the network card to send the data block?
Solution: Note that one byte is eight Bit, rate and bit rate conversion
insert image description here

2. Bandwidth

Significance in analog signals:
insert image description here
Bandwidth Significance in computer networks:
insert image description here

3. Throughput

As shown in the figure:
insert image description here

4. Delay

The components of network latency are as follows:
insert image description here

  • It takes time for the source host to send the packet to the transmission line, which is called the sending delay.
  • The electrical signal of the packet is transmitted at the end of the link, which also takes a certain amount of time. We call this period of time the propagation delay.
  • After the router receives the signal, it also takes time to store and forward, and this period of time is called the processing delay.


insert image description here
There are multiple routers between the source host and the target host, so there are multiple propagation delays and processing delays
insert image description here
.

Example: (channel width is 1Mb/s)
insert image description here
For example:
insert image description here

V. Summary

insert image description here

6. Delay-bandwidth product

The following is equivalent to calculating a volume:
insert image description here

7. Round-trip time

In many cases, information on the Internet is not only transmitted in one direction, but is exchanged in two directions, and RTT is the round-trip time.
As shown in the figure:
insert image description here

The satellite link has a lot of time, and the propagation delay is relatively large.

8. Utilization

As shown below:
insert image description here
The higher the channel utilization, the better, and the delay will also increase as the utilization increases, as follows:
insert image description here

9. Packet Loss Rate

The packet loss rate is the packet loss rate, which refers to the ratio of the number of packets lost during transmission to the total number of packets within a certain time range .

The packet loss rate can be divided into interface packet loss rate, node packet loss rate, link packet loss rate, path packet loss rate, network packet loss rate, etc.

The packet loss rate is a network performance indicator that network operation and maintenance personnel are very concerned about, but for ordinary users they often do not care about this indicator because they are usually unaware of network packet loss.

There are two cases of packet loss:

  • The packet has a bit error during transmission and is discarded by the node;
  • Packets are dropped when they arrive at a packet switch with a full queue; network congestion can occur when traffic is high.
    insert image description here

Therefore, the packet loss rate reflects the congestion of the network:
insert image description here
a high packet loss rate can make a website inoperable.

10. Summary

Summarized as follows:
insert image description here

11. Reference

Gao Jun, MOOC Computer Network

Guess you like

Origin blog.csdn.net/weixin_46211269/article/details/124308301