diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8c55487..0ca9451 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "ISEN/Réseau/A2/CCNA Cours 2.md", + "file": "ISEN/Réseau/CIPA4/Réseau Cours 1.md", "mode": "source", "source": false, "backlinks": true, @@ -28,7 +28,31 @@ } }, "icon": "lucide-file", - "title": "CCNA Cours 2" + "title": "Réseau Cours 1" + } + }, + { + "id": "bb525c2565afdf89", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "ISEN/Réseau/A1/Cisco Cours 2.md", + "mode": "source", + "source": false, + "backlinks": true, + "backlinkOpts": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + }, + "icon": "lucide-file", + "title": "Cisco Cours 2" } }, { @@ -55,7 +79,8 @@ "title": "TD1_signal_m1_original" } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -228,20 +253,23 @@ "obsidian-git:Open Git source control": false } }, - "active": "14045e30aacf0836", + "active": "bb525c2565afdf89", "lastOpenFiles": [ + "ISEN/Réseau/CIPA4/Réseau Cours 1.md", + "ISEN/Réseau/A1/Cisco Cours 2.md", + "ISEN/Réseau/A2/CCNA Cours 1.md", + "ISEN/Réseau/A1/Cisco Cours 1.md", + "ISEN/Réseau/A2/CCNA Cours 2.md", + "Protocol Data Units (PDU).md", + "ISEN/Réseau/CIPA4", "ISEN/Réseau/A2/CCNA Cours 3.md", "ISEN/Réseau/A1/Cisco Cours 4.md", "ISEN/Réseau/A1/Cisco Cours 5.md", - "ISEN/Réseau/A2/CCNA Cours 1.md", "ISEN/Réseau/A2/TP Ansible et docker.canvas", "ISEN/Réseau/A2/CCNA Cours 5.md", "ISEN/Réseau/A2/CCNA Cours 4.md", - "ISEN/Réseau/A2/CCNA Cours 2.md", "ISEN/Réseau/A1/Cisco Intro.md", "ISEN/Réseau/A1/Cisco Cours 3.md", - "ISEN/Réseau/A1/Cisco Cours 2.md", - "ISEN/Réseau/A1/Cisco Cours 1.md", "ISEN/PY/cours python.pdf", "ISEN/FHS/CIPA4/Anthropologie de l'entreprise/Mythe Horoquartz.md", "ISEN/FHS/CIPA4/Anthropologie de l'entreprise/Anthropologie de l'entreprise Cours 1.md", @@ -263,9 +291,7 @@ "ISEN/JAVA/CIPA4/Java Cours 1.md", "ISEN/JAVA/CIPA4/Exercice Gestion d'un parc automobile en Java.md", "ISEN/JAVA/CIPA4/Exercice Gestion d'un parc automobile en Java.pdf", - "ISEN/JAVA/CIPA4/Exercice Gestion d'une bibliothèque en Java.md", "ISEN/JAVA/CIPA4/Exercice Gestion d'une bibliothèque en Java.pdf", - "ISEN/JAVA/CIPA4/CM/05-swing.pdf", "ISEN/BDD/CIR2/TD2.canvas", "Pasted image 20250905143950.png", "Pasted image 20240505210657.png", diff --git a/ISEN/Réseau/CIPA4/Réseau Cours 1.md b/ISEN/Réseau/CIPA4/Réseau Cours 1.md new file mode 100644 index 0000000..c719d3c --- /dev/null +++ b/ISEN/Réseau/CIPA4/Réseau Cours 1.md @@ -0,0 +1,4 @@ +#CIPA4 #Cisco + +[[Cisco Cours 2#Protocol Data Units (PDU)|PDU]] + diff --git a/Protocol Data Units (PDU).md b/Protocol Data Units (PDU).md new file mode 100644 index 0000000..255eaab --- /dev/null +++ b/Protocol Data Units (PDU).md @@ -0,0 +1,17 @@ +# Protocol Data Units (PDU) +- Au niveau de chaque couche, des protocoles sont utilisés pour communiquer +- Information de contrôle est ajoutée aux données utilisateur a chaque couche +- La couche de transport peut fragmenter les données utilisateurs +## PDU transport +- La couche de transport peut fragmenter les données utilisateurs +- Chaque fragment a une entête transport ajoutée + - SAP de destination + - Numéro de séquence + - Code de détection d'erreur + +## PDU réseau +- Ajoute une entête réseau + - Adresse réseau de destination + - Type de service + - Identificateur + - Etc. \ No newline at end of file