Skip to content

Commit 001fce5

Browse files
committed
Fix error regarding Ethernet frame's Preamble function
1 parent 6c63395 commit 001fce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/ethernet_lan_switching/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ LANs use L2 layer frames.
2626

2727
* `HEADER`
2828
* 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
29+
* `Preamble`: used for syncronization and preparing the device to receive the rest of the data in the frame
30+
* `SFD` (Start Frame Delimiter)
3131
* `Destination`: L2 address to which the frame is being sent
3232
* `Source`: L2 address of the device that sent the frame
3333
* `Type` (or Length): indicates the L3 protocol used in the encapsulated `packet` (almsot always IPv4 or IPv6)

0 commit comments

Comments
 (0)