Unit 6 - Communications and Networks Flashcards
What are the two types of cables?
Serial and parallel
What are the advantages of serial cables?
- Reliable over long distance
- Reliable with high frequencies
- Smaller connectors
- Cheaper as fewer wires are needed
What is skew?
Data on different cables within a parallel wire moving at different speeds so that they arrive at their destination at different times, this causes latency and data can be lost
What is crosstalk?
Electromagnetic interference between two cables within a parallel wire causing data to be lost or corrupted meaning it has to be resent
What happens to crosstalk as the frequency is increased?
Becomes more pronounced
What are the disadvantages of serial transmission?
- Two cables have to be added for two way transmission
- Slow as data has to be sent one after the other
What are the two types of data transmission?
Synchronous and asynchronous
Define latency
The time delay that occurs when transmitting data between devices
What is synchronous transmission?
Data is transmitted where the pulse of the clock of the receiving device and the sending devices are in times with one another
What is asynchronous transmission?
Data is transmitted between two devices that do not share a common clock signal
Compare synchronous and asynchronous transmission
Synchronous transmission is quicker and more efficient as asynchronous transmission requires additional bits to be sent which means sending more data and there are gaps between transmission. However, asynchronous transmission is cheaper so it is often used in low speed connections such as between a mouse or a keyboard.
Why are protocols necessary?
All devices involved in communications must agree on the rules of information transfer
What points do protocols cover?
- Standards for physical connection such as cabling
- The rate of transmission
- Data format
- Whether the transmission is synchronous or asynchronous
- Error checking procedures (even or odd parity)
What is bit rate?
The number of bits transmitted in one second over a wired or wireless data link
What is baud rate?
The rate at which the signal in a communications channel changes state
What equation links bit rate and baud rate?
Bit rate = baud rate x number of bits per signal
Why can’t the baud rate ever be higher than the bit rate?
The baud rate is a measure of how many times the signal changes state and the maximum number of times is once for every transition between two bits
What is the difference between baseband and broadband?
Baseband carries one signal at a time, a bit is represented by high or low voltage in the cable.
Broadband carries multiple signals on a fixed carrier wave which means that bits are sent as variations on the wave.
What is broadband?
A measure of the maximum capacity of a communications channel
What is a LAN?
Two or more computers connected together within a small geographic location .e.g. home or office
What is a standalone?
A computer which is not connected to any other computing device
What is a WAN?
Two or more computers connected together and the connection spans a large area .e.g. international
What is a bus topology?
An arrangement where nodes are connected in a daisy chain by a single central communications channel
What is a star topology?
An arrangement where a central switch or hub provides a common connection point for all other nodes and each node has a connection directly to the central hub or switch
What does it mean if nodes are passive?
They do not actively communicate with one another
What happens if two nodes try to transmit at the same time in a bus topology?
CSMA/CA will detect this and halt the transmission from both nodes, each nodes will then have to wait a random amount of time before it can try to transmit again
What are the advantages of a bus topology?
- Cheaper to install than a star topology
- Easier to install than a star topology
- Easy to add new client
What are the disadvantages of a bus topology?
- Not good for large networks
- Low security
- Adding users to the network increases latency
- The main cable failing will affect all the users
- Less reliable than a star network
- More difficult to find faults
What does CSMA/CD stand for and what does it do?
Carrier Sense Multiple Access and Collision Detection. This is a type of software that can be used in wired networks to detect possible collisions and manage transmissions.
What type of software is often used in wireless networks?
CSMA
How does the switch in a star topology send messages to the right device?
Each device contains a Network Interface Card (NIC) and each one of these is encoded with a Media Access Control (MAC) address. The switch will have the MAC address for every device and can cross reference it with the message being sent. It can then send the message to the right computer.