码迷,mamicode.com
首页 > 其他好文 > 详细

2014.11.28【转】127.0.0.1与127.0.0.2的区别及169.254网段

时间:2014-11-28 08:43:32      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:os   for   on   2014   as   tt   服务器   网络   app   

127.0.0.1是代表自己机器的回路地址,无论是否联网,自己机器都是127.0.0.1。
而127段是保留区段,127.0.0.2现实中上根本用不到这个IP,只是理论上的地址

这个应该是现在网络设备的一种特性吧,任何ping向保留区段127的都会指向127.0.0.1,你可以自己试试看,下面的结果

ping 127.0.0.254
Pinging 127.0.0.254 with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64

Ping statistics for 127.0.0.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

再补充一下,IP段169.254也是系统保留地址,当计算机设定了由DHCP自动分配IP地址,
而又无法由DHCP得到IP时(网络断开、DHCP服务器、路由器失效等等),就会自动分配一个169.254段的IP给自己。

2014.11.28【转】127.0.0.1与127.0.0.2的区别及169.254网段

标签:os   for   on   2014   as   tt   服务器   网络   app   

原文地址:http://www.cnblogs.com/showtiny/p/4127634.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!