保留ip: Reserved IP addresses
Reserved IP addresses
In the Internet addressing architecture, the Internet Engineering Task Force (IETF) and the Internet Assigned Numbers Authority (IANA) have reserved various Internet Protocol (IP) addresses for special purposes.
Contents
IPv4[edit]
| Address block (CIDR) | Range | Number of addresses | Scope | Purpose | 
|---|---|---|---|---|
| 0.0.0.0/8 | 0.0.0.0 – 0.255.255.255 | 16,777,216 | Software | Used for broadcast messages to the current ("this")[1] | 
| 10.0.0.0/8 | 10.0.0.0 – 10.255.255.255 | 16,777,216 | Private network | Used for local communications within a private network[2] | 
| 100.64.0.0/10 | 100.64.0.0 – 100.127.255.255 | 4,194,304 | Private network | Used for communications between a service provider and its subscribers when using a carrier-grade NAT[3] | 
| 127.0.0.0/8 | 127.0.0.0 – 127.255.255.255 | 16,777,216 | Host | Used for loopback addresses to the local host[4] | 
| 169.254.0.0/16 | 169.254.0.0 – 169.254.255.255 | 65,536 | Subnet | Used for link-local addresses between two hosts on a single link when no IP address is otherwise specified, such as would have normally been retrieved from a DHCP server[5] | 
| 172.16.0.0/12 | 172.16.0.0 – 172.31.255.255 | 1,048,576 | Private network | Used for local communications within a private network[2] | 
| 192.0.0.0/24 | 192.0.0.0 – 192.0.0.255 | 256 | Private network | Used for the IANA IPv4 Special Purpose Address Registry[6] | 
| 192.0.2.0/24 | 192.0.2.0 – 192.0.2.255 | 256 | Documentation | Assigned as "TEST-NET" for use in documentation and examples. It should not be used publicly.[7] | 
| 192.88.99.0/24 | 192.88.99.0 – 192.88.99.255 | 256 | Internet | Used by 6to4 anycast relays[8] | 
| 192.168.0.0/16 | 192.168.0.0 – 192.168.255.255 | 65,536 | Private network | Used for local communications within a private network[2] | 
| 198.18.0.0/15 | 198.18.0.0 – 198.19.255.255 | 131,072 | Private network | Used for testing of inter-network communications between two separate subnets[9] | 
| 198.51.100.0/24 | 198.51.100.0 – 198.51.100.255 | 256 | Documentation | Assigned as "TEST-NET-2" for use in documentation and examples. It should not be used publicly.[7] | 
| 203.0.113.0/24 | 203.0.113.0 – 203.0.113.255 | 256 | Documentation | Assigned as "TEST-NET-3" for use in documentation and examples. It should not be used publicly.[7] | 
| 224.0.0.0/4 | 224.0.0.0 – 239.255.255.255 | 268,435,455 | Internet | Reserved for muticast[10] | 
| 240.0.0.0/4 | 240.0.0.0 – 255.255.255.254 | 268,435,455 | Internet | Reserved for future use[11] | 
| 255.255.255.255/32 | 255.255.255.255 | 1 | Subnet | Reserved for the "limited broadcast" destination address[11] | 
IPv6[edit]
| Address block (CIDR) | Range | Number of addresses | Scope | Purpose | 
|---|---|---|---|---|
| ::/128 | :: | 1 | Software | Unspecified address | 
| ::1/128 | ::1 | 1 | Host | Loopback address to the local host. | 
| ::ffff:0:0/96 | ::ffff:0.0.0.0 – ::ffff:255.255.255.255 | 232 | Software | IPv4 mapped addresses | 
| 100::/64 | 100:: – 100::ffff:ffff:ffff:ffff | 264 | Discard prefix RFC 6666 | |
| 64:ff9b::/96 | 64:ff9b::0.0.0.0 – 64:ff9b::255.255.255.255 | 232 | Global Internet[12] | IPv4/IPv6 translation (RFC 6052) | 
| 2001::/32 | 2001:: – 2001::ffff:ffff:ffff:ffff:ffff:ffff | 296 | Global | Teredo tunneling | 
| 2001:10::/28 | 2001:10:: – 2001:1f:ffff:ffff:ffff:ffff:ffff:ffff | 2100 | Software | Deprecated (previously ORCHID) | 
| 2001:20::/28 | 2001:20:: – 2001:2f:ffff:ffff:ffff:ffff:ffff:ffff | 2100 | Software | ORCHIDv2 | 
| 2001:db8::/32 | 2001:db8:: – 2001:db8:ffff:ffff:ffff:ffff:ffff:ffff | 296 | Documentation | Addresses used in documentation and example source code | 
| 2002::/16 | 2002:: – 2002:ffff:ffff:ffff:ffff:ffff:ffff:ffff | 2112 | Global Internet | 6to4 | 
| fc00::/7 | fc00:: – fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff | 2121 | Private network | Unique local address | 
| fe80::/10 | fe80:: – febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff | 2118 | Link | Link-local address | 
| ff00::/8 | ff00:: – ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff | 2120 | Global Internet | Multicast address | 
保留ip: Reserved IP addresses的更多相关文章
- Azure Reserved IP
		Azure PowerShell > Add-AzureAccount> Select-AzureSubscription "SubscriptionName"> ... 
- Azure ASM到ARM迁移 (三) Reserved IP的迁移
		Azure的ASM下,很多用户的应用种域名的解析在DNS服务器种都采用A记录的方式,所以很多用户都在Azure上采用了Reserved IP. 关于Reserved IP,可以参考http://www ... 
- Windows Azure Virtual Network (6) 设置Azure Virtual Machine固定公网IP (Virtual IP Address, VIP) (1)
		<Windows Azure Platform 系列文章目录> 注意:本文介绍的是Global Azure (http://www.windowsazure.com),如果你使用的是由世纪 ... 
- Windows Azure Virtual Network (7) 设置Azure Virtual Machine固定公网IP (Virtual IP Address, VIP) (2)
		<Windows Azure Platform 系列文章目录> 本文介绍的是,当用户在创建Azure Virtual Machine的时候,忘记绑定公网IP,需要重新绑定公网IP的具体操作 ... 
- 彻底明白IP地址——IP地址的介绍
		彻底明白IP地址——IP地址的介绍 [ 作者:担子 转贴自:赛迪网 点击数:9692 更新时间:2004-12-22 ] IP地址的介绍 1.IP地址的表示方法 IP地址 = ... 
- Shell 命令行统计 apache 网站日志访问IP以及IP归属地
		Shell 命令行统计 apache 网站日志访问IP以及IP归属地 我的一个站点用 apache 服务跑着,积攒了很多的日志.我想用 shell 看看有哪些人访问过我的站点,并且他来自哪里. 因为日 ... 
- Oracle 使用sqlnet.ora/trigger限制/允许某IP或IP段访问指定用户
		Oracle 使用sqlnet.ora/trigger限制/允许某IP或IP段访问指定用户 学习了:http://blog.itpub.net/28602568/viewspace-2092858/ ... 
- [转帖]Oracle 使用sqlnet.ora/trigger限制/允许某IP或IP段访问指定用户
		Oracle 使用sqlnet.ora/trigger限制/允许某IP或IP段访问指定用户 原创 Oracle 作者:maohaiqing0304 时间:2016-05-03 17:05:46 17 ... 
- IP 和 IP地址的区别和联系
		IP(internet protocol) 网际协议 和IP地址有人会把“IP”和“IP 地址”搞混,“IP”其实是一种协议的名称.IP 协议的作用是把各种数据包传送给对方.而要保证确实传送到对方那里 ... 
随机推荐
- Android App 开发常用的xUtils框架
			最近搜了一些框架供初学者学习,比较了一下XUtils是目前git上比较活跃 功能比较完善的一个框架,是基于afinal开发的,比afinal稳定性提高了不少,下面是介绍: 鉴于大家的热情,我又写了 ... 
- HDU 4715:Difference Between Primes
			Difference Between Primes Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Jav ... 
- andriod 新建 Activity_ Form (详细设置)
			参考: Starting Another Activity 去创建Activity New->Other->Android->Android Activity->BlankAc ... 
- The Cow Lexicon
			The Cow Lexicon Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 8815 Accepted: 4162 Descr ... 
- 周赛-kiki's game                                                       分类:            比赛             2015-08-02 09:24    7人阅读    评论(0)    收藏
			kiki's game Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 40000/10000 K (Java/Others) Total S ... 
- Uva 1626,括号序列
			题目链接:https://uva.onlinejudge.org/external/16/1626.pdf 题意: 给定一个字符串,看是否括号匹配,不匹配加括号,加最少的括号使得匹配.输出该结果. 分 ... 
- 检索 COM 类工厂中 CLSID 为 {} 的组件时失败,原因是出现以下错误: 80070005
			检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败,原因是出现以下错误: 80070005.跟踪了一下,结果是将记录导出 ... 
- laravel框架总结(二) -- blade模板引擎
			## 1.基本用法 ##情形1 $name = laravel5 <div class="title"> {{$name}} {{$name}}</div> ... 
- tensor
			初始化 z = torch.Tensor(,,,,) --可以创建多维数组.里面是随机的数. s = torch.Tensor(,):fill() --用1填充 t = torch.rand(,) m ... 
- Apache+Tomcat+mod_jk负载均衡
			一.需要的软件 1.jdk1.5以上 2.Tomcat6以上 3.Apache2.2以上 ,地址http://apache.dataguru.cn//httpd/binaries/win32/ ,名称 ... 
