InterviewSolution
Saved Bookmarks
| 1. |
Dual-stack approach refers to _________(a) Implementing Ipv4 with 2 stacks(b) Implementing Ipv6 with 2 stacks(c) Node has both IPv4 and IPv6 support(d) Implementing a MAC address with 2 stacksThe question was posed to me in class test.My doubt is from IPv6Addressing topic in division TCP/IP Protocol Suite of Computer Network |
|
Answer» CORRECT answer is (c) Node has both IPv4 and IPv6 support To explain I would SAY: Dual-stack is one of the approaches used to support IPv6 in ALREADY existing systems. ISPs are using it as a method to transfer from IPv4 to IPv6 completely eventually due to the lower NUMBER of POSSIBLE available addresses in IPv4. |
|