nerdexam
Linux_Foundation

LFCS · Question #61

Which of the following is true about IPv6?

The correct answer is B. IPv6 no longer supports broadcast addresses. IPv6 deprecates broadcast addresses, replacing their functionality with more efficient multicast addressing for delivering data to multiple hosts.

Submitted by joshua94· Apr 18, 2026Networking

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

(40 responses)
  • B
    85% (34)
  • C
    5% (2)
  • D
    3% (1)
  • E
    8% (3)

Why each option

IPv6 deprecates broadcast addresses, replacing their functionality with more efficient multicast addressing for delivering data to multiple hosts.

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

TCP port numbers are a layer 4 concept and remain unchanged with the adoption of IPv6, which operates at layer 3.

BIPv6 no longer supports broadcast addresses.Correct

IPv6 explicitly does away with broadcast addresses, using a special form of multicast (all-nodes multicast) for functions previously handled by broadcasts, which reduces network traffic and improves efficiency.

CIPv4 addresses can be used without any change with IPv6.

IPv4 addresses are 32-bit and cannot be used directly with 128-bit IPv6; specific transition mechanisms like tunneling or dual-stack are required.

DIPv6 no longer supports multicast addresses.

IPv6 extensively uses and enhances multicast addresses, making them a fundamental part of its addressing scheme, not removing them.

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

UDP and TCP are transport layer protocols and are fully supported and unchanged by IPv6, which is a network layer protocol.

Concept tested: IPv6 addressing and protocol changes

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

Topics

#IPv6#Networking concepts#Addressing#Broadcast vs Multicast

Community Discussion

No community discussion yet for this question.

Full LFCS Practice