P.L Responsibilities (6)
D.L.L Responsibilities (7)
Metrics of Network Performance
Causes of Transmission Errors
Character Stuffing
Putting in a character to overcome sync problems
Bit Stuffing
Lower level character stuffing with 1s and 0s
Encoding schemes (2)
- Non-return to Zero Inverted (NRZ-I), example of differential encoding
Differential Encoding
Where the signal transition rather than the signal level indicates the value of each bit
Codewords are constructed with (2)
- check bits
Hamming Distance
The XOR between two code words
To detect delta errors..
a hamming distance of (delta +1) is required
To correct delta errors..
a hamming distance of (2 x delta + 1) is required
Polynomial Codes
Represented by a bit string with 1 for each power represented in the polynomial, and 0 otherwise.
When do errors go undetected?
E(x) - num of errors If E(x) is divisible by G(x) then errors can go undetected
Burst Error
Where the error is a number of bits than are in sequence with each other
Types of CRCs (4)