Courseiva
Network Infrastructure and ConnectivitymediumMultiple SelectObjective-mapped

CCNA Network Infrastructure and Connectivity Practice Question

Which two statements accurately describe the role of a switch MAC address table?

⚠ Common exam trap

Avoid confusing the MAC address table with routing tables or ARP tables, which involve IP addresses and routing information.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

It maps learned MAC addresses to switch ports for local forwarding decisions.

A switch MAC address table helps the switch make local forwarding decisions efficiently. In plain language, the switch learns which MAC addresses appear on which ports and then uses that information to send frames only where they need to go instead of flooding every frame everywhere. The MAC table is not the same thing as a routing table, and it is not used for OSPF neighbor storage or DHCP lease records.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • It maps learned MAC addresses to switch ports for local forwarding decisions.

    Why this is correct

    A switch builds its MAC address table by examining the source MAC addresses of incoming frames and associating them with the ingress port. This learned mapping is then used to make local forwarding decisions, allowing the switch to deliver frames directly to the port associated with the destination MAC address. This is the fundamental operation of Layer 2 switching.

  • It helps reduce unnecessary flooding when the destination MAC is known.

    Why this is correct

    When a frame arrives with a destination MAC that is present in the switch's MAC address table, the switch forwards it only out the specific port mapped to that MAC address. This targeted forwarding prevents unnecessary flooding to all other ports, thereby conserving bandwidth and reducing collisions. Flooding occurs only when the destination MAC is unknown or is a broadcast/multicast address.

  • It stores the best Layer 3 routes to remote networks.

    Why it's wrong here

    The best Layer 3 routes to remote networks are maintained in the routing table of a router or a multilayer switch's routing engine. A standard Layer 2 switch does not store or use IP routing information; it forwards frames based on MAC addresses within the local network. While some switches can perform routing, the role of a traditional switch does not include storing a route table to remote networks.

    When this WOULD be correct

    This option would be correct in a question that asks about the functions of a router's routing table, which does store the best Layer 3 routes to remote networks based on various routing protocols.

  • It contains the router’s OSPF authentication keys.

    Why it's wrong here

    OSPF authentication keys are security credentials used by routers to validate OSPF neighbor relationships and are stored in the router's configuration or keychain database. A switch's MAC address table contains only MAC-to-port mappings and contains no routing protocol authentication information. This option incorrectly associates switch forwarding functions with router security mechanisms, which is not part of a switch's role.

    When this WOULD be correct

    In a question focused on router configurations, if asked about the components of OSPF and their roles, option D could be correct if it specifically inquires about where OSPF authentication keys are stored within a router's configuration.

  • It assigns IP addresses to end hosts dynamically.

    Why it's wrong here

    Dynamic IP address assignment to end hosts is performed by a DHCP (Dynamic Host Configuration Protocol) server, which leases IP addresses to clients. A switch, functioning primarily at Layer 2, does not have the capability to allocate IP addresses; it focuses on forwarding frames based on MAC addresses. Even if a switch runs DHCP snooping, that is a security feature that does not itself assign addresses.

    When this WOULD be correct

    In a question asking about DHCP functionality, such as 'What mechanism is used to assign IP addresses dynamically to end hosts on a network?', option E would be correct as it directly relates to the role of DHCP servers in IP address allocation.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

It maps learned MAC addresses to switch ports for local forwarding decisions.Correct answer

Why this is correct

A switch builds its MAC address table by examining the source MAC addresses of incoming frames and associating them with the ingress port. This learned mapping is then used to make local forwarding decisions, allowing the switch to deliver frames directly to the port associated with the destination MAC address. This is the fundamental operation of Layer 2 switching.

It stores the best Layer 3 routes to remote networks.Wrong answer — click to see why

Why this is wrong here

This option is wrong because a switch MAC address table does not store Layer 3 routing information; it specifically maps Layer 2 MAC addresses to switch ports for local traffic forwarding.

★ When this WOULD be the correct answer

This option would be correct in a question that asks about the functions of a router's routing table, which does store the best Layer 3 routes to remote networks based on various routing protocols.

Why candidates choose this

Candidates might choose this option due to confusion between Layer 2 and Layer 3 functionalities, as both involve addressing but serve different purposes in network operations.

It contains the router’s OSPF authentication keys.Wrong answer — click to see why

Why this is wrong here

Option D is incorrect because a switch MAC address table does not store OSPF authentication keys; it is designed to map MAC addresses to switch ports for forwarding decisions within a Layer 2 network.

★ When this WOULD be the correct answer

In a question focused on router configurations, if asked about the components of OSPF and their roles, option D could be correct if it specifically inquires about where OSPF authentication keys are stored within a router's configuration.

Why candidates choose this

Candidates may find this option tempting due to a misunderstanding of the roles of different network devices, confusing the functions of switches and routers, especially in the context of routing protocols like OSPF.

It assigns IP addresses to end hosts dynamically.Wrong answer — click to see why

Why this is wrong here

This option is wrong because a switch MAC address table does not handle IP address assignments; it specifically deals with mapping MAC addresses to switch ports for local traffic forwarding.

★ When this WOULD be the correct answer

In a question asking about DHCP functionality, such as 'What mechanism is used to assign IP addresses dynamically to end hosts on a network?', option E would be correct as it directly relates to the role of DHCP servers in IP address allocation.

Why candidates choose this

Candidates may find this option tempting due to the association of switches with network connectivity and the common misconception that switches also manage IP address assignments, leading to confusion between Layer 2 and Layer 3 functionalities.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

One of 1,389 original 200-301 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.