Difference between revisions of "IP address"

From Teknologisk videncenter
Jump to: navigation, search
m (Links)
m (RFC's)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Fun with IP Adresses=
 
=Fun with IP Adresses=
 
*Try http://83.90.47.30 and http://1398419230
 
*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 ==
 
== Explanation ==
 
83.90.47.30 is 1398419230
 
83.90.47.30 is 1398419230
* '''83''' * 2^24 + '''90''' * 2^16 + '''47''' * 2^8 + '''30''' = 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=

Latest revision as of 07:56, 8 June 2012

Fun with IP Adresses

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

Links