WEB HOSTING GLOSSARY
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Anonymous FTP
An option in FTP that allows users to download files without having to establish and account.
Apache
One of the world's most popular Web server programs, and is often used because of its outstanding performance, strong security features and the fact that it is free
ASP
Active Server Pages. ASP is Microsoft's server-side scripting technology. An Active Server Page has an .asp extension and it mixes HTML and scripting code that can be written in VBScript or JScript. ASP is distributed with Microsoft's IIS web server
Backbone
Main high-speed network connection composing the Internet. Backbones are operated by major telecommunications companies like Sprint, MCI, or AT&T
Bandwidth
Bandwidth is the amount of data that can be transferred over the network in a fixed amount of time. On the Net, it is usually expressed in bits per second (bps) or in higher units like Mbps. 28.8 modem can deliver 28,800 bps, a T1 line is about 1.5 Mbps.
Burstable Bandwidth
A hosting option that allows sites to use the available network capacity to handle periods of peak usage
Certificate
Digital ID used for SSL transactions. It includes owner's public key, the name of the owner, the issuer, hostname, and the expiration date
Certificate Authority
A company trusted by a browser maker that issues digital certificates that are supposed to guarantee that the company is what it claims to be for use in encrypted digital transactions though SSL.
CGI
Common Gateway Interface. A standard for interfacing web servers with an executable application. A CGI program can be written in any language like Perl or C/C++ and it is often stored in a special directory like /cgi-bin. CGI is often used to process data from HTML forms.
CGI-BIN
A directory on the server where the executable CGI scripts reside
Co-location
Putting a web server in a dedicated facility that provides high-speed Internet connection, security, environment, backup power, and technical support. Unlike the dedicated server, the client controls both hardware and software. ColdFusion
Web hosting that supports ColdFusion, a web application language introduced by Allaire and currently owned by Macromedia.
Control Panel
Control panel included in web hosting packages is an online web-based application that allows you to easily manage different aspects of your account. Most control panels will let you upload files, add email accounts, change contact information, set up shopping carts or databases, view usage statistics, etc.
Cookie
A text file sent to a user's Web browser from a Web server. Cookies are typically exchanged back and forth between the two in order to prepare custom content for users, and to exchange data like registration information
Data Center
Physical location where the servers are located.
Data Transfer
The total size of files transferred by an account. Sites with a lots of graphics, downloads, or streaming audio or video and a lot of visitors will require plans with more available transfer
Database
Data in a structured format stored on a web server. Most popular type is a relational database. The most common query (information retrieval) language for relational databases is SQL. Linux-based hosts most commonly include MySQL database and Windows NT-based hosts usually include Access or MS SQL databases
Dedicated Server
Similar to co-location, except that you lease or rent hardware from a Web host. The main advantage over co-location is easier upgrade and usually better support.
DNS
Domain Name System. Internet service that maps Internet domains into corresponding IP addresses. DNS database is distributed and replicated among many DNS servers, so when you change your domain's IP address, the changes take a while to propagate.
Domain names
Domain names are the word sequences users enter in their URL bar to visit your site. They are attached to a DNS, short for Domain Naming System, which is used to translate numeric addresses (known as IP, or Internet Protocol, addresses) into words. Each site you visit on the net has a numeric IP address behind its name.
Email
One of the most popular Internet services. Basically it's the transmission of text based messages. An email message can also contain more structured elements, like tables, images and multimedia. It can also be used to send various data files, by means of attachments. You have to have an email account in order to be able to use this service.
Email Forwarding
Automatically sends email messages from one email address to another email address.
Fibre Optic Cable
A cable used for transmitting data as a light wave. A fiber optic cable is composed of one or more optical fibers. It is more expensive that copper wire, but offers higher transmission speeds and allows for communication over larger distances.
Firewall
A piece of security software designed to protect Web servers. They are typically used to protect sites from hacker attacks/unauthorized access
Frontpage Extensions
A set of server add-ons scripts and programs that enable the special functions of Microsoft FrontPage. Frontpage extensions are available both on windows and unix platforms.
FTP
File Transfer Protocol. The Internet protocol defining how to download and upload files between a client and an FTP server. Popular client FTP programs are CuteFTP and WS_FTP. Major browser also have FTP capability.
Gateway
A network device used to translate between two different protocols. Used to interconnect two networks that use incompatible protocols
GB- GigaByte
1024 Megabytes.
HIT
In the web world "hit" is used to describe a single request made by a web browser. The data transmitted by the web server in response to the request is a text file or a binary file. A single web page request may result into many hits.
Host
A networked computer dedicated to providing a certain kind of service. Usually refers to a computer that stores the website files and has a web server running on it.
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).
IIS
Short for Internet Information Server, Microsoft's server software for Windows NT/2000.
IMAP
Internet Message Access Protocol. A method allowing a client email program to access remote messages stored on a mail server. The protocol includes operations for creating, deleting, and renaming mailboxes, checking for new messages, message parsing, searching, and setting and clearing flags.
Intranet
A vast internal network structured in a fashion similar to the Internet. Intranets are usually established by large corporate organizations to improve communication. The main difference between the Internet and an intranet is that access to intranets are restricted to authorized members only.
IP
Internet Protocol, which designates the format of "data packets" that are used to exchange information over the Internet.
ISDN
Integrated Services Digital Network. A high-speed solution to moving data over phone lines. It can transfer data at approximately 128,000 bits per second over a standard land line.
ISP
Internet Service Provider. A company that provides its subscribers with Internet access. Customers have a username and a password and can dial-up or use a cable or DSL line to connect to ISP's network which is connected to the Internet.
JAVA
Sun 's popular programming language. Java is a platform-independent (at least in theory), crash-protected, object-oriented language that can be used to write applets that run in a browser, servlets that run server-side, or independent programs. Java's syntax is similar to that of C++.
JSP
Java Server Pages. Extension of Java Servlet technology for combining Java server-side programs and HTML. JSP pages have an extension .jsp.
KBPS
Kilobits per second. 1Kbps = 1024bps.
KB
1024 bytes.
Leased Line
A dedicated communication line. User is charged a flat fee instead of being billed per minute of usage.
Linux
A free UNIX-like operating system developed by Linus Torvalds. Linux and FreeBSD are very often used by hosting companies as their operating systems.
Load Balancing
Distributing data across a network of servers in order to ensure that a single Web server does not get overloaded with work, thereby affecting performance.
Log Analyzer
A program that takes a server's "raw" log file data and summarizes it into easily-understood reports.
Log File
A file that records the activity of a web server.
Managed hosting
A dedicated server that is accompanied by a full suite of technical support, maintenance and monitoring services. This differs from dedicated Web hosting, where customers are provided with their own servers but are still responsible for virtually all administrative and maintenance duties.
MIME
Multipurpose Internet Email Extensions. A protocol that allows users to transfer non-text messages like audio, video and images through e-mail.
Mirror Site
An FTP site that stores the exact content of some other site. Mirroring is done in order to minimize the load on a particular server and also to increase reliability.
Multi Domain Hosting
A web hosting plan option that allows multiple domain names to share the resources of the single hosting account.
Name server
A server responsible for translating domain names and IP addresses.
Network Management
Network management can be defined as a set of activities (e.g. network monitoring, gathering and analyzing the statistics, adjusting network configuration) performed in order to increase the network performance and availability.
OC1
Fiber optic connection capable of transfering data at 51.85 Mbps.
OC3
Fiber optic connection capable of transfering data at 155.52 Mbps.
OC12
Fiber optic connection capable of transfering data at 622.08 Mbps.
OC24
Fiber optic connection capable of transfering data at 1.244 Gbps.
OC48
Fiber optic connection capable of transfering data at 2.488 Gbps.
OC192
Fiber optic connection capable of transfering data at 9.952 Gbps.
Operating System
A software heart of the computer. It is a set of programs that manage the hardware resources of a computer, provide the environment for application programs to run and provide the user interface. Most known operating systems are: different flavors of Unix (SunOs, HP-UX, Irix, FreeBSD, Linux,...), MacOS and Windows.
Packet switching
The method by which most data is exchanged throughout the Internet. Most data is broken down in to smaller "packets" prior to transfer, and then reassembled at the destination.
Parking
All domain names have to be stored on a server in order to be purchased. Most domain registration services will therefore temporarily place a newly purchased name on their servers until a hosting plan is purchased or the owner points the DNS to a different site. This is known as parking.
PHP
PHP is an free, open-source server-side scripting language. PHP code can be embedded in HTML. PHP files usually have extensions like .php or .php3. PHP language style is similar to C and Java.
POP
Post Office Protocol. Popular but inflexible email retrieval standard. All messages are downloaded at the name time and can only be manipulated on a client machine. Current version is POP3.
Port
A socket on the computer or other network device used to connect it to the network
Propagation
The process where name servers throughout the Internet add new domains and remove expired ones from their records. This can be a lengthy process, which is why connecting to a new domain name can often take three or four days.
RAID
Redundant Array of Independent Disks. A method of data protection/backup. Data is stored over a number of servers so that information will still be accessible if a piece of hardware/software crashes
Raw Logs
Raw access data updated in real-time that can be downloaded and used by any statistics program. Typically each line show the user's IP, date and time of the access, what kind of request was done, which document was requested, HTTP status code, bytes transferred, referrer, and user agent info. If a host doesn't have statistics, you'll need access to raw logs to identify who your site's visitors are. Analyzing raw logs can also provide more detailed look at site accesses than stats.
Reseller
A reseller operates components of a Web hosting operation using services, infrastructure and equipment provided by another Web hosting service. Some resellers operate full-fledged businesses using the hardware, software, network and logistical support of another Web hosting firm, while others simply operate as sales agents for other Web hosting companies, offering discounts and providing low-level technical support.
Scalability
The ability of a piece of software or hardware to expand/grow as if necessary
Scripting Language
A programming language in which programs are the series of commands that are interpreted and then executed one by one. Doesn't require the compilation phase, for the price of lower performance.
Shared hosting
The most basic of Web hosting types. With shared hosting, numerous Web sites are shared on one server. While an economic solution, they typically cannot handle large amounts of storage or traffic.
Shopping Cart
Software used to make a site's product catalogue available for online ordering, whereby visitors may select, view, add/delete, and purchase merchandise.
Site Monitoring
A service that regularly checks a site and alerts the administrator in the event of a problem.
SMTP
Simple Mail Transfer Protocol. A protocol used by mail servers to exchange messages with each other.
SPAM
Unsolicited email sent in mass quantities to multiple receipents, most often for marketing purposes. Highly annoying and constituting one of the most serious netiquette violations.
SSH
Secure Shell. It is a standard for encrypted terminal Internet connections. SSH programs provide strong authentication and encrypted communications, replacing less secure access methods like telnet.
SSI
Server-Side Includes. Instructs the server to include some dynamic information in a Web page before it is sent to a client. This dynamic information could be current date, an opinion poll, etc. Many hosts require that SSI pages have .shtml extension to reduce the load on servers by not having to parse non-SSI pages.
SSL
Secure Sockets Layer. Protocol developed by Netscape to provide encryption for commercial transactions data that should be protected while traveling over the Internet, like credit card numbers. SSL uses https protocol. Before using SSL in commerce, you'll also need to get is a certificate from a Certificate Authority
Streaming
Playing multimedia files (audio and video) without requiring a full download. Audio and video are compressed but they still may require a lot of bandwidth. Most popular streaming media formats are Real Audio/Video .
Subdomain
Typically known as a "domain within a domain", subdomains are individual Web addresses built upon a pre-existing domain name (such as clientname.yourhostingcompany.com). As a reseller, you will have the option of assigning subdomains to clients if they do not choose to have a domain name.
T1
A transmission line capable of transfering data at 1.544 Mbps.
T3
A transmission line capable of transfering data at 44.746 Mbps.
Tape back-up
A popular and inexpensive way to back up Web sites. Contents of a site are periodically stored that looks similar to a cassette. Some cassettes can store several gigabytes
TCP/IP
(Transmission Control Protocol/Internet Protocol). This protocol suite is the de facto standard for the today's Internet. TCP is a higher level protocol that runs on top of the IP protocol
Telnet
A command-line interface that allows remote users and Web servers to communicate.
TLD
Shot for Top Level Domain, the suffix for major domain names like .com, .net and .org.
UNIX
A text-based, multitasking Operating System suitable for Web and network administration. Unix has spawned numerous popular spinoffs, including Linux and FreeBSD. Most Unix-based Operating Systems are open source, meaning the source code to the Operating System has been made freely available to the public for modification. Most Web hosting companies and resellers offer Unix-based hosting in some capacity or other.
URL
(Uniform Resource Locator) is a way of addressing used for world wide web. An URL consist of the type of service (protocol), then the host name and then the file on the host.
Virtual host
A shared hosting solution, the most basic of hosting types. Numerous Web sites are shared on one server.
VPN
(Virtual Private Network). A virtual private network is a method of accessing the private network in a secure way over public communication lines and networks.
Virtual Private Server (VPS)
A virtual private server provides the features of a dedicated server on a machine that is shared by other Web hosting customers. Customers therefore get hosting services that are similar to that of dedicated Web hosting without sacrificing privacy or performance.
WHOIS
A central database which tracks all domain name/IP registrations.
WWW
World Wide Web (or Web) is the most popular Internet service. It allows access to the information and services from the web servers. A web browser is needed to use the Web.
Windows OS These are graphic-based, multitasking Operating Systems developed over the past few years by Microsoft. Both can act as standalone OS for personal computers/workstations, or can serve as an OS for a Web site/network. Most Web hosting companies and resellers offer Windows-based hosting in some capacity or other.
XML
Short for Extensible Markup Language. XML is a language allowing developers to create their own markup tags. All XML tags are defined by the programmer, and can be interpreted differently in different applications. For example, the "" tag in HTML means Italics, but could mean anything in XML, depending on the function the developer assigns to it.
