Difference between revisions of "IP address"
From Teknologisk videncenter
m (New page: =Links= *[http://inetcore.com/project/ipv4ec/index_en.html IPv4 Exhaustion Counter] Category:Network) |
m (→RFC's) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =Fun with IP Adresses= | ||
+ | *Try http://83.90.47.30 and http://1398419230 | ||
+ | ==Or pinging== | ||
+ | <source lang=cmd> | ||
+ | ping 1398419230 | ||
+ | ping 0123.0132.057.036 | ||
+ | ping 012326427436 | ||
+ | ping 0x53.0x5A.0x2F.0x1E | ||
+ | ping 0x535A2F1E | ||
+ | </source> | ||
+ | {{Source cmd}} | ||
+ | <!--- HIDING HELP | ||
+ | == Explanation == | ||
+ | 83.90.47.30 is 1398419230 | ||
+ | * '''83''' * 2^24 + '''90''' * 2^16 + '''47''' * 2^8 + '''30''' = 1398419230 | ||
+ | --> | ||
+ | |||
+ | =RFC's= | ||
+ | *{{rfc|rfc=5735}} - Special-Use IPv4 Addresses | ||
+ | *{{rfc|rfc=1918}} - Address Allocation for Private Internets | ||
+ | *{{rfc|rfc=4632}} - Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan | ||
+ | *{{rfc|rfc=3021}} - Using 31-Bit Prefixes on IPv4 Point-to-Point Links | ||
+ | |||
=Links= | =Links= | ||
*[http://inetcore.com/project/ipv4ec/index_en.html IPv4 Exhaustion Counter] | *[http://inetcore.com/project/ipv4ec/index_en.html IPv4 Exhaustion Counter] | ||
+ | *[http://www.iana.org/ IANA] | ||
[[Category:Network]] | [[Category:Network]] |
Latest revision as of 06:56, 8 June 2012
Fun with IP Adresses
- Try http://83.90.47.30 and http://1398419230
Or pinging
ping 1398419230
ping 0123.0132.057.036
ping 012326427436
ping 0x53.0x5A.0x2F.0x1E
ping 0x535A2F1E
RFC's
- rfc5735 - Special-Use IPv4 Addresses
- rfc1918 - Address Allocation for Private Internets
- rfc4632 - Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan
- rfc3021 - Using 31-Bit Prefixes on IPv4 Point-to-Point Links