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
Why does overlap occur?
- Multiple channels are used by multiple people
- Causing traffic within that channel
- When devices are sending requests.
What is CSMA/CA without RTS/CTS
- Data you want to send is put into a packet
- Is the channel idle? (device to wifi network)
- NO = Wait YES = Move on
- Then is transmitted across the network
How does CSMA/CA with RTA/CTS
- Packet assembled
- Is channel idle (Device to netowork)
- No=Wait Yes=Request to send (RTS)
- Then waits for Clear to Send Signal
- No=Wait Yes=Transmit Data
Why do we use CSMA/CA with RTS/CTS
- Hidden node problem
- Devices can be out of range of each other but are in range of WAP
- So they cannot communicate causing collisions
- RTS/CTS is where the WAP double checks for the devices
What is the internet?
- Intercontinenctal fibre optic lines
- Allowing for large amounts of data
- Collection of domain name server routers
- Mapping webaddresses to ip addresses
What are Routers
- Recives packets on a networks
- FOrwards to correct destination on network
- Uses algorithm to determine best method to decide on best route to the destination device on the network
What are gateways?
- Recives packets on a network and sends to correct address
- Able to deal with packets using different protocals between devices
- First strips header data from header info leaving raw data and then uses a new header format needed for a destination network
What is a packet
- A bundle of data
- Wrapped up in addtional information
- For destination information
- Error checking
What is packet switching?
- Network Interface Card (NIC) recive a message to send out data
- NIC splits the message up into equaly sized packets and number with them + Calculates each packet
- Packets are routed to ISP + Checks for packet errors
- Packes are routed to next node (speed and selection is effected by bandwith and conjestion)
- Packets arrive at the ISP of the destination computer
- Destination computer and TCP re-orders the packets into the correct sequence
- Protocal bits are stripped from packets and origonal data is passed to the application needing it
What is the protocals you have to know?
- TCP/IP
- FTP
- SMTP (POP3,IMAP)
- HTTP,HTTPS
What is FTP used for?
- File transport system
- Used for transfering files across networks
- Ports 20,21