nerdexam
CompTIA

LX0-104 · Question #61

Which of the following is true about IPv6?

The correct answer is B. IPv6 no longer supports broadcast addresses.. IPv6 eliminates the concept of broadcast addresses, replacing it with multicast to reach multiple nodes efficiently. This design change improves network efficiency by preventing all nodes on a segment from having to process broadcast packets.

Networking Fundamentals

Question

Which of the following is true about IPv6?

Options

  • AWith IPv6, the TCP port numbers of most services have changed.
  • BIPv6 no longer supports broadcast addresses.
  • CIPv4 addresses can be used without any change with IPv6.
  • DIPv6 no longer supports multicast addresses.
  • EFor IPv6, UDP and TCP have been replaced by the Rapid Transmission Protocol RTP.

How the community answered

(26 responses)
  • B
    96% (25)
  • E
    4% (1)

Why each option

IPv6 eliminates the concept of broadcast addresses, replacing it with multicast to reach multiple nodes efficiently. This design change improves network efficiency by preventing all nodes on a segment from having to process broadcast packets.

AWith IPv6, the TCP port numbers of most services have changed.

TCP port numbers are a layer 4 concept and are independent of the underlying IP version (IPv4 or IPv6), so they have not changed.

BIPv6 no longer supports broadcast addresses.Correct

IPv6 replaces the traditional IPv4 broadcast addressing scheme with a more efficient multicast mechanism. Instead of sending packets to all hosts on a segment, IPv6 uses various multicast groups, such as the all-nodes multicast address (ff02::1), to target specific sets of devices or all devices if needed, thereby reducing network overhead.

CIPv4 addresses can be used without any change with IPv6.

IPv4 addresses cannot be used directly with IPv6; they need to be embedded or translated using mechanisms like NAT64 or dual-stack.

DIPv6 no longer supports multicast addresses.

IPv6 heavily relies on multicast addresses, which are fundamental for its operation, including neighbor discovery and service discovery.

EFor IPv6, UDP and TCP have been replaced by the Rapid Transmission Protocol RTP.

UDP and TCP are transport layer protocols that are fully supported by IPv6; RTP is an application layer protocol often used over UDP, not a replacement for UDP/TCP.

Concept tested: IPv6 addressing and features

Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/ipv6/ipv6-overview#ipv6-features

Topics

#IPv6#broadcast addresses#networking protocols

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice