Difference between revisions of "IP address"

From Teknologisk videncenter
Jump to: navigation, search
m (Fun with IP Adresses)
m (RFC's)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
*Try http://83.90.47.30 and http://1398419230
 
*Try http://83.90.47.30 and http://1398419230
 
==Or pinging==
 
==Or pinging==
 +
<source lang=cmd>
 
ping 1398419230
 
ping 1398419230
 
ping 0123.0132.057.036
 
ping 0123.0132.057.036
Line 7: Line 8:
 
ping 0x53.0x5A.0x2F.0x1E
 
ping 0x53.0x5A.0x2F.0x1E
 
ping 0x535A2F1E
 
ping 0x535A2F1E
 +
</source>
 +
{{Source cmd}}
 
<!--- HIDING HELP
 
<!--- HIDING HELP
 
== Explanation ==
 
== Explanation ==
Line 12: Line 15:
 
* '''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