Autosave: 2024-08-06 17:00:03
This commit is contained in:
parent
163db77ab2
commit
f917791d45
7 changed files with 29 additions and 8 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- number-systems
|
- number-systems
|
||||||
- hardware
|
|
||||||
- computer-architecture
|
- computer-architecture
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Link_Layer_of_the_Internet_Protocol
|
title: Link_Layer_of_the_Internet_Protocol
|
||||||
tags: []
|
tags: [networks, internet]
|
||||||
created: Tuesday, August 06, 2024
|
created: Tuesday, August 06, 2024
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,9 @@ A Media Access Control (MAC) address is a physical address in contrast to, say,
|
||||||
an IP address which is logical.
|
an IP address which is logical.
|
||||||
|
|
||||||
Each device on a [local network](./Link_Layer_of_Internet_Protocol.md) has a MAC
|
Each device on a [local network](./Link_Layer_of_Internet_Protocol.md) has a MAC
|
||||||
as a unique identifier. It is hardware-based and the addresses are typically
|
as a unique identifier. It is a hardware-based, physical attribute of the
|
||||||
burned into the network card by the manufacturer, making them a physical
|
device, typically permanently encoded onto a non-volatile memory chip attached
|
||||||
attribute of the device.
|
to the network card.
|
||||||
|
|
||||||
MAC addresses consist of 6 bytes (48-bits) represented as 12
|
MAC addresses consist of 6 bytes (48-bits) represented as 12
|
||||||
[hexadecimal_digits](Hexadecimal_number_system.md)
|
[hexadecimal_digits](Hexadecimal_number_system.md).
|
||||||
|
|
24
zk/Network_card.md
Normal file
24
zk/Network_card.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
title: Network_card
|
||||||
|
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
|
||||||
|
[link](./Link_Layer_of_Internet_Protocol.md), e.g. WiFi or ethernet.
|
||||||
|
|
||||||
|
They can be internal and built into the [motherboard](./Motherboard.md) or
|
||||||
|
external as in the case of USB adaptors.
|
||||||
|
|
||||||
|
Each network card has a unique [MAC address](./MAC_addresses.md) to identify the
|
||||||
|
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.
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- binary
|
- binary
|
||||||
- hardware
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Signed and unsigned numbers
|
# Signed and unsigned numbers
|
||||||
|
|
|
@ -3,7 +3,6 @@ id: gktb
|
||||||
title: Two's complement
|
title: Two's complement
|
||||||
tags:
|
tags:
|
||||||
- binary
|
- binary
|
||||||
- hardware
|
|
||||||
created: Tuesday, March 19, 2024
|
created: Tuesday, March 19, 2024
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue