-
Bandwidth
How much stuff you can send through a connection. Usually measured in
bits-per-second (bps.) A full page of English text is about 16,000 bits.
A fast modem can move about 57,000 bits in one second. Full-motion
full-screen video would require roughly 10,000,000 bits-per-second,
depending on compression.
Bit -- (Binary DigIT)
A single digit number in base-2, in other words, either a 1 or a zero.
The smallest unit of computerized data. Bandwidthis usually measured in
bits-per-second
Browser
A Client program (software) that is used to look at various kinds of
Internet resources
Cookie
The most common meaning of "Cookie" on the Internet refers to a piece of
information sent by a Web Server to a Web Browser that the Browser
software is expected to save and to send back to the Server whenever the
browser makes additional requests from the Server. Cookies
might contain information such as login or registration information,
online "shopping cart" information, user preferences, etc.
When a Server receives a request from a Browser that includes a Cookie,
the Server is able to use the information stored in the Cookie. For
example, the Server might customize what is sent back to the user, or
keep a log of particular users' requests. Cookies are usually set
to expire after a predetermined amount of time and are usually saved in
memory until the Browser software is closed down, at which time they may
be saved to disk if their "expire time" has not been reached.
DNS -- (Domain Name System)
The Domain Name System is the system that translates Internet domain
names into IP numbers. A "DNS Server" is a server that performs this
kind of translation.
Domain Name
The unique name that identifies an Internet site. Domain Names always
have 2 or more parts, separated by dots. The part on the left is the
most specific, and the part on the right is the most general. A given
machine may have more than one Domain Name but a given Domain Name
points to only one machine. For example, the domain names: bobo.net ,
mail.bobo.net , workshop.bobo.net, can all refer
to the same machine, but each domain name can refer to no more than one
machine.
FTP -- (File Transfer Protocol)
A very common method of moving files between two Internet sites.
FTP is a way to login to another Internet site for the purposes of
retrieving and/or sending files.
Host
Any computer on a network that is a repository for services available to
other computers on the network. It is quite common to have one host
machine provide several services, such as SMTP (email) and HTTP (web).
HTML -- (HyperText Markup Language)
The coding language used to create Hypertext documents for use on the
World Wide Web. HTML looks a lot like old-fashioned typesetting code,
where you surround a block of text with codes that indicate how it
should appear. The "hyper" in Hypertext comes from the fact that
in HTML you can specify that a block of text, or an image, is linked to
another file on the Internet. HTML files are meant to be viewed using a
"Web Browser".
HTTP -- (HyperText Transfer Protocol)
The protocol for moving hypertextfiles across the Internet. Requires a
HTTP client program on one end, and an HTTP server program (such as
Apache) on the other end. HTTP is the most important protocol used in
the World Wide Web (WWW).
Hypertext
Generally, any text that contains links to other documents - words or
phrases in the document that can be chosen by a reader and which cause
another document to be retrieved and displayed.
ISP -- (Internet Service Provider)
An institution that provides access to the Internet in some form,
usually for money.
JPEG -- (Joint Photographic Experts Group)
JPEG is most commonly mentioned as a format for image files. JPEG format
is preferred to the GIF format for photographic images as opposed to
line art or simple logo art.
PHP -- (PHP: Hypertext Preprocessor)
PHP is a programming language used almost exclusively for creating
software that is part of a web site. The PHP language is designed to be
intermingled with the HTML that is used to create web pages. Unlike
HTML, the PHP code is read and processed by the web server software
(HTML is read and processed by the web browser software.)
Web Hosting
A server on the Internet that is a reservoir of information available to
other computers. When you access information on the Internet, you
connect to a host computer. Hosting is the service of providing a host
computer for lease.
back to top