[1Day-1CS] Half-duplex communication (2), wireless communication and Ethernet frames
1 Day A quick refresher on 1CS, half-duplex communications, wireless communications, and Ethernet frames
Types of half-duplex communication
-
CSMA/CD: Sends data and retransmits after a period of time if a collision occurs.
-
CSMA/CA: Avoids collisions as much as possible by proactively detecting carriers before sending data, etc.
-
Checking the wireless medium before sending data
-
Determining if the line is empty (carrier detection)
-
If busy, checks for availability at increasing intervals based on random values (IFS)
Wireless Communications
Ethernet frames
A transport mechanism used at the data link layer
-
Preamble: announces the start of an Ethernet frame
-
SFD (Start Frame Delimiter): Signals that the MAC address field begins with the next byte.
-
DMAC, SMAC: Transmit and receive MAC addresses
-
EtherType: defines the IP protocol
-
Payload: Data received
-
CRC: Error checking bits