Go backward to The Data Link Layer
Go up to Top
Go forward to Error Detection and Correction

Framing

  1. Breaking a stream of bits up into messages may seem like a simple task, but it is complicated by the presence of errors.

  2. A more popular technique is to begin and end each packet with a special sequence of bits that is used to indicate the begin (or end) of a packet.

  3. Since much data sent on the network can contain odd segments of binary data, there is a risk that one of these special start/end sequences might appear in the midst of a message as data.

  4. In some cases, the framing problem is solved at the physical layer using signals that could not correspond to any sequence of bits can be used to indicate message boundaries.

  5. Beyond marking the boundaries of a frame, it is typical to map out some skeletal structure for the frame.

    For example, the layout of an ethernet frame is shown below:


Computer Science 336
Department of Computer Science
Williams College

Prev Up Next