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. This relationship between the "client" and the "server" is often referred to as a "client server relationship." A web browser and an FTP program are specific kinds of clients.

Related Articles

Co-Location

Network Operations Centers offer the ability for customers to place their webservers and other network equipment in their NOC which are connected via high speed fiber data lines to the backbone of...

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.Certificates are Issued by a Certificate Authority (such...

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...

C/C++

Popular programming languages (C++ includes objects) that can be used to create server programs that run after compilation. C and C++ were not designed specifically for web programming, but they...

CGI

Common Gateway Interface , A set of rules that describe how a Web Server communicates with another piece of software on the same machine, and how the other piece of software (the 'CGI program')...