当前位置:网站首页>Circuit, packet and message exchange
Circuit, packet and message exchange
2022-07-03 07:20:00 【darabiuz】
1. Circuit switching
Development background
People realize that if you need to connect two phones , You need to n*(n-1)/2 Links , It's huge , So you can use a telephone exchangeThe way a telephone exchange connects telephone lines becomes circuit switching
From the perspective of communication resource allocation , Switching is the dynamic allocation of line resources in a certain way
Three steps of circuit switching
- Establishing a connection ( Allocate communication resources )
- conversation ( Always occupy communication resources )
- Release Links ( Return of communication resources )
- When circuit switching is used to transmit computer data , The transmission efficiency of its line is very low , Because of exclusive communication resources
2. Packet switching
- In the Internet , The most important packet switch is the router , It is responsible for connecting various networks , And forward the received packet
3. Message switching
A little , Since the size of the message is not limited , Each node switch needs a large cache space
4. Three ways to compare
边栏推荐
- CentOS switches and installs mysql5.7 and mysql8.0
- Recursion, Fibonacci sequence
- Le Seigneur des anneaux: l'anneau du pouvoir
- Laravel frame step pit (I)
- Advanced APL (realize group chat room)
- High concurrency memory pool
- sharepoint 2007 versions
- Distributed ID
- La différence entre le let Typescript et le Var
- 2021-07-18
猜你喜欢
Store WordPress media content on 4everland to complete decentralized storage
Use the jvisualvm tool ----- tocmat to start JMX monitoring
Summary of abnormal mechanism of interview
dataworks自定義函數開發環境搭建
Liang Ning: 30 lectures on brain map notes for growth thinking
Specified interval inversion in the linked list
[set theory] partition (partition | partition example | partition and equivalence relationship)
JS monitors empty objects and empty references
Pat grade a real problem 1166
JMeter test result output
随机推荐
Basic components and intermediate components
Advanced API (use of file class)
Setting up the development environment of dataworks custom function
JMeter JSON extractor extracts two parameters at the same time
【已解决】Unknown error 1146
[set theory] partition (partition | partition example | partition and equivalence relationship)
The difference between typescript let and VaR
Jeecg data button permission settings
How to specify the execution order for multiple global exception handling classes
Laravel frame step pit (I)
Interfaces and related concepts
【已解决】win10找不到本地组策略编辑器解决方法
Raspberry pie update tool chain
"Moss ma not found" solution
万卷书 - 价值投资者指南 [The Education of a Value Investor]
Common analysis with criteria method
LeetCode
Basic knowledge about SQL database
PdfWriter. GetInstance throws system Nullreferenceexception [en] pdfwriter GetInstance throws System. NullRef
How can I split a string at the first occurrence of “-” (minus sign) into two $vars with PHP?