F451: Data Transmission Flashcards
Name 3 Types of Bus used to send transmissions around a processor
Data Bus
Control Bus
Address Bus
What does the Data Bus do?
Data Bus transmits between areas of the processor
What does the Control Bus do?
Control Bus would be used to send control signals from the control unit to other parts of the processor
What does the Address Bus do?
Address Bus is a series of lines connecting two or more devices that is used to specify a physical address.
Define Serial Data Transmission
Is when only one bit is transmitted at a time with use of a single wire
Define Parallel Data Transmission
Is when multiple bits are transmitted using multiple wires
Define Duplex Data Transmisssion
Is the communication of data in both directions simultaneously
Define Half-Duplex Transmission
Is the communication of data in both directions but only one at a time
Name the 3 Types of Error Check Methods
Checksum
Parity Check
Echoing Back
Describe Checksum
Checksum is when data is sent from one device to another, and an extra byte is transmitted which tells the total sum of the data sent. The recieving computer adds up the data and compares it to the total provided by the extra transmission, which should match it. However if it does not match it will ask for the sending computer to resend the data.
Describe Parity Check
There are two types of Parity: Even and Odd. 7 bits of the byte is the message and the last bit is the parity bit/check bit. The parity should make the number of ones even or odd (depending on whether it is Odd or Even Parity). If it is not matching either criteria then the sending device will be ask for the transmission to be resent.
Describe Echoing Back
A computer will send a message to another computer; and the other computer will an echo of the message sent so the sender can check to see if it is the correct message.
What is a Handshake Signal
It is a signal sent to another device to establish terms of communication, so for example: To agree error detection rules; To ensure synchronistation of signal; To ensure that the same protocol is being used.
Name a Type of Data Transmission that uses a high bit rate:
Streaming of a video is a good example because it uses a lot of data. It is also extremely time sensitive due to the delay which will interrupt the video.