data transmission Flashcards
paper 2
serial transmission
one bit after another sent in order
eg USB wire
parallel transmission
more than one bit sent at a time
serial connection pros
only one wire needed which makes it cheaper and easier to set up
is less prone to interference over long distances
serial transmission cons
only one bit transmitted at a time so can take longer (less true with high clock speed)
parallel transmission pros
multiple bits sent at a time makes it faster (less true with modern technology)
parallel transmission cons
hardware more expensive
over longer distances there is likely to be interference due to induced currents between wires (crosstalk) which reduces signal quality
bits can travel at different speeds over the wires causing skew
simplex mode of transmission
data can travel in one direction only
eg radio transmission
half duplex mode of transmission
data can travel in both directions but not at the same time
eg two way radios (walkie talkies)
full duplex mode of transission
data can travel in both directions at the same time
eg telephone, ethernet cables
multiplexing
allows independent data sources to be combined into one single communication link which is then transmitted over the same wire simultaneously
switching
process by which the devices forward chunks of data (packets) towards their destination possibly via other devices. switch knows location of nearby devices so can forward data in right direction
frequency division multiplexing
divides spectrum/carrier bandwidth in logical channels and allocates one user to each channel
user can use channel frequency to access data
time division multiplexing
shared channel divided among its users via time slots
each use can transmit data within provided time slot only
high bit rate makes it look as though signals are transmitted simultaneously
internet
a worldwide connection of packet switched networks
contents of a packet
length (number of bits)
order number
source address
destination address
protocols
data
checksum