![]() |
![]() |
![]() |
| [ Home ] [ Link To Us ] [ About Us ] [ Contact Us ] | ||
|
Hosting Terminology >> C
- Certificate Authority An issuer of Security Certificates used in SSL connections. - CGI (Common Gateway Interface) A CGI is a program that tanslates data from a web server and then displays that data on a web page or in an email. Many people use CGI's for guestbooks and email forms. Some hosts have pre-made CGI scripts that are ready to use and plug into a web site. - cgi-bin The most common name of a directory on a web server in which CGI programs are stored. The “bin” part of “cgi-bin” is a shorthand version of “binary”, because once upon a time, most programs were refered to as “binaries”. In real life, most programs found in cgi-bin directories are text files -- scripts that are executed by binaries located elsewhere on the same machine. - Client A software program that is used to contact and obtain data from a Server software program on another computer, often across a great distance. Each Client program is designed to work with one or more specific kinds of Server programs, and each Server requires a specific kind of Client . A Web Browser is a specific kind of Client. - Co-location Basically this is just owning a server but having it a another location. This is great for people who want to own their own server, but do not want the hassle of maintaining that server in their environment. - Cookie If you have ever been to a web site like ivillage.com, iwon.com, or amazon.com, you may notice your name on the page in a message like "Welcome Back John!" This is because your browser stored a tiny cookie file that enabled their server to identify you from the first time that you registered with them. This saves regular visitors or customers of your site time from having to log in and log out every time they visit your site. |