|
|
|
NETDICTIONARY:A
B C
D
SURF TO: |
![]() packet --
A unit of data sent across a network. When a large block of data is to be sent over a network, it is broken up into several packets, sent, and the reassembled at the other end. Packets often include checksum codes to detect transmission errors. The exact layout of an individual packet is determined by the protocol being used.
packet sniffing --
The intentional and usually illegal act of intercepting packets of data being transmitted over the Internet and searching them for information.
parse --
To search through a stream of text and either break it up into useful chunks of information or reformat it in some other manner.
password --
A secret code that you utilize along with your user ID in order to log on to a network.
path --
The hierarchical description of where a directory, folder, or file is located on your computer or on a network
PC --
See personal computer.
Perl --
A programming language whose acronym stands for "Practical Extraction and Report Language". Perl is a powerful, yet unstructured language that is especially good for writing quick and dirty programs that process text files. Because of these abilities, Perl is a common choice of programmers for writing CGI scripts to automate input and output from web pages. Perl was invented in 1986 by Larry Wall and is available to anyone at no charge.
personal computer --
(abbreviation: PC)
PGP --
See Pretty Good Privacy.
PING --
Abbreviation for Packet InterNet Groper. A connection testing program that sends a self-returning packet to a host and times how long it takes to return.
plug-ins --
Third party add-on software that adds new features to a commercial application. Many companies have written plug-ins for Netscape Navigator.
Point of Presence --
(abbreviation: POP)
Point-to-Point Protocol --
(abbreviation: PPP)
POP --
See Point of Presence.
post --
To send a message to a public area like a BBS or newsgroup where it can be read by many others.
postmaster --
The name given to the person in charge of administrating email for a particular site. According to convention, mail sent to postmaster@foo.com should be read by a real live person.
power newbie --
An enthusiastic newbie (network newcomer) who takes advantage of educational resources in an effort to become a knowbie. Power newbies share their knowledge with other newbies both face-to-face and in bulletin boards and chat rooms. See also newbie and knowbie.
PPP --
See Point-to-Point Protocol.
Pretty Good Privacy --
(abbreviation: PGP)
Prodigy --
A commerical online service.
program --
A series of instructions that tell a computer what to do. Also to create or revise a program.
programming language --
A computer language that programmers utilize to create programs. C, Perl, Java, BASIC, and COBOL are examples of programming languages. In essence, programming languages are translators that take words and symbols and convert them to binary codes that the CPU can understand. See also BASIC, C, and Java.
protocol --
A series of rules and conventions that allow different kinds of computers and applications to communicate over a network.
|