Unit 6 - Communication Flashcards
What is serial transmission?
Serial transmission is a type of transmission involving one bit being transmitted at a time across a singular channel/line. Sometimes two lines are required for two-way communication.
What is parallel transmission?
Parallel transmission is a form of transmission involving several bits being transmitted simultaneously across multiple wires/lines, connected to internal components.
Give an example of serial transmission.
An example of serial transmission is a USB (Universal Serial Bus).
Describe the appearance of parallel transmission.
Parallel transmission involves a ribbon consisting of several wires attached together. Depending on the bits of the block of data, the same number is used for the number of channels.
Give a disadvantage of serial transmission.
Compared to parallel transmission, because serial transmission only uses one line generally, it performs slower transmission of data.
Give a disadvantage of parallel transmission.
Skew - Parallel transmission uses several lines/channels with bits being transmitted simultaneously. Because of this, bits on differing channels may travel at different speeds.
Describe a disadvantage of parallel transmission.
Crosstalk - Due to electromagnetic interference across lines, this may cause line interference as the frequency (speed of transmission) increases. This may result in corruption of data.
Explain the distance parallel transmission can travel at.
Although it can travel faster than serial transmission, because parallel transmission suffers from problems such as skew or crosstalk, this makes it less reliable. Therefore, it can only travel short distances up to 2 metres.
Explain the distance serial transmission can travel at.
Serial transmission is a slow method yet it doesn’t have any major issues affecting it unlike parallel transmission. This makes it more reliable to travel longer distances.
Give an advantage of serial transmission.
When producing serial connectors for serial transmission, the small size and small complexity means production costs are cheaper. This means devices which use these connectors are durable and have good performance despite being cheaper.
What is synchronous transmission?
Synchronous transmission is where long streams or blocks of data are sent at regular intervals, and during this transmission they are timed via a clock signal.
What is asynchronous transmission?
Asynchronous transmission is where a byte of data is transmitted, consisting of a start bit preceding the byte and a stop bit following the byte. A parity bit is added to the byte as the 8th bit for error detection.
Give a use of asynchronous transmission.
Asynchronous transmission is a very slow method of serial transmission due to the transmission of large amounts of bits. This makes it well suited for low speed connections such as a mouse or keyboard.
What is latency?
Latency is the time delay between sending the first packet of communication and receiving the packet at the destination.
What is protocol?
The protocol is the set of rules relating to communication between devices.
Give examples of protocol rules.
- Deciding whether to use asynchronous or synchronous transmission
- Data format
- Odd or even parity checking procedures
What is the bit rate?
The bit rate is the number of bits (1s and 0s) transmitted per second in a wired or wireless data link.
Define baud rate.
The baud rate is the rate at which the signal in a communications channel changes state. It is measured in Mbit/s.
Give the bit rate formula.
Bit rate = Baud rate x number of bits per signal
What is bandwidth?
Bandwidth is a measure of the maximum capacity of the communications channel. Units are bits per second, Mbps or Gbps
What is baseband?
Baseband is a signal involving one bit being carried at a time, and at each signal change, one bit is transmitted.
What is broadband?
Broadband is a signal involving multiple bits being carried so at each signal change 2 bits are transmitted.
Define LAN.
LAN (Local Area Network) is a network involving 2 or more computers connected together in a small geographical region. They are typically confined to one building or site.
What is a network topology?
This is an arrangement of all computing devices/nodes in a network.
Describe the bus topology.
The bus network topology is a type of network topology where the nodes/computing devices are connected in a daisy-like structure in a singular central communications channel. All nodes are connected to a singular backbone cable, which also connects to a terminator, preventing data bouncing back.
What is used in a bus topology to ensure data is transmitted in one direction?
CSMA/CD (Carrier Sense Multiple Access) technology enables nodes to transmit data in one direction, and helps avoid data collisions.