Serialtransmission can only send onebit at a time in order.
What is parallel transmission?
Parallel transmission can send more than one bit at a time.
Advantages of serial transmission?
It is cheap as it uses onewire, it is reliable over longdistances
Disadvantages of serial transmission?
it is slower than paralleltransmission in the shortterm.
Advantages of parallel transmission?
It transmits faster than serial transmission, reliable for shorterdistances
Disadvantages of parallel transmission?
data needs to arrive at the sametime and sync up.
What is a simplex?
A simplex is uni-directional and allows data to be sent but the receivercannot send data back. For example a satellite connection to a TV.
What is a half duplex?
A half duplex is bi-directional and allows data to be sent in bothdirections but not simultaneously. For example a walkie talkie.
What is a full duplex?
A full duplex allows data to be sent simultaneously in both directions. For example a phone call.
What is multiplexing?
It is the method of combining several independent data sources for sending along a single route to get to a single destination on the same wire.
What is circuit switching?
The path is setup between the sender and receiver, All data follows the same path in order, Path cannot be used by any other data
What is packet switching?
Data is split into packets, Each packet may be transmitted by different routes, Packets may arrive out of order and are re-assembled
Why is packet switching more preferred?
Better security as it is very difficult to intercept, Makes more efficient use of data lines as there is no waiting during gaps, Less likely to be affected by networkfailure
What is in the header part of the packet?
source address, destination address, order number
What is in the payload part of the packet?
data
What is in the trailer part of the packet?
error check, end of packetbits
What is network collision?
Data collision occurs when two sets of data are detected on the networksimultaneously, Once detected the transmittingnodesre-sends after a shortrandom amount of time.
What is routing?
This is the method of selecting the path across a network for data packets to be sent.