networks Flashcards
Define serial transmission.
Serial transmission is where one bit is sent after the other down a single data line.
Define parallel transmission.
Parallel data transmission is where multiple bits are sent simultaneously down several data lines.
What are the benefits of serial over parallel transmission.
Cheaper = there is only one wire in single data transmission but parallel requires multiple wires so it is more expensive than serial
More reliable = Parallel experiences:
- Cross-talk: electromagnetic interference between several adjacent wires can cause bits to get corrupted (more pronounced at higher frequencies)
- Data skew: due to the slightly different properties of each wire in parallel DT, the bits travel at different speeds and arrive at different times (more pronounced at larger distances) so parallel is limited to 2 m
Define asynchronous transmission.
Data is transmitted when it is available, rather than at specific intervals or according to a clock signal. This means that there can be periods of time when the transmission channel is idle.
Define synchronous transmission.
In synchronous data transmission, streams of bits are transferred over a communication channel at a constant rate.
The transmitter and the receiver are synchronised using a common clock signal.
Compare synchronous and asynchronous transmission.
Asynchronous
- Requires a start bit and stop bit
- Less efficient
- Used for more sporadic data like mouse clicks
Synchronous
- No start and stop bit required
- Commonly used with parallel transmission
- e.g. transmission of data across a data bus according synchronised with the clock signals
What are the purposes of start and stop bits in asynchronous data transmission?
Synchronise the receiver’s clock signals to the transmitter clock
OR start the receiver’s clock ticking
Define bit rate.
The rate for the number of bits transmitted across a communications channel per second.
Define baud rate.
The rate for the number of times the signal changes per second.
A symbol corresponds to a set of bits that are transmitted with every signal change.
So baud rate represents the symbol rate of a channel
Define bandwidth.
The range of signal frequencies that can be transmitted across a transmission medium.
Define latency.
The delay from the time that a signal is sent, to the time that it is received.
Define protocol.
A protocol is a set of rules that govern the communication between devices
Define broadband.
A multiple data channel system in which the bandwidth of the transmission medium carries several data streams at the same time.
Define hand-shaking protocol.
The sending and receiving devices exchange signals to establish that they are each ready to initiate data transfer.
When is there a difference in bit rate and baud rate?
Bit rate can be higher than baud rate if more than one bit is encoded in each signal change.
What is the relationship between bit rate and bandwidth?
Bit rate is directly proportional to bandwidth.
Describe in detail the principles of a physical star topology.
- The central device is a switch which all devices on the network are connected to directly
- A switch uses a table that maps each device to the port it is connected to.
- In this way, the switch is able to direct messages to the correct recipient (receiving device).
- Switch is the central point of failure
- Failure in connections or workstations is isolated
What is a logical bus topology?
- All nodes on the network are connected via a single backbone cable (on each end there are terminators)
- Messages are transmitted to all nodes in the network, the receivers examine the packet’s destination address and ignore it if they are not the intended recipient
- Prone to collisions as all signals travel across a single cable
- Poor security as data is transmitted to all nodes
- A break in the backbone will bring whole network to a stop
Differentiate between physical and logical topologies.
A physical topology is the arrangement of wiring between devices in a network.
A logical topology is how data packets flow in a network/the architecture of communication mechanisms in a network.
Explain peer-to-peer networking with situations it is used in.
- A network that has no dedicated servers.
- All computers are of equal status (same access rights) and can both share resources themselves and use resources from other computers
- Peers directly communicate with each other
- Small companies benefit as having independent computers means you don’t need an expensive server or hardware to manage and maintain
Explain client-server networking with situations it is used in.
- A system in which some computers (the clients), request services provided by other computers, the servers.
- Servers are computers that provides shared resources to network users.
- Typically used in large companies where people need to access data and resources frequently
- A server can cope with multiple people accessing it
- Security and access rights are centralised
- Backup and restoration is centralised and can be managed by a specialised networks manager
What is WiFi and its purpose?
- WiFi is a high-bandwidth wireless method of communication that can be used alongside or in place of wired Ethernet networks
- One of the most common wireless technologies which allows computers to connect to a network without physical connections.
Describe a wireless network adapter as a crucial component for wireless networking.
It is a physical device which is required to connect to a wireless network.
It is use to convert data into a form so that it can be transmitted across the network and in a wireless network the data needs to be converted into radio waves.
(In wired it would be voltages through a wire or pulses of light through fibre)
Describe a wireless access point as a crucial component for wireless networking.
- This is the bridge between wired and wireless network
- They broadcast a wireless signal which other devices can connect to, all the devices share the bandwidth of the access point.
- The Access Point is normally connected to a single wired network port.
- In the home this could be packaged with a router and a network switch, but can also be a stand alone device.