Fish Touching🐟🎣

Networking Error

Jun 22, 2023

# Detection

Each layer has its own error detection: the end-to-end principle

# Checksum

# CRC (Cyclic Redundancy Code)

# MAC (Message Authentication Code)

# Handling

# Retransmission Strategy

Based on the size of the receiving buffer size.

# Go Back N

If one failed, retransmit the entire window.

# Selective Repeat

Retransmit only the packet that is lost.