当前位置:网站首页>OSI 七层模型
OSI 七层模型
2022-07-05 14:55:00 【十九(一拖再拖)】
OSI 七层模型
前言:模型
OSI 七层模型:
- 应用层
- 表示层
- 会话层
- 传输层
- 网络层
- 数据链路层
- 物理层
TCP 五层模型:
- 应用层
- 传输层
- 网络层
- 数据链路层
- 物理层
1:物理层
物理层定义了设备与传输介质之间的关系。比如铜缆、光缆、电压、电缆规格、集线器、中继器、网络适配器等。
物理层主要功能:建立与通信介质的连接或断开;流量控制;不同设备间的信号调制或转换。
2:数据链路层
数据链路层:主要检测和纠正 物理层
可能会发生的错误。
3:网络层
网络层:将可变长度数据序列从一个网络上的源主机传输到不同网络上的目标主机,同时保证传输层的请求质量。
4:传输层
传输层:为两个主机进程之间的通信提供服务。应用程序使用此服务来传输应用层消息。
5:会话层
会话层:控制计算机之间的对话连接,建立、管理和终止本地和远程应用程序之间的连接。
6:表示层
表示层:使通信应用程序能够解释交换数据的含义。提供的服务是数据压缩、数据加密和数据描述。
7:应用层
应用层:定义了应用进程之间的交互规则,通过不同的应用层协议为不同的网络应用提供服务。如 HTTP
协议,SMTP
协议。
边栏推荐
- 1330: [example 8.3] minimum steps
- Using tensorboard to visualize the training process in pytoch
- Common interview questions about swoole
- I want to inquire about how to ensure data consistency when a MySQL transaction updates multiple tables?
- Leetcode: Shortest Word Distance II
- CPU design practice - Chapter 4 practical task 2 using blocking technology to solve conflicts caused by related problems
- Ctfshow web entry explosion
- Coding devsecops helps financial enterprises run out of digital acceleration
- Does maxcompute have SQL that can query the current storage capacity (KB) of the table?
- Brief introduction of machine learning framework
猜你喜欢
Selection and use of bceloss, crossentropyloss, sigmoid, etc. in pytorch classification
Behind the ultra clear image quality of NBA Live Broadcast: an in-depth interpretation of Alibaba cloud video cloud "narrowband HD 2.0" technology
Crud de MySQL
Ctfshow web entry explosion
Common PHP interview questions (1) (written PHP interview questions)
Two Bi development, more than 3000 reports? How to do it?
Photoshop插件-动作相关概念-ActionList-ActionDescriptor-ActionList-动作执行加载调用删除-PS插件开发
Dark horse programmer - software testing -10 stage 2-linux and database -44-57 why learn database, description of database classification relational database, description of Navicat operation data, de
当代人的水焦虑:好水究竟在哪里?
12 MySQL interview questions that you must chew through to enter Alibaba
随机推荐
我这边同时采集多个oracle表,采集一会以后,会报oracle的oga内存超出,大家有没有遇到的?
【华为机试真题详解】欢乐的周末
华为哈勃化身硬科技IPO收割机
maxcompute有没有能查询 表当前存储容量的大小(kb) 的sql?
SQL Server learning notes
【C 题集】of Ⅷ
[recruitment position] Software Engineer (full stack) - public safety direction
超越PaLM!北大硕士提出DiVeRSe,全面刷新NLP推理排行榜
Common interview questions about swoole
基于TI DRV10970驱动直流无刷电机
Type declaration of all DOM elements in TS
CPU design practice - Chapter 4 practical task 2 using blocking technology to solve conflicts caused by related problems
Redis distributed lock principle and its implementation with PHP (2)
Mysql---- function
Live broadcast preview | how to implement Devops with automatic tools (welfare at the end of the article)
Photoshop plug-in - action related concepts - actions in non loaded execution action files - PS plug-in development
超越PaLM!北大碩士提出DiVeRSe,全面刷新NLP推理排行榜
Bugku easy_ nbt
Coding devsecops helps financial enterprises run out of digital acceleration
CPU design related notes