2.2 Data Transmission Flashcards
What is serial transmission?
Data is sent bit-by-bit along the same data line.
What are 3 advantages of serial transmission?
Only requires 2 wires instead of 8 or 16 in parallel.
Serial can travel longer distances.
Serial has a more simple interface.
What is a disadvantage of serial transmission?
It is much slower than parallel.
What is parallel transmission?
All bits in a byte are sent simultaneously along separate lines.
What is an advantage of parallel transmission?
It is much faster than serial transmission.
What is a disadvantage of parallel transmission?
It cannot be used over as long a distance as serial (Due to interference along the cable)
What is a Simplex data transmission process?
Where data transmission is possible in one direction only.
What is a Half-Duplex data transmission process?
Where data transmission is possible in both directions but only in one direction at a time.
What is a Full-Duplex data transmission process?
Where data transmission is possible in both directions simultaneously.
What are 3 reasons for transmitting data digitally?
It is less likely to suffer corruption/degradation/interference.
It is possible to error check the data.
Can compress data therefore the transfer time is quicker.
What is multiplexing?
It is where several independent data sources are combined to be sent along a single route to a single destination.
A multiplexor allows messages to be combined so they can be sent simultaneously and then separated again at the end of the link.
What is Time Division Multiplexing?
Allocates small time slices alternately for data from each of the input message streams.
What is Frequency Division Multiplexing?
Sends the messages simultaneously but uses different transmission frequencies.
What is Switching?
Switching prevents all data being sent to all parts of a network and makes efficient use of the data lines.
What is Circuit Switching?
A path is set up between sender and receiver and is released after transmission is complete.
Data is sent in order and cannot be used by any other traffic during that time.