1.3 Data Transmission Flashcards
Three parts of a packet
Header, message, Footer
Bit
Is the smallest unit of data that a computer can process and store. 1 binary digit long
How many physical states does a bit have?
2
Byte
Is a unit of data that is eight binary digits long
How many physical states does a byte have?
256
Serial transmission
Is the process of sending one bit of data after another.
Parallel transmission
Is the process of sending multiple bits of data at the same time.
What are the three main duplex modes?
Simplex, Half-Duplex, full Duplex
Full duplex
Data can travel in both directions at the same time
Half-Duplex
Data can travel in both directions but only one at a time
Simplex
Data can only travel in one direction
Multiplexing
Several independent data sources are combined and sent along a single route to a single destination
Circuit switching
In circuit switching a path across a network is setup in advance and all packets are sent down the same route in order. The route cannot be used by any other traffic during that time.
Disadvantages of Circuit switching
If a link fails the whole circuit will also fail.
After a link fails a new route will need to be planned.
Advantages of circuit switching
There is no delay in receiving data.
All data received is already whole and in order.
Once a secure connection is made data is transferred at a constant rate