nerdexam
F5

101 · Question #633

If a workstation is configured with an address of 224.0.0.1, which functionality will it allow?

The correct answer is C. multicasting to the local subnet. The address 224.0.0.1 falls within the Class D multicast range and specifically represents the 'All Hosts' multicast group for the local subnet.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

If a workstation is configured with an address of 224.0.0.1, which functionality will it allow?

Options

  • Aloopback to itself
  • Bbroadcasting to the local subnet
  • Cmulticasting to the local subnet
  • Dautomatic private IP addressing

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    93% (52)
  • D
    4% (2)

Why each option

The address 224.0.0.1 falls within the Class D multicast range and specifically represents the 'All Hosts' multicast group for the local subnet.

Aloopback to itself

Loopback addressing uses the reserved range 127.0.0.0/8 - specifically 127.0.0.1 - to redirect traffic back to the same host without traversing a network interface.

Bbroadcasting to the local subnet

Subnet broadcasting uses either the limited broadcast address 255.255.255.255 or the directed broadcast address formed by setting all host bits to 1, not an address in the 224.x.x.x range.

Cmulticasting to the local subnetCorrect

Addresses in the range 224.0.0.0 through 239.255.255.255 are reserved for IP multicast, where traffic is delivered to a group of interested receivers rather than a single host or all hosts.

Dautomatic private IP addressing

Automatic Private IP Addressing (APIPA) uses the 169.254.0.0/16 range, assigned automatically by a host when a DHCP server is unreachable.

Concept tested: IPv4 Class D multicast address range and usage

Source: https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml

Topics

#multicast#IP addressing#Class D#224.0.0.1

Community Discussion

No community discussion yet for this question.

Full 101 Practice