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.
What is a peer-to-peer network?
A decentralised communications model where participants, called peers, interact directly with each other without the need for a server.
Why can wireless signals can be intercepted more easily than wired signals?
You don’t have to be physically connected to the network, you can simply be in range.
How are wireless networks differentiated?
Through the use of a service set identifier (SSID).
Why might an SSID be hidden from broadcast? How can the network still be joined?
It is an added security measure.
In order to join the network, the exact SSID must be known and entered.
What is the purpose of WIFI?
It allows a large number of users to move around freely (wireless network).
It is easy to set up, less expensive, and convenient to use.
What are some of the challenges faced by Wireless Local Area Networks (WLANs)?
Speeds are slower compared to wired networks.
Signals can easily be obstructed.
Less secure then wired networks.
Relies on signal strength coming from WAP.
What is the role of a network interface card (NIC)?
It is a hardware device used to connect a device to a network.
How does a NIC convert data to be sent into appropriate signals that can be carried across a medium?
In wired networks, the signal is a voltage through a wire, or pulses of light through a fibre.
In wireless networks, it is a modulated radio wave.
What unique identifier does each NIC have?
A Media Access Control (MAC) address. This is allocated by the manufacturer and cannot be changed.
What does a hub do?
Repeats messages to all connected devices. This is inefficient because the data reaches places other than its intended destination.
What does a switch do?
Only sends a message to its intended destination device.
How does a switch work?
It builds up a table with MAC addresses of every connected device.
When a signal is received, the data is analysed to determine the destination MAC address.
The data is then sent to the port connected to the device with the destination MAC address.