Fundamentals of Communication and Networking Flashcards
What is serial transmission?
Sending and receiving data one bit at a time in sequence down a single wire.
What is parallel transmission?
Sending and receiving multiple bits of data simultaneously using multiple wires.
What are examples of things that use serial transmission?
Ethernet
USB
Peripherals
What are the advantages of serial transmission?
Cheap
Reliable for long distances, as no synchronisation issues.
Less interferance
What are the advantages of parallel transmission?
Faster data transfer
Better for large amounts of data
Better for short distances
What are the disadvantages of serial transmission?
Slower for short distances
What are the disadvantages of parallel transmission?
Expensive
Signal degrades over long distances
Synchronisation is harder the more wires there are.
Interference.
What is synchronous data transmission?
When the pulse of the sending and receiving devices clocks are synchronised.
What is asynchronous data transmission?
When the two devices clock’s signals aren’t synchronised and only synchronise for the duration of the transmission by sending start and stop bits.
What are advantages of synchronous data transmission?
Faster transmission rates
Less overhead
Good for large data transfers
What are disadvantages of synchronous data transmission?
Complex
Expensive
If not perfectly synchronized results in data loss.
Requires a continuous connection
What are advantages of asynchronous data transmission?
Simple
Cheap
Good for small data transfer
What are disadvantages of asynchronous data transmission?
Slower
Greater overhead
More prone to timing issues
What does a start bit in asynchronous transmission do?
Causes the receivers clock to synchronise to the same rate as the senders.
What does a stop bit in asynchronous transmission do?
Indicates the data has arrived and allows the receiving computer to identify when the next start bit arrives.
What is bandwidth?
The range of frequencies that can be transmitted across a network connection.
What is bandwidth related to?
The range of frequencies available on the carrier wave that carries the data.
How do you increase bandwidth?
Increase the range of frequencies, as more data can be transferred in a given time.
What is bandwidth measured in?
Hertz (Hz)
What is bit rate?
The rate at which data is being transmitted.
What is bit rate measured in?
Bits per second.
What is the link between bit rate and bandwidth?
They are directly proportional.
What is baud rate?
The rate at which data can be transmitted.
Number of signal changes in a given amount of time.
What does one baud mean?
That there is one electronic state change per second.
What is an electronic state change?
A change in the frequency of carrier wave.
Change in voltage
Shift in waveform.
How can more than one bit be sent per state change?
By varying voltage levels to represent multiple bits, symbols worth multiple bits are transmitted.
What is latency?
The time delay when any component within a computer system is responding to an instruction.
What are the 3 causes of latency?
Propagation
Transmission
Processing
What is propagation latency caused by?
The time taken for a logic gate to transmit data.
What is transmission latency caused by?
The time taken for data to pass through a cable.