|
|
![]() |
|||||||||||||||||||||||||||||||||||||||||||
(American Standard Code for Information Interchange) -- This is the de facto world-wide standard for the code numbers used by computers to represent all the upper and lower-case Latin letters, numbers, punctuation, etc. There are 128 standard ASCII codes each of which can be represented by a 7 digit binary number: 0000000 through 1111111.
Certificate Authority An issuer of Security Certificates used in SSL connections.
You can often see that a CGI program is being used by seeing “cgi-bin” in a URL, but not always. 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. See Also: CGI 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 Most often used to refer to having a server that belongs to one person or group physically located on an Internet-connected network that belongs to another person or group. Usually this is done because the server owner wants their machine to be on a high-speed Internet connection and/or they do not want the security risks of having the server on thier own network.
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 user’s 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. Cookies do not read your hard drive and send your life story to the CIA, but they can be used to gather more information about a user than would be possible without them. Cyberpunk Cyberpunk was originally a cultural sub-genre of science fiction taking place in a not-so-distant, dystopian, over-industrialized society. The term grew out of the work of William Gibson and Bruce Sterling and has evolved into a cultural label encompassing many different kinds of human, machine, and punk attitudes. It includes clothing and lifestyle choices as well.
DSL (Digital Subscriber Line) -- A method for moving data over regular phone lines. A DSL circuit is much faster than a regular phone connection, and the wires coming into the subscriber’s premises are the same (copper) wires used for regular phone service. A DSL circuit must be configured to connect two specific locations, similar to a leased line.
Another common configuration is symmetrical: 384 Kilobits per second in both directions. In theory ADSL allows download speeds of up to 9 megabits per second and upload speeds of up to 640 kilobits per second. DSL is now a popular alternative to Leased Lines and ISDN, being faster than ISDN and less costly than traditional Leased Lines. See Also: bit , bps , ISDN , Leased Line 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:
can all refer to the same machine, but each domain name can refer to no more than one machine. Usually, all of the machines on a given Network will have the same thing as the right-hand portion of their Domain Names (designone.co.uk in the examples above). It is also possible for a Domain Name to exist but not be connected to an actual machine. This is often done so that a group or business can have an Internet e-mail address without having to establish a real Internet site. In these cases, some real Internet machine must handle the mail on behalf of the listed Domain Name. See Also: IP Number
E-mail (Electronic Mail) -- Messages, usually text, sent from one person to another via computer. E-mail can also be sent automatically to a large number of addresses (Mailing List).
FAQ (Frequently Asked Questions) -- FAQs are documents that list and answer the most common questions on a particular subject. There are hundreds of FAQs on subjects as diverse as Pet Grooming and Cryptography. FAQs are usually written by people who have tired of answering the same question over and over.
Gateway The technical meaning is a hardware or software set-up that translates between two dissimilar protocols, for example Prodigy has a gateway that translates between its internal, proprietary e-mail format and Internet e-mail format. Another, sloppier meaning of gateway is to describe any mechanism for providing access to another system, e.g. AOL might be called a gateway to the Internet. GIF (Graphic Interchange Format) -- A common format for image files, especially suitable for images containing large areas of the same color. GIF format files of simple images are often smaller than the same file would be if stored in JPEG format, but GIF format does not store photographic images as well as JPEG.
Gigabyte 1000 or 1024 Megabytes,
depending on who is measuring.
hit As used in reference to the World
Wide Web, “hit” means a single request from a web browser
for a single item from a web server; thus in order for a
web browser to display a page that contains 3 graphics, 4 “hits”
would occur at the server: 1 for the HTML page, and one for
each of the 3 graphics.
Internet (Upper case I) The vast collection of inter-connected networks that all use the TCP/IP protocols and that evolved from the ARPANET of the late 60’s and early 70’s. The Internet now (July 1995) connects roughly 60,000 independent networks into a vast global internet.
Note that an Intranet may not actually be an internet -- it may simply be a network. See Also: internet , Internet , Network IP Number (Internet Protocol Number) -- Sometimes called a dotted quad. A unique number consisting of 4 parts separated by dots, e.g.
Every machine that is on the Internet has a unique IP number - if a machine does not have an IP number, it is not really on the Internet. Most machines also have one or more Domain Names that are easier for people to remember. See Also: Domain Name , Internet , TCP/IP ISDN (Integrated Services Digital Network) -- Basically a way to move more data over existing regular phone lines. ISDN is rapidly becoming available to much of the USA and in most markets it is priced very comparably to standard analog phone circuits. It can provide speeds of roughly 128,000 bits-per-second over regular phone lines. In practice, most people will be limited to 56,000 or 64,000 bits-per-second. ISP (Internet Service Provider) -- An institution that provides access to the Internet in some form, usually for money.
Java Java is a network-oriented programming language invented by Sun Microsystems that is specifically designed for writing programs that can be safely downloaded to your computer through the Internet and immediately run without fear of viruses or other harm to your computer or files. Using small Java programs (called "Applets"), Web pages can include functions such as animations, calculators, and other fancy tricks.
See Also: Applet JavaScript JavaScript is a programming language that is mostly used in web pages, usually to add features that make the web page more interactive. When JavaScript is included in an HTML file it relies upon the browser to interpret the JavaScript. When JavaScript is combined with Cascading Style Sheets (CSS), and later versions of HTML (4.0 and later) the result is often called DHTML.
Kilobyte A thousand bytes. Actually, usually 1024 (2^10) bytes.
LAN (Local Area Network) -- A computer network limited to the immediate area, usually the same building or floor of a building.
Verb: The act of entering into a computer system, e.g. Login to the WELL and then go to the GBN conference. See Also: Password
Maillist (or Mailing List) A (usually automated) system that allows people to send e-mail to one address, whereupon their message is copied and sent to all of the other subscribers to the maillist. In this way, people who have many different kinds of e-mail access can participate in discussions together. Megabyte A million bytes. Actually, technically, 1024 kilobytes.
When non-text files are sent using the MIME standard they are converted (encoded) into text - although the resulting text is not really readable. Generally speaking the MIME standard is a way of specifying both the type of file being sent (e.g. a Quicktime™ video file), and the method that should be used to turn it back into its original form. Besides email software, the MIME standard is also universally used by Web Servers to identify the files they are sending to Web Clients, in this way new file formats can be accommodated simply by updating the Browsers’ list of pairs of MIME-Types and appropriate software for handling each type. See Also: Browser , Client , Server , Binhex , UUENCODE Mirror Generally speaking, “to mirror” is to maintain an exact copy of something. Probably the most common use of the term on the Internet refers to “mirror sites” which are web sites, or FTP sites that maintain exact copies of material originated at another location, usually in order to provide more widespread access to the resource.
Modem (MOdulator, DEModulator) -- A device that you connect to your computer and to a phone line, that allows the computer to talk to other computers through the phone system. Basically, modems do for computers what a telephone does for humans. Mosaic The first WWW browser that was available for the Macintosh, Windows, and UNIX all with the same interface. Mosaic really started the popularity of the Web. The source-code to Mosaic has been licensed by several companies and there are several other pieces of software as good or better than Mosaic, most notably, Netscape.
Netiquette The etiquette on the Internet.
Netscape provided major improvements in speed and interface over other browsers, and has also engendered debate by creating new elements for the HTML language used by Web pages -- but the Netscape extensions to HTML are not universally supported. The main author of Netscape, Mark Andreessen, was hired away from
the NCSA by Jim Clark, and they founded a company called Mosaic
Communications and soon changed the name to Netscape Communications
Corporation. See Also: Browser , Mosaic , Server , WWW Network Any time you connect 2 or more computers together so that they can share resources, you have a computer network. Connect 2 or more networks together and you have an internet.
Another definition: NIC also refers to Network Interface Card which plugs into a computer and adapts the network interface to the appropriate standard. ISA, PCI, and PCMCIA cards are all examples of NICs. NNTP (Network News Transport Protocol) -- The protocol used by client and server software to carry USENET postings back and forth over a TCP/IP network. If you are using any of the more common software such as Netscape, Nuntius, Internet Explorer, etc. to participate in newsgroups then you are benefiting from an NNTP connection.
Packet Switching The method used to move data around on the Internet. In packet switching, all the data coming out of a machine is broken up into chunks, each chunk has the address of where it came from and where it is going. This enables chunks of data from many different sources to co-mingle on the same lines, and be sorted and directed to different routes by special machines along the way. This way many people can use the same lines at the same time. Password A code used to gain access to a locked system. Good passwords contain letters and non-letters and are not simple combinations such as admin1. A good password might be:
See Also: Login Plug-in A (usually small) piece of software that adds features to a larger piece of software. Common examples are plug-ins for the Netscape® browser and web server. Adobe Photoshop® also uses plug-ins.
See Also: Domain Name , Server , URL Portal Usually used as a marketing term to described a Web site that is or is intended to be the first place people see when using the Web. Typically a "Portal site" has a catalog of web sites, a search engine, or both. A Portal site may also offer email and other service to entice people to use that site as their main "point of entry" (hence "portal") to the Web. Posting A single message entered into a network communications system.
See Also: Newsgroup PPP (Point to Point Protocol) -- Most well known as a protocol that allows a computer to use a regular telephone line and a modem to make TCP/IP connections and thus be really and truly on the Internet.
Router A special-purpose computer (or software package) that handles the connection between 2 or more networks. Routers spend all their time looking at the destination addresses of the packets passing through them and deciding which route to send them on.
Security Certificate A chunk of information (often stored as a text file) that is used by the SSL protocol to establish a secure connection.
In order for an SSL connection to be created both sides must have a valid Security Certificate. See Also: Certificate Authority , SSL Server A computer, or a software package, that provides a specific kind of service to client software running on other computers. The term can refer to a particular piece of software, such as a WWW server, or to the machine on which the software is running, e.g.Our mail server is down today, that’s why e-mail isn’t getting out. A single server machine could have several different server software packages running on it, thus providing many different servers to clients on the network. SMTP (Simple Mail Transfer Protocol) -- The main protocol used to send electronic mail on the Internet.
Almost all Internet email is sent and received by clients and servers using SMTP, thus if one wanted to set up an email server on the Internet one would look for email server software that supports SMTP. SNMP (Simple Network Management Protocol) -- A set of standards for communication with devices connected to a TCP/IP network. Examples of these devices include routers, hubs, and switches.
Devices that are SNMP compatible contain SNMP “agent” software to receive, send, and act upon SNMP messages. Software for managing devices via SNMP are available for every kind of commonly used computer and are often bundled along with the device they are designed to manage. Some SNMP software is designed to handle a wide variety of devices. Spam (or Spamming) An inappropriate attempt to use a mailing list, or USENET or other networked communications facility as if it was a broadcast medium (which it is not) by sending the same message to a large number of people who didn’t ask for it. The term probably comes from a famous Monty Python skit which featured the word spam repeated over and over. The term may also have come from someone’s low opinion of the food product with the same name, which is generally perceived as a generic content-free waste of resources. (Spam is a registered trademark of Hormel Corporation, for its processed meat product.)
SSL provides 3 important things: Privacy, Authentication, and Message Integrity. 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 it sends 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. See Also: Browser , Server , Security Certificate , URL
|