What is serial and parrallel data transfer?
Parallel vs Serial?
Parallel can become out of sync, and cross talk can happen between the wires, is faster, skew can appen, used for short distances. (used in internal busses)
Serial needs less wires, and is easier to amplify the signal due to this, used for long distance
What is baud rate?
The rate(frequency) at which signals on a wire may change
what is bit rate?
the number of bits transmitted per second.
(usually baud rate unless more then 2 voltages are used in order to send more bits per signal change)
What is bandwidth?
the range of frequencies that it may transmit.
what is latency?
the time delay that can occur between the moment somthing is initiated and the moment its effect begins.
(cased by distance and processing delay)
Relaionship between bandwidth and bit rate?
Direct
W bps can be acived with 2W Hz
What is asyncronus serial data transmission?
The arival of the data cannot be predicted by the recivior. A start and stop bit are used to syncronise the transmitter and recivor tempororily.
(the two clocks arent in sync)
disadvantages of asyncronus?
Extra bits are needed (called overhead)
becomes very out of sync at high speeds.
What are the start and stop bits?
where does the parity bit go in asyncronus packets?
before the stop bit
What is handshaking?
The process of agreeing via an exchange of signals which protocol will be used between the sender and the recivor. Eg speed, parity, startnstop bits.
What are flow control signals?
Happen on alternate wires (or in the main wire) they are signals that happen during transmission. Eg request to send, clear to send.
advantages of asyncronus coms
sYCRONOUS COMS ADVANTAGE
asyncronus coms disadvantage
syncronous disadvantages
what does a modem do?
Changes the digital signal to an analogue frequency and sends it across analogue link (or the other way around)
What kind of signal is used on LAN and WAN
Baseband -LAN = lower cost,good at shgort distances
Broadband-WAN, long distance - would be expensive if one one chanell could be used at once
what is broadband?
Use modulated signals with a carrier wave, many signals can be trasmitted at once on different channels with a different frequency of carrier wave.
what is baseband?
the signal occupies the entire bandwidth so only 1 signal can happen at once
wHAT IS MODULATION
Chaninging a carrier signal
types of modulation
Why do networking?