Chapter 2 Data Transmission: Unit 2.1: Types and Methods of Data Transmission Flashcards
Define data packets
A small part of a message/data that is transmitted over a network; after transmission all the data packets are reassembled to form the original message/data
Name the 3 parts of the packet structure.
Header
Payload
Trailer
What is in the ‘Header’ of the packet structure?
IP address of the source (sender)
IP address of the destination (receiver)
Sequence number of the packet (allowing correct assembly)
Size of the packet (in bytes)
What is in the ‘Payload’ of the packet structure?
The actual data in the packets (~64 KiB) - the payload
What is in the ‘Trailer’ of the packet structure?
Method of identifying the end of the packet
Some form of error checking to ensure packet arrives error-free
Define cyclic redundancy checks (CRC).
An error checking method in which all the 1-bits in the data packet payload are added and the total score in stored in the packet trailer; the same calculation is repeated at the receiving station
Define router
Device that enables data packets to be moved between different networks
Describe the process of packet switching.
Method of transmission in which a message is broken into many data packets which can then be sent along pathways independently from each other
Define node
Stages in a network that can receive and transmit data packets; routers are nodes in communication networks
Describe the benefits of packet switching
No need to tie up a single communication line
Possible to overcome failed, busy or faulty lines by simply re-routing packets
Relatively easy to expand package usage
High data transmission rate is possible
Describe the drawbacks of packet switching
Packets can be lost and need to be re-sent
More prone to errors with real-time streaming
Delay at the destination whilst the packets are being re-ordered
Describe the process of hopping.
A number in the data packet header used to stop data packets that never reach their destination from ‘clogging up’ the data paths/routes
What 3 factors need to be considered when transmitting data?
Direction of data transmission
Method of data transmission
How the data will be synchronized
What are the 3 transmission modes and describe them?
Simplex - Data that can be sent in one direction only
Half-duplex - Data that can be sent in both directions but not at the same time
Full-duplex - Data that can be sent in both directions at the same time (simultaneously)
Define serial data transmission and its properties
Sending data down one channel/wire one bit at a time
Less risk of external interference than with parallel
More reliable transmission over longer distances
Transmitted bits won’t have the risk of being skewed
Used if the amount of data being sent is relatively small since the transmission rate is slower than parallel
Used to send data over long distances
Less expensive than parallel due to fewer hardware requirements