Data Transmission Flashcards
Serial Transmission
Bits are sent one after the other over a single wire from source to destination.
Parallel Transmission
Multiple bits are sent simultaneously over parallel wires from source to destination.
Uses of serial transmission
Transmission to another computer or external devices, Medium to long distances, Universal Serial Bus
Uses of parallel transmission
Fast transmission within a computer system, Short distances, Integrated Circuits (IC), Busses
Problem with parallel transmission
Bits could travel at slightly different speeds over each of the wires. This produces a problem known as data skew.
Advantages of serial over parallel transmission
Parallel wires are unreliable over long distances. Serial is reliable over long distances
Serial transmission tends to be cheaper.
Parallel wires suffer from ‘crosstalk’, which is interference between different lines that can result in data corruption.
Serial transmission suffers from little interference at high frequencies, therefore the signal frequency can be much higher than parallel transmission. This results in higher net data transfers rates.
Simplex
When data transmission can only take place in one direction. e.g. Tv remote
Half duplex
Communication can happen in both directions but not at the same time. e.g. Walkie talkie
Duplex
Communication takes place in both directions at the same time. e.g. Phone call
Multiplexing
Several independent data sources are combined to be sent along a single route to a specific destination.
In packet switching
Data is split into packets, each packet may be transmitted through different routes, packets may arrive out of order and therefore will be reassembled.
In circuit switching
A path is set up between the sender and receiver, all data follows the same path, in order one after the other. That path cannot be used by any other data until it is finished.
Advantages of packet switching
Better security as it is very difficult to intercept packets on different routes.
Makes more efficient use of data lines as there is no waiting during gaps.
Less likely to be affected by network failures.