Vault sync: 2021-11-06 20:47:12

This commit is contained in:
Nick Leeman 2021-11-06 20:47:12 +01:00
parent 8c3e604469
commit dd70d5e472
4 changed files with 13 additions and 7 deletions

6
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "School/Analyse/IPv6.md", "file": "School/Analyse/ip.md",
"mode": "source" "mode": "source"
} }
} }
@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "School/Analyse/IPv6.md", "file": "School/Analyse/ip.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -87,7 +87,7 @@
}, },
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/IPv6.md", "School/Analyse/ip.md",
"School/Analyse/NAT.md", "School/Analyse/NAT.md",
"School/Analyse/ICMP.md", "School/Analyse/ICMP.md",
"School/Analyse/DHCP.md", "School/Analyse/DHCP.md",

BIN
IPV6-format.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -1,4 +0,0 @@
# IPv6
IPv4 has several problems:
- Scarce IPv4 address.
- IPv4 header contains fields

10
School/Analyse/ip.md Normal file
View File

@ -0,0 +1,10 @@
# IPv6
**IPv4 has several problems:**
- Scarce IPv4 address.
- IPv4 header contains fields that are not used by every packet (should be optional)
- IPv4 imposes extra processes on routers, the network can become slower (such as fragmentation and checksum calculations)
- IPv4 does not provide any security measurement at network layer.
**IPv6 Format:**
![[IPV6-format.png]]