4.9.1-4.9.2-4.9.3 Communication Flashcards
What is Serial Transmission?
1) Serial Transmission is where bits are sent via an interface one bit at a time over a single wire from the source to the destination
What is Parallel Transmission?
1) Parallel transmission is where several bits are sent simultaneously over a number of parallel wires
2) Used in integrated circuits and in RAM
What are the advantages of Serial over Parallel transmission?
1) Reduction in size and complexity of connectors in serial transmission reduces costs
2) More reliable over longer distances than parallel transmission
3) Lack of interference creates higher signal frequencies which lead to higher net data transfer
What are the disadvantages of Parallel over Serial transmission
1) Crosstalk creates interference between lines and can corrupt words which have to be re-transmitted
2) Skew occurs when bits travel at different speeds over the wires
What is synchronous transmission and how is it used?
1) Data transfer at regular intervals, timed by clocking signal which allows for a constant and reliable transmission time for sensitive data
2) Parallel transmission uses this synchronised approach with the CPU and the clock emitting a signal
What is asynchronous transmission?
1) One byte is sent at a time with each character being preceded by a start bit and a stop bit
Structure:
Start Bit: Singular Byte: Stop Bit
What is the role of the start bit and what is required for the correct sending of a signal?
1) The start bit alerts the receiving device and synchronises the clock inside the receiver to receive the character
2) equal baud rates are required for a correct sending of a signal
What is the role of the stop bit?
1) The stop bit is a ‘stop period’ which can be of any time period
2) This stop period allows the receiver to identify the next start bit and it allows the receiver time to process the data before the next value is transmitted
What is baud rate?
1) The rate at which information is transferred in a communication channel
What is the bit rate?
1) The bit rate is the speed at which data is transmitted serially it is measured in bits per second
What is bandwidth?
1) Bandwidth is the range of frequencies that a transmission medium can carry
2) Larger the range the higher the quantity of data that can be transmitted
3) Direct relationship between bandwidth and bit rate
4) Expressed in bits per second (bps)
What is latency?
The time delay between the start of transmission of the first byte or packet and when it is fully received at its destination
What is protocol?
1) A set of rules relating to communication between devices
What is the difference between baud and bit rate?
1) Bitrate higher than baud rate if more than one bit is encoded for each signal change
What is the relationship between bit rate and bandwidth?
Bitrate is directly proportional to bandwidth
What is a Physical Star topology?
1) A star network that has a central node ( a switch or a computer) that acts as a router to transmit messages
What is a physical bus topology?
1) All computers are connected to a single cable, the ends of the cable are plugged into a terminator
What are the advantages of a Physical bus topology?
1) Inexpensive to install as it needs less cable than a star topology
2) Doesn’t require any additional hardware
What are the disadvantages of a bus topology?
1) If the main cable fails network data can no longer be transmitted to any of the nodes
2) Heavy traffic reduces performance
3) Decreased security all computers on the network can see all data transmissions
What are the advantages of a Physical star topology?
1) If one cable fails only one station is affected so the fault is isolated
2) Consistent performance even under high traffic
3) Easy to add new stations without disrupting the network
4) No problems with collisions of data since each station has its own cable to the server