What is Baud Rate?
The number of signal changes in the medium per second
What is Bit Rate?
The number of bits that are transmitted over the medium per second
How do you calculate Bit Rate?
Bit Rate = Baud Rate x Number of Bits Per Signal
What is Bandwidth?
Bandwidth is the range of frequencies that a communication medium is capable of transmitting
What is the relationship between Bandwidth and Bit Rate?
The higher the bandwidth, the higher the bit rate
What is Latency?
The difference in time between an action being initiated and its effect being noticed
Latency increases with distance
What is a protocol?
A set of rules for the transmission of data across a network
What is Serial Data Transmission?
When data is sent one bit at a time over one communication line
When is Serial Data Transmission used?
For transmitting data from medium to long distances , such as connecting your mouse to your computer
What is Parallel Data Transmission?
When data is sent using numerous parallel communication lines to send multiple bits between components in a computer simultaneously
What is skewing?
Skewing occurs in Parallel Data Transmission
Each of the communication lines in the parallel communication medium will have slightly different electrical properties, meaning the time taken for one bit to be transferred will differ from line to line
This means the bits may not be received together
How does skewing lead to corruption of data?
The higher the distance to travel, the higher the chance of skewing. This can lead to bits from different pulses overlapping, which causes corruption of data
What is crosstalk?
Crosstalk is another issue with parallel data transmission
When communication lines are tightly packed, signals can leak from one line to another - which causes data corruption
What are the advantages of Serial Data Transmission over Parallel? (4)
Parallel Data Transmission requires more wires, which means it is more expensive and more difficult to install
Serial is more reliable as it has no risk of skewing or crosstalk, unlike Parallel - which means there is less chance of data being corrupted
When is Parallel Data Transmission used?
To connect parts within the processor
What is Synchronous Data Transmission?
When data is sent at regular intervals and is received in the same order as it is sent
It is timed by the clock signal inside of the processor
When is Synchronous Data Transmission used?
To send data between the buses during the Fetch Execute Cycle
What is Asynchronous Data Transmission?
When data is sent as soon as it is available. Each byte contains a start and stop bit so its known when the data arrives so the next byte can be sent
(The Start Bit is always the opposite of the Stop bit)
It also contains a parity bit for error checking
What are the conditions required for Asynchronous Data Transmission?
The sender and receiver must have the same baud rate
What is a Star Network Topology?
When each client has its own direct connection to the central hub. The hub receives all packets and distributes them to the correct recipient
A server can be added in the same way a client is
What are the advantages of a Star Network Topology?
1) Other clients can’t see packets that aren’t intended for them as each client as its own wire connection - so packets go directly to the recipient
2) Easy to add or remove Clients
3) Each cable only has one client connected to it - means collisions can’t occur
4) The failure of one cable doesn’t affect the rest of the network
What are the disadvantages of a Star Network Topology?
1) If the Central Hub falls, then all communication across the network is stopped
2) Expensive to install due to the large amount of cables required
What is a Bus Network Topology?
All clients are connected to a single cable called the backbone
A terminator is placed at the end of the backbone
There is no central hub and a server can be connected just like a client
What are the advantages of a Bus Network Topology?
1) No Central Hub - This decreases the chance of failure and also lowers the cost of installing
2) Cheaper as fewer cables are required