Transmission Modes: CECS 474 Computer Network Interoperability
Transmission Modes: CECS 474 Computer Network Interoperability
Transmission Modes: CECS 474 Computer Network Interoperability
CHAPTER 9
Transmission Modes
Notes for Douglas E. Comer, Computer Networks and Internets (5th Edition)
A Taxonomy of Transmission Modes
Defn: A transmission mode is the manner in which data is sent over the underlying
medium
Parallel transmission allows transfers of multiple data bits at the same time over separate
media.
• It is used with a wired medium
• The signals on all wires are synchronized so that a bit travels across each of the
wires at precisely the same time
Sender and receiver must contain a hardware that converts data from the parallel form
used in the device to the serial form used on the wire
Transmission Order: Bits and Bytes
In serial mode, when sending bits, which bit should be sent across the medium first?
Terminology:
• little-endian describes a system that sends the LSB first.
• big-endian describes a system that sends the MSB first .
Either form can be used, but the sender and receiver must agree.
Transmission Order: Bits and Bytes (cont’d)
For example, Ethernet specifies that data is sent byte big-endian and bit little-endian
Timing of Serial Transmission
Serial transmission mechanisms can be divided into three broad categories (depending
on how transmissions are spaced in time):
• Asynchronous transmission can occur at any time
• Synchronous transmission occurs continuously
• Isochronous transmission occurs at regular intervals
Asynchronous Transmission
For example:
• a user typing on a keyboard
• a user that clicks on a hyperlink
Asynchronous disadvantage:
While the medium is idle, a receiver cannot know how long the medium will remain
idle before more data arrives.
Asynchronous technologies usually require the sender to transmit a few extra bits
before each data item:
• to inform the receiver that a data transfer is starting
• extra bits (preamble or start bits) allow the receiver to synchronize with the
incoming signal
Example: RS-232 Asynchronous Character Transmission
Before USB, RS-232-C is the most widely accepted way to transfer characters across
copper wires between a computer and a device such as a modem, keyboard, or terminal.
Defn: The baud rate of transmission hardware is the number of changes in the signal per
second that the hardware generates.
Example: Typical baud rates: 9.6 Kbaud, 14.4 Kbaud and 28.8 Kbaud
For RS-232 (it is a very simple scheme), the baud rate is exactly equal to the number of
bits per second.
To make RS-232 more general, manufacturers design each piece of hardware to operate at
a variety of baud rates.
• Sender and receiver must agree on the baud rate
• Receiver samples the signal to verify agreement
• Disagreement results in a framing error
Isochronous Transmission
Isochronous networks are designed to accept and send data at a fixed rate, R.
• This is ideal when delivering such data at a steady rate is essential (jitteris
minimized).
• Network interface is set to transmit/receive exactly R bits per second
3. Half-Duplex: A
half-duplex mechanism
involves a shared trans-
mission medium. The
shared medium can be
used for communication
in each direction but
the communication
cannot proceed
simultaneously.