4.9 - Fundamentals of communication and networking Flashcards
What is baud rate?
The number of signal changes per second.
What is bit rate?
Number of bits transmitted per second.
What is the formula for bit rate?
Baud rate x number of bits per signal
What is bandwidth?
The maximum rate of data transfer of a communication channel.
What is latency?
Difference in time between a signal being sent and it being received.
What is a protocol?
A set of rules that determine the communication between devices.
What is skew?
When the bits sent over a parallel medium are not received together, which in extreme cases can lead to bits from different pulses overlapping, causing corruption of data.
What is crosstalk?
When parallel communication lines are tightly packed, signals from one line can leak into another, causing data corruption.
What is synchronous transmission?
When data is sent at regular intervals determined by the common clock signal of the two devices.
What is asynchronous transmission?
Data is sent when it is available and transmissions use start and stop bits to indicate the duration of transmission. Both devices must have the same Baud rate, and clocks are only synchronised during the transmission.
What is physical network topology?
The actual architecture of the network, that describes how components are interconnected.
What is physical star network topology?
Each client has its own direct connection to the central hub. The hub receives packets for all clients and is responsible for delivering them to the correct recipient
What are the advantage of a physical star network?
Packets sent directly to recipient - other clients cannot see
Easy to add and remove clients
Each cable has one device communicating over it, reducing chance of collisions.
Failure of one cable does not affect performance of whole network.
What are the disadvantages of a physical star network?
All communication stopped if central hub fails
Expensive due to amount of cable
What is physical bus topology?
Connects clients to a single cable called a backbone. Device called a terminator placed at either end of backbone. No need for central hub.
What are the advantages of a physical bus network?
No central hub, reducing chances of network failure and decreasing cost of installation
Inexpensive as minimum length of cable required.
What are the disadvantages of a physical bus network?
All clients see all packets due to backbone
Backbone used for communication by multiple clients, increasing risk of collision.
All communication stopped if backbone fails.
What is logical network topology?
The flow of data packets within a network. A logical bus network delivers packets to all clients, whereas a logical star network delivers packets only to their recipient.
What is a host?
A device on a network that provides services, often a server which provides file storage, printer sharing and internet access.
What is client-server networking?
One or more central severs provide services to clients. Clients request services from servers, which respond to the client with the requested service. Allow for central management of clients on the network, improving security.
What is peer-to-peer networking?
Services provided by clients themselves and every client has equal status. Primary disadvantage is all clients providing services must be running for network to be fully operational. However, more cost effective since no need for powerful server, and easier to set up and maintain.
What are peer-to-peer networks often used for?
Large file-sharing networks and multimedia providers.
What do wireless networks require?
A wireless access point which connects to a wired network, and a wireless network adapter in the device that connects to the wireless network.
What are the three methods of securing a wireless network?
Encrypting transmitted data using WPA or WPA2
Disabling SSID broadcast
Set up a MAC address filter
How does WPA work?
Stands for WiFi protected access and requires that a new wireless client enters a password in order to connect to the network.
How does disabling SSID broadcast work?
SSID stands for service set identifier and is the name that identifies a wireless network. Disabling SSID broadcast means wireless devices within range cannot see the network is available, so only those who know the SSID can connect.
How does a MAC address filter work?
MAC address whitelists can be created to allow only specific devices to connect to a network. Likewise, MAC address blacklists can be created.
What is CSMA/CA?
Carrier sense multiple access with collision avoidance. A protocol used in wireless networks to avoid data collisions caused by multiple devices communicating simultaneously.
How does CSMA/CA work?
Transmitting device listens to its communication channel. If idle, transmits data. If not, waits random period of time and checks again.
Why is the RTS/CTS protocol added to CSMA/CA?
To get around the problem of hidden notes (when a transmitting device cannot see some parts of the network on which the communication may be occurring)
How does RTS/CTS work?
Once transmitting device has checked if channel idle, sends ‘request to send’ message to server. If server actually is idle, responds with ‘clear to send’ message, and communication can begin. If no ‘clear to send’ then server is busy and device must wait a random period of time and start the process all over again.