当前位置:网站首页>[HCAI] learning summary OSI model
[HCAI] learning summary OSI model
2022-07-03 07:06:00 【North Gardenia deer ℡】
OSI(Open System Interconnect), Open system interconnection . It's usually called OSI Reference model , yes ISO( International Organization for Standardization ) Organized in 1985 Network interconnection model studied in .
ISO In order to better make the network application more popular , Launched OSI Reference model . The implication is to recommend that all companies use this specification to control the network . So all companies have the same specifications , You can connect .
OSI The seven layer reference model divides the necessary functions in the communication protocol into 7 layer . Through these layers , More complex network protocols can be simplified .
Use each tier independently , Even if some layers in the system change , It won't affect the whole system
application layer : Accept user data , Interface of human-computer interaction , Application oriented .
The presentation layer : Logic language ( Software language ) Convert to machine language ( Binary language ), translate , encryption .
The session layer : For each type of data transmitted ( management : establish , maintain , End ) A virtual connection ( In order to prevent different types of data from imaging each other ).
Transport layer :
effect 1, Distinguish traffic
Port number :port ID, Range of values 1-65535
Static port : Also known as port , Range 1-1023
Dynamic port : Range :1024-65536
effect 2, Define the data transmission mode
TCP: Transmission control protocol , Is a reliable connection oriented transport protocol ;
UDP: User datagram protocol , It is a non connection oriented unreliable transmission protocol .
The network layer :network Organization Addressing
Address :
Addressing protocol :IP(IPv4/IPv6) IPX apple talk novell nsap
IPv4: use 32 Binary addressing .
Write a complete IP Address time :IP Address + Network mask .
IP Address :32 It's binary ,0 and 1 constitute For addressing .
Network mask :32 It's binary , Successive 1 Plus continuous 0 form , Successive 1 On behalf of network bit , Successive 0 Represents the host bit .
Address classification :
A Class address : The first fixed is 0,0XXX XXX---128-191, The netmask defaults to 255,0,0,0
B Class address : The first two fixed are 10,10XX XXX--128-191, The netmask defaults to 255,255,0,0
C Class address : The first three fixed is 100,100X XXX-128-191, The netmask defaults to 255.255.255.0
Multicast address :D Class address , One to many communication , No mask .
E Class address : Reserved address , Special address .
A class ,B class ,C Class becomes a unicast address , Addresses that users can use .
Special address :
1.0.X.X.X Invalid address ( Reserved address ),0.0.0.0 Invalid address placeholder .
2.127.0.0.1 Local testing .
3. network number , The host bits with the same network bits are all 0 The address of .
4. Restricted broadcast address ,255.255.255.255
5. Directional address , The network bit remains unchanged , All hosts are 1
6. Local link address :link-local {169.254.0.0 255.255.0.0}
Common address : Globally unique identification address .
Private address : Address without unique identification .
Data link layer : LAN ( Ethernet Ethernet) Wide area network (PPP HDLC ATM FR)
Second floor address :MAC Address ( Media access control )--- Physical address Hardware address Burn address
LLC layer :; Logical link control sublayer .
MAC layer : Media access control sublayer .
MAC Address structure :48 It's binary , Writing uses 12 Hexadecimal , How to write : Subtractive hexadecimal or dotted hexadecimal .
60-F2-62-3C-E3-53———— terminal , host , mobile phone , The server
60F2.623C.E353———— Connect to the device Router A firewall ASA......
The physical layer :
The actual final signal transmission is realized through the physical layer . The main function is to use the transmission medium to provide physical connection for the data link layer , Transparent transmission of bitstream .
Transmitting bitstreams over physical media . Common devices are ( All kinds of physical equipment ) A hub 、 Repeater 、 modems 、 Ethernet cable 、 Twisted pair 、 Coaxial cable . These are the transport media of the physical layer .
568A Linear sequence : Green and white , green , Orange white , blue , Bluish white , orange , Brown and white , Brown
568B Linear sequence : Orange white , orange , Green and white , blue , Bluish white , green , Brown and white , Brown
Parallel lines , Cross line , All negative .
边栏推荐
- Jenkins
- [day15] introduce the features, advantages and disadvantages of promise, and how to implement it internally. Implement promise by hand
- Resttemplate configuration use
- Software testing assignment - the next day
- Class and object summary
- These two mosquito repellent ingredients are harmful to babies. Families with babies should pay attention to choosing mosquito repellent products
- Laravel Web框架
- Crontab scheduled task
- “百度杯”CTF比赛 2017 二月场,Web:爆破-1
- Redis command
猜你喜欢
On the practice of performance optimization and stability guarantee
Basic components and intermediate components
SecureCRT取消Session记录的密码
JMeter JSON extractor extracts two parameters at the same time
Practical plug-ins in idea
Interfaces and related concepts
The 10000 hour rule won't make you a master programmer, but at least it's a good starting point
深度学习参数初始化(一)Xavier初始化 含代码
[classes and objects] explain classes and objects in simple terms
POI excel percentage
随机推荐
php安装swoole扩展
[Code] if (list! = null & list. Size() > 0) optimization, set empty judgment implementation method
New knowledge! The virtual machine network card causes your DNS resolution to slow down
Inno Setup 制作安装包
crontab定时任务
Golang operation redis: write and read kV data
UTC time, GMT time, CST time
Integration test practice (1) theoretical basis
萬卷書 - 價值投資者指南 [The Education of a Value Investor]
Daily question brushing record (11)
[attribute comparison] defer and async
[vscode - vehicle plug-in reports an error] cannot find module 'xxx' or its corresponding type declarations Vetur(2307)
golang操作redis:写入、读取kv数据
Pat grade a real problem 1166
IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)
In depth analysis of reentrantlock fair lock and unfair lock source code implementation
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
Practice of enterprise ab/testing platform
Basic teaching of crawler code