Midterms Vocab Flashcards
innovation
A novel or improved idea, device, product, etc, or the development thereof.
bitrate
(sometimes written bitrate) the number of bits that are conveyed or processed per unit of time. e.g. 8 bits/sec.
latency
Time it takes for a bit to travel from its sender to its receiver.
protocol
A set of rules governing the exchange or transmission of data between devices.
ASCII
American Standard Code for Information Interchange. ASCII is the universally recognized raw text format that any computer can understand.
IETF - Internet Engineering Task Force
develops and promotes voluntary Internet standards and protocols, in particular the standards that comprise the Internet protocol suite (TCP/IP).
Net Neutrality
the principle that all Internet traffic should be treated equally by Internet Service Providers.
IP address
A number assigned to any item that is connected to the Internet.
packets
Small chunks of information that have been carefully formed from larger chunks of information.
TCP
Transmission Control Protocol - provides reliable, ordered, and error-checked delivery of a stream of packets on the internet. TCP is tightly linked with IP and usually seen as TCP/IP in writing.
DNS
The service that translates URLs to IP addresses.
HTTP - HyperText Transfer Protocol
the protocol used for transmitting web pages over the Internet
URL
An easy-to-remember address for calling a web page (like www.code.org).
Heuristic
a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible.
Lossless Compression
a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.