Fundamentals of Communication and Networking Flashcards
Describe serial data transmission
Bits are sent one after another along a single wire from source to destination.
Describe parallel data transmission
Multiple bits are sent simultaneously over parallel wires from source to destination.
What is the issue with using parallel transmission over long distances?
Each individual wire has slightly different properties, so bits may travel at slightly different speeds, causing skew (data arriving at slightly different times).
Serial transmission is reliable over much longer distances.
Where is parallel transmission used?
Over short distances, typically within integrated circuits and within random access memory (RAM).
As the strength of the signal increases, what issue becomes worse over parallel transmission?
Crosstalk
This is interference between different lines which can result in data corruption.
Why does serial transmission tend to be cheaper than parallel transmission?
There is much less complexity in the connections and the physical size of the cables is smaller.
Why does serial transmission result in higher net data transfer rates?
It suffers from little interference at high frequencies, allowing the signal frequency to be much higher.
Describe synchronous transmission.
Data is transferred at regular intervals, controlled by a clock signal.
Describe asynchronous transmission.
Each byte is sent separately, as soon as they are ready.
What type of communication makes use of synchronous transmission?
Parallel
How does a receiving computer differentiate between data sent with asynchronous transmission?
Each “character” is sent with a parity bit, and a start and stop bit.
Define latency
A time delay before some component in a computer system responds to an instruction.
What is a protocol?
A set of rules relating to communication between devices.
Define bitrate
The number of bits per second that can be transmitted between devices.
Define baud rate
The rate at which signals along a wire can change state.
What is bandwidth in relation to communication?
The range of signal frequencies a communications channel may transmit.
What does bandwidth have a direct relationship with?
Bit rate
What is a network topology?
The way a network and its connected devices are connected.
State an advantage of using a bus topology.
It is cheap to install as it does not require any additional hardware beyond the main cable.
State two disadvantages of using a bus topology.
If the main cable fails, no network data can be transmitted.
Performance degrades heavily with increased traffic.
Security is poor as all the computers on the network can see what is being transmitted.
What are the advantages of using a star topology?
Each computer has its own cable to the server, so there are no collisions and performance remains consistent, even with high traffic.
If a single cable fails, only the computer is affected. This makes it easier to isolate faults.
Easy to add new computers to the network.
What are the disadvantages of using a star topology?
Can be costly to install as lots of cabling is needed.
If the switch stops working, the entire network is unable to transmit data.
Describe the difference between physical and logical topology.
The physical topology is how the devices are physically connected.
The logical topology is placed onto the physical topology, it is how the data is transmitted.
What is a client-server network?
A centralised server receives and responds to requests for services and data from multiple clients. Here, the clients are server are differentiated.