Catalog / Networking Cards Cheatsheet
Networking Cards Cheatsheet
A comprehensive cheat sheet covering essential networking card concepts, types, configurations, and troubleshooting tips. Ideal for students, IT professionals, and anyone interested in understanding network connectivity at the hardware level.
Networking Card Fundamentals
Introduction to Network Interface Cards (NICs)
A Network Interface Card (NIC), also known as a network adapter or Ethernet card, is a hardware component that allows a computer to connect to a network. It acts as an interface between the computer and the network cable. |
The NIC enables communication by converting data into electrical signals that can be transmitted over the network. |
Each NIC has a unique Media Access Control (MAC) address, which is used to identify the device on the network. MAC address is 48-bit address. |
NICs can be integrated directly into the motherboard or added as an expansion card. |
Key Functions of a NIC
Data Transmission |
NICs transmit data packets from the computer to the network. |
Data Reception |
NICs receive data packets from the network and forward them to the computer. |
Media Access Control (MAC) |
NICs use the MAC address for identifying the device on the network and ensuring correct data delivery. |
Protocol Support |
NICs support various network protocols, such as TCP/IP, UDP, and Ethernet. |
Signal Conversion |
NICs convert digital data from the computer into electrical signals for transmission and vice versa. |
Components of a NIC
Controller: Manages data flow and communication between the computer and the network. |
Memory: Buffers data for transmission and reception. |
Transceiver: Sends and receives network signals. |
Connector: Interface for the network cable (e.g., RJ45 for Ethernet). |
MAC Address ROM: Stores the unique MAC address. |
Types of Network Cards
Ethernet NICs
Ethernet NICs are the most common type of network card, used for connecting to Ethernet networks. They use the Ethernet protocol for data transmission. |
Speeds vary, including:
|
Common connectors: RJ45 (twisted pair), SFP+ (fiber optic). |
Wireless NICs
Wi-Fi Standards |
802.11a/b/g/n/ac/ax (Wi-Fi 6) - Each standard offers different speeds and ranges. |
Antenna Types |
Internal, external, and MIMO (Multiple-Input Multiple-Output) antennas. |
Frequency Bands |
2.4 GHz, 5 GHz, and 6 GHz - Affect range and interference. |
Security Protocols |
WEP, WPA, WPA2, WPA3 - Ensure secure wireless communication. |
Fiber Optic NICs
Fiber Optic NICs use fiber optic cables for data transmission, offering higher speeds and longer distances compared to Ethernet. Common in data centers and high-performance networking environments. |
Connectors: LC, SC, ST. |
Speeds range from 1 Gbps to 100 Gbps and beyond. |
Bus Interfaces
PCI (Peripheral Component Interconnect) |
Older standard, limited bandwidth. |
PCIe (PCI Express) |
Modern standard, higher bandwidth, various versions (e.g., PCIe 3.0, PCIe 4.0). |
USB (Universal Serial Bus) |
External NICs, convenient for laptops and portable devices. Bandwidth depends on USB version (e.g., USB 3.0, USB 3.1, USB 3.2). |
Configuring Network Cards
Installing a NIC
|
|
|
Configuring IP Address
Windows |
|
Linux |
|
Configuring Wireless NIC
|
|
|
Troubleshooting Network Cards
Common Issues
No Network Connection:
|
Driver Problems:
|
IP Address Conflicts:
|
MAC Address Issues:
|
Hardware Failure:
|
Troubleshooting Tools
Ping |
Tests network connectivity by sending ICMP packets to a specified IP address or hostname. |
Traceroute/Tracert |
Traces the route that packets take to reach a destination, identifying any network bottlenecks. |
Ifconfig/Ipconfig |
Displays network interface configurations, including IP address, MAC address, and other network settings. |
Nslookup |
Queries DNS servers to find the IP address associated with a domain name. |
Advanced Troubleshooting
Packet Sniffing: Use tools like Wireshark to capture and analyze network traffic. |
Firmware Updates: Keep the NIC firmware updated for bug fixes and performance improvements. |
Network Monitoring: Use network monitoring tools to track network performance and identify issues. |