0
点赞
收藏
分享

微信扫一扫

linux回炉第十一天

十一种有限状态机
closed
syn-send
syn-recv
estable
fin-wait1
fin-wait2
time-wait
......

物理层
数据链路层
网络层
传输层
会话层
表示层
应用层

三次握手
四次挥手

ARP(地址解析协议)
ip ne
arp
arp -n
arp -an
arp -s 00:50:56:c0:00:08 10.0.0.158

rarp(反向地址解析协议)

arping 11.0.1.2
arping -I eth0 11.0.1.2

/etc/sysctl.conf
/etc/sysctl.d/*
sysctl -a
sysctl -p

A类:0-126 (保留 10.0.0.0-10.255.255.255)(保留127)
B类:128-191 (保留172.16.0.0-172.31.0.0)
C类:192-223 (保留192.168.0.0-192.168.255.255)
D类:组播 224-239
E类:保留未使用 240-255

举报

相关推荐

0 条评论