fixed img path

This commit is contained in:
dado
2025-06-12 21:37:27 +02:00
parent 3a59c544b1
commit 46848052e7
5 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
L'Ethernet Frame è definito dallo standard `IEEE 802.3` ed opera a livello data-link nelle reti cablate. Di seguito si descrive la struttura tipica di un frame Ethernet:
![frame-structure](/asset/img/frame-structure.png)
![frame-structure](asset/img/frame-structure.png)
## Struttura del Frame
@ -27,4 +27,4 @@ Il payload (*Data & Padding*) contiene i dati provenienti dal livello di rete (n
- **FCS** (Frame Check Sequence): il trailer termina il frame con un campo di 4 byte, il cui scopo è la verifica dellintegrità dei dati trasmessi.
![frame-structure-example](/asset/img/frame-structure-example.png)
![frame-structure-example](asset/img/frame-structure-example.png)