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

Authentication

A feature of Internet Security software that is used to verify the identity of a person or process.



Bandwidth

The amount of data that can be transmitted in a fixed amount of time. For analog devices, the bandwidth is expressed in cycles per second, or Hertz (Hz). And for digital devices, the bandwidth is usually expressed in bits per second (bps) or bytes per second.



bps

Unit to measure the speed of data transmission.





Broadband

A type of data transmission in which a single medium (usually a wire) can carry several channels at once. Cable TV, for example, uses broadband transmission.



Browser

A program used to access and display documents from the Web and other Internet resources. Popular browsers include Internet Explorer and Netscape.



Cookie

Cookie is a packet of information that is sent by a HTTP server to a client's browser. Typically, cookie are used for indentification and tracking of registered user behavior in a website. when the client access to this server again, client browser will send the packet of information to the server. Then, customer are not required to sign on every time they access to this site.



Domain name

That part of the Internet name that specifies your computer location in the world, written as a series of names separated by full stops.



Encryption

Encoding of data travelling across the Internet to prevent it from being read by unauthorized recipient.



Firewall

A security set upon the Internet, protecting information, preventing access, or ensuring that users cannot do any harm to the underlying computer systems. Firewalls are frequently used to prevent unauthorized Internet users from accessing private networks connected to the Internet, especially intranets. All messages entering or leaving the intranet pass through the firewall, which examines each message and blocks those that do not meet the specified security criteria.



FTP

File Transfer Protocol, one of the protocols on the Internet, which allows transfer of entire data files between computers.



HTTP (HyperText Transport Protocol)

A set of rules that provide the means of communicating, moving hypertext files on the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. Requires an HTTP client program on one end, and an HTTP server program on the other end. HTTP is the most popular protocol used in the World. You can normally see the http at the beginning of each web address.



HTML

HyperText Markup Language is a convention for creating documents on the World Wide Web. HTML files usually have the extension .HTML or .htm.



Hyperlink

An element in an electronic document that links to another place in the same document or to an entirely different document. Typically, you click on the hyperlink to follow the link.



Internet

The world-wide organization of computer networks stretching across the world, linking computers of many different types, using protocols. The Internet provides file transfer, remote login, electronic mail, news, and other services. No one organization has control of the Internet.



Internet Service Provider

An organization that offers a server computer and the software needed to access the Internet for a fee.



Intranet

A private Internet-like network in a particular company, usually not accessible by unauthorized public.



Java

A programming language used to create mini-programs (known as applets), which are automatically downloaded when you come across a Java-enhanced WEB site. Sun Microsystems developed it, and it is now used in several online games and to animate some images.



Modem

A piece of equipment that connects a computer to a data transmission line - typically a telephone line. Normal people use modems that transfer data at speeds ranging from 1.2 kbps to 19.2 kbps.



Protocol

A set of rules for the exchange of data between a terminal and a computer or between two computers.



Proxy

A device used to access the Internet around a "fire wall" to ensure security in a large system/network.



PKI

Short for public key infrastructure, a system of digital certificates issued by Certificate Authorities and other registration authorities. It is used to verify and authenticate the validity of the parties involved in an Internet transaction. PKIs are currently evolving and there is no single PKI nor even a single agreed-upon standard for setting up a PKI.



Search engine

A program that allows you to do keyword searches for information on the Internet.



Security Certificate

An attachment to an electronic message that is used by the SSL protocol to establish a secure connection and to verify the identification of the individual/organization.



SSL

Short for Secure Sockets Layer, a protocol developed by Netscape Communications SSL to enable encrypted, authenticated communications across the Internet. SSL works by using a private key to encrypt data that's transferred over the SSL connection. Both Netscape Navigator and Internet Explorer support SSL, and many Web sites use the protocol to obtain confidential user information, such as credit card numbers. In an SSL connection, each side of the connection must have a Security Certificate, which each side's software sends to the other. Each side then encrypts what to be sent using information from both its own and the other side's Certificate, ensuring that only the intended recipient can de-crypt it, and that the other side can be sure the data came from the place it claims to have come from, and that the message has not been tampered with during trasnaction.



URL

Universal Resource Locator is an address that completely defines a resource of the World Wide Web. A URL has four elements:
  1. The service - HTTP or FTP or a few others.
  2. The host - the computer that handles the resource
  3. in names or IP address
  4. The port number (often not necessary, because it is always defaulted).
  5. The path and filename of the resource.

    URL format is: service://hostport/path.



WWW

The World Wide Web, also called the Web or W3, is a system of Internet servers that support specially formatted documents. The documents are formatted in a language called HTML that supports links to other documents, as well as graphics, audio, and video files. This means you can jump from one document to another simply by clicking on hot spots. Not all Internet servers are part of the World Wide Web.