| AAAA |
Quad-A record (the DNS record that points a name at an IPv6 address; the A record does the same for IPv4). |
| ACME |
Automatic Certificate Management Environment (the protocol Let's Encrypt uses to issue certificates). |
| AI |
Artificial Intelligence (software that answers questions or generates content; AI crawlers collect pages to train such software). |
| AJAX |
Asynchronous JavaScript and XML (a browser technique that loads data in the background without reloading the page). |
| AMQP |
Advanced Message Queuing Protocol (the messaging protocol RabbitMQ uses). |
| API |
Application Programming Interface (how software talks to the platform). See API reference. |
| APM |
Application Performance Monitoring. See Monitoring. |
| CC |
Carbon Copy (extra recipients who also receive an email or the replies on a ticket). |
| CDN |
Content Delivery Network. |
| CI / CD |
Continuous Integration / Continuous Delivery (an automated pipeline that builds, tests and deploys your code). |
| CIDR |
Classless Inter-Domain Routing (an IP-range notation such as 203.0.113.0/24). |
| CISA |
Cybersecurity and Infrastructure Security Agency (the United States agency that publishes the KEV list of exploited weaknesses). |
| CLI |
Command-Line Interface (text commands run over SSH; see the TurboStack CLI). |
| CMS |
Content Management System (such as WordPress or Drupal). |
| CNAME |
Canonical Name (a DNS record that points one name at another name, shown as "Alias" in some interfaces). |
| CPU |
Central Processing Unit (the server's processor). |
| CRM |
Customer Relationship Management (software for tracking customers, leads and sales, such as Odoo). |
| CSR |
Certificate Signing Request (submitted to a certificate authority to buy a certificate). |
| CSS |
Cascading Style Sheets (the files that control how a web page looks). |
| CSV |
Comma-Separated Values (a simple spreadsheet/export file format). |
| DAL |
Data Abstraction Layer (Shopware's layer between the application and the database). |
| DAV |
Distributed Authoring and Versioning (the WebDAV protocol for working with files over HTTP; CalDAV and CardDAV are its calendar and contacts versions). |
| DB |
Database (the short form used in command names, log output and configuration keys). |
| DDoS |
Distributed Denial of Service (an attack that floods a site to take it offline). |
| DI |
Dependency Injection (how a framework wires classes together; Magento compiles its DI container in production mode). |
| DKIM |
DomainKeys Identified Mail (an email-authentication signature). See Email. |
| DMARC |
Domain-based Message Authentication, Reporting and Conformance (an email-authentication policy). |
| DNS |
Domain Name System (translates domain names to IP addresses). See Connecting your domain. |
| DNSSEC |
Domain Name System Security Extensions (signed DNS answers, so a resolver can detect a forged reply). See DNS management. |
| EAV |
Entity-Attribute-Value (the flexible database model Magento uses to store product attributes). |
| EdDSA |
Edwards-curve Digital Signature Algorithm (the modern SSH key type, used by Ed25519 keys). See Add an SSH key. |
| EOL |
End Of Life (a version that no longer receives updates or security fixes). |
| EPP |
Extensible Provisioning Protocol (the protocol behind domain registrations; the EPP code is the authorization code you need to transfer a domain). |
| ERP |
Enterprise Resource Planning (business-management software such as Odoo). |
| ESI |
Edge Side Includes (a Varnish feature that builds one page from separately cached fragments). |
| FPM |
FastCGI Process Manager (the part of PHP that runs your code behind the web server; always written PHP-FPM). |
| FQDN |
Fully Qualified Domain Name (a complete hostname such as www.example.com). |
| FTP / SFTP |
File Transfer Protocol / SSH File Transfer Protocol (file upload methods; SFTP is the secure one). |
| FTPS |
File Transfer Protocol Secure (classic FTP wrapped in TLS encryption; not the same as SFTP). |
| GB |
Gigabyte (a unit of storage or memory; 1 GB is 1024 megabytes). |
| GC |
Garbage Collection (a runtime freeing memory it no longer needs; heavy GC pressure slows an application down). |
| GD |
The GD Graphics Library (the PHP extension that resizes and converts images; ImageMagick is the alternative). |
| GeoIP |
Geographic IP (locating a visitor's country from their IP address). |
| GUI |
Graphical User Interface (the web interface of the TurboStack Platform, as opposed to YAML or the API). |
| HSTS |
HTTP Strict Transport Security (a header that forces browsers to use HTTPS). |
| HTML |
HyperText Markup Language (the code a web page is built from). |
| HTTP / HTTPS |
HyperText Transfer Protocol (Secure) - the web protocol; HTTPS is the encrypted version. |
| IIS |
Internet Information Services (Microsoft's web server). |
| IMAP |
Internet Message Access Protocol (for reading email). |
| IoC |
Indicator of Compromise (see the security table above). |
| IP / IPv4 / IPv6 |
Internet Protocol address (a server or visitor's network address). |
| JS |
JavaScript (the programming language that runs in the visitor's browser). |
| JSON |
JavaScript Object Notation (the data format the API uses). |
| JVM |
Java Virtual Machine (the Java runtime that Elasticsearch and OpenSearch run on; the memory it reserves is called the heap). |
| JWT |
JSON Web Token (a signed token an application uses to recognize a signed-in user or service). |
| LTS |
Long-Term Support (a release that keeps receiving fixes for an extended period, so it is the safe choice for production). |
| MB |
Megabyte (a unit of storage or memory; 1024 MB is 1 GB). |
| MX |
Mail Exchanger (the DNS record that says which mail server receives a domain's email). |
| NoSQL |
A non-relational database model (such as MongoDB). |
| OCSP |
Online Certificate Status Protocol (how a browser checks that a TLS certificate has not been revoked). |
| OOM |
Out Of Memory (when a server runs out of usable memory). See Out of memory. |
| OPcache |
PHP's compiled-code cache, which speeds up PHP by reusing compiled scripts. |
| ORM |
Object-Relational Mapping (a library that maps database tables to objects in your code, such as Laravel's Eloquent). |
| OS |
Operating System (the software a server runs on, such as Debian or Ubuntu). |
| OSI |
Open Systems Interconnection (the seven-layer network model; layer 3 is the network layer and layer 7 the application layer). |
| OWASP |
Open Worldwide Application Security Project (the non-profit that publishes the OWASP Top 10 list of the most common web application risks). |
| PDF |
Portable Document Format (the document format used for invoices, labels and exports). |
| PEM |
Privacy Enhanced Mail (the plain-text file format for certificates and keys, starting with a -----BEGIN line). |
| PFX |
Personal Information Exchange (a .pfx file bundling a certificate and private key). |
| PHP |
PHP: Hypertext Preprocessor (the programming language most web applications on the platform run on). |
| PIM |
Product Information Management (product-catalog software such as Akeneo). |
| PM2 |
A process manager for Node.js applications that keeps them running and restarts them after a crash. |
| POP3 |
Post Office Protocol version 3 (an older protocol that downloads email to one device; IMAP is the modern choice). |
| PTR |
Pointer record (a reverse-DNS record mapping an IP address back to a hostname). |
| QR |
Quick Response code (the square barcode you scan with a phone camera). See Two-factor authentication. |
| RAM |
Random Access Memory (the server's working memory). |
| RBL |
Realtime Block List (a public blocklist of IP addresses and domains known for spam). See Email deliverability. |
| REST |
Representational State Transfer (the style of the TurboStack API: ordinary HTTP requests returning JSON). See API reference. |
| RSA |
Rivest-Shamir-Adleman (an older public-key algorithm, still supported for SSH keys and certificates). |
| SEO |
Search Engine Optimization (the work of making a site rank well in search results). |
| SES |
Simple Email Service (Amazon's service for sending bulk email). |
| SLA |
Service Level Agreement. |
| SMTP |
Simple Mail Transfer Protocol (for sending email). |
| SNI |
Server Name Indication (lets one IP address serve certificates for multiple domains). |
| SPF |
Sender Policy Framework (an email-authentication record). See Email. |
| SQL |
Structured Query Language (the query language for relational databases). |
| SSH |
Secure Shell (encrypted remote access to a server). See SSH access. |
| SSO |
Single Sign-On (signing in with one identity, such as GitHub or Google). |
| STARTTLS |
The mail-protocol command that upgrades a plain connection to an encrypted TLS one. |
| TCP |
Transmission Control Protocol (the connection-based transport protocol behind HTTP, SSH and database traffic). |
| TLS / SSL |
Transport Layer Security, formerly Secure Sockets Layer (SSL) - the encryption behind HTTPS. See TLS certificates. |
| TOTP |
Time-based One-Time Password (the six-digit code an authenticator app generates, valid for about 30 seconds). See Two-factor authentication. |
| TTL |
Time To Live (how long a DNS record or cache entry stays valid). |
| TXT |
Text record (a DNS record holding free text, used for SPF, DKIM, DMARC and domain-ownership checks). |
| UDP |
User Datagram Protocol (a lightweight transport protocol without connections, used by DNS and VPN traffic). |
| UI |
User Interface (the screens you click in, as opposed to a command line or the API). |
| URL |
Uniform Resource Locator (a web address such as https://example.com/page). |
| VAT |
Value Added Tax (the European sales tax; your VAT number appears on your invoices). |
| VCL |
Varnish Configuration Language (the rules that control Varnish caching). |
| VIP |
Virtual IP address (an IP address that can move between servers, so a standby server can take over). |
| VPN |
Virtual Private Network (a private, encrypted network). See Networking. |
| WAF |
Web Application Firewall (filters web requests to block attacks). See Security. |
| WHM |
WebHost Manager (the server-wide administration interface that comes with cPanel). See System types. |
| XSS |
Cross-Site Scripting (a web attack that injects malicious scripts into a page). |
| YAML |
YAML Ain't Markup Language - the text format used for a host's configuration. See The Source (YAML) view. |