Talk:Parse an IP Address: Difference between revisions

m
→‎other IP address formats: specified the formats and which RFC it is described in. -- ~~~~
(added two sections. -- ~~~~)
m (→‎other IP address formats: specified the formats and which RFC it is described in. -- ~~~~)
Line 48:
==other IP address formats==
 
I noticed that at least two (or threemore) other formats for IP address aren't represented in the examples (used for input):
 
* "slash" or CIDR or netmask format: <tt> 11.22.33.44/25 </tt>
* IPv4-compatible address,: IPv4-mapped<tt> address,0:0:0:0:0:0:w.x.y.z 6to4 address, ISATAP address which is</are att> mixture of IPv4 and IPv6:or <tt> 11:22:33:44:55w.66x.77y.88z </tt>
* IPv4-mapped address: <tt> 0:0:0:0:0:FFFF:w.x.t.z >/tt> or >tt> ::FFFF:w,x,y,z </tt>
* 6to4 address: combining the global prefix 2002::/16 with the 32 bits of a public IPv4 address of the node, described in RFC 3056.
* ISATAP address (Intra-Site Automatic Tunnel Addressing Protocol): <tt> FR80::/64 </tt> described in RFC 4214.
* Teredo address (formed by combining the 2001::/32 Teredo prefix with the public IPv4 address of a Teredo server and other elements. Teredo is an IPv6 transition technology described in RFC 4380.
-- [[User:Gerard Schildberger|Gerard Schildberger]] 14:06, 23 April 2012 (UTC)