Communications and Network Flashcards
What is serial transmission?
- Bits sent one after the other over a single wire from source to destination
What is parallel transmission?
Multiple bits are sent simultaneously over parrallel wires drom source to destination
What is skew?
- Problem in parrallel transmission
- Each individual wire has slightly different properties
- Meaning different travel speeds when sends bits
- Meaning parrallel is only suitable over short distances (motherboard)
Why would you want to use serial over parrallel
- Skew means parallel wires are unreliable over short distances
- Serial is reliable over longer distances
- Serial is cheaper sinse there is only one less complex cable compared to parallel
- Crosstalk can occur bettween parrallel wires where there can be interference between lines leading to corruption which increases with signal
- Serial sufferes from little freqeuncy interference meaning it can carry higher frequencies meaning more data can be carried
What is synchronous transmission?
- Data transferrred at regular intervals
- Sunchronised by a clock pulse signal
- Parallel communication makes use of synchronous transmission
- Useful for real time data
What is asynchronous transmission?
- Each bit is sent speratly as soon as ready
- Each character set is paired with a parity bit and a start and stop bit
- Allows for reciver to know when new data has arrived providing a ga between sets of bits delaying the next.
What is latency?
The time delay before some component in a computer system responds to an instruction
- Home device
- Satelite
- Server
What is protocals?
- A set of rules for communication between devices
- Both devices need to use the same protocol to communicate
Controls for : - Transmission speed and method
- Error checking method
- Data transmission format
What is bit and baud rate?
Bit rate is the numebr of bits that are transferred between devices in one second
BAud rate is the number of times a signal in a commnications channel changes state
How do you increase transmission rate?
- Increase baud rate
- If there is more than two voltage states to encode binary
- The bitrate would be different compared to the baud rate
- As more frequencies can be produced
How do you calculate bit rate of a channel
Bit rate of a channel (Bits per second) = Baud rate x number of bits per signal
What is bandwidth?
The measure of the maximum capacity of a given communication channel
- The higher the bandwidth the greater the volum of data transmission
- AKA data transfer rate
What is a network topology? + List the different topologies
The wat a network and its connected devices are connected
- Bus topology
- Star topology
- Mesh topology
What is the advantages of bus topology
- Cheap to install
- Does not require additional harware beyond the main cable
- Easy to add more devices to the network
What is the disadvantages of the bus topology?
- If the main cables the whole network goes down
- Performance degrades heavily with more devices
- Security is poor as all computers can see all data transmission
What is the advantages of the star topology?
- If a single cable fails the issue is isolated
- Easy to add new devices
- Consistent performance even under heavy load
- Less likely to have data collisions
What is the disadvantages with the star topology?
- Can be costly to setup and install due to alot of caballing
- If central node goes down the whole network goes down
How do physical and logical topologies work together?
- Physical topologies would pyhsically connect devices together
- A bus topology protocal could be installed on one of the computers in the network
- Allowing for that computer to see transmission of data on the network
What is client server model
- All devices are connected to a central server
- Personal files, software
- Server is a point of failure
What is a peer to peer model?
- No central server
- No single point of failure
- Each computer acts as a client and server
- Good for internet sharing
- If one computer goes down then those files are inaccesible to the other devices on the network
What is WIFI + advatages
- A common standard for wireless network
- Cheap and easy to install and maintain
- Can transfer and handle concorrunt data and users
What are the components for wireless networking?
- Wireless network card
- WAP
- Modem + Router
- Internet
What is SSID’s
- Service set identifier (Wifi name)
- Has to be used by all devices which want to connect to the network
- Automatically broacast to any wireless device within range of the WAP
- Can be hidden and requires a password
What does CSMA/CA and RTS/CTS stand for?
Carrier sense multiple access with collision avoidence
Request to send/clear to send