当前位置:网站首页>Some common problems in the assessment of network engineers: WLAN, BGP, switch
Some common problems in the assessment of network engineers: WLAN, BGP, switch
2022-07-05 05:39:00 【The most iron headed net worker】
The process of connecting the host to the Internet
The host by DHCP Get a IP Address and gateway , Through this IP Address online ,
When we go online, we first enter a website , It contains our domain name ,
adopt DHCP The distribution of DNS The server resolves the corresponding domain name IP Address
verification IP Address and host IP Is it a network segment , If it is not a network segment, you need to access the Internet through the gateway
adopt ARP Know the gateway MAC after , Organize data sending to gateway , At this time source IP Host computer , Purpose IP It is the corresponding website IP
Source MAC Is your own , Purpose MAC It's the gateway
The gateway is a three-tier device , Find Baidu's corresponding... By looking up the routing table IP forwarded
establish TCP Three handshakes , send out HTTP request , The server responds ,TCP Four waves

About WLAN
Thin AP framework :AC Yes AP Centralized management ,AC be responsible for WLAN Access control 、 Security 、 Forwarding and statistics 、 roaming 、 Network management agent
School 、 The government 、 Enterprises 、 The mall
Thin AP working process : It's the same OSPF The process of data exchange AP+AC Empathy ,
AP Belong to AC Part of Management ,AP Request , Request to join AC
AC Verify parameters , If correct, agree ,AP Join in AC,AC Issue management documents , Control AP
1、 framework 1: Three layer switch as gateway (PC gateway +AP gateway )AC and AP It's not the same segment
So we need a gateway + route ==PC Communication process with layer 3 switch
AP+AC Networking mode :1、 Layer 2 networking AP Send a broadcast packet to find AC
2、 Three layer networking Unable to broadcast directly AC,DHCP Option43 optional ( contain AC Address ,) Find through unicast AC
CAPWAP: Send through this tunnel AC To AP Parameters of
AC How to connect :1、 Direct networking , Acting as a layer 3 switch It is more convenient for centralized data management ( A lower cost )
2、 Side hanging :AC Only responsible for managing , No data forwarding ,( Better performance )
AC adopt CAPWAP Detection and AP The connectivity of
Various data and control messages are communicated through this tunnel
About BGP
Why use BGP?
1、AS Through between IGP Transmission is not secure
2、OSPF、ISIS Cannot carry tens of thousands of routing entries , When the topology becomes larger, the convergence becomes slower , Forwarding performance is degraded
3、BGP It's about routing, not Computing , Capable of supporting large-scale networks
4、 Provide a lot of routing strategies , You can choose the route flexibly
5 Message type 、6 State machine
idle It didn't start at first BGP, Or lack of routing to peers is idle If there is no route all the time, it will always be IDLE
Connect Underway TCP The connection of three handshakes
Active
How to distinguish layer 2 switch and layer 3 switch
1、 see vlan
There are multiple layer 3 switches vlan Interface , And can be activated VLAN And configuration IP Address
Layer 2 switches can create multiple vlan, But there's only one vlan Can be activated as a management address
2、 Look at the forwarding capability
The layer-2 switch works at the data link layer , Only layer 2 forwarding capability , adopt MAC Address forwarding , There is no three-tier routing function
Layer 3 switches work at the network layer , It has three-tier forwarding capability , It has routing function , It is the communication between different network segments
3、 Check the device model
For example, Cisco equipment , With 2 The beginning is the layer-2 switch , With 3 The beginning is the layer 3 switch
边栏推荐
- 剑指 Offer 06.从头到尾打印链表
- Solution to game 10 of the personal field
- Yolov5 adds attention mechanism
- Sword finger offer 05 Replace spaces
- 数仓项目的集群脚本
- sync. Interpretation of mutex source code
- Convolution neural network -- convolution layer
- Animation scoring data analysis and visualization and it industry recruitment data analysis and visualization
- Introduction to memory layout of FVP and Juno platforms
- Solution to the palindrome string (Luogu p5041 haoi2009)
猜你喜欢

Wazuh开源主机安全解决方案的简介与使用体验

Reader writer model

Solution to the palindrome string (Luogu p5041 haoi2009)

F - Two Exam(AtCoder Beginner Contest 238)

Chapter 6 data flow modeling - after class exercises

Dichotomy, discretization, etc

【Jailhouse 文章】Performance measurements for hypervisors on embedded ARM processors

CF1637E Best Pair

网络工程师考核的一些常见的问题:WLAN、BGP、交换机
![[jailhouse article] performance measurements for hypervisors on embedded ARM processors](/img/c0/4843f887f77b80e3b2329e12d28987.png)
[jailhouse article] performance measurements for hypervisors on embedded ARM processors
随机推荐
Educational Codeforces Round 107 (Rated for Div. 2) E. Colorings and Dominoes
kubeadm系列-00-overview
Codeforces round 712 (Div. 2) d. 3-coloring (construction)
搭建完数据库和网站后.打开app测试时候显示服务器正在维护.
YOLOv5-Shufflenetv2
Bit mask of bit operation
Sword finger offer 09 Implementing queues with two stacks
全排列的代码 (递归写法)
Hang wait lock vs spin lock (where both are used)
二十六、文件系统API(设备在应用间的共享;目录和文件API)
Add level control and logger level control of Solon logging plug-in
ssh免密登录设置及使用脚本进行ssh登录并执行指令
Haut OJ 1245: large factorial of CDs --- high precision factorial
Software test -- 0 sequence
从Dijkstra的图灵奖演讲论科技创业者特点
剑指 Offer 05. 替换空格
Animation scoring data analysis and visualization and it industry recruitment data analysis and visualization
Common optimization methods
Sword finger offer 53 - I. find the number I in the sorted array
剑指 Offer 35.复杂链表的复制