Section 6: Communication Flashcards
serial data transmission:
B___ are _____via an in_______ __ bit at a ____ over a s_____ wire.
serial data transmission:
Bits are sent via an interface one bit at a time over a single wire.
why use serial transmission:
Hi___ data _______ rate can be ac______ , e.g. fiber-optic cable.
why use serial transmission:
High data transmission rate can be achieved, e.g. fiber-optic cable.
parallel data transmission:
S______ bits are sent sim#________, over a number of pa______ wires.
parallel data transmission:
several bits are sent simultaneously, over a number of parallel wires.
use of parallel data transmission:
This form of tra_______ is used in int________ ci_____, and within the ___.
use of parallel data transmission:
this form of transmission is used in integrated circuits, and within the RAM.
What is Skew:
this is a problem were b___ are tra_______ through pa_____ wires, were e___ bit trav___ at di_____ speeds, due to the di______ pro______ of the material of the wire. therefore it is not sui____ for l____ distance trans______.
What is Skew:
this is a problem were bits are transmitted through parallel wires, were each bit travels at different speeds, due to the different properties of the material of the wire. therefore it is not suitable for long distance transmission.
what is Crosstalk:
This is the in______ of the wi____ have on each o___, this may cause the da__ transmitted to be_____ corr_____.
what is Crosstalk:
This is the interference of the wires have on each other, this may cause the data transmitted to become corrupted.
bit rate and baud rate:
bit rate - this is the sp____ at which data is tra____ measured in (bps).
baud rate - the number of signal changes in a communication medium per second measured in (Bd - baud).
bit rate and baud rate:
bit rate - this is the speed at which data is transmitted measured in (bps).
baud rate - the number of signal changes in a communication medium per second measured in (Bd - baud).
What is bandwidth.
this is the range of frequencies that a transmission medium can carry, it is measured in (Mbps).
- the larger the bandwidth the greater the amount of data transmitted.
what is Latency.
this is the time delay between the moment the first byte is of a packet is sent to when it is received at its destination. this can be seen on satellites links such a TV.
what is Parity.
this is a method used y a computer to check the data received for any errors, computer use other an odd or even parity. this means that the total number of ‘1’ must always add up to an odd or even number. this parity bit is signed to the most significant bit.
Synchronous transmission.
Data is transferred at regular intervals that are timed by a clocking signal.
- This allows for a constant and reliable transmission, for time sensitive data, such as real-time video or voice.
- Parallel communication typically uses synchronous transmission.
Asynchronous transmission.
one byte at a time is sent, with each character preceded by a start and by a stop bit, the start bit alerts the receiving device and synchronises the clock inside the receiver ready to recite the character.
- he baud rate at the receiving end must be the same as the senders baud rate, so the signal ca be received correctly.
Advantages of serial over parallel transmission:
1. lo____ ____ due to the sig____ red______ in the si__ and ~_________ of connectors.
2. Se____ links are more rel______ over much gre_____ distance than pa_____ links.
3. Because of the la___ of int_______ at high fre_______, signal fre_____ can be much hi_____
with se____ transmission.
Advantages of serial over parallel transmission:
1. lower cost due to the significant reduction in the size and complexity of connectors.
2. Serial links are more reliable over much greater distance than parallel links.
3. Because of the lack of interference at high frequencies, signal frequency can be much higher
with serial transmission.
calculating bit rate.
Bit rate of channel = baud rate * number of bits per signal.
- each signal change represent a different bit patter.
- the larger the baud rate the larger the bit patter per signal.
Example:
baud rate = 4 (voltage change) – number of bits per single = 2.
bit rate = 4 * 2
= 8bps.
What is a protocol.
A set of rules relating to communication between devices.
- used for equipment from different providers to be networked.
- this protocol covers; physical connection, cabling, mode of transmission, speed, data format and error checking and correction.