An internet-based system that enables an individual or a company to publish itself to the entire world, except to countries or loacations that prohibit the free interchange of information. THe major service on the Internet, the World Wide web is the world's largest online shopping mall and the world's largest source of information, news and commentary.
>HTML
A markup language used to structure text and multimedia documents and to set up hypertext links between documents, used extensively on the World Wide Web.
Hypertext
A computer-based text retrieval system that enables a user to access particular locations in webpages or other electronic documents by clicking on links within specific webpages or documents.
Mulitmedia
Computer Science Of or relating to an application that can combine text, graphics, full-motion video, and sound into an integrated package.
Domain Name System (DNS)
A system for converting host names and domain names into IP addresses on the Internet or on local networks that use the TCP/IP protocol. For example, when a Web site address is given to the DNS either by typing a URL in a browser or behind the scenes from one application to another, DNS servers return the IP address of the server associated with that name.
Internet Access Provider
An organization that provides access to the Internet. Connection to the user is provided via dial-up, ISDN, cable, DSL and T1/T3 lines. Customers are generally billed a fixed rate per month, but other charges may apply.
Dumb Terminal
A display terminal that provides keyboard input and screen output and no data processing capability. Dumb terminals flourished in the days of minicomputers and mainframes
Wireless Network
A system that transmits and receives radio signals over the air. The term generally refers to Wi-Fi local area networks (LANs) as well as the optional data services provided by the nationwide cellular carriers
Modem
Until the late 1990s, the term referred to a device that allows a computer or terminal to transmit data over a standard dial-up telephone line. Since the advent of cable and DSL connections, the term may also refer to high-speed broadband modems
FTP
A protocol used to transfer files over a TCP/IP network (Internet, Unix, etc.). For example, after developing the HTML pages for a Web site on a local machine, they are typically uploaded to the Web server using FTP
NFS
The file sharing protocol in a Unix network. This de facto Unix standard, which is widely known as a "distributed file system," was developed by Sun. The name is somewhat misleading because NFS is not a disk file system that reads and writes the disk sectors, but enables the operating system to view files on computers in the network as if they were local
Gopher
A protocol for searching file names and resources on the Internet that presents hierarchical menus to the user. As users select options, they are moved to different Gopher servers. Where links have been established, Usenet news and other information can be read directly from Gopher.
Browser
A program that lets you look through a collection of data
E-mail
The transmission of text messages from sender to recipient. E-mail messages can also be formatted with graphics like a brochure or Web page, an enhancement that many users like, but that creates more spam and a security risk
Applet
A small application, such as a utility program or limited-function spreadsheet or word processor. Java programs that are run from the browser are always known as applets
ASCII
American Standard Code for Information Interchange) Pronounced "ask-ee," it is the built-in binary code for representing characters in all computers except IBM mainframes, which use the EBCDIC coding system. ASCII was originally developed for communications and uses only seven bits per character, providing 128 combinations that include upper and lower case alphabetic letters, the numeric digits and special symbols such as the $ and %. The first 32 characters are set aside for communications and printer control
Binary
Meaning two. The principle behind digital computers. All input to the computer is converted into binary numbers made up of the two digits 0 and 1 (bits). For example, when you press the "A" key on your keyboard, the keyboard circuit generates and transfers the number 01000001 to the computer's memory as a series of pulses with different voltages. The bits are stored as charged and uncharged memory cells or as microscopic magnets on disk and tape. Display screens and printers convert the binary numbers into visual characters.
Bit
The smallest element of computer storage. It is a single digit in a binary number (0 or 1). The bit is physically a transistor or capacitor in a memory cell, a magnetic domain on disk or tape, a reflective spot on optical media or a high or low voltage pulsing through a circuit.
Byte
The common unit of computer storage from desktop computer to mainframe. It is made up of eight binary digits (bits). A ninth bit may be used in the memory circuits as a parity bit for error checking. The term was originally coined to mean the smallest addressable group of bits in a computer, which has not always been eight.
Client
A user's computer, which is generally a Windows, Mac or Linux desktop or laptop. The term implies that the client machine is connected to a network. Contrast with server.
Cookie
A small amount of data sent back to the requesting party by the recipient. Also called a "magic cookie," it provides information about the transaction, such as an ID or session number, which may be required later either by the recipient or a third party. This is the same concept as definition #2 below, but not specific to the Web.
Cyberspace
Coined by William Gibson in his 1984 novel "Neuromancer," it is a futuristic computer network that people use by plugging their minds into it! The term now refers to the Internet or to the online or digital world in general. See Internet and virtual reality. Contrast with meatspace.
DNS
A system for converting host names and domain names into IP addresses on the Internet or on local networks that use the TCP/IP protocol. For example, when a Web site address is given to the DNS either by typing a URL in a browser or behind the scenes from one application to another, DNS servers return the IP address of the server associated with that name.
Domain Name
The term may refer to any type of domain within the computer field, since there are several types of domains (see domain). However, today, it often refers to the address of an Internet site. See Internet domain name and Internet address.
Download
To transmit a file over a network. In a communications session, "download" and "upload" imply a big/little scenario, in which data are being downloaded from the "big" server into the user's "little" computer. Uploading sends data from the little computer to the big computer.
DSL Fire Wall
The primary method for keeping a computer secure from intruders. A firewall allows or blocks traffic into and out of a private network or the user's computer. Firewalls are widely used to give users secure access to the Internet as well as to separate a company's public Web server from its internal network. Firewalls are also used to keep internal network segments secure; for example, the accounting network might be vulnerable to snooping from within the enterprise.
Flame
To communicate emotionally via e-mail. Just as people might differ about what is polite behavior and what is not, whether an e-mail message is flaming is also in the eye of the beholder. Vulgar cursing would definitely be flaming, however. See netiquette and holy war.
GIF
A popular bitmapped graphics file format developed by CompuServe. Pronounced "giff" with a hard "g" by most Mac users and "jiff" by PC users, GIFs are widely used on the Web because the format uses its own form of compression.
Gigabyte
One billion bytes. Also GB, Gbyte and G-byte. See giga and space/time.
Hit
A successful match. See hits and hit rate. See also Mechanical Turk.
Homepage
The first page retrieved when accessing a Web site or the first screen displayed when a PDA or smartphone is started. It provides the main menu and starting point for the rest of the content on the site or device. See INDEX.HTML and home screen.
Intranet
An inhouse Web site on the company's local area network (LAN) that serves employees only, and almost every medium to large company has an intranet. Although intranet pages may have links to Web sites on the Internet, the intranet is not exposed to, or is accessed by, the general public. It provides a standard way to publish company policy, news, schedules, medical and insurance forms and training manuals. The intranet is also a venue for publishing blogs, wikis and social activities such as sports and exercise schedules.
Internet
large network made up of a number of smaller networks.
Java
An object-oriented programming language that is platform independent. Developed by Sun, Java is widely used on the Web for both client and server processing. Modeled after C++ and designed to run in limited memory, Java added programming enhancements such as "garbage collection," which automatically frees unused memory.
LAN
(Local Area Network) A communications network that serves users within a confined geographical area. The "clients" are the user's workstations typically running Windows, although Mac and Linux clients are also used. The "servers" hold programs and data that are shared by the clients. Servers come in a wide range of sizes from Intel-based servers to mainframes. Printers can also be connected to the network and shared
Listserv
Mailing list management software from L-Soft international, Inc., Landover, MD (www.lsoft.com) that runs on Windows, Mac, OpenVMS, VM (mainframe) and various Unix machines. LISTSERV scans e-mail messages for the words "subscribe" and "unsubscribe" to automatically update the list. Virus protection is also provided. The LISTSERV program originated in France in 1986 by engineering student Eric Thomas, who went on to found the L-Soft company in 1994. See mailing list.
Login
Signing in and gaining access to a network server, Web server or other computer system. The process (the noun) is a "login" or "logon," while the act of doing it (the verb) is to "log in" or to "log on." In practice, "login" is used as a verb as well.
Megabyte
One million bytes, or more precisely 1,048,576 bytes. Also MB, Mbyte and M-byte.
network
A system that transmits any combination of voice, video and/or data between users. The network includes the network operating system in the client and server machines, the cables connecting them and all supporting hardware in between such as bridges, routers and switches. In wireless systems, antennas and towers are also part of the network
Password
A secret word or code used to serve as a security measure against unauthorized access to data. It is normally managed by the operating system or DBMS. However, the computer can only verify the legitimacy of the password, not the legitimacy of the user
Plugin
Software that is installed as an add-on to an application in order to enhance its capability. For example, plug-ins are widely used in image editing programs such as Photoshop to add some special effect. Plug-ins are added to Web browsers to enable them to support different types of content (audio, video, etc.). The term is widely used for software, but can also refer to a plug-in module for hardware.
Protocol
The format and procedure that governs the transmitting and receiving of data. The term comes from the Greek "protokollon," which was the cover page to a manuscript that provided a description of the contents.
Search Engine
Software that searches for data based on some criteria. Although search engines have been around for decades, they were brought to the forefront after the Web exploded onto the scene. Every Web search engine site uses a search engine that it has either developed itself or has purchased from a third party. Search engines can differ dramatically in the way they find and index the material on the Web, and the way they search the indexes from the user's query.
Spam
E-mail that is not requested. Also known as "unsolicited commercial e-mail" (UCE), "unsolicited bulk e-mail" (UBE), "gray mail" and just plain "junk mail," the term is both a noun (the e-mail message) and a verb (to send it). Spam is mostly used to advertise products and sometimes to broadcast some political or social commentary
Trojan Horse
A program that appears legitimate, but performs some illicit activity when it is run. It may be used to locate password information or make the system more vulnerable to future entry or simply destroy programs or data on the hard disk. A Trojan is similar to a virus, except that it does not replicate itself. It stays in the computer doing its damage or allowing somebody from a remote site to take control of the computer. Trojans often sneak in attached to a free game or other utility. For information about various Trojans that are spread on the Internet, visit the Lockdown Corporation at www.lockdowncorp.com.
Upload
To send data from a user's machine to a server. For more details,
Virus
Software used to infect a computer. After the virus code is written, it is buried within an existing program. Once that program is executed, the virus code is activated and attaches copies of itself to other programs in the system. Infected programs copy the virus to other programs.
Website
A presence on the World Wide Web. To qualify as a bona fide Web site, it must be available on the Internet around the clock. A Web site is a collection of Web pages, which are documents coded in HTML that are linked to each other and very often to pages on other Web sites. A Web site is run (hosted) on a Web server by the site's owner or by a third-party Internet service provider (ISP).
Worm
A destructive program that replicates itself throughout a single computer or across a network, both wired and wireless. It can do damage by sheer reproduction, consuming internal disk and memory resources within a single computer or by exhausting network bandwidth. It can also deposit a Trojan that turns a computer into a zombie for spam and other malicious purposes. Very often, the terms "worm" and "virus" are used synonymously; however, worm implies an automatic method for reproducing itself in other computers.