当前位置:网站首页>Huawei HCIA notes
Huawei HCIA notes
2020-11-07 18:56:00 【Wang Ruifeng】
Network foundation
Layer 2 Ethernet protocol : The encapsulation of ether
1. Remember two numbers :4 18 ----->4 Parts of ,18 Bytes .
2. The goal is MAC 6 Bytes Source MAC 6 byte TYPE( type ) 2 byte FCS( check )2 byte
MAC Address :
1.24 Bit OUI+24 Bit custom
2. radio broadcast MAC :FF-FF-FF-FF-FF-FF ; unicast MAC : The lowest bit of the first byte Set up 0 ; Multicast MAC : The lowest bit of the second byte Set up 1
The sending and receiving of data :
1. Sending is a process of encapsulation ...
2. Receive a frame first check FCS, Read target MAC Address , See if it's your own , If so, receive , Look again TYPE What is the type , The decision is to leave it to the upper level agreement , If the goal is not your own drop.
Cables are commonly used 3 Kind of :1. Coaxial cable 2. Twisted pair 3. Optical fiber
Broadcast domain and conflict domain :
1. Broadcast domain refers to the range of broadcast frame transmission , The switch does not split the broadcast domain by default 、 The router divides the broadcast domain by default .
2. A shared media segment is in a conflict domain ,CSMA/CD Carrier sense multiple access technology with collision detection ------ It's not used now .
Duplex mode :
1. Simplex -------- TV
2. Half duplex ------- Walkie-talkie : Only one party initiates data at the same time .
3. full duplex ------- At any moment , Both sides can initiate data .
ARP agreement :
1. The upper layer of Ethernet protocol is divided into ARP:0x0806
2. Application scenarios ---- Address resolution : Use target IP Address to resolve the target MAC Address , If target IP Not in the same network with myself , Then the gateway is resolved MAC Address .
3. free ARP( Without any reason ARP): A new configuration IP After that, it will send out automatically ARP request , No reply is right .
4. When to launch ARP request : When there is no local target MAC At the address , By the church ARP request .( There is no local ARP When mapping table items )
版权声明
本文为[Wang Ruifeng]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
If you want to forget the WiFi network you used to connect to your Mac, try this!
LEADTOOLS如何检测,读取和写入条形码
Win7 how to quickly type CMD and get to the required directory
Classroom exercises
垃圾分类知识竞赛
带你深入了解 GitLab CI/CD 原理及流程
In simple terms, the large front-end framework angular6 practical course (angular6 node.js 、keystonejs、
Application and principle of handlermethodargumentresolver
高级并发编程系列九(Lock接口分析)
图像处理工具包ImagXpress使用教程,如何查看事件
随机推荐
Test the necessary skill points of siege lion! This article takes you to interpret the testing technology under Devops
Exclusive interview with alicloud database of | 2020 PostgreSQL Asia Conference: Wang Xu
Exclusive interview with Yue Caibo
使用“1”个参数调用“DownloadString”时发生异常:“操作超时”
7.Swarm搭建集群
如何利用PopupWindow实现弹出菜单并解决焦点获取以及与软键盘冲突问题
HMS Core推送服务,助力电商App开展精细化运营
带你深入了解 GitLab CI/CD 原理及流程
gitlab 持续集成开发环境之CI/CD
[original] the impact of arm platform memory and cache on the real-time performance of xenomai
VARCHART XGantt入门教程
chrome浏览器跨域Cookie的SameSite问题导致访问iframe内嵌页面异常
How to use Gantt chart layers and filters
甘特图对活动进行分组教程
【原創】ARM平臺記憶體和cache對xenomai實時性的影響
谈了多年的数字化转型,为什么还有很多企业依然“口头管理”
Mate 40系列发布 搭载华为运动健康服务带来健康数字生活
三步轻松理解Kerberos协议
使用LWA和Lync模拟外部测试无边缘单前端环境
Analysis of the original code of [QT] qthread