Category
page 1Data transmission
communication protocol
system for exchanging messages between computing systems
wide area network
computer network that connects devices across a large distance and area
digitization
thumb|Internet Archive book scanner
thumb|Digital camera imaging setup at the New Zealand Arthropod Collection used for extended depth of focus photography of specimens.
Digitization is the process of converting information into a digital format, i.e., a format that can be read by computers. The result is the representation of an object, image, sound, document, or signal (usually an analog signal) obtained by generating a series of numbers that describe a discrete set of points or samples. The result of this conversion is called digital representation or, more specifically, a digital image for
download
In computer networks, download means to receive data from a remote system, typically a server such as a web server, an FTP server, an email server, or other similar systems. This contrasts with uploading, where data is sent to a remote system.
A download is a file offered for downloading or that has been downloaded, or the process of receiving such a file.
data transmission
transfer of data over a point-to-point or point-to-multipoint communication channel
baud
In telecommunications and electronics, baud (; symbol: Bd) is a common unit of measurement of symbol rate, which is one of the components that determine the speed of communication over a data channel.
bit rate
information transmission rate expressed in bits per second
parity bit
bit added to a binary string to ensure that the sum of the bit values is even or odd; used as an error detecting code
upload
Uploading refers to transmitting data from one computer system to another through means of a network. Common methods of uploading include: uploading via web browsers, FTP clients, and terminals (SCP/SFTP). Uploading can be used in the context of (potentially many) clients that send files to a central server. While uploading can also be defined in the context of sending files between distributed clients, such as with a peer-to-peer (P2P) file-sharing protocol like BitTorrent, the term file sharing is more often used in this case. Moving files within a computer system, as opposed to over a netwo
Gray code
ordering of binary strings such that subsequent strings differ only in one bit
endianness
thumb|upright=2|Diagram demonstrating big- versus little-endianness
universal asynchronous receiver/transmitter
computer hardware device
quadrature amplitude modulation
family of digital modulaton methods
ultra-wideband
Ultra-wideband (UWB, ultra wideband, ultra-wide band and ultraband) is a radio technology that can use a very low energy level for short-range, high-bandwidth communications over a large portion of the radio spectrum. UWB has traditional applications in non-cooperative radar imaging. Most recent applications target sensor data collection, precise locating, and tracking. UWB support first appeared in high-end smartphones in 2019. For a detailed list of Ultra-wideband supported mobile devices, see List of UWB-enabled mobile devices.
phase-shift keying
type of radio modulation
payload
content of a message excluding headers and metadata
parallel communication
method of transmitting multiple bits of data simultaneously
bit error rate
the ratio between the number of incorrect bits transmitted to the total number of bits
download manager
computer program dedicated to downloading (and sometimes uploading) files
header
supplemental data placed at the beginning of a block of data being stored or transmitted
encapsulation
method of designing modular communication protocols in which separate functions are abstracted from their underlying structures
data link
telecommunications connection for transmission of digital information
MQTT
MQTT is a lightweight, publish–subscribe, machine-to-machine network protocol for message queue/message queuing service. It is designed for connections with remote locations that have devices with resource constraints or limited network bandwidth, such as in the Internet of things (IoT). It must run over a transport protocol that provides ordered, lossless, bi-directional connections—typically, TCP/IP. It is an open OASIS standard and an ISO recommendation (ISO/IEC 20922).
data circuit-terminating equipment
communications system component

sneakernet
thumb|right|A USB flash drive allows the transfer of data between individuals without use of the Internet.
thumb|Memory cards are a popular physical medium for transferring files and have become smaller in size as technology has advanced.
Protocol data unit
unit of information transmitted between peer entities (at the same layer) of a computer network
handshaking
automated process of negotiation that dynamically sets parameters of a communications channel established between two entities before normal communication over the channel begins
block
sequence of bytes or bits, having a nominal length (a block size)
flow control
management of data rate
variable bitrate
rate control method that allows the bit rate of a multimedia file to vary over time
IOPS
Input/output operations per second (IOPS, pronounced eye-ops) is an input/output performance measurement used to characterize computer storage devices like hard disk drives (HDD), solid state drives (SSD), and storage area networks (SAN). Like benchmarks, IOPS numbers published by storage device manufacturers do not directly relate to real-world application performance.
eye pattern
also known as an eye diagram, an oscilloscope display of a digital data signal
bitstream
A bitstream (or bit stream), also known as binary sequence, is a sequence of bits.
sliding window protocol
type of error-detection protocol at the data link layer, and transport layer for TCP
bandwidth throttling
throttling
External Data Representation
standard data serialization format
Digital Audio Access Protocol
for sharing music in Apple's iTunes
asynchronous serial communication
form of serial communication lacking synchronization control signals

transfer
movement of computer data from one storage medium to another

symbol rate
rate of modulation of a digital signal

data cap
limits the transfer of a specified amount of data over a period of time
code word
an element of a standardized code or protocol
constant bitrate
term describing a multimedia stream or file that contains a constant amount of information per unit time
SD-WAN
A Software-Defined Wide Area Network (SD-WAN) is a wide area network that uses software-defined networking technology, such as communicating over the Internet using overlay tunnels which are encrypted when destined for internal organization locations.
scancode
A scancode (or scan code) is the data that most computer keyboards send to a computer to report which keys have been pressed. A number, or sequence of numbers, is assigned to each key on the keyboard.
buffer underrun
state
type-length-value
Within communication protocols, TLV (type-length-value or tag-length-value) is an encoding scheme used for informational elements. A TLV-encoded data stream contains code related to the record type, the record value's length, and finally the value itself.
data-rate unit
type of unit of measurement
acknowledgement
computing signal confirming receipt of a message
FT8
thumb|A Waterfall plot|waterfall display showing FT8 in use on the [[40-meter band.]]
FT8 (short for Franke–Taylor design, 8-FSK modulation) is a frequency shift keying digital mode of radio communication used by amateur radio operators worldwide. It was released on June 29, 2017, by its creators Joe Taylor, K1JT and Steve Franke, K9AN, as part of the WSJT software package.
Synchronous serial communication
Serial communication with clock signal
magic cookie
short packet of data passed between communicating programs
information transfer
sending information over a communications medium
bit-oriented protocol
communications protocol that sees the transmitted data as an opaque stream of bits
differential coding
technique in digital communications
Gibberlink
thumb|Two chatbots communicate over ggwave protocol
GibberLink is an acoustic data transmission project, with an open-source client available on GitHub, in which two conversational AI agents switch from speaking to one another in a Human-listenable language (such as English) to their own unique language that consists of a sound-level protocol after confirming they are both AI agents. The project was created by Anton Pidkuiko and Boris Starkov.
Universal Synchronous/Asynchronous Receiver/Transmitter
Serial interface device that can be programmed to communicate asynchronously or synchronously
Ethernet in the first mile
use of Ethernet between a telecommunications company and a customer's premises
phase fired controllers
term in physics
bit banging
using software instead of dedicated hardware to process and make use of signals