X) Networks and Communication Flashcards
Serial Data Transmission
Serial data transmission is when data is transmitted one bit at a time, down one data line.
For two way communication, an extra data line is required.
They can transmit at a rate of 1Gps ( 1000 million bits per second).
Parallel Data Transmission
Parallel data transmission is where data is transmitted several bits simultaneously along separate data lines.
The more wires there are the more data that can be sent simultaneously, this creates large network channels, (processor and memory).
Serial Vs Parallel Data Transmission
Serial:
- Only one-way data transmission
- Slower than parallel
- Less number of cables required
- Data can be transmitted over longer distances
Parallel:
- Two-way data transmission
- Faster than serial
- More prone to developing connection problems (Skew).
- Can only transmit data over short distances
Connection problems
Skew and Crosstalk
Skew is a problem caused when each wire has slightly different properties, leading to different data speeds along each wire.
Crosstalk is the electromagnetic interference between two adjacent wires. This issue can become pronounced as the frequency of transmission increases.
Synchronous Transmission
Synchronous data transmission is when all data transfers are timed to coincide with an internal clock.
The data is sent as one long stream of data with no gaps in the transmission. The receiver counts the bits and reconstructs bytes.
Asynchronous Transmission
Asynchronous data transmission is when each byte is sent separately instead of waiting for a clock signal.
Each byte is preceded by a start bit and a stop bit, with a short gap between each byte.
This transmission is relatively slow as to the short gap between each byte. But is a cheap, serial transmission suited to low transmission connections.
The parity bit
The parity bit is added as the 8th bit, to form an error detection. Can either be a 0 or 1 and is placed at the end of the byte, before the stop bit.
Latency
Latency is the time delay between the moment the first byte is sent to when it is received at its destination.
Causes for latency:
- the time it takes data to pass through a communication medium.
- the time it takes for data to pass through a network depending on how many devices it has to pass through.
Protocols
Protocols are a set of rules for governing data transmission across devices and networks.
The protocol defines:
- Standards for physical connections and cables
- The rate of data transmission
- How data is formatted
- Whether the transmission is synchronous or asynchronous
Bit Rate
Bit rate is the rate at which data is transmitted, measured in bits per second (bps). The bit rate is directly proportional to bandwidth.
Using baseband, at each signal change one bit is transmitted, the faster the signal change, the greater the bit rate.
Baud Rate and Broadband
Baud rate is the rate at which the signal in a communications channel changes state. Measured in megabits per second (Mbs).
Broadband carries multiple signals on a fixed carrier wave, where bits are sent as variations on the wave.
How to calculate bit rate?
Bit rate = baud rate x number of bits per signal
Bandwidth
Bandwidth is a measure of the capacity of the channel down which the data is being sent, measured in hertz (Hz).
Local Area Networks (LANs)
A LAN is two or more computers connected together within a small geographical area.
- Devices can be sent data over to each other faster over a LAN.
- Computers safer from threats as data is not sent directly from a client, sent through a server.
Bus Topology
A Bus network topology is where all nodes are connected to a single backbone cable.
Each node is passive and data is sent in one direction at a time only.
Only one computer can transmit successfully at any one time.
+ives:
Cheaper as only one cable is needed.
Easier to add new clients.
-ives:
Less secure as all data is transmitted down one cable.
If the main cable fails then all clients are affected.