当前位置:网站首页>Learn the knowledge points of eight part essay ~ ~ 1
Learn the knowledge points of eight part essay ~ ~ 1
2022-07-02 19:02:00 【Miaomiao boss】
1、 What is? ppp agreement
The internet usually needs to be connected to an Internet service provider to access the Internet
ppp The protocol is the data link layer protocol used by computer and Internet communication
2、 Communication between hosts
1) Simplex communication
2) Half duplex communication
3) Full duplex communication
3、icmp
Realization ip Some functions that the protocol does not realize , It's a network layer protocol
The protocol does not transmit data , Only control information is transmitted to assist network layer concentric
Mainly verify whether the network is smooth and auxiliary ip Protocol to achieve reliable transmission (ping)
4、 The difference between router and switch
The difference between and router is , Switches work with hardware , fast , Can only handle simple routing and forwarding , The router is implemented by software , slower , It can realize complex network routing .
5、 Subnet mask
hold ip The address is divided into network address and host address
6、tcp Three handshakes
client : The client sends... To the server syn request
Server side : The server receives syn request , return syn+ack request
client : The client received syn+ack request , return ack request
7、 tcp Four waves
client : send out fin Request to the server , And enter fin_wait_1 state
Server side : received fin After the request , send out ack To the client
client : received ack Enter after request fin_wait_2 state , Waiting for the server to send it fin request
Server side : send out ack Request to client , After a while , send out fin To the client
client : received fin Request entry fin_wait state , Wait for a while , Close the connection
边栏推荐
- What is cloud primordial? This time, I can finally understand!
- StretchDIBits函数
- Responses of different people in technology companies to bugs | daily anecdotes
- After 22 years in office, the father of PowerShell will leave Microsoft: he was demoted by Microsoft for developing PowerShell
- How can retail enterprises open the second growth curve under the full link digital transformation
- 2022软件工程期末考试 回忆版
- SLAM|如何时间戳对齐?
- Websocket of Web real-time communication technology
- @Component 拿不到dao层
- Introduction to sap s/4hana OData mock service
猜你喜欢

Exness in-depth good article: dynamic series - Case Analysis of gold liquidity (V)

Singapore summer tourism strategy: play Singapore Sentosa Island in one day

昨天阿里学长写了一个责任链模式,竟然出现了无数个bug

How can retail enterprises open the second growth curve under the full link digital transformation

STM32G0 USB DFU 升级校验出错-2

Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比

Excel查找一列中的相同值,删除该行或替换为空值

使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星

深度学习数学基础

电商系统中常见的 9 大坑,你踩过没?
随机推荐
The R language dplyr package rowwise function and mutate function calculate the maximum value of multiple data columns in each row in the dataframe data, and generate the data column (row maximum) cor
How to enable the run dashboard function of idea
Typical application of "stack" - expression evaluation (implemented in C language)
Hongmeng's fourth learning
Slam | how to align timestamps?
Looking for innocence in New York -- a beautiful day at the discovery center of Legoland, New Jersey
《病人家属,请来一下》读书笔记
Leetcode(81)——搜索旋转排序数组 II
Excel查找一列中的相同值,删除该行或替换为空值
Introduction to sap s/4hana OData mock service
问题包含哪些环节
Progress-进度条
Troubleshooting: kubectl reports an error validationerror: unknown field \u00a0
yolov3 训练自己的数据集之生成train.txt
距离度量 —— 杰卡德距离(Jaccard Distance)
R语言使用epiDisplay包的lrtest函数对多个glm模型(logisti回归)执行似然比检验(Likelihood ratio test)对比两个模型的性能是否有差异、广义线性模型的似然比检
消息队列消息丢失和消息重复发送的处理策略
高频面试题
从list转化成map的时候,如果根据某一属性可能会导致key重复而异常,可以设置处理这种重复的方式
R语言dplyr包filter函数筛选dataframe数据、如果需要筛选的数据列(变量)名称中包含引号则需要使用!!sym语法处理、否则因为无法处理引号筛选不到任何数据