Open Forem

Israh Binoj
Israh Binoj

Posted on

Network Interface Card- Detailed Notes|Israh Binoj

A Network Interface Card (NIC) is one of the most essential components in any computer or smart device. It allows the device to connect to a network either through a physical cable or wirelessly through Wi-Fi. A NIC is responsible for converting data into signals, handling communication, identifying the device using a MAC address, and ensuring reliable data transmission. Without a NIC, a device cannot access a LAN, the internet, or any other network.

Wired NIC

A wired NIC connects a computer to the network using an Ethernet cable. It contains an RJ-45 LAN port and converts digital data into electrical signals that travel through the cable. Wired NICs are known for their stability, low latency, and high-speed performance, making them ideal for desktops, servers, and gaming systems.

Types of Wired NIC

Onboard Ethernet: Integrated directly into the motherboard.

PCIe Wired NIC: Installed inside a desktop using PCIe slots and supports high speeds like 1 Gbps, 10 Gbps, and beyond.

USB-to-Ethernet Adapter: External NIC used for laptops or tablets that lack an Ethernet port.

Wireless NIC

A wireless NIC enables a device to connect to a network without any cables, typically via Wi-Fi. It uses radio waves to communicate with wireless routers, hotspots, and access points. Wireless NICs come with internal or external antennas to improve range and signal quality.

Types of Wireless NIC

Built-in Wi-Fi Card: Embedded inside laptops and phones.

USB Wi-Fi Adapter: Plug-and-play device for desktops and older laptops.

PCIe Wi-Fi Adapter: High-performance card with external antennas for desktops.

M.2 Wi-Fi Card: Slim and fast modules used in modern laptops.

Wi-Fi Standards

Wireless NICs support various Wi-Fi technologies such as:

802.11b (11 Mbps), 802.11g (54 Mbps)

802.11n (300 Mbps, dual-band)

802.11ac (1.3 Gbps)

802.11ax / Wi-Fi 6 (up to 10 Gbps)

802.11be / Wi-Fi 7 (30+ Gbps)

NIC in the OSI Model

A NIC mainly operates in two layers of the OSI model:

Layer 1 – Physical Layer: Converts data into electrical, optical, or radio signals.

Layer 2 – Data Link Layer: Handles MAC addressing, framing, and error detection.

Uses of NIC

NICs perform several important functions:

Connect devices to wired or wireless networks

Provide a unique MAC address

Convert data into signals

Manage data framing and packet transmission

Detect and handle errors

Support duplex communication and auto-negotiation of speed

NIC Speeds
Wired NIC Speeds

100 Mbps (Fast Ethernet)

1 Gbps (Gigabit Ethernet)

2.5 Gbps / 5 Gbps

10 Gbps Ethernet

25G / 40G / 100G for data centers

Wireless NIC Speeds

Depending on standards, speeds range from 11 Mbps (802.11b) to over 10 Gbps (Wi-Fi 6) and 30+ Gbps (Wi-Fi 7).

How a NIC Works

When a device sends data, the NIC receives it, adds the MAC address, creates frames, and converts the data into signals. These signals are then transmitted through cables or radio waves to the network. When receiving data, the NIC performs the reverse process: it checks for errors, converts signals back to digital form, and delivers the data to the operating system.

Components of a NIC

Controller Chip: The main processor of the NIC

Transceiver: Converts data to electrical or wireless signals

MAC Address ROM: Stores the permanent MAC address

Buffer Memory: Temporary storage for packets

RJ-45 Port: For wired NICs

Antenna: For wireless NICs

PCIe/USB Interface: Connects NIC to the motherboard

NIC Drivers

NIC drivers are software programs that let the operating system communicate with the NIC. They control speed, wireless security, power management, and packet handling. Without proper drivers, the NIC cannot function correctly.

NIC Slot Types

NICs can fit into different ports depending on the device:

PCI / PCIe slots (desktops)

Mini PCIe / M.2 slots (laptops)

USB ports (external adapters)

Virtual NIC (vNIC)

A virtual NIC is a software-based network card used inside virtual machines. It behaves like a physical NIC—receiving IP addresses, connecting to networks, and transferring data. vNICs are essential in cloud computing and virtualization.

NIC LED Indicators

Wired NIC ports usually have LED indicators:

Solid Green: Connection established

Blinking Light: Data activity

Amber/Yellow: High-speed connection (1 Gbps or more)

No Light: Cable unplugged or NIC disabled

Top comments (0)