Hosting often uses its own language, or languages, comprised of acronyms, proprietary names and terms that have been granted new meanings. For some it’s a first language. For others it’s an entirely new language. This abridged glossary is designed to assist in “translating” the more common hosting terms into more common language.
Apache
One of the world’s most popular Web server programs, Apache was built by a group of open-source programmers and is often used because of its outstanding performance, strong security features and the fact that it is free.
Application Infrastructure
The software components that your custom application relies on for its functionality. Examples include web servers, application servers and database servers.
Bandwidth
The amount of data that can be transmitted at a given moment to a server. The higher your bandwidth, the larger amount of traffic your site can handle at one time.
CGI
Short for Common Gateway Interface, a small script that processes data taken from the user (such as from a form application).
Cgi-bin
The directory on a web server where CGI scripts are stored.
DDoS
Short for Distributed Denial of Service Attack, the most common form of attack on network devices. It overwhelms a network by monopolizing its bandwidth by flooding it with information from multiple hosts, thereby preventing legitimate network traffic.
Device
Refers to the individual hardware components that make up a unique hosted configuration. This includes servers, firewalls and load balancers.
Firewall
A piece of security software or hardware designed to protect web servers. They are typically used to protect sites from hacker attacks/unauthorized access.
FTP
Short for File Transfer Protocol, a method of allowing remote users and Web servers to exchange files.
HTML
Short for HyperText Markup Language, the language by which web servers and client browsers communicate. All server-side functions (such as database processing), although they may be performed in another language, must eventually be output back to the user in HTML.
HTTP
Stands for HyperText Transfer Protocol, the protocol by which HTML files move across the Internet. HTTP requires a client browser and an HTTP server (typically a web server).
IDS
Short for Intrusion Detection System, it recognizes all types of hostile network traffic and computer usage that can’t be detected by a conventional firewall.
IIS
Short for Internet Information Server, Microsoft’s server software for Windows NT/2000.
IP
Short for Internet Protocol, which designates the format of “data packets” that are used to exchange information over the Internet.
J2EE
Short for Java 2 Platform, Enterprise Edition, J2EE is a programming platform for developing and running distributed multi-tier architecture applications, based largely on modular components running on an application server.
LAMP
An acronym for a set of free software programs commonly used together to run dynamic Web sites:
* Linux, the operating system;
* Apache, the web server;
* MySQL, the database management system (or database server);
* Perl, PHP, and/or Python, scripting languages.