eolas/neuron/14b2609c-4c92-4980-96d4-543ba5a9d0be/Network_card.md

24 lines
823 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags: [networks, hardware]
created: Tuesday, August 06, 2024
---
# Network card
The network card (technically know as the Network Interface Card (NIC)) or
_network adapter_ is the hardware device that allows a computer to connect to a
network.
They are the physical interface between the computer and the network
2025-01-16 07:08:09 +00:00
[link](Link_Layer_of_Internet_Protocol.md), e.g. WiFi or ethernet.
2024-12-09 18:34:15 +00:00
2025-01-16 07:08:09 +00:00
They can be internal and built into the [motherboard](Motherboard.md) or
2024-12-09 18:34:15 +00:00
external as in the case of USB adaptors.
2025-01-16 07:08:09 +00:00
Each network card has a unique [MAC address](MAC_addresses.md) to identify the
2024-12-09 18:34:15 +00:00
device on the network.
Network cards on consumer-grade devices typically utilise the devices resources
and the kernel manages its actions via a driver. More high-end devices
(typically used in servers) have their own processors and memory.