Acronyms Flashcards
TCP
Transmission Control Protocol
A protocol used within IP. Operates on the transport layer of OSI (OSI Layer 4)
Provides “reliable delivery” (receipts, management of retransmission, sorting of out-of-order messages) and has formal procedures for opening and closing connections (“connection-oriented”). Also provides flow control, so the receiver can manage the data transfer rate.
UDP
User Datagram Protocol
A protocol used within IP.
Operates on the transport layer of OSI (OSI Layer 4)
“Connectionless” and “unreliable”. Basically just sending the information over without formal opening-and-closing and also without error-checking, receipts, etc. Important for real-time and/or fast-paced communication, like video chatting.
OSI
Open Systems Interconnection
Conceptual model from the International Organization for Standardization (ISO) that “provides a common basis for the coordination of standards development for the purpose of systems interconnection.”
Has 7 layers:
7) Application Layer
6) Presentation Layer
5) Session Layer
4) Transport Layer
3) Network Layer
2) Data link Layer
1) Physical Layer
DHCP
Dynamic Host Configuration Protocol
Protocol that allows a DHCP server (such as on a dedicated server, a SOHO router, etc.) to automatically assign IP addys and configure subnet masks etc. for devices on the network. Assigned addys are leased and returned to the pool once the device is no longer on the network to renew the lease, but a DHCP console can be set to assign the same IP to a certain device every time using its MAC address.
HTTPS
HyperText Transfer Protocol Secure
SSH
Secure SHell
Provides an encrypted terminal/command line connection to a remote device.
MDM
Mobile Device Management
Li-ion
Lithium Ion
LiPo
Lithium Ion Polymer
SO-DIMM
Small Outline - Dual In-line Memory Module
Type of memory module for RAM used by laptops (full-size setups drop the “small outline” part and just use DIMM).
SATA
Serial Advanced Technology Attachment
a computer bus interface that connects host bus adapters to mass storage devices such as hard disk drives, optical drives, and solid-state drives.
HDD
Hard-Disk Drive
SSD
Solid-State Drive
NFC
Near Field Communication
Type of Wi-Fi used by paying with your phone, badges, and amiibos
WLAN
Wireless Local Area Network
WWAN
Wireless Wide Area Network
The type of network provided by cellular networks.
PCI
Peripheral Component Interconnect
The local computer bus for attaching devices in a computer (such as network cards)
LCD
Liquid Crystal Display
Light shines through liquid crystal (and other filters) to provide an image. They are lightweight, cheap, and low-power, but need a backlight and do poorly with shades of black due to the backlight.
TN LCD
Twisted Nematic Liquid Crystal Display
A type of LCD that provides very fast response times at the expense of poor viewing angles (i.e. color shifting when viewed at an angle)
IPS LCD
In Plane Switching Liquid Crystal Display
A type of LCD that provides better colors but at a higher cost.
VA LCD
Vertical Alignment Liquid Crystal Display
A compromise between the nice color of IPS and the response of TN, but still slower than TN.
OLED
Organic Light Emitting Diode
A display where organic compounds emit light when given an electric current. Lightweight like an LCD but doesn’t require a backlight and provides better colors. However, it is more expensive.
CCFL
Cold Cathode Fluorescent Lamp
A type of backlight used in older laptops. Compared to an array of LEDs favored by modern laptops, CCFLs are bulky, consume more power, and require the use of an inverter to convert DC power into AC for the CCFL, so they are falling out of favor.
USB
Universal Serial Bus
DB-9
D-Subminiature 9-pin Serial Connection
The standard for serial communications before USB showed up. Still used on some older devices, especially as a config port on things like switches, routers, firewalls, etc.
DE-9
D-Subminiature 9-pin Serial Connection
The standard for serial communications before USB showed up. Still used on some older devices, especially as a config port on things like switches, routers, firewalls, etc.
RS-232
Recommended Standard 232
An older standard for serial communication transmission of data, used commonly by old DB-9 connections. Mostly supplanted by later standards like USB and ethernet.
PAN
Personal Area Network
The type of network facilitated by bluetooth.
3.5mm TRRS
3.5mm Tip-Ring-Ring-Sleeve
Phone connector for analog audio signals. Used for headphone with mic and/or video with stereo audio.
GSM
Global System for Mobile communications
Originally the EU standard for cellular, but later became global. Uses SIM cards to move phone numbers (& stuff) between devices. Uses multiplexing for many users on the same frequency “everyone gets their slice of time in one area”
CDMA
Code Division Multiple Access
A cellular standard where everyone communicates at the same time, with each call using its own code to filter out unrelated signals. Not very popular.
SIM
Subscriber Identity Module
LTE
Long-Term Evolution
A 4G technology that gives both GSM and CDMA providers an enhanced data rate (up to 150 Mbit/s)
EDGE
Enhanced Data rates for GSM Evolution
LTE-A
Long-Term Evolution Advanced
An upgraded version of the 4G LTE that gives speeds up to 300 Mbit/s
IoT
Internet of Things
OTA
Over-The-Air
PRL
Preferred Roaming List
update used for your phone to tell it which tower to connect to. (used only by CDMA)
FTP
File Transfer Protocol
Standard communication protocol used for the transfer of files over a network. Can use authentication. Also allows file management, such as listing, deleting, and so on.
Telnet
Telecommunication Network
Provides an in-the-clear (unencrypted) text-based console connection to a remote device.
SMTP
Simple Mail Transfer Protocol
Communication protocol used for e-mail servers to communicate with each other and also for e-mail clients to talk to servers (but clients use other protocols for reception, such as IMAP)
DNS
Domain Name System
Protocol that resolves URLs to IP addresses to connect to websites. Crucial service since IP addresses can change without notice, so many are usually in production.
SOHO
Small Office/Home Office (router)
POP3
Post Office Protocol v3
A basic e-mail transfer protocol, used by some clients to receive mail from an e-mail server.
IMAP
Internet Message Access Protocol v4
Protocol for receiving mail and managing inboxes. Includes support for multiple clients on the same inbox.
SMB
Server Message Block
Also called CIFS, this is a protocol used by Windows to share files, printers, serial ports, and misc. communication between nodes on a network.
CIFS
Common Internet File System
Another name for later versions of SMB, this is a protocol used by Windows to share files, printers, serial ports, and misc. communication between nodes on a network.
BIOS
Basic Input/Output System
NetBIOS
Network Basic Input/Output System
Used by older devices to support SMB communication.
SNMP
Simple Network Management Protocol
A protocol that allows for querying network devices for stats and getting the info in return. Can also use “traps” to monitor for certain metrics and trigger alerts on the management device when they are exceeded.
LDAP
Lightweight Directory Access Protocol
A protocol that allows for querying, storage, and retrieval of info in a network directory. There are many implementations that use it, but one of the most popular is Microsoft Active Directory
RDP
Remote Desktop Protocol
Microsoft protocol allowing for a GUI connection to a remote device. Many other OS can load an application that can connect to RDP.
NIC
Network Interface Card
ONT
Optical Network Terminal
A box (usually on the outside of a residence) that connects the ISP’s fiber to the building’s copper network.
ADSL
Asymmetric Digital Subscriber Line
Modem type that uses phone lines for connection. Most DSLs are actually ADSLs, (assymemtric being about the much faster download speeds compared to upload speeds)
DOCSIS
Data Over Cable Service Interface Specification
Standard for sending internet data over a cable network.
STP
Spanning Tree Protocol
Protocol available on managed switches that prevents loops between multiple switches on a network.
ASIC
Application-Specific Integrated Circuit