Autosave: 2024-08-15 07:00:03

This commit is contained in:
thomasabishop 2024-08-15 07:00:03 +01:00
parent ed61e2e4cb
commit c06d623128
5 changed files with 26 additions and 6 deletions

Binary file not shown.

View file

@ -0,0 +1,10 @@
---
title: Internet_Layer_of_Internet_Protocol
tags: []
created: Thursday, August 15, 2024
---
# Internet_Layer_of_Internet_Protocol

View file

@ -27,10 +27,11 @@ protocols. From the top:
![TCP/IP stack diagram](../img/TCP_IP.png)
- The **Link Layer** concerns communication between devices on the same local
network. The transfer of information once it has been received from the
internet or its transfer between devices before it sent out into the internet.
Ethernet and WiFi are two core protocols utilised at this layer.
- The ![Link Layer](Link_Layer_of_Internet_Protocol.md) concerns communication
between devices on the same local network. The transfer of information once it
has been received from the internet or its transfer between devices before it
sent out into the internet. Ethernet and WiFi are two core protocols utilised
at this layer.
- The **Internet Layer** is concerned with communication accross networks. It is
responsible for identifying hosts on the inter-network by their addresses and

View file

@ -19,10 +19,19 @@ Link Layer protocols goven communication between devices. Examples include:
- **Ethernet**
- Wired communication
All devices connected to the internet participate in the Link Layer since it is
the base level and the gateway out of the local network to other networks. The
same is not true for other layers. For example a device like a laptop
participates in all four layers up to the Application Layer but a network router
does not:
![Link Layer diagram](../img/link-layer-internet-diagram.png)
## MAC addresses
Each device on a link has a network address that uniquely identifies it. For
most Link Layer Protocols this is a Media Access Control (MAC) address.
most Link Layer Protocols this is a
[Media Access Control (MAC) address](MAC_addresses.md).
A device receives data addressed to its MAC address.

View file

@ -12,7 +12,7 @@ an IP address which is logical.
Each device on a [local network](./Link_Layer_of_Internet_Protocol.md) has a MAC
as a unique identifier. It is a hardware-based, physical attribute of the
device, typically permanently encoded onto a non-volatile memory chip attached
to the network card.
to the ![network_card](Network_card.md).
MAC addresses consist of 6 bytes (48-bits) represented as 12
[hexadecimal_digits](Hexadecimal_number_system.md).