| Ipv4 Mapped Address |
Article Index for Ipv4 |
Website Links For Address |
Information AboutIpv4 Mapped Address |
| CATEGORIES ABOUT IPV4 MAPPED ADDRESS | |
| ipv6 | |
| internet architecture | |
|
NOTATION As a special exception to IPv6 addresses notation, IPv4 mapped addresses are commonly represented with their last 32 bits noted as an IPv4 address. As such, ::ffff:c000:280 would typically be noted ::ffff:192.0.2.128 instead.USAGE IPv4 mapped addresses are normally used by the IP Stack to represent IPv4 addresses to IPv6 applications. It allows the transparent use of Transport Layer protocols ( TCP or UDP ) over IPv4 through the IPv6 networking API . It is therefore considered as an IPv6 transition mechanism for Dual-stack hosts. The big advantage of this mechanism is in allowing a server application to only use a single listening Socket to handle connections from client via both IPv6 and IPv4 protocols. In that case, IPv6 clients will be handled as regularly, and IPv4 clients appear as IPv6 clients with an adequate mapped IPv6 address. It can also be used to establish IPv4 Connection s actively with an IPv6 socket, but that feature is rather rarely used. While the actual Packet s on the network will be IPv4, the logical connection will be presented as an IPv6 one to the application. LIMITATIONS Because of the significant internal differences between IPv4 and IPv6 at the Network Layer , some of the lower level functionality that may be exposed by the IPv6 stack might not work with IPv4 mapped addresses, if there is no direct translation to IPv4. Many common IPv6 stacks do not support this mechanism, either because the IPv6 and IPv4 are separate ( Microsoft Windows XP/2000/2003), or because of security concerns ( NetBSD , OpenBSD ). On these operating systems, it is necessary to open a separate socket for each IP protocol that is to be supported. SEE ALSO |
|
|