当前位置:网站首页>HCIA复习
HCIA复习
2022-07-06 05:47:00 【俺是普信男】
目录
OSI/RM

应用层 >> 提供各种应用服务,将抽象语言转换为编码,提供人机交互的接口
表示层 >> 将编码转换为二进制 统一格式
会话层 >> 维持网络应用和网络服务器之间的会话
传输层 >> 实现端到端通信(应用到应用) sport dport
网络层 >> 使用IP地址实现主机之间的逻辑寻址 --- SIP DIP
数据链路层 >> 控制物理硬件 将二进制转化为电信号
物理层 >> 处理传递电信号
端口号长度为为16个二进制位
0-65535
其中0不作为传输层的端口使用
端口号范围为1-65535
1-1023为知名端口号
- DNS域名解析服务(53)
- DHCP(UDP67,68)
获取DIP地址的方法
1.知道服务器的IP地址
2.通过域名访问服务器
3.通过应用程序访问服务器
4.广播


MAC地址由48位二进制构成
全球唯一性,格式统一 --SMAC DMAC
数据链路层 通过MAC地址进行物理寻址
获取DMAC的方法 - -ARP协议 -- - -地址解析协议
1.正向ARP- - - 通过IP地址获取MAC地址
主机通过 广播的形式发送ARP,基于已知的IP地址,请求MAC地址。广播域内所有设备都能收到请求包,所有收到数据包的设备都会记录数据包中源IP地址和源MAC地址的对应关系稻本地的ARP缓存表中。之后,再看请求的IP地址,如果是本地的IP地址,则将进行ARP应答,将本地的MAC地址告知。如果不是本地的IP地址,则将直接丢弃数据包。之后,再发送数据时,优先查看本地的ARP缓存表,如果表中存在记录,则将直接按照记录发送信息。如果没有记录,则再发送ARP请求包获取MAC地址
2.反向ARP- - - 通过MAC地址获取IP地址
3.免费ARP

IP地址

静态路由



边栏推荐
- B站刘二大人-反向传播
- CoDeSys note 2: set coil and reset coil
- Analysis of grammar elements in turtle Library
- Report on market depth analysis and future trend prediction of China's arsenic trioxide industry from 2022 to 2028
- What preparations should be made for website server migration?
- Easy to understand IIC protocol explanation
- 大型网站如何选择比较好的云主机服务商?
- Station B, Master Liu Er - back propagation
- Web Security (V) what is a session? Why do I need a session?
- 03. Login of development blog project
猜你喜欢

养了只小猫咪

Winter 2021 pat class B problem solution (C language)
[email protected]树莓派"/>[email protected]树莓派

H3C防火墙RBM+VRRP 组网配置

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

continue和break的区别与用法

A master in the field of software architecture -- Reading Notes of the beauty of Architecture

PDK工艺库安装-CSMC

Embedded interview questions (IV. common algorithms)

What impact will frequent job hopping have on your career?
随机推荐
Redistemplate common collection instructions opsforvalue (II)
ArcGIS应用基础4 专题图的制作
ARTS Week 25
查询生产订单中某个(些)工作中心对应的标准文本码
通讯录管理系统链表实现
JS array list actual use summary
Auto. JS learning notes 17: basic listening events and UI simple click event operations
嵌入式面试题(四、常见算法)
LTE CSFB process
MIT6.s081-2020 Lab2 System Calls
Station B Liu Erden - linear regression and gradient descent
LeetCode_ String inversion_ Simple_ 557. Reverse word III in string
授予渔,从0开始搭建一个自己想要的网页
Analysis of grammar elements in turtle Library
Web Security (VI) the use of session and the difference between session and cookie
【课程笔记】编译原理
PDK process library installation -csmc
Node 之 nvm 下载、安装、使用,以及node 、nrm 的相关使用
[experience] when ultralso makes a startup disk, there is an error: the disk / image capacity is too small
关于 PHP 启动 MongoDb 找不到指定模块问题