Transmission and Switching Techniques
Transmission and Switching Techniques
Topics
Transmission Switching
• Parallel and Serial • Packet
• Asynchronous • Circuit
• Synchronous • Message
• Isochronous
• Factors Affecting Signal Transmission
Transmission Modes
transmission mode to refer to the manner in which data
is sent over the underlying medium
Transmission modes can be divided into two
fundamental categories:
Serial - one bit is sent at a time
Serial transmission is further categorized according to
timing of transmissions
Parallel — multiple bits are sent at the same time
Parallel Transmission
• Parallel transmission is the transmission of a number of
data bits at the same time over separate independent lines
• Apply for short distance at faster speed but prone to signal
errors
• A method used within computer systems like
communication between CPU, VDU, printers,
• Furthermore, the signals on all wires are synchronized so
that a bit travels across each of the wires at precisely the
same time
4
•
Serial Transmission
Transmits data bits one at a time using one line
• A slow but efficient method that is not prone to errors
• Mostly used in communication, the hardware needed to convert data
between an internal parallel form and a serial form can be
straightforward or complex
– depending on the type of serial communication mechanism
• In the simplest case, a single chip that is known as a Universal
Asynchronous Receiver and Transmitter (UART) performs the
conversion
• A related chip, Universal Synchronous-Asynchronous Receiver and
Transmitter (USART) handles conversion for synchronous networks
5
Clock Synchronization
• The process of coordinating clocks of
different systems for them to match (clock
recovery)
• Applied usually if communicating systems
differ in frequency, phase angles and baud
rates (internal clocks/times)
• If clocks are not synchronized,
communicating systems do not realize the
same global time, therefore will not
communicate well
Asynchronous Transmission
• A method where characters are transmitted one at a time
• Each byte is marked off with special control bits (i.e start -
and stop bits) to represent start and stop respectively and
also used to time internal clocks between senders and
receivers