data transmission ppt

13
PRESENTATION OF COMPTER NETWORK

Upload: shubhamkumar

Post on 28-Dec-2015

367 views

Category:

Documents


46 download

DESCRIPTION

Data transmissionand its functions

TRANSCRIPT

Page 1: Data Transmission ppt

PRESENTATIONOF

COMPTER NETWORK

Page 2: Data Transmission ppt

Data transmission refers to the movement of data in form of bits between two or more digital devices.

This transfer of data takes place and some form of transmission media.

DATA TRANSMISSION

Page 3: Data Transmission ppt

1.Parallel2.Serial (i) Synchronous(ii) Asynchronous

DATA TRANSMISSION TYPES :

Page 4: Data Transmission ppt

In parallel transmission, all the bits of data are transmitted simultaneously on separate communication lines.

Parallel transmission is used for short distance communication.

In order to transmit n bit , n wires or lines are used.

More costly. Faster than serial transmission. Data can be transmitted in less time.

PARALLEL TRANSMISSION

Page 5: Data Transmission ppt

In serial transmission , the various bits of data are transmitted serially one after the other.

It requires only one communication line rather than n lines to transmit data from sender to receiver.

Thus all the bits of data are transmitted on single lines in serial fashion. Less costly. Long distance transmission.

SERIAL TRANSMISSION

Page 6: Data Transmission ppt

Data sent at one time multiple bytes. Start and stop bit not used. Gap between data units not present. Data transmission speed fast. Cost high. Transfer of data between two computer. Synchronization between sender and

receiver required.

SYNCHRONOUS TRANSMISSION

Page 7: Data Transmission ppt

Sends only one character at a time (one byte of data at a time)

Synchronize two devices using Start Bit and Stop Bit.

Start bit refers to the start of the data. Usually 0 is used for start bit.

Stop bit indicates the end of data.more than one bit can be used for end.

ASYNCHORONOUS TRANSMISSION

Page 8: Data Transmission ppt

The term transmission mode defines the direction of the flow of information between two communication devices i .e ,

It tells the direction of signal flow between the two devices.

TRANSMISSION MODE

Page 9: Data Transmission ppt

1. SIMPLEX TRANSMISSION MODE.2. HALF DUPLEX TRANSMISSION MODE3. FULL DUPLEX TRANSMISSION MODE.

TYPES OF TRANSMISSION MODE

Page 10: Data Transmission ppt

In simplex mode transmission informationsent in only one direction.Device connected in simplex mode is either

sent only or received only that is one device can only send, other device can only receive.

Communication is unidirectional.

SIMPLEX MODE

Page 11: Data Transmission ppt

In half duplex transmission data can be sent in both the directions, but only in one direction at a time.

Both the connected device can transmit and receive but not simultaneously.

When one device is sending the other can only receive and vice-versa.

HALF DUPLEX

Page 12: Data Transmission ppt

In full duplex transmission, data can be sent in both the directions simultaneously.

Both the connected devices can transmit and receive at the same time.

Therefore it represents truly bi-directional system.

In full duplex mode, signals going in either Direction share the full capacity of link.

FULL DUPLEX

Page 13: Data Transmission ppt