4.9 - Communication and Networking Flashcards
Serial Data Transmission
Data is sent via an interface, one bit at a time.
+ Very high rates of data transfer
+ Reliable over long distances
+ Higher net rate of data transfer
+ Smaller and less complex
+ Cheaper
Parallel Data Transmission
Multiple bits sent simultaneously over multiple wires. Used in RAM and other ICs.
- Each wire has slightly different properties, causing skew.
- Reliable over short distances.
- Interference between wires (crosstalk).
Bit Rate
Rate of data transfer
Baud Rate
Rate of signal change on a transmission medium
Equation for bit rate
Bit Rate = Baud rate * bits per signal
Bandwidth
Range of frequencies that can be carried by a transmission medium. Directly proportional to bit rate.
Latency
Delay between transmission of first bit and last bit recieved.
Synchronous Data Transmission
Data is transferred at regular intervals, per clock pulse. Allows for a constant and reliable data stream, often used in parallel transmissions (e.g. inside computer).
Asynchronous Data Transmission
Data transferred byte-by-byte. Each character is proceeded by a start bit and preceeded by a stop bit.
Protocol
Rule for communication between devices.
LAN
Local Area Network.
A collection of devices within a single building or site connected together.
Bus Topology
A single main cable that all devices are connected to.
Star Topology
Central node that all devices are connected to by their own link.
Logical Topology
The path the data travels in, rather than the physical layout of a network.
MAC Address
Unique 48-bit address to identify a device. Written in HEX.
Benefits of a Bus Topology
Cheaper than star topology.
Drawbacks of a Bus Topology
Will fail if the main cable fails.
Performance will decrease under heavy load.
Not ideal security, as every computer has access to every transmission.
Benefits of a Star Topology
Easy to locate faults.
Performs consistently.
No data collisions.
More secure as transmissions are only sent to the central device.
Easy to install new devices.
Drawbacks of a Star Topology
More expensive due to quantity of cabling required.
Will fail if the central device fails.
Client-Server Network
Every client is connected to a powerful central server and can hold their own files (although these are also stored on the central servers).
Peer-to-peer Network
Computers are connected to each other over a LAN or a WAN.
Benefits of a Client-Server Network
Good security as access rights controlled by central server.
Centralised control over backups, updates, printers, etc.
Easy to share resources across the network.
Drawbacks of a Client-Server Network
Expensive installation.
Professional IT staff required.
Benefits of a Peer-to-Peer Network
Cheap to set up.
Users can share resources.
Easy to maintain.