200-301 Exam QuestionsBrowse all questions from this exam

200-301 Exam - Question 40


Refer to the exhibit. Which outcome is expected when PC_A sends data to PC_B after their initial communication?

Show Answer
Correct Answer: C

When PC_A sends data to PC_B after their initial communication, the source and destination MAC addresses remain the same. This is because within the same VLAN, the switch forwards frames based on MAC addresses, and it does not alter the original source and destination MAC addresses in the Ethernet frame. The initial communication refers to the ARP process where MAC addresses are discovered. After this initial step, subsequent communications use the same MAC addresses.

Discussion

7 comments
Sign in to comment
CyberopsOption: C
May 13, 2022

key work is after their initial communication

laurvy36
Jun 5, 2022

good point noted

GreatDaneOption: C
May 24, 2022

You have a TCP/IP network. This means that PC A and PC B have an IP address each. PC A knows PC B's address and creates an IP packet for PC B. Then, the packet (Layer 3) becomes an Ethernet frame (Layer 2): PC A gets PC B's MAC address and uses it as the destination L2 address. When the frame arrives at SW1, the switch looks at the destination MAC address and controls (in its MAC table) to which port that address is associated. Then, the switch sends the frame to PC B through that port (forwarding phase). The switch leaves unchanged BOTH the source and the destination MAC addresses inside the frame. Answer C is correct.

duongccnaOption: C
Sep 25, 2023

after their initial communication -> before answer is B after answer is C C correct

syougun200x
Jan 1, 2024

Thank you for sharing, brief and to the point. Good to know that someone is sharing what I was thinking.

pud
Oct 3, 2023

Language aims to trick rather than test knowledge imo.

c9957e3
Jul 19, 2024

Yes, it's mostly gotcha questions aimed at confusing people.

Omooba_AdeposiOption: C
Jan 16, 2024

By "after intial communication", 'intial comm.' here refers to the initial ARP (Address Resolution Protocol) connection. ARP Request message is sent by PC A by sending a frame (layer 2 datagram) to PC B via the switch. Since PC A does not know the MAC address of PC B, but only the latter's ip address; the Switch receives the frame (source MAC address known, destination MAC address unknown) from PC A and in turn floods out a broadcast message to all its remaining ports on the same VLAN as the received frame. ....

BelachewOption: C
Jan 31, 2024

The switch never alters the source and destination MAC addresses within the frame. C is the correct choice.

SeMo0o0oOption: C
Mar 15, 2024

C is correct