Vault sync: 2021-11-06 15:57:11

This commit is contained in:
2021-11-06 15:57:11 +01:00
parent 955b8dc79e
commit ebd06b6426
5 changed files with 19 additions and 7 deletions

12
.obsidian/workspace vendored
View File

@@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "School/Analyse/Network Software.md", "file": "School/Analyse/IPV4.md",
"mode": "source" "mode": "source"
} }
} }
@@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "School/Analyse/Network Software.md", "file": "School/Analyse/IPV4.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -87,15 +87,15 @@
}, },
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/Network Software.md",
"School/Analyse/IPV4.md", "School/Analyse/IPV4.md",
"packet-enscapsulation-2.png",
"packet-encapsulation.png",
"School/Analyse/Network Software.md",
"School/Analyse/Comminucation Mediums.md", "School/Analyse/Comminucation Mediums.md",
"School/Analyse/Computer Networks.md", "School/Analyse/Computer Networks.md",
"School/Analyse/Network Hardware.md", "School/Analyse/Network Hardware.md",
"School/Analyse/Packet.md", "School/Analyse/Packet.md",
"IP-packet.png", "IP-packet.png",
"School/Analyse/OSI Model.md", "School/Analyse/OSI Model.md"
"School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Layers/4. Transport Layer.md"
] ]
} }

View File

@@ -12,3 +12,13 @@ The header has a 20 byte fixed part an a variable length optional part.
![[IP-packet.png]] ![[IP-packet.png]]
Some of the fields in a packet are not always used. Some of the fields in a packet are not always used.
## Packet encapsulation
Packets are encapsulated in data link frames (Ethernet)
![[packet-enscapsulation-2.png]]
## Fragmentation
Mostly, data link frames are smaller in size than IP Packets
In these cases the packet is split up into multiple parts (fragments) and each fragment is send in a separate frame.

View File

@@ -6,6 +6,8 @@ Network software is a set of rules defining how a [[Packet]] should be handled o
The standard model that everyone uses is the [[OSI Model]] The standard model that everyone uses is the [[OSI Model]]
![[packet-encapsulation.png]]
## Network Protocols ## Network Protocols
Network protocols defines the rules needed for multiple computers to communicate correctly with each other. You can compare it to our rules in natural languages. Network protocols defines the rules needed for multiple computers to communicate correctly with each other. You can compare it to our rules in natural languages.

BIN
packet-encapsulation.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
packet-enscapsulation-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB