Possible to Use IPv4 and IPv6 at the same time?

Can IPv6 and IPv4 work simultaneously?

2 Answers

It depends in what context you're referring to.

  • If you're asking whether a given NIC on a given OS can have both an IPv4 and IPv6 address at the same time, yes. This is more "coexisting" than "using simultaneously". Think of them as parallel network stacks -- network traffic will use one or the other but not both.

  • If you're asking whether a given application can access a network resource with both at the same time, kinda-sorta-maybe-ish. There are methods to allow interoperability and communication between the two, but they are 2 completely separate protocols.

This great article "Interoperability between IPv6 and IPv4" covers it pretty well.

2

IPv6 and v4 can "work simultaneously" through the use of tunneling. The wikipedia page here talks about it. I also suggest you read their page on IPv6 transitioning here they go into more specific descriptions on how they use tunneling for ipv6

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like