Chapter 2: Data Transmission Flashcards
Definition of data
data is raw facts and figures
Definition of information
Data that has been given context and meaning
Definition of algorithm
A logical, step-by-step process for solving a problem
Definition of data transmission
The movement of data (bits) between at least two digital devices
Definition of data packet
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
Definition of a router
A device that enables data packets to be moved between different networks, for example to join a LAN to a WAN
Definition of streaming
Sending data, usually audio or video, in a way that allows it to start being processed before it is complete
Definition of 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
Definition of encryption
The process of making data meaningless using encryption keys; without the correct decryption key the data cannot be decoded (unscrambled)
Definition of hacking
Attempting to bypass a system’s security features to gain unauthorised access to a computer
Definition of protocol
A set of rules that governs transmission of data
Definition of node
Stages in a network that can receive and transmit data packets; routers are nodes in communication networks
Definition of 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 pakcets
Definition of packet trailer
the part of a data packet that indicates the end of the data packet and cyclic redundancy check error check
Definition of cyclic redundancy check (CRC)
an error checking method in which all the 1-bits in the data packet payload are added and the total is stored in the packet trailer; the same calculation is repeated at the receiving station
Definition of payload
the actual data being carried in a data packet
Definition of packet switching
a method of transmission in which a message is broken into many data packets which can then be sent along pathways independently of each other
Definition of hopping/hop 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
Definition of simplex
data that can be sent in one direction only
Definition of half-duplex
data that can be sent in both direction but not at the same time
Definition of full-duplex
data that can be sent in both directions at the same time (simultaneously)
Definition of serial data transmission
sending data down one channel/ wire one bit at a time
Definition of parallel data transmission
sending data down several channels/wires several bits at a time (usually 1 byte)
Definition of skewed (data)
data that arrives at the destination with the bits no longer sychronised
Definition of universal serial bus (USB)
a type a serial data transmission which has become the industry standard for connecting computers to devices via a USB port
Definition of 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)