Chapter 2: Data Transmission Flashcards
Define a data packet
a small part of a message/data that is transmitted over a network
Define packet header
the part of the data packet that contains the IP addresses of the sender and receiver, and includes the packet number which allows reassembly of the data packets
Define packet trailer
The part of a data packet test indicates the end of the data packet and CRC.
Define CRC
An error checking method in which all the 1-bits I’m the data packet payload are added and the total is stored in the packet trailer.
Define payload
The actual data being carried on a data packet
Define node
Stages in a network that can receive and transmit data packets
Define packet switching
A method of transmission in which a message is broken into many data packets which can be sent along pathways independently to each other
Define router
A device that enables data packets to be moved between different networks
Define real time streaming
the transmission of data over a network for live events where the data is sent as soon as it is received or generated
Define hop/hopping number
a number in a data packet header used to stop data packets that never reach their destination from ‘clogging up’ the data paths/routes
Define simplex
data that can be sent on one direction only
Define half-duplex
data that can be sent in both directions but not at the same time
Define full duplex
data that can be sent in both directions at the same time (simultaneously)
Define serial data transmission
sending data down one channel/wire one bit at a time
Define parallel data transmission
sending data down several channels/wires several bits at a time (usually 1 byte)
Define skewed data
data that arrives at the destination with the bits no longer synchronised
Define USB
a type of serial data transmission which has become the
industry standard for connecting computers to devices via a USB port
Define parity check
a method used to check if data has been transferred correctly; it makes use of even parity (an even number of 1-bits) or odd parity (an odd number of 1-bits)
Define parity bit
a bit (either 0 or 1) added to a byte of data in the most significant bit position; this ensures that the byte follows the correct even parity or odd parity protocol
Define parity block
a horizontal and vertical parity check on a block of data being transmitted
Define parity block
a horizontal and vertical parity check on a block of data being transmitted
Define parity byte
an extra byte of data sent at the end of a parity block; it is composed of the
parity bits generated from a vertical parity check of the data block