



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Hollingsworth; Class: Computer Networks; Subject: Computer Science; University: University of Maryland; Term: Unknown 1989;
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




copyright 1997 Jeffrey K. Hollingsworth
l
l
Today: 3.1-3.
copyright 1997 Jeffrey K. Hollingsworth
l
l
how big is a frame?
-^
can I detect an error in sending the frame?
-^
what demarks the end of the frame?
-^
how to control access to a shared channel?
l
Ethernet framing
copyright 1997 Jeffrey K. Hollingsworth
l
may want to do sequence numbers and re-transmission
-^
this introduces overhead, but useful if probability of failure is high
l
provide rate matching between sender and receiver
-^
sender has rules about when it can send: credits, etc.
copyright 1997 Jeffrey K. Hollingsworth
l
this is the dual of data compression (remove redundancy)
l
number of bit positions that differ in two words
-^
key idea: need n single bit errors to go from one word to the other
-^
to detect d errors, need a hamming distance of d+1 from
any other valid
word.
-^
to recover d errors, need a hamming distance of 2d + 1
l
ensure that every packet has an odd (or even) # of 1โs
-^
permits detection of one 1 bit error
copyright 1997 Jeffrey K. Hollingsworth
l
can send hamming codes by column rather than row
-^
if use k rows, then can detect any burst error up to k bits