Unit 9 Flashcards
(13 cards)
Parallel transmission
where multiple bits of data are sent simultaneously over an number of parallel wires
Serial transmission
where bits are sent one after another along a single wire / interface
skew
Parallel transmission seems fastest but tiny differences in the makeup of the transmission wires mean that the different bits can arrive at the destination causing errors
Crosstalk
Interference that can happen between the wires of a parallel connection resulting in corrupted data, something more pronounced at higher frequencies
Synchronous transmission
transmission of data is at regular intervals governed by a clock signal allowing for constant and reliable transmission
Asynchronous transmission
byte at a time is sent and there is no need to synchronise with other signals, the synchronisation required is built in
Baud rate
the number of possible signal changes per second
Bit rate
number of bits transmitted per second
-baud rate * number of bits per signal
Bandwidth
the range of frequencies that a medium can carry at once
Latency
the time delay between when the transmission of the first byte or packet of data is sent and when it is received at the destination
Protocols
agreed rules that systems follow in order communicate and function correctly
peer-to-peer network
each computer has equal status.
client-server network
most computers are nominated as clients (also called workstations) and one or more as servers. The clients request services from the servers, which provide these services.
-needs a central server