312-50V9 · Question #385
This configuration allows NIC to pass all traffic it receives to the Central Processing Unit (CPU), instead of passing only the frames that the controller is intended to receive. Select the option…
The correct answer is C. Promiscuous mode. Promiscuous mode is the NIC configuration that instructs the network controller to pass all received frames to the CPU rather than filtering for only frames addressed to that interface.
Question
This configuration allows NIC to pass all traffic it receives to the Central Processing Unit (CPU), instead of passing only the frames that the controller is intended to receive. Select the option that BEST describes the above statement.
Options
- AMulti-cast mode
- BWEM
- CPromiscuous mode
- DPort forwarding
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C89% (17)
Why each option
Promiscuous mode is the NIC configuration that instructs the network controller to pass all received frames to the CPU rather than filtering for only frames addressed to that interface.
Multicast mode configures a NIC to accept frames addressed to specific multicast group addresses in addition to its own unicast address, not all frames on the network.
WEM (Workspace Environment Management) is a desktop management and optimization technology unrelated to NIC operating modes or frame processing.
In promiscuous mode, a NIC disables its normal hardware-level MAC address filtering and forwards every frame it receives on the network segment up to the operating system and CPU. This mode is used by packet sniffers, network analyzers, and intrusion detection systems that must inspect all traffic, not just traffic addressed to the host.
Port forwarding is a network address translation technique that redirects traffic from one network port to another and has no relation to how a NIC processes frames at the hardware level.
Concept tested: NIC promiscuous mode and packet capture behavior
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/network/packet-timestamping
Topics
Community Discussion
No community discussion yet for this question.