Applet:-
A small Java program
that can be placed (embedded) in an HTML page. Applets
differ from full-fledged Java applications in that they
are not allowed to access files and serial devices (modems,
printers, etc.) on the local computer, and are prohibited
from communicating with other computers across a network.
ASCII(American
Standard Code for Information Interchange):-
The world-wide
standard of code numbers used by computers to represent
all the upper- and lower-case Latin letters, numbers,
and punctuation. There are 128 standard ASCII codes,
each of which can be represented by a 7-digit binary
number, 0000000 through 1111111
AVI:-
(Audio/Video Interleaved) - A common
video file format (.avi).
Bandwidth:-
The transmission capacity of the
lines that carry the Internet's electronic traffic.
The greater the bandwidth, the more data can be moved
at one time. Lack of bandwidth can impose severe limitations
on the ability of the Internet to quickly deliver information.
Baud:-
The baud rate of a modem is how
many bits it can send or receive per second.
BIOS:-
Stands for Basic Input/Output System.
The BIOS gives the computer a little built-in starter
kit to run the rest of software's from floppy disks
(FDD) and hard disks (HDD). The BIOS is responsible
for booting the computer by providing a basic set of
instructions.
Binary:-
This is a basic system of numbering
using ones and zeros.
Bit (Binary DigIT):-
A bit is the smallest unit
of computerized data, comprised of either a 0 (off)
or a 1 (on).
Boot:-
Starting up an operating system.
If the computer is already running, it is more often
called rebooting.
Browser:-
An application that displays HTML
and other information found on the Internet. Internet
Explorer, Netscape and Mozilla and are examples of browsers.
This client software accesses the World Wide Web.
Buffer:-
A place, especially in RAM, for
the temporary storage of data for the purpose of speeding
up an operation such as printing or disk access. Data
from a buffer is available more quickly than data from
where the buffer got it. Typically buffers get data
before it is needed so it will be ready quickly when
it is needed. Similar to cache.
Byte:-
A set of bits that represent a
single character. There are usually 8 bits in a byte.
Return to Top
Cache:-
A section of memory or the Hard
Drive where data can be stored for rapid or frequent
access.
CD-ROM
(Compact Disc Read-Only Memory):-
An optical storage medium
that can hold about 600 MB of data and is accessed with
lasers.
CGI
(Common Gateway Interface):-
A programming language used to
convert data gathered from a web page into another form.
A CGI program might turn the content of a feedback form
into an email message, or search a server's database
with user-entered keywords.
Client
/ Server:-
Computer technology that separates
computers and their users into two categories. When
you want information from a computer on the Internet,
you are a client. The computer that delivers the information
is the server. A server both stores information and
makes it available to any authorized client who requests
the information.
Cookie:-
A piece of information sent by
a web server to a web browser and saved to the computer.
These "cookies" can then be used at a later
date to restore the information when the web server
is accessed again. Cookies are usually set to expire
after a predetermined amount of time.
Compression:-
Data files available for upload
and download are often compressed in order to save space
and reduce transfer times. Typical file extensions for
compressed files include .zip and .tar.
CPU:-
Central Processing Unit. In a microcomputer,
a processor on an IC chip (called a microprocessor)
serves as the heart of the computer. It interprets and
carries out instructions, performs numeric computations,
and controls the peripherals connected to it. Often
the entire system unit is called the CPU.
Return
to Top
DHCP:-
Dynamic Host Configuration Protocol.
This protocol provides a mechanism for allocating IP
addresses dynamically so that addresses can be reused.
Often used for managing the IP addresses of all the
cable modems in a cable plant and the PC's connected
to the cable modems.
Dial-In:-
An Internet account that connects
a PC directly to the Internet. These accounts use a
software application to connect to an Internet Service
Provider (ISP) and establish a TCP/IP link to the Internet.
To access a dial-in connection, a PC needs either a
modem to connect via a regular phone line or a terminal
adapter (TA) to connect via an ISDN phone line.
DLL:-
Dynamic Link Library. A file of
functions, compiled, linked, and saved separately from
the processes that use them. Functions in DLL's can
be used by more than one running process. The operating
system maps the DLL's into the process's address space
when the process is started up or while it is running.
Dynamic link libraries are stored in files with the
.DLL file extension.
DNS
(Domain Name Server):-
A computer running a program that
converts domain names into IP addresses and vice versa.
Domain Name Servers (also known as Name Servers) are
the backbone of the Internet.Domain
Name:-
A unique name that identifies an
Internet site. A domain name is the Internet's way of
translating a numeric IP address into an easy-to-remember
combination of words and numbers. 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 "example.com", "mail.example.com"
and "sales.example.com" can all refer to the
same machine, but each domain name can refer to no more
than one machine.
Download:-
The process of transferring data
from a remote computer to a local computer. When you
copy a file from a computer on the Internet to your
computer, you are "downloading" that file.
Driver:-
A program that controls a device.
Every device, whether it be a printer, disk drive, or
keyboard, must have a driver program. Many drivers,
such as the keyboard driver, come with the operating
system. For other devices, you may need to load a new
driver when you connect the device to your computer.
A driver acts like a translator between the device and
programs that use the device. Each device has its own
set of specialized commands that only its driver knows.
Return
to Top
Encryption:-
Encryption is the process of converting
data into "unreadable code" so that unauthorized
people cannot understand the content. Encryption may
be used to make stored data private (e.g., data that
is stored on a potentially vulnerable hard disk), or
to allow a nonsecure communications channel to serve
as a private communications channel. Encryption is sometimes
described as the process of converting plaintext into
ciphertext. To decipher the message, the receiver of
the encrypted data must have the proper decryption key.
Ethernet:-
A networking system that enables
high speed data communication over coaxial cables. The
Ethernet network system supports TCP/IP, AppleTalk,
Novell Netware, and other network protocols. An Ethernet
(LAN) connection is 10 Mbit/s or 100 Mbit/s, and is
used to connect many computers that can all "talk"
directly to each other. Normally they will all talk
with a few servers and printers, but the network is
all-to-all.
Email
(Electronic Mail):-
Messages sent from one person to
another via the Internet. Email can also be sent to
a large number of addresses at once through a mailing
list.
Return
to Top
FAQ
(Frequently Asked Questions):-
A FAQ is a document that lists
and answers the most common questions on a particular
subject. It is considered good netiquette (the Internet's
code of conduct) to check for FAQ's and read them.
FAT:-
Stands for File Allocation Table.
Basically this is a table of contents in a directory
that tells the computer what all is in there.
Fiber
Optic:-
An alternative to copper wire for
transmitting information. In fiber optics, pulses of
light representing binary data are flashed along a flexible
glass fiber. The advantage over copper wiring is that
a single strand of optical fiber can carry thousands
and thousands of different frequencies at once without
data loss.
Firewall:-
A combination of hardware and software
that separates a LAN into two or more parts for security
purposes. A firewall is commonly used to separate a
network from the Internet.
Firmware:-
Software (programs or data) that
has been written onto read-only memory (ROM). Firmware
is a combination of software and hardware. ROMs, PROMs
and EPROMs that have data or programs recorded on them
are firmware.
Freeware:-
Software that is available for
download and unlimited use without charge.
FTP
(File Transfer Protocol):-
A common method of moving files
between two Internet sites. Most FTP sites require a
login name and password before files can be retrieved
or sent.
Return to Top
Gateway:-
Hardware or software set up to
translate between two different protocols. For example,
Prodigy has a gateway that translates between its internal
email format and Internet email format. Another definition
of gateway is any mechanism for providing access to
another system. For example, AOL might be called a gateway
to the Internet.
GIF
(Graphics Interchange Format):-
A graphics file format commonly
used on the Internet to provide images on Web pages.
GIF images are 8-bit (256-color) graphics.
Gigabyte:-
A thousand (technically 2^10 or
1024) Megabytes.
GUI
Graphical User Interface:-
A GUI is a software "front
end" which lets the user use pictures and "point-and-click"
technology to access the software application. It allows
a computer user to interact with the computer by manipulating
graphic representations (icons) with a mouse or other
pointing device instead of typing text commands.
Return
to Top
Handshaking:-
The process by which two devices
initiate communications. Handshaking begins when one
device sends a message to another device indicating
that it wants to establish a communication channel.
The two devices then send several messages back and
forth that enable them to agree on a communications
protocol.
Hit:-
A "hit" is a single request
from a web browser for a single item from a web server.
For example, a page displaying 3 graphics would require
4 hits: one for the HTML document, and one for each
of the 3 graphics. "Hits" are often used as
a rough measure of load on a server; however, because
each hit can represent a request for anything from a
tiny document to a complex search request, the actual
load on a machine from a single hit is impossible to
define.
Home
Page (or Homepage):-
Originally, a home page was the
web page that your browser is set to use when it starts
up. The more common definition refers to the main web
page for any business or personal site.
Host:-
Any computer on a network that
is a repository for services available to other computers
on the network. It is common to have one host machine
provide several services, such as WWW and USENET.
HTML
(HyperText Markup Language):-
The language used to build hypertext
documents on the World Wide Web(WWW). They are nothing
more than plain ASCII-text documents interpreted (or
rendered) by a web browser to display formatted text
and fonts, color, graphic images, and links.
HTTP
(HyperText Transfer Protocol):-
The protocol for moving hypertext
(HTML) files across the Internet. This requires a HTTP
client program on one end and a HTTP server program
on the other end. HTTP is the most important protocol
used on the WWW.
Hypertext:-
Text in a document that contains
a link to other text. Hypertext is used in Windows help
programs and CD encyclopedias as well as web pages to
link and reference related information across documents.
Return
to Top
IMAP
(Internet Message Access Protocol):-
IMAP is gradually replacing POP
as the main protocol used by email clients in communicating
with email servers. Using IMAP, an email client program
can not only retrieve email but can also manipulate
messages stored on the server without having to actually
retrieve the messages. So messages can be deleted, have
their status changed, multiple mail boxes can be managed,
etc.
Information
Superhighway:-
There is some debate about this
term. Some claim it refers to the future, where everyone
will have fast, easy access to the Internet and things
such as video conferencing will be widely available.
Others claim that the Internet as we already know it
is the Information Superhighway.
Interface:-
This is any type of point where
two different things come together. Most often, the
term is used to describe the programs between you and
your computer like Windows, OS/2 and others. What you
see on the screen is the interface between you and what
your computer is doing.
Internet:-
The vast collection of inter-connected
networks that evolved from the ARPANET of the late 60's
and early 70's.
Internet
Explorer:-
A web browser developed by Microsoft
Corporation that displays HTML and other information
found on the Internet.
Intranet:-
A network inside a company or organization
that uses the same kind of software found on the Internet,
but is only for internal use. A company web server available
only to employees would be an Intranet.
ISDN
(Integrated Services Digital Network):-
A high-speed way to move data over
existing phone lines. In theory, it can provide speeds
of roughly 128,000 bits-per-second; in practice, most
people will be limited to 56,000 or 64,000 bits-per-second.
ISP
(Internet Service Provider):-
A business that provides access
to the Internet and WWW in some form, usually for pay.
Return
to Top
Java:-
A network-oriented programming
language invented by Sun Microsystems specifically designed
for creating programs that can be downloaded to your
computer from a web page and immediately run. Using
small Java programs ("applets"), Web pages
can include features such as animations, calculators
and other fancy or interactive tricks.
JPG
(Joint Photographic Experts Group):-
The name of the committee that
designed the photographic image-compression standard.
The format (.jpg) is optimized for compressing full-color
or grayscale photographic images.
Return
to Top
Kilobyte:-
A thousand (technically, 2^10 or
1024) bytes.
LAN
(Local Area Network):-
A computer network restricted to
a limited area, usually the same building or a floor
of a building. Office computers are typically connected
to a LAN.
LCD:-
Abbreviation of Liquid Crystal
Display, a type of display used in digital watches and
many portable computers.
Login:-
The user- or account-name used
to gain access to a computer system. The act of entering
or "signing on" to a computer system.
Return
to Top
Masking:-
To conceal a web site's URL in
some manner, normally by using a domain name. For example,
if a URL shows up as "http://www.example.com/"
but the web site is actually located at "http://www.somewhere-else.com/example/",
that URL is said to be "masked".
Megabyte:-
A million bytes or a thousand (technically
2^10 or 1024) kilobytes.
MIDI
(Musical Instrument Digital Interface):-
A high-quality audio file format
(.mid). It allows a computer to store and replay a musical
instrument's output.
MIME
(Multipurpose Internet Mail Extensions):-
The Internet standard for attaching
non-text files to standard email messages. Non-text
files can include graphics, spreadsheets, word-processor
documents, sound files, etc. An email program is said
to be "MIME Compliant" if it can both send
and receive files using the MIME standard.
Mirror:-
To "mirror" something
is to maintain an exact copy of it. The most common
use of the term on the Internet refers to "mirror
sites" which are FTP or web sites that maintain
exact copies of material originally stored at another
location. Another common use of the term "mirror"
refers to writing information to more than one hard
disk simultaneously to prevent its loss or destruction.
Modem
(MOdulator, DEModulator):-
An electronic device that lets
computers communicate with one another, much as telephones
work with people. The name is derived from "modulator-demodulator"
because of their function in processing data over analog
phone lines. Terminal Adapters are often (and mistakenly)
referred to as modems.
Mosaic:-
The first web browser that was
available for Macintosh, Windows and UNIX machines with
the same interface for each. The popularity of the WWW
began with Mosaic.
MPEG
(Motion Picture Experts Group):-
A video file format (.mpeg) offering
excellent quality in a comparatively small size. Video
files found on the Internet are frequently stored in
the MPEG format.
Multimedia:-
A combination of media types in
a single document, such as text, graphics, audio and
video.
Return
to Top
Netiquette:-
The desired mode of manners and
conduct for the Internet.
Netizen:-
A term referring to a citizen of
the Internet, or someone who uses networked resources.
The term connotes civic responsibility and participation.
Netscape:-
A web browser created by Netscape
Communications Corporation. The Netscape browser was
originally based on the Mosaic program. It provided
major improvements in speed and interface over other
browsers, but also engendered debate by being the first
to create browser-specific elements for HTML.
Network:-
A network is created any time two
or more computers are connected together to share resources.
When two or more networks are connected, it becomes
a network.
Network
Adapter:-
This is a hardware unit that connects
a device to a communication line. For wide area networks
(WAN), these adapters connect routers to the specific
type of connection (T1, BRI) that is installed. For
local area networks (LAN), these adapters connect workstations
to the LAN (Ethernet or TokenRing) cabling.
Network
Card:-
Network Interface Card or NIC.
This is a component of a computer that enables the computer
to communicate with other computers via a direct network
connection.
Node:-
Any single computer connected to
a network.
NTFS:-
Short for NT File System. NTFS
has features to improve reliability, such as transaction
logs to help recover from disk failures. To control
access to files, you can set permissions for directories
and/or individual files.
Return
to Top
Operating
System (OS):-
The most important program that
runs on a computer. Operating systems perform basic
tasks, such as recognizing input from the keyboard,
sending output to the display screen, keeping track
of files and directories on the disk, controlling peripheral
devices such as disk drives and printers, and ensuring
unauthorized users do not access the system.
Packet:-
A chunk of data. The TCP/IP protocol
breaks large data files into smaller "packets"
for transmission over the Internet. When the data reaches
its destination, the protocol makes sure that all packets
arrived without error.
Packet
Switching:-
A method of moving data around
the Internet that allows many people to use the same
lines at the same time. In packet switching, all data
being transferred from a machine is broken into packets,
with each packet having the address of its origin and
destination. This enables packets from different sources
to be simultaneously transferred, sorted and directed
on the same line.
Password:-
A code used to gain access to a
locked system. Effective passwords should contain both
letters and non-letters and not be common or easily
guessed words.
Peer
to Peer:-
A type of network in which each
workstation has equivalent capabilities and responsibilities.
This differs from client/server architectures, in which
some computers are dedicated to serving the others.
Peer-to-peer networks are generally simpler and less
expensive, but they usually do not offer the same performance
under heavy loads.
Peripheral:-
Any external device attached to
a computer. Examples of peripherals include printers,
disk drives, display monitors, keyboards, and mice.
Ping:-
A program for determining if another
computer is presently connected to the Internet.
Pixel:-
Shorthand for "picture element",
a pixel is the smallest unit of resolution on a monitor.
It is commonly used as a unit of measurement.
Plug-in:-
A small piece of software that
adds features to a larger software application. Common
plug-ins are those for web browsers (RealAudio, Quick
Time, flash, shockwave etc.)
PNP:-
Short for Plug and Play, a technology
developed by Microsoft and Intel that supports plug-and-play
installation. PnP is built into the Windows operating
system.
POP
("Point Of Presence" or "Post Office
Protocol"):-
A Point of Presence usually refers
to a city or location where a network can be connected
to. For example, if an Internet company says they have
a POP in Vancouver, this means they have a local telephone
number in Vancouver and/or a place where leased lines
can connect to their network. A second definition, Post
Office Protocol, refers to the way email software (such
as Eudora) retrieves mail from a mail server.
Port (3 definitions):-
First and most frequently, a port
is where information goes into and/or out of a computer,
such as the serial port on a PC. Secondly, a "port"
often refers to the number appearing after the colon
(:) in a domain name, such as http://www.example.com:7000/.
Thirdly, to "port" something refers to translating
a piece of software from one computer platform to another
(for example, from Windows to Macintosh).
PPP
(Point to Point Protocol):-
The protocol that allows a computer
to use a phone line and a modem to make TCP/IP connections
and connect to the Internet.
Processor:-
A processor is a device that processes
programmed instructions and performs tasks. Your processor
sends and receives information from the different parts
of the system (from hardware and software). The speed
at which the CPU processes information internally is
measured in MegaHertz (MHz) and GigaHertz (GHz). 1 GHz
is equal to 1,000 MHz.
Protocol:-
Computer rules that provide uniform
specifications so that all computer hardware and operating
systems can communicate with each other.
Return
to Top
Quick
Time:-
A common video file format created
by Apple Computers. Video files found on the Internet
are often stored in this format, and require a browser
plug-in to be viewed (.mov).
ResNet:-
ResNet is a high speed networking
system in the residence halls that enhances the capabilities
of students' personal computers. ResNet provides speeds
up to 300 times faster than a typical modem connection.
Router:-
A 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 to decide
which route to send them on.
Return
to Top
Search
Engine:-
A tool for locating information
on the Internet by topic. Popular search engines include
Google, Yahoo, and AltaVista.
Security
Certificate:-
Information that is used by the
SSL protocol to establish a secure connection. Security
Certificates contain information about its ownership,
issuer, valid dates, and an encrypted "fingerprint"
that can be used to verify the contents of the certificate.
In order for an SSL connection to be created, both sides
must have a valid Security Certificate.
Shareware:-
Software that is available on a
limited free trial basis. Some shareware applications
are fully featured products, while others may have disabled
features to encourage purchase of the full ("registered")
version.
Shell
Account:-
A software application that allows
use of another machines' Internet connection. Users
do not have a direct Internet connection; instead, an
Internet connection is made through a host computer's
connection.
Signature
File:-
An ASCII text file containing the
text for someone's signature. Most email programs will
automatically attach a signature file to all messages
sent, eliminating the need to repeatedly type a closing.
Site:-
A single web page or a collection of related Web pages.
SLIP
(Serial Line Internet Protocol):-
A standard for using a telephone
line (or serial line) and a modem to connect a computer
to the Internet. SLIP is gradually being replaced by
PPP.
SMTP
(Simple Mail Transport Protocol):-
The main protocol used to send
email on the Internet. STMP consists of a set of rules
for how the sending and receiving programs should interact.
SNMP
(Simple Network Management Protocol):-
A set of standards for communicating
with devices connected to a TCP/IP network, such as
routers, hubs, and switches. Software for managing devices
via SNMP is available for every kind of commonly used
computer and is often bundled along with the device
they are designed to manage.
SRS
(Shared Registry Server):-
The central system for all accredited
registrars to access and register/control domain names.
SSL:-
Secure Sockets Layer encrypts
communications between the email servers and your computer
so your password is not sent in cleartext.
Spam (or Spamming):-
To send a message or advertisement
to a large number of people who did not request the
information, or to repeatedly send the same message
to a single person. "Spamming" is considered
very poor Netiquette.
CAUCE:-
The Coalition Against Unsolicited
Commercial Email is an organization dedicated to removing
spam from the Internet.
SQL
(Structured Query Language):-
A specialized programming language
for sending queries to databases. Each application will
have its own version of SQL-implementing features unique
to that application, but all SQL-capable databases will
support a common subset of SQL.
SSL
(Secure Sockets Layer):-
A protocol designed by Netscape
Communications to enable encrypted, authenticated communication
across the Internet. SSL is used mostly, but not exclusively,
in communications between web browsers and web servers.
A URL that begins with "https" instead of
"http" indicates an SSL connection will be
used.
Return
to Top
T-1:-
A connection capable of transferring
data at 1,544,000 bps. At maximum capacity, a T-1 line
could move a megabyte in less than 10 seconds.
T-3:-
A leased-line connection capable
of transferring data at 44,736,000 bps. This is fast
enough to view full-screen, full-motion video, which
requires a transfer rate of at least 10,000,000 bits-per-second.
TCP/IP
(Transmission Control Protocol/Internet Protocol):-
This is the suite of protocols
that defines the Internet. Originally designed for the
UNIX operating system, TCP/IP software is not available
for every major computer operating system. To connect
to the Internet, a computer must have TCP/IP software.
Telnet:
-
An Internet protocol allowing a
PC to connect to a host computer and use that computer
as if you were locally connected. This often provides
the ability to use all the software and capabilities
of the host computer.
Terabyte:-
A thousand (technically 2^10 or
1024) Gigabytes.
Terminal
Adapter:-
An electronic device that interfaces
a PC with a host computer via an ISDN phone line. They
are often called "ISDN modems"; however, because
they are digital, Terminal Adapters are not modems at
all.
Terminal
Server:-
A special-purpose computer
with places to plug in several modems on one side, and
a connection to a LAN or host machine on the other side.
The terminal server does the work of passing connections
on to the appropriate node. Most terminal servers can
provide PPP or SLIP services if connected to the Internet.
TIFF
(Tag Image File Format):-
A popular graphic image file format
(.tiff).
Return
to Top
UNIX:-
The most common operating system
for servers on the Internet. UNIX systems are designed
to be used by many people at the same time and have
TCP/IP built in.
Upload:-
The process of transferring data
from a local computer to a remote computer. When you
copy a file from your computer to a computer on the
Internet, you are "uploading" that file.
VPN
(Virtual Private Network):-
Virtual Private Network
is a network that is constructed by using public wires
to connect nodes. For example, there are a number of
systems that enable you to create networks using the
Internet as the medium for transporting data. These
systems use encryption and other security mechanisms
to ensure that only authorized users can access the
network and that the data cannot be intercepted.
WAIS
(Wide Area Information Servers):-
A commercial software package that
allows the indexing of huge quantities of information,
then makes those indices searchable across networks
and the Internet. A prominent feature of WAIS is the
ranking (scoring) of the search results, according to
how relevant the hits are.
WAN
(Wide Area Network):-
Any internet or network that covers
an area larger than a single building or campus.
WWW
(World Wide Web):-
The technical definition of the
WWW is the global network of hypertext (HTTP) servers
that allow text, graphics, audio and video files to
be mixed together. The second, more loosely used definition
is the entire range of resources that can be accessed
using Gopher, FTP, HTTP, telnet, USENET, WAIS, and other
such tools.
ZIP:-
A compressed file format (.zip).
Many files available on the Internet are compressed
or "zipped" in order to reduce storage space
and transfer times.
Return
to Top
Source:
http://domainavenue.com/faq_glossary.htm
http://www.5starsupport.com/info/glossary.htm
|