当前位置:网站首页>OSI 七层模型
OSI 七层模型
2022-07-07 11:18:00 【永远爱小芝芝~】
一、OSI
开放式系统互联通信参考模型(英语:Open System Interconnection Reference Model,缩写为 OSI),简称为OSI模型(OSI model),一种概念模型,由国际标准化组织提出,一个试图使各种计算机在世界范围内互连为网络的标准框架。定义于ISO/IEC 7498-1。
二、详解
1.应用层
能够产生网络流量、能够和用户交互的应用程序。
例如,QQ,浏览器,视频客户端等在线进行网络通信、服务。
注:记事本不产生流量通信,所以不属于应用层。
2.表示层
数据的表示形式:明文、加密、压缩等。属于开发人员的工作。
如浏览器的编码方式:
3.会话层
服务和客户端建立的会话:查木马会话 netstat -nb。因为木马监控你的本机电脑,还要把数据远程发送给外部的电脑。
4. 传输层
可靠传输(建立会话)、不可靠传输(不建立会话)、流量控制(不建立会话)等。
5、网络层
IP地址编址、选择最佳路径。
6、数据链路层
数据如何封装、添加物理层地址MAC。
7、物理层
规定电压标准、接口标准。
三、总结
应用层、表示层、会话层,属于程序开发人员工作范畴。
传输层、网络层、数据链路层,属于网络工程师工作范畴。
边栏推荐
- 处理链中断后如何继续/子链出错removed from scheduling
- [binary tree] delete points to form a forest
- Find ID value MySQL in string
- .Net下极限生产力之efcore分表分库全自动化迁移CodeFirst
- MongoDB的用户管理总结
- JS中为什么基础数据类型可以调用方法
- - Oui. Migration entièrement automatisée de la Sous - base de données des tableaux d'effets sous net
- Day22 deadlock, thread communication, singleton mode
- How does MySQL create, delete, and view indexes?
- The URL modes supported by ThinkPHP include four common modes, pathinfo, rewrite and compatibility modes
猜你喜欢
Leetcode skimming: binary tree 23 (mode in binary search tree)
DETR介绍
基于鲲鹏原生安全,打造安全可信的计算平台
How to continue after handling chain interruption / sub chain error removed from scheduling
《开源圆桌派》第十一期“冰与火之歌”——如何平衡开源与安全间的天然矛盾?
详细介绍六种开源协议(程序员须知)
“新红旗杯”桌面应用创意大赛2022
LIS 最长上升子序列问题(动态规划、贪心+二分)
滑轨步进电机调试(全国海洋航行器大赛)(STM32主控)
Go语言学习笔记-结构体(Struct)
随机推荐
File operation command
共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf
test
PAcP learning note 1: programming with pcap
MySQL master-slave replication
免费手机号码归属地API查询接口
Lingyunguang of Dachen and Xiaomi investment is listed: the market value is 15.3 billion, and the machine is implanted into the eyes and brain
Leetcode skimming: binary tree 23 (mode in binary search tree)
分屏bug 小记
How does MySQL create, delete, and view indexes?
DETR介绍
API query interface for free mobile phone number ownership
How to reset Google browser? Google Chrome restore default settings?
迅为iTOP-IMX6ULL开发板Pinctrl和GPIO子系统实验-修改设备树文件
LIS 最长上升子序列问题(动态规划、贪心+二分)
RecyclerView的数据刷新
[untitled]
Conversion from non partitioned table to partitioned table and precautions
Why can basic data types call methods in JS
处理链中断后如何继续/子链出错removed from scheduling