InterviewSolution
Saved Bookmarks
| 1. |
IPv6 does not use _________ type of address.(a) broadcast(b) multicast(c) anycast(d) unicastThis question was addressed to me during an interview.This interesting question is from IPv6 topic in chapter TCP/IP Protocol Suite of Computer Network |
|
Answer» RIGHT answer is (a) broadcast For explanation I would say: There is no concept of broadcast address in IPV6. INSTEAD, there is an anycast address in IPv6 which allows sending messages to a group of devices but not all devices in a NETWORK. Anycast address is not standardized in IPv4. |
|