A Network Interface Card provides the physical interface between a device and the network, handling the conversion between digital data and network signals.
Why it matters
- Every networked device needs a NIC to communicate.
- MAC addresses from NICs are used for network access control.
- Network performance often depends on NIC capabilities.
- Security features like Wake-on-LAN and PXE boot rely on NIC functionality.
Key concepts
- MAC address: 48-bit hardware address uniquely identifying each NIC (format: AA:BB:CC:DD:EE:FF).
- OUI (Organizationally Unique Identifier): First 24 bits identify the manufacturer.
- Speed: Common speeds are 1 Gbps (gigabit) and 10 Gbps.
- Duplex: Full-duplex allows simultaneous send/receive; half-duplex alternates.
Types of NICs
- Ethernet: Wired connection using RJ-45 connectors.
- Wireless (WLAN): Wi-Fi connectivity via 802.11 standards.
- Fiber: High-speed connections using optical cables.
- Virtual NICs: Software-defined interfaces for VMs and containers.
Security considerations
- MAC filtering: Limiting network access to known MAC addresses (easily bypassed via spoofing).
- 802.1X: Port-based network access control requiring authentication.
- Network segmentation: VLANs to isolate traffic.
- Promiscuous mode: Allows NIC to capture all network traffic (used for monitoring, also by attackers).
Troubleshooting
- Check link status lights on physical NICs.
- Verify driver installation and updates.
- Test with different cables or ports.
- Use ipconfig/ifconfig to check IP configuration.
- Examine MAC address for hardware issues.
Related Articles
View all articlesAI Gateway Guide: What They Are, Why You Need One, and How to Choose
A comprehensive guide to AI gateways — the proxy layer between your app and LLM providers. Compare Cloudflare AI Gateway, Portkey, Helicone, LiteLLM, AWS Bedrock, Azure APIM, and more across pricing, features, and architecture.
Read article →CDN Showdown: Cloudflare vs CloudFront vs Azure CDN vs Google Cloud CDN
A deep technical comparison of CDN architectures from Cloudflare, AWS CloudFront, Azure CDN/Front Door, and Google Cloud CDN — covering network design, security, pricing, and when to choose each.
Read article →Object Storage Face-Off: Cloudflare R2 vs S3 vs Azure Blob vs Google Cloud Storage
A deep technical comparison of object storage platforms — Cloudflare R2, AWS S3, Azure Blob Storage, and Google Cloud Storage — covering architecture, egress fees, features, pricing, and migration strategies.
Read article →DNS Infrastructure Compared: Cloudflare DNS vs Route 53 vs Azure DNS vs Google Cloud DNS
A deep technical comparison of managed DNS services from Cloudflare, AWS Route 53, Azure DNS, and Google Cloud DNS — covering architecture, performance, security, pricing, and strategic implications.
Read article →Explore More Networking
View all termsBGP (Border Gateway Protocol)
The routing protocol that exchanges network reachability information between autonomous systems, forming the backbone of Internet routing.
Read more →DNSSEC (DNS Security Extensions)
A suite of specifications that add cryptographic authentication to DNS responses, preventing DNS spoofing and cache poisoning attacks.
Read more →Domain Name System (DNS)
The hierarchical naming system that translates human-readable domain names into IP addresses.
Read more →IP Address Geolocation
The process of determining the geographic location of an internet-connected device using its IP address.
Read more →MAC Address
A unique hardware identifier assigned to network interfaces for local network communication.
Read more →MX Record
A DNS record type that specifies which mail servers are responsible for receiving email for a domain.
Read more →