We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c63395 commit 001fce5Copy full SHA for 001fce5
contents/ethernet_lan_switching/README.md
@@ -26,8 +26,8 @@ LANs use L2 layer frames.
26
27
* `HEADER`
28
* 22 bytes
29
- * `Preamble`
30
- * `SFD` (Start Frame Delimiter): used for syncronization and preparing the device to receive the rest of the data in the frame
+ * `Preamble`: used for syncronization and preparing the device to receive the rest of the data in the frame
+ * `SFD` (Start Frame Delimiter)
31
* `Destination`: L2 address to which the frame is being sent
32
* `Source`: L2 address of the device that sent the frame
33
* `Type` (or Length): indicates the L3 protocol used in the encapsulated `packet` (almsot always IPv4 or IPv6)
0 commit comments