transmission mode

15
BY AJAL.A.J FACULTY – METS Transmission Mode

Upload: ajal-jose

Post on 18-Nov-2014

195 views

Category:

Technology


0 download

DESCRIPTION

Parallel Mode is the way the internal transfer of binary data takes place inside a computer. Serial Mode is the predominant method of transferring information in data communications.

TRANSCRIPT

Page 1: Transmission mode

BY

AJAL.A.JFACULTY – METS

Transmission Mode

Page 2: Transmission mode

INTRODUCTION

Page 3: Transmission mode
Page 4: Transmission mode

Transmission Modes

Parallel Mode is the way the internal transfer of binary data takes place inside a computer.

Serial Mode is the predominant method of transferring information in data communications.

Page 5: Transmission mode

Transmission ModesParallel Mode

Serial Mode

Page 6: Transmission mode

Baseband Transmission

Digital transmission is the transmission of electrical pulses. Digital information is binary in nature in that it has only two possible states 1 or 0.

Digital signals are commonly referred to as baseband signals.

In order to successfully send and receive a message, both the sender and receiver have to agree how often the sender can transmit data (data rate).

Page 7: Transmission mode

Parallel Bits in a group are sent simultaneously, each using a

separate link n wires are used to send n bits at one time Advantage: speed Disadvantage: cost; limited to short distances

Page 8: Transmission mode

Serial Transmission of data one bit at a time using only one

single link Advantage: reduced cost Disadvantage: requires conversion devices Methods:

Asynchronous Synchronous

Page 9: Transmission mode

Asynchronous Transmission

Transfer of data with start and stop bits and a variable time interval between data units

Timing is unimportant Start bit alerts receiver that new group of data is arriving Stop bit alerts receiver that byte is finished Synchronization achieved through start/stop bits with each byte

received Requires additional overhead (start/stop bits) Slower, ideal for low-speed communication when gaps may occur

during transmission (ex: keyboard) Cheap and effective

Page 10: Transmission mode

Asynchronous Transmission

Page 11: Transmission mode

In asynchronous transmission, we In asynchronous transmission, we send 1 start bit (0) at the beginning send 1 start bit (0) at the beginning

and 1 or more stop bits (1s) at the end and 1 or more stop bits (1s) at the end of each byte. There may be a gap of each byte. There may be a gap

between each byte.between each byte.

Note:Note:

Page 12: Transmission mode

Asynchronous here means Asynchronous here means “asynchronous at the byte level,” but “asynchronous at the byte level,” but the bits are still synchronized; their the bits are still synchronized; their

durations are the same.durations are the same.

NoteNote::

Page 13: Transmission mode

Synchronous Transmission

Requires constant timing relationship Bit stream is combined into longer frames, possibly containing

multiple bytes Any gaps between bursts are filled in with a special sequence of

0s and 1s indicating idle Advantage: speed, no gaps or extra bits Byte synchronization accomplished by data link layer

Page 14: Transmission mode

Synchronous Transmission

Page 15: Transmission mode

In synchronous transmission, In synchronous transmission, we send bits one after another without we send bits one after another without

start/stop bits or gaps. start/stop bits or gaps. It is the responsibility of the receiver to It is the responsibility of the receiver to

group the bits.group the bits.

Note:Note: