Vault sync: 2021-11-03 23:41:47
This commit is contained in:
@@ -5,7 +5,7 @@ The Data Link Layer also splits up packets into smaller chunks called a frame. T
|
||||
|
||||
Like the Network Layer the Data Link Layer is also responsible for flow control and error checking.
|
||||
|
||||
## Error detection
|
||||
## Error Detection
|
||||
Transmissions are not always error free. In case of an error, it should be detected and the message should be re transmitted (whenever possible)
|
||||
|
||||
Detecting errors are handled by different algorithms:
|
||||
@@ -18,6 +18,17 @@ Data is split up in smaller chunks called frames. For each frame we add some ext
|
||||
- Who is sender?
|
||||
- Who is receiver?
|
||||
- Length of chunk
|
||||
- Type of chunk (normal message, error me)
|
||||
- Type of chunk (normal message, error message, control message)
|
||||
- Error checking values (ex. CRC code)
|
||||
- Data and metadata are put in single message called frame
|
||||
- Data and metadata are put in single message called frame
|
||||
|
||||
## Ethernet Protocol
|
||||
Ethernet is a protocol used at the data link layer of wired networks.
|
||||
|
||||
Ethernet uses specific hardware addresses to identify hosts on a network.
|
||||
These 6-byte-integer addresses are names Medium Access Control (MAC Address)
|
||||
|
||||
Ethernet frame has the following format:
|
||||
![[ethernet-frame.png]]
|
||||
|
||||
## Wireless networks
|
||||
|
Reference in New Issue
Block a user