Skip to content

Latest commit

 

History

History
13 lines (4 loc) · 577 Bytes

NetworkingDeepDive.md

File metadata and controls

13 lines (4 loc) · 577 Bytes

Do you know how Linux networking process works?

Like CPU, memory and I/O, network is the core function of Linux system. Network is a technology that connects different computers or network devices together.

It is essentially an inter-process communication method, especially inter-process communication across systems, which must be carried out through the network.

With the popularization of technologies such as high concurrency, distribution, cloud computing, and microservices, have a good understanding of network performance is becoming more and more important.