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 along different routes by special machines along the way. This way many people can use the same lines at the same time.
You might think of several caravans of trucks all using the same road system to carry materials.
Password
A code used to gain access (login) to a locked system. Good passwords contain letters and non-letters and are not simple combinations such as virtue7. A good password might be:
5%df(29)
But don't use that one!
PDF -- (Portable Document Format)
A file format designed to enable printing and viewing of documents with all their formatting (typefaces, images, layout, etc.) appearing the same regardless of what operating system is used, so a PDF document should look the same on Windows, Macintosh, linux, OS/2, etc. The PDF format is based on the widely used Postcript document-description language. Both PDF and Postscript were developed by the Adobe Corporation.
Perl -- (Practical Extraction and Report Language)
Perl is a programming language that is widely used for both very simple, small tasks and for very large complex applications.
During the 1990s it became the de-facto standard for creating CGI programs. Perl is known for providing many ways to accomplish the same task, with "there's more than one way to do it" being something of a motto in the Perl community.
Because it is so easy to perform simple tasks in Perl it is often used by people with little or no formal programming training, and because Perl provides many sophisticated features it is often used by professionals for creating complex data-processing software, including the "server-side" of large web sites. Perl does not provide significant support for creating programs with a graphical user interface.
Permalink
A "permanent link" to a particular posting in a blog. A permalink is a URI that points to a specific blog posting, rather than to the page in which the posting original occured (which may no longer contain the posting.)
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.)
ping
To check if a server is running. From the sound that a sonar systems makes in movies, you know, when they are searching for a submarine.
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.
PNG -- (Portable Network Graphics)
PNG is a graphics format specifically designed for use on the World Wide Web. PNG enable compression of images without any loss of quality, including high-resolution images. Another important feature of PNG is that anyone may create software that works with PNG images without paying any fees - the PNG standard is free of any licensing costs.
podcasting or pod-casting
A form of audio broadcasting using the Internet, podcasting takes its name from a combination of "iPod" and broadcasting. iPod is the immensely popular digital audio player made by Apple computer, but podcasting does not actually require the use of an iPod.
Podcasting involves making one or more audio files available as "enclosures" in an RSS feed. A pod-caster creates a list of music, and/or other sound files (such as recorded poetry, or "talk radio" material) and makes that list available in the RSS 2.0 format. The list can then be obtained by other people using various podcast "retriever" software which read the feed and makes the audio files available to digital audio devices (including, but not limited to iPods) where users may then listen to them at their convenience.
POP -- (Point of Presence, also Post Office Protocol)
Two commonly used meanings:
Point of Presence and Post Office Protocol.
A Point of Presence usually means a city or location where a network can be connected to, often with dial up phone lines. So if an Internet company says they will soon have a POP in Belgrade, it means that they will soon have a local phone number in Belgrade and/or a place where leased lines can connect to their network.
A second meaning, Post Office Protocol refers to a way that e-mail client software such as Eudora gets mail from a mail server. When you obtain an account from an Internet Service Provider (ISP) you almost always get a POP account with it, and it is this POP account that you tell your e-mail software to use to get your mail. Another protocol called IMAP is replacing POP for email.
See also: Client, Email, IMAP, ISP, Server
Port
3 meanings. First and most generally, a place where information goes into or out of a computer, or both. E.g. the serial port on a personal computer is where a modem would be connected.
On the Internet port often refers to a number that is part of a URL, appearing after a colon (:) right after the domain name. Every service on an Internet server listens on a particular port number on that server. Most services have standard port numbers, e.g. Web servers normally listen on port 80. Services can also listen on non-standard ports, in which case the port number must be specified in a URL when accessing the server, so you might see a URL of the form:
gopher://peg.cwis.uci.edu:7000/
This shows a gopher server running on a non-standard port (the standard gopher port is 70).
Finally, port also refers to translating a piece of software to bring it from one type of computer system to another, e.g. to translate a Windows program so that is will run on a Macintosh.
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.
PPP -- (Point to Point Protocol)
The most common protocol used to connect home computers to the Internet over regular phone lines.
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.
Protocol
On the Internet "protocol" usually refers to a set of rules that define an exact format for communication between systems. For example the HTTP protocol defines the format for communication between web browsers and web servers, the IMAP protocol defines the format for communication between IMAP email servers and clients, and the SSL protocol defines a format for encrypted communications over the Internet.
Proxy Server
A Proxy Server sits in between a Client and the "real" Server that a Client is trying to use. Client's are sometimes configured to use a Proxy Server, usually an HTTP server. The clients makes all of it's requests from the Proxy Server, which then makes requests from the "real" server and passes the result back to the Client. Sometimes the Proxy server will store the results and give a stored result instead of making a new one (to reduce use of a Network). Proxy servers are commonly established on Local Area Networks
PSTN -- (Public Switched Telephone Network)
The regular old-fashioned telephone system.
Please select the first letter of your subject
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
This Glossary of Internet Terms is licensed under the Creative Commons "Attribution-ShareAlike" license.
The original author and copyright holder is Matisse Enzer, and the current version of the Glossary is available at