当前位置:网站首页>IP地址的类别
IP地址的类别
2022-07-07 05:48:00 【Word_Smith_】
我们知道越来越多的IP被使用,不单单是家里的一台电脑,还包括电视机,智能家居等都被分配了属于他们的IP,也就是意味着,越来越多的IP被使用,不过使用面最广的是早就已经非常成熟的IPV4地址。正是由于IP地址越来越被广泛使用,为了防止IP不够用,现在也有了IPV6。
IPV4与IPV6的区别
IPV4由32位二进制构成,表示方式为点分十进制;
IPV6由128位二进制构成,表示方式为是冒分十进制。
IP地址组成部分
IP地址由网络位和主机位组成,网络位相同,则表示在一个广播域,在一个广播域中,使用主机位来区分不同的主机。子网掩码来区分出网络位和主机位,掩码由连续的0和1组成,其中1代表网络位,0代表主机位。
五类IP地址
IP地址被划分为A、B、C、D、E五类,具体划分规则为如下:
A:0XXX XXXX (1-126)
B:10XX XXXX (128-191)
C:110X XXXX (192-223)
D:1110 XXXX (224-239)
E:1111 XXXX (240-255)
其中:
A、B、C类为单播地址,既可以作为源IP地址,也可以作为目标IP地址
A:255.0.0.0 大型网
B:255.255.0.0 中型网
C:255.255.255.0 小型网
不过现在我们一般使用的都是C类IP地址。现在没有具体分某一类IP,我们现在直接把我们使用的IP叫做无类别IP。
D类为组播地址,只能作为目标IP地址使用,不能作为源IP使用
E类为保留地址
特殊IP地址
1、环回地址:127.0.0.1 - 127.255.255.254
2、受限广播地址:255.255.255.255 ,其只能作为目标IP使用
3、主机位全1的地址:192.168.1.255/24,是直接广播地址,其只能作为目标IP地址使用
4、主机位全0 的地址:192.168.1.0/24 ,网段(网络地址,网络号)
5、0.0.0.0 表示:可以表示没有IP地址也可也表示所有IP地址
6、本地链路地址/自动私有地址:169.254.0.0/16
边栏推荐
- 为什么要选择云原生数据库
- Opencv learning note 4 - expansion / corrosion / open operation / close operation
- GFS分布式文件系统
- Ebpf cilium practice (1) - team based network isolation
- Famine cloud service management script
- 使用SwinUnet训练自己的数据集
- Using helm to install rainbow in various kubernetes
- 2-3 lookup tree
- Caractéristiques de bisenet
- Go write a program that runs within a certain period of time
猜你喜欢
Openvscode cloud ide joins rainbow integrated development system
【无标题】
SSM integration
The truth of robot education in hands-on practice
Opencv learning notes 1 -- several methods of reading images
Golang compilation constraint / conditional compilation (/ / +build < tags>)
Improve the delivery efficiency of enterprise products (1) -- one click installation and upgrade of enterprise applications
Pvtv2--pyramid vision transformer V2 learning notes
XCiT学习笔记
Obsidan之数学公式的输入
随机推荐
Kotlin combines flatmap for filtering and zip merge operators
2 - 3 arbre de recherche
opencv学习笔记二——图像基本操作
MES系统,是企业生产的必要选择
uniapp 微信小程序监测网络
使用AGC重签名服务前后渠道号信息异常分析
2-3查找树
Several ways of lambda used in functions in kotlin (higher-order functions)
[untitled]
[Chongqing Guangdong education] audio visual language reference materials of Xinyang Normal University
Give full play to the wide practicality of maker education space
Standard function let and generic extension function in kotlin
調用華為遊戲多媒體服務的創建引擎接口返回錯誤碼1002,錯誤信息:the params is error
SSM integration
Composer change domestic image
Ebpf cilium practice (2) - underlying network observability
What is the method of manual wiring in PCB design in 22protel DXP_ Chengdu electromechanical Development Undertaking
调用华为游戏多媒体服务的创建引擎接口返回错误码1002,错误信息:the params is error
Low success rate of unit test report
Arm GIC (IV) GIC V3 register class analysis notes.