Operating Systems1 / 5
A Windows workstation has two NICs (network interface cards) -- one wired and one wireless. Both are connected to the same network. Which Windows setting determines which NIC is used for network traffic by default?
CorrectNot quite
Alex
Windows uses the interface metric to determine which NIC handles default network traffic when multiple adapters are connected. A lower metric value indicates higher priority. Windows auto-calculates metrics based on link speed (e.g., Gigabit Ethernet gets a lower metric than Wi-Fi), but administrators can manually override via adapter properties > TCP/IPv4 > Advanced. The routing table (viewable with 'route print') shows the active default gateway. Why other options are wrong: Computer name identifies the machine on the network but does not affect routing. MAC address is a Layer 2 hardware identifier with no role in traffic prioritization. Display resolution is entirely unrelated to networking. Ref: Microsoft TCP/IP routing documentation.
Sourcelearn.microsoft.com
Create a free account to keep asking Alex — no credit card required.
Question 1 of 5
Get started free