Lesson 7: Network Interface Cards (NICs): The Gateway to Connectivity
Every device that connects to a wired network must have a Network Interface Card (NIC), also known as a network adapter or Ethernet card.
What is a NIC?
A NIC is hardware that allows a device (like a computer or server) to physically connect to the network medium and transmit/receive data.
Functions of the NIC:
- Physical Connection: Provides the physical port (usually an RJ-45 jack for Ethernet) for the cable.
- Data Preparation: Takes data from the computer's operating system and converts it into electrical signals (or light pulses for fiber) that can travel across the network medium.
- Unique Identification: Each NIC has a globally unique hardware address embedded in it, called the MAC address (Media Access Control address). This is crucial for local communication (Lesson 26).
- Flow Control: Manages the rate of data exchange between the computer and the network.
Types of NICs
| Type | Description | Interface |
|---|---|---|
| Wired Ethernet | Standard card with an RJ-45 port. Varies by speed (10/100/1000 Mbps). | PCIe, integrated motherboard |
| Wireless (WLAN) | Uses radio frequencies (Wi-Fi) to communicate with an Access Point. | Integrated, USB dongle |
| Fiber Optic NICs | Used for high-speed connections, often in servers or data centers. | Specialized fiber connectors (SC, LC) |
Key Concept: The NIC operates primarily at the lower layers of the networking model (Physical and Data Link layers), dealing with the raw movement of bits and frames.