
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.
(I)
ICMP: ICMP is a message control and error-reporting
protocol between a host server and a gateway to the Internet.
ICMP uses Internet Protocol (IP) datagrams, but the messages
are processed by the IP software and are not directly apparent
to the application user.
IDLING, IDLE CONNECTIONS: see CONNECTION.
An idle connection is described as one in which, although
two computers are connected (networked), no substantial
amount of data is passing between them. In the case of Dial-up
connectivity, this may unfairly use a 'contended' port,
rendering it unavailable for other subscribers to the service.
IMAP: IMAP (Internet Message Access Protocol) is a standard
protocol for accessing e-mail from your local server. IMAP
(the latest version is IMAP4) is a client/server protocol
in which e-mail is received and held for you by your Internet
server. You (or your e-mail client) can view just the heading
and the sender of the letter and then decide whether to
download the mail. You can also create and manipulate folders
or mailboxes on the server, delete messages, or search for
certain parts or an entire note. IMAP requires continual
access to the server during the time that you are working
with your mail.
A less sophisticated protocol is POP3 (Post Office Protocol
3). With POP3, your mail is saved for you in your mail box
on the server. When you read your mail, all of it is immediately
downloaded to your computer and no longer maintained on
the server.
IMAP can be thought of as a remote file server. POP can
be thought of as a "store-and-forward" service.
POP and IMAP deal with the receiving of e-mail from your
local server and are not to be confused with SMTP, a protocol
for transferring e-mail between points on the Internet.
You send e-mail with SMTP and a mail handler receives it
on your recipient's behalf. Then the mail is read using
POP or IMAP.
IMHO: In My Humble Opinion -- A shorthand appended
to a comment written in an online forum, IMHO indicates
that the writer is aware that they are expressing a debatable
view, probably on a subject already under discussion. One
of many such shorthand's in common use online, especially
in discussion forums and chat areas.
INFORMATION SUPERHIGHWAY INFOBAHN: The terms were
coined to describe a possible upgrade to the existing Internet
through the use of fiber optic and/or coaxial cable to allow
for high speed data transmission. This highway does not
exist - the Internet of today is not an information superhighway.
iNTERNET: Lower case i Any time you connect 2 or
more networks together, you have an internet - as in inter-national
or inter-state.
INTERNET: The Internet, sometimes called simply "the
Net," is a worldwide system of computer networks -
a network of networks in which users at any one computer
can, if they have permission, get information from any other
computer (and sometimes talk directly to users at other
computers). It was conceived by the Advanced Research Projects
Agency (ARPA) of the U.S. government in 1969 and was first
known as the ARPANet. The original aim was to create a network
that would allow users of a research computer at one university
to be able to "talk to" research computers at
other universities. A side benefit of ARPANets design was
that, because messages could be routed or rerouted in more
than one direction, the network could continue to function
even if parts of it were destroyed in the event of a military
attack or other disaster.
Today, the Internet is a public, cooperative, and self-sustaining
facility accessible to hundreds of millions of people worldwide.
Physically, the Internet uses a portion of the total resources
of the currently existing public telecommunication networks.
Technically, what distinguishes the Internet is its use
of a set of protocols called TCP/IP (Transmission Control
Protocol/Internet Protocol). Two recent adaptations of Internet
technology, the intranet and the extranet, also make use
of the TCP/IP protocol.
For many Internet users, electronic mail (e-mail) has practically
replaced the Postal Service for short written transactions.
Electronic mail is the most widely used application on the
Net. You can also carry on live "conversations"
with other computer users, using IRC (Internet Relay Chat).
More recently, Internet telephony hardware and software
allows real-time voice conversations.
The most widely used part of the Internet is the World Wide
Web (often abbreviated "WWW" or called "the
Web"). Its outstanding feature is hypertext, a method
of instant cross-referencing. In most Web sites, certain
words or phrases appear in text of a different color than
the rest; often this text is also underlined. When you select
one of these words or phrases, you will be transferred to
the site or page that is relevant to this word or phrase.
Sometimes there are buttons, images, or portions of images
that are "clickable." If you move the pointer
over a spot on a Web site and the pointer changes into a
hand, this indicates that you can click and be transferred
to another site.
Using the Web, you have access to millions of pages of information.
Web "surfing" is done with a Web browser, the
most popular of which are Netscape Navigator and Microsoft
Internet Explorer. The appearance of a particular Web site
may vary slightly depending on the browser you use. Also,
later versions of a particular browser are able to render
more "bells and whistles" such as animation, virtual
reality, sound, and music files, than earlier versions.
INTRANET: An intranet is a private network that is
contained within an enterprise. It may consist of many interlinked
local area networks and also use leased lines in the wide
area network. Typically, an intranet includes connections
through one or more gateway computers to the outside Internet.
The main purpose of an intranet is to share company information
and computing resources among employees. An intranet can
also be used to facilitate working in groups and for teleconferences.
An intranet uses TCP/IP, HTTP, and other Internet protocols
and in general looks like a private version of the Internet.
With tunnelling, companies can send private messages through
the public network, using the public network with special
encryption/decryption and other security safeguards to connect
one part of their intranet to another.
Typically, larger enterprises allow users within their intranet
to access the public Internet through firewall servers that
have the ability to screen messages in both directions so
that company security is maintained. When part of an intranet
is made accessible to customers, partners, suppliers, or
others outside the company, that part becomes part of an
extranet.
Note that an Intranet may not actually be an internet --
it may simply be a network.
IP ADDRESS: The Internet Protocol (IP) is the method
or protocol by which data is sent from one computer to another
on the Internet. Each computer (known as a host) on the
Internet has at least one address that uniquely identifies
it from all other computers on the Internet. When you send
or receive data (for example, an e-mail note or a Web page),
the message gets divided into little chunks called packets.
Each of these packets contains both the senders Internet
address and the receivers address. Any packet is sent first
to a gateway computer that understands a small part of the
Internet. The gateway computer reads the destination address
and forwards the packet to an adjacent gateway that in turn
reads the destination address and so forth across the Internet
until one gateway recognizes the packet as belonging to
a computer within its immediate neighborhood or domain.
That gateway then forwards the packet directly to the computer
whose address is specified.
Because a message is divided into a number of packets, each
packet can, if necessary, be sent by a different route across
the Internet. Packets can arrive in a different order than
the order they were sent in. The Internet Protocol just
delivers them. Its up to another protocol, the Transmission
Control Protocol (TCP) to put them back in the right order.
IP is a connectionless protocol, which means that there
is no established connection between the end points that
are communicating. Each packet that travels through the
Internet is treated as an independent unit of data without
any relation to any other unit of data. (The reason the
packets do get put in the right order is because of TCP,
the connection-oriented protocol that keeps track of the
packet sequence in a message.) In the Open Systems Interconnection
(OSI) communication model, IP is in layer 3, the Networking
Layer.
The most widely used version of IP today is Internet Protocol
Version 4 (IPv4). However, IP Version 6 (IPv6) is also beginning
to be supported. IPv6 provides for much longer addresses
and therefore for the possibility of many more Internet
users. IPv6 includes the capabilities of IPv4 and any server
that can support IPv6 packets can also support IPv4 packets.
IPS TAG: The actual true meaning of IPS Tag was
created and lost with Nominet UK's predecesor the Naming
Commitee, however it is
widely accepted that it probably stands for Internet Provider
Security Tag.
IPX: IPX (Internetwork Packet Exchange) is a networking
protocol from Novell that interconnects networks that use
Novells NetWare clients and servers. IPX is a datagram or
packet protocol. IPX works at the network layer of communication
protocols and is connectionless (that is, it does not require
that a connection be maintained during an exchange of packets
as, for example, a regular voice phone call does).
Packet acknowledgment is managed by another Novell protocol,
the Sequenced Packet Exchange (SPX). Other related
Novell NetWare protocols are: the Routing Information Protocol
(RIP), the Service Advertising Protocol (SAP), and the NetWare
Link Services Protocol (NLSP).
IPSTAG: This term is a unique identification associated
with a .uk domain name. Consisting of a single word, the
IPSTAG indicates which registered body (an Internet Service
Provider, for example) has the authority to make changes
to this domain.
IRC: Internet Relay Chat (IRC) is a system for chatting
that involves a set of rules and conventions and client/server
software. On the Web, certain sites such as Talk City or
IRC networks such as the Undernet provide servers and help
you download an IRC client to your PC. Talk City also offers
an IRC client applet that it downloads for you as part of
their home page so that you can start chatting right away.
You can start a chat group (called a channel) or join an
existing one. There is a protocol for discovering existing
chat groups and their members. Depending on the type of
network, nicknames can be reserved (registered) or just
used during the session. Some channels encourage you to
register a nickname that you always use and even offer space
for a personal profile, picture, and personal home page
link.
The IRC protocol uses TCP (you can IRC via a Telnet client),
usually on port 6667.
ISDN: Integrated Services Digital Network (ISDN)
is a set of CCITT/ITU standards for digital transmission
over ordinary telephone copper wire as well as over other
media. Home and business users who install ISDN adapters
(in place of their modems) can see highly-graphic Web pages
arriving very quickly (up to 128 Kbps). ISDN requires adapters
at both ends of the transmission so your access provider
also needs an ISDN adapter. ISDN is generally available
from your phone company in most urban areas in the United
States and Europe.
There are two levels of service: the Basic Rate Interface
(BRI), intended for the home and small enterprise, and the
Primary Rate Interface (PRI), for larger users. Both rates
include a number of B (bearer) channels and a D (delta)
channel. The B channels carry data, voice, and other services.
The D channel carries control and signaling information.
The Basic Rate Interface consists of two 64 Kbps B channels
and one 16 Kbps D channel. Thus, a Basic Rate user can have
up to 128 Kbps service. The Primary Rate consists of 23
B channels and one 64 Kpbs D channel in the United States
or 30 B channels and 1 D channel in Europe.
The typical cost for Basic Rate usage in a city like Kingston,
New York is about $125 for phone company installation, $300
for the ISDN adapter, and an extra $20 a month for a line
that supports ISDN.
Integrated Services Digital Network in concept is the integration
of both analog or voice data together with digital data
over the same network. Although the ISDN you can install
is integrating these on a medium designed for analog transmission,
broadband ISDN (BISDN) will extend the integration of both
services throughout the rest of the end-to-end path using
fiber optic and radio media. Broadband ISDN will encompass
frame relay service for high-speed data that can be sent
in large bursts, the Fiber Distributed-Data Interface (FDDI),
and the Synchronous Opical Network (SONET). BISDN will support
transmission from 2 Mbps up to much higher, but as yet unspecified,
rates.
ISP: An ISP (Internet service provider) is a company
that provides individuals and other companies access to
the Internet and other related services such as Web site
building and hosting. An ISP has the equipment and the telecommunication
line access required to have points-of-presence on the Internet
for the geographic area served. The larger ISPs have their
own high-speed leased lines so that they are less dependent
on the telecommunication providers and can provide better
service to their customers. Among the largest national and
regional ISPs are AT&T WorldNet, IBM Global Network,
MCI, Netcom, UUNet, and PSINet.
ISPs also include regional providers such as New Englands
NEARNet and the San Francisco Bay area BARNet. They also
include thousands of local providers. In addition, Internet
users can also get access through online service providers
(OSPs) such as America Online and Compuserve.
The larger ISPs interconnect with each other through MAEs
(ISP switching centres run by MCI WorldCom) or similar centers.
The arrangements they make to exchange traffic are known
as peering agreements. There are several very comprehensive
lists of ISPs world-wide available on the Web.
An ISP is also sometimes referred to as an IAP (Internet
access provider). ISP is sometimes used as an abbreviation
for independent service provider to distinguish a service
provider that is an independent, separate company from a
telephone company.
IT: IT (information technology) is a term that encompasses
all forms of technology used to create, store, exchange,
and use information in its various forms (business data,
voice conversations, still images, motion pictures, multimedia
presentations, and other forms, including those not yet
conceived). It's a convenient term for including both telephony
and computer technology in the same word. It is the technology
that is driving what has often been called "the information
revolution."