Difficulty: Easy
Correct Answer: Network Interface Card
Explanation:
Introduction / Context:
Computers connect to networks using physical or virtual adapters. The term NIC is fundamental in IT support, system administration, and hardware documentation.
Given Data / Assumptions:
Concept / Approach:
NIC stands for Network Interface Card. It provides the hardware interface between a computer and a network medium (for example, Ethernet RJ-45, fiber, or wireless). Modern systems may integrate NICs on the motherboard or expose them as PCIe/USB adapters, physical or virtual.
Step-by-Step Solution:
Verification / Alternative check:
Device Manager (Windows) or lspci/ifconfig/ip tools (Linux/macOS) list NICs by vendor and model, confirming the correct expansion.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing NICs with modems or routers; NICs provide the computer’s local link to the network, while modems and routers perform different roles.
Final Answer:
Network Interface Card
Discussion & Comments