Acronym Buster

Every IT acronym you'll hear on the tech line — and what they actually mean

General IT & Networking

ADActive Directory — Microsoft's directory service that manages users, computers, groups, and policies. The backbone of account management at SPS.
ADUCActive Directory Users and Computers — the management console for AD. Where you create, disable, and modify user accounts.
Azure ADAzure Active Directory (now Microsoft Entra ID) — cloud-based identity and access management. Handles Microsoft 365 authentication.
DNSDomain Name System — translates website names to IP addresses. When DNS breaks, nothing loads.
DHCPDynamic Host Configuration Protocol — automatically assigns IP addresses to devices on the network.
IPInternet Protocol — the address system that identifies devices on a network. IPv4 (e.g. 192.168.1.1) is still the most common.
VLANVirtual Local Area Network — logically separates network traffic. SPS likely uses VLANs to segment staff, student, and guest networks.
VPNVirtual Private Network — creates a secure, encrypted connection to the SPS network from off-site.
MACMedia Access Control — a unique hardware identifier for every network interface. Used for device tracking and network access control.
WANWide Area Network — connects multiple locations. SPS schools connect to the district network via WAN.
LANLocal Area Network — the network within a single building or campus.
WAPWireless Access Point — the hardware that broadcasts Wi-Fi. What people mean when they say "the Wi-Fi is down."
SSIDService Set Identifier — the name of a Wi-Fi network that appears when you scan for networks.
NATNetwork Address Translation — lets multiple devices share one public IP address.
ISPInternet Service Provider — the company that provides internet connectivity to a building.
PoEPower over Ethernet — delivers power and data through a single Ethernet cable. Used for IP phones, cameras, and access points.
TCP/IPTransmission Control Protocol / Internet Protocol — the fundamental communication protocols of the internet and most local networks.
UDPUser Datagram Protocol — a faster but less reliable alternative to TCP. Used for streaming, VoIP, and DNS.
FTPFile Transfer Protocol — used to transfer files between computers. Largely replaced by cloud services but still referenced.
SFTPSecure File Transfer Protocol — encrypted version of FTP.
HTTP/HTTPSHyperText Transfer Protocol (Secure) — the protocol that powers the web. The "S" means encrypted.
SSL/TLSSecure Sockets Layer / Transport Layer Security — encryption protocols that secure web traffic (HTTPS).
RDPRemote Desktop Protocol — Microsoft's protocol for remotely controlling a Windows computer. What you use to remote into a user's machine.
SSHSecure Shell — encrypted remote command-line access to servers and network devices.
CLICommand Line Interface — text-based interface for interacting with a computer. PowerShell and Command Prompt are CLIs.
GUIGraphical User Interface — the visual, point-and-click interface most users interact with.

Microsoft 365 & Cloud

M365 / O365Microsoft 365 (formerly Office 365) — Microsoft's cloud-based productivity suite: Outlook, Teams, SharePoint, OneDrive, Word, Excel, PowerPoint.
ExchangeMicrosoft Exchange — the email server backend. Outlook connects to Exchange. When email is down, Exchange is usually the culprit.
Exchange OnlineThe cloud-hosted version of Exchange that comes with Microsoft 365.
SPOSharePoint Online — the cloud version of SharePoint included in Microsoft 365.
OD4B / ODOneDrive for Business — personal cloud storage for each user. Tied to their Microsoft 365 account.
Entra IDMicrosoft Entra ID (formerly Azure AD) — the identity platform for Microsoft 365. Handles sign-in, MFA, and conditional access.
MFAMulti-Factor Authentication — requires a second verification method (phone, app, code) in addition to a password. SPS uses this.
SSOSingle Sign-On — one login grants access to multiple applications. Microsoft 365 uses SSO across all its apps.
SAMLSecurity Assertion Markup Language — a standard for SSO authentication between services.
MDMMobile Device Management — software that manages and secures mobile devices. Intune is Microsoft's MDM.
IntuneMicrosoft Intune — cloud-based device management. Controls policies, apps, and security on SPS-managed devices.
Conditional AccessPolicies that control access based on conditions — location, device health, risk level. "If you're not on the SPS network, require MFA."
DLPData Loss Prevention — policies that prevent sensitive data from being shared outside the organization.
EOPExchange Online Protection — Microsoft's email filtering service that blocks spam and malware before it reaches inboxes.
DefenderMicrosoft Defender — built-in antivirus and security suite. Included with Windows and Microsoft 365.

Hardware & Devices

CPUCentral Processing Unit — the main processor in a computer. Intel Core i5/i7 or AMD Ryzen are common in SPS devices.
RAMRandom Access Memory — short-term memory for active programs. More RAM = more programs can run simultaneously.
SSDSolid State Drive — fast storage with no moving parts. Most modern SPS devices use SSDs instead of traditional hard drives.
HDDHard Disk Drive — traditional spinning-disk storage. Slower than SSD, still found in older machines.
NICNetwork Interface Card — the hardware that connects a computer to a network. Can be wired (Ethernet) or wireless (Wi-Fi).
BIOS/UEFIBasic Input/Output System / Unified Extensible Firmware Interface — the low-level software that starts a computer before the OS loads.
POSTPower-On Self-Test — the diagnostic check a computer runs when first powered on. Beep codes and LED patterns indicate hardware issues.
PXE BootPreboot Execution Environment — allows a computer to boot from the network. Used for imaging and deploying new machines.
IoTInternet of Things — network-connected devices beyond computers: smart boards, printers, sensors, cameras.

SPS-Specific & Education

JSCEEJohn Stanford Center for Educational Excellence — SPS district headquarters at 2445 3rd Ave S. Where the tech support team is based.
SISStudent Information System — the database that tracks student enrollment, schedules, grades, and demographics. PowerSchool is SPS's SIS.
LMSLearning Management System — the platform for online learning. Schoology is SPS's LMS.
CleverSingle sign-on portal for K-12 education. Students log into Clever to access Schoology, Microsoft 365, and other apps.
SchoologySPS's Learning Management System. Teachers post assignments, students submit work, grades are tracked.
PowerSchoolSPS's Student Information System. Attendance, grades, schedules, demographics. The Source parent portal runs on PowerSchool data.
The SourceParent/guardian portal for viewing student attendance, grades, schedules, and assessment scores.
SeeSawDigital portfolio and communication platform used primarily in elementary grades.
IEPIndividualized Education Program — a legal document outlining special education services for a student.
504 PlanA plan for accommodations under Section 504 of the Rehabilitation Act. Different from an IEP — focuses on accessibility, not specialized instruction.
FRLFree and Reduced Lunch — federal program. Eligibility data is used for school funding and program qualification.
ELL / MLEnglish Language Learner / Multilingual Learner — students learning English as an additional language.
OSPIOffice of Superintendent of Public Instruction — Washington State's education agency. Sets state standards and reporting requirements.

Support & Ticketing

ITSMIT Service Management — the framework for delivering IT support. Includes ticketing, incident management, and service requests.
ITILIT Infrastructure Library — a set of best practices for IT service management. Most help desks are structured around ITIL principles.
SLAService Level Agreement — the commitment for how quickly issues will be addressed. "P1 tickets have a 2-hour SLA."
P1 / P2 / P3 / P4Priority levels for tickets. P1 = critical (system-wide outage). P2 = high (department down). P3 = medium (single user blocked). P4 = low (cosmetic, request).
KB / KBAKnowledge Base / Knowledge Base Article — documented solutions to common problems. This site is a KB.
IncidentAn unplanned interruption or reduction in service quality. "Email is down" = incident.
Service RequestA request for something new — access, hardware, software install. Not a break/fix.
EscalationTransferring a ticket to a higher support tier when the issue exceeds your scope or access.
Root CauseThe underlying reason an issue occurred. Good troubleshooting finds the root cause, not just the symptom.
TriageAssessing and prioritizing incoming tickets based on severity and impact.

Security

IAMIdentity and Access Management — controlling who can access what. AD and Entra ID are IAM systems.
RBACRole-Based Access Control — permissions assigned by role, not by individual. "Tech support staff have password reset access."
Zero TrustSecurity model: never trust, always verify. Every access request is authenticated and authorized, even inside the network.
PhishingFraudulent emails designed to trick recipients into revealing credentials or installing malware. The #1 security threat at SPS.
RansomwareMalware that encrypts files and demands payment for decryption. Prevention is the only reliable defense.
EDREndpoint Detection and Response — security tools that monitor devices for suspicious activity. Microsoft Defender is an EDR.
SIEMSecurity Information and Event Management — centralized logging and alerting for security events across the organization.
Patch TuesdayMicrosoft's monthly security update release (second Tuesday of each month). Critical for staying current on vulnerabilities.