CDayton.com
Top Ten - 5 Star Pick for Web Hosting:
ServerPronto.com
Get a full dedicated server starting at just $29.95!

(The World's Most Affordable Dedicated Server!)
Web
Hosting Technical Terms
continued...
OC-3
Refers to a circuit that transmits 155,000,000 bits per second.
This is the size of the largest Internet backbone providers
networks.
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.
Parking (Domain Name)
Registries require the use of name servers or hosts for every
domain registered. Parking is the process by which someone selects a
domain name, and "parks" it by registering the domain name
under someone's name servers. Parking can be done by anyone, to
anyone else who has active name servers. However, parking a domain
name alone will result in no service (webhosting, e-mail) for that
particular domain name.
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 virtue7. A good password might be: Hot-6
Perl
Perl is a scripting/programming language, commonly used for
writing CGI programs to be run from a web site.
PHP
PHP is another scripting language. Like ASP, it's commands are
embedded within the HTML of a web page. The commands are executed on
the web server, making it browser independent. The web browser only
sees the resulting HTML output of the PHP code.
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.
The idea behind plug-in's is that a small piece of software is
loaded into memory by the larger program, adding a new feature, and
that users need only install the few plug-ins that they need, out of
a much larger pool of possibilities. Plug-ins are usually developed
by a third party.
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 the way e-mail software such as
Eudora gets mail from a mail server. When you obtain a SLIP, PPP, or
shell account 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.
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:
Posting
A single message entered into a network communications system.
E.g. A single message posted to a newsgroup or message board. 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.
Propagation
The process whereby the nameservers throughout the world have
updated their records for a specific domain. For example, if you
move your domain from one host to another, it will take around 24
hours or so for the new address to broadcast everywhere. During that
24 hour period, the traffic is decreasing at the old location and
increasing at the new location.
Register (Domain Name)
Since every domain is unique, registries have been set up to
assign domains to individuals and organizations. When a domain is
registered with the appropriate registry, that domain is assigned
and becomes no longer available for anyone else to use. Typically,
there are registration and renewal fees (local registry fees)
associated with the right to use a domain. However, there are some
TLDs that are provided at no charge.
Registrant (Domain Name)
The entity, organization or individual that will be using the
domain name.
Registrar (Domain Name)
Some registries don't provide the ability for end users to
register domains with them directly. They might require end users to
purchase the domain through an internet provider that is acting as
the registrar.
Registry (Domain Name)
An organization responsible for assigning domain names for the
TLD that they manage. Furthermore, it is their responsibility to
update the global DNS tables that all nameservers use to resolve
domain names. For example, InterNIC is the registry for .COM, .NET
and .ORG domain names.
Resolution (domain Name)
The conversion of an internet address or domain name into the
corresponding physical location.
RFC
(Request For Comments) -- The name of the result and the process
for creating a standard on the Internet. New standards are proposed
and published on line, as a Request For Comments. The Internet
Engineering Task Force is a consensus-building body that facilitates
discussion, and eventually a new standard is established, but the
reference number/name for the standard retains the acronym RFC, e.g.
the official standard for e-mail is RFC 822.
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.
Security Certificates contain information about who it belongs
to, who it was issued by, a unique serial number or other unique
identification, 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.
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.
Shockwave
Shockwave, produced by Macromedia, allows you to view new forms
of entertainment on the Web, such as games, music, rich-media chat,
interactive product demos, and e-merchandising applications
SLIP
(Serial Line Internet Protocol) -- A standard for using a regular
telephone line (a serial line) and a modem to connect a computer as
a real Internet site. SLIP is gradually being replaced by PPP.
SMDS
(Switched Multimegabit Data Service) -- A new standard for very
high-speed data transfer.
SMTP
(Simple Mail Transport Protocol) -- The main protocol used to
send electronic mail on the Internet.
SMTP consists of a set of rules for how a program sending mail
and a program receiving mail should interact.
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.
A device is said to be 'SNMP compatible' if it can be monitored
and/or controlled using SNMP messages. SNMP messages are known as 'PDU's'
- Protocol Data Units.
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.)
E.g. Mary spammed 50 USENET groups by posting the same message to
each.
SQL
(Structured Query Language) -- A specialized programming language
for sending queries to databases. Most industrial-strength and many
smaller database applications can be addressed using SQL. Each
specific application will have its own version of SQL implementing
features unique to that application, but all SQL-capable databases
support a common subset of SQL.
SSH
Secure Shell. This is a method of telnetting in to a Unix server
over a secure connection, keeping the session private. It is usually
a little slower, as the data is being encrypted.
SSI
Server Side Includes. SSI commands are embedded within a web page
and are parsed by the web server. These can include files, such as a
common header or footer, that are used on multiple pages throughout
the site. This way, when you update your site, an edit to one single
file will affect every page that the file is included in. Another
common use is to execute CGI scripts, such as counters and banner
scripts, as well as showing the current date and time.
SSL
(Secure Sockets Layer) -- A protocol designed by Netscape
Communications to enable encrypted, authenticated communications
across the Internet.
SSL used mostly (but not exclusively) in communications between
web browsers and web servers. URL's that begin with 'https' indicate
that an SSL connection will be used.
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.
Statistics, or Stats
Web site statistics provided by a web host can tell you a lot
about the visitors of your site. Graphical statistics will give you
charts and graphs detailing your visitors browser, where they came
from, how long they spent at your site, and more, depending on the
stats program the host provides.
Sysop
(System Operator) -- Anyone responsible for the physical
operations of a computer system or network resource. A System
Administrator decides how often backups and maintenance should be
performed and the System Operator performs those tasks.
T-1
A leased-line connection capable of carrying data at 1,544,000
bits-per-second. At maximum theoretical capacity, a T-1 line could
move a megabyte in less than 10 seconds. That is still not fast
enough for full-screen, full-motion video, for which you need at
least 10,000,000 bits-per-second. T-1 is the fastest speed commonly
used to connect networks to the Internet.
T-3
A leased-line connection capable of carrying data at 44,736,000
bits-per-second. This is more than enough to do full-screen,
full-motion video.
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 now available for
every major kind of computer operating system. To be truly on the
Internet, your computer must have TCP/IP software.
Telnet
Telnet is a way of accessing a Unix server through the internet.
When you log in to the server via Telnet, it is like sitting down at
the server itself, at the command line. Some scripts may require
Telnet, or Shell access to configure them.
Terabyte
1024 gigabytes.
Terminal
A device that allows you to send commands to a computer somewhere
else. At a minimum, this usually means a keyboard and a display
screen and some simple circuitry. Usually you will use terminal
software in a personal computer - the software pretends to be
(emulates) a physical terminal and allows you to type commands to a
computer somewhere else.
Terminal Server
A special purpose computer that has places to plug in many modems
on one side, and a connection to a LAN or host machine on the other
side. Thus the terminal server does the work of answering the calls
and passes the connections on to the appropriate node. Most terminal
servers can provide PPP or SLIP services if connected to the
Internet.
Top Level Domain: (TLD)
A Top Level Domain (TLD) is the uppermost in the hierarchy of
domain names. For example, communitech.net is our domain name. The
"net" is considered the TLD and the "communitech.net"
is considered the second level domain. Together they form a domain
name which is unique. There are two types of TLDs. The most common
type is the Generic or Global TLDs which include .COM, .NET, .ORG,
.MIL, .INT and .EDU. There is a possibility that new gTLDs will be
introduced in the near future. National or ccTLDs are two letter
country code domains that are managed by a registry designated and
controlled by each specific country. Each registry might have
differing prices, residency requirements and structure.
Trademark
As it relates to domain names... a word, phrase or slogan used to
identify and distinguish the source of the goods or services.
Trademark law may be different worldwide. If someone registers a
domain name such as microsoft.to then Microsoft would need to go to
the courts in Tonga to fight to get the name back. Expensive
international litigation is one reason why it is important to
protect your trademarks before someone else registers the names.
Transfer (Domain Name)
On occasion, domains are sold to another organization or
sometimes the name of a company might change. Most registries
require a letter of permission from the old owner to hand over
control to the new owner. The procedures for Transfer of ownership
will depend on the registry.
UNIX
A computer operating system (the basic software running on a
computer, underneath things like word processors and spreadsheets).
UNIX is designed to be used by many people at the same time (it is
multi-user) and has TCP/IP built-in. It is the most common operating
system for servers on the Internet.
URL
(Uniform Resource Locator) -- The standard way to give the
address of any resource on the Internet that is part of the World
Wide Web (WWW).
The most common way to use a URL is to enter into a WWW browser
program, such as Netscape, or Lynx.
USENET
A world-wide system of discussion groups, with comments passed
among hundreds of thousands of machines. Not all USENET machines are
on the Internet, maybe half. USENET is completely decentralized,
with over 10,000 discussion areas, called newsgroups. See Also:
Newsgroup
UUENCODE
(Unix to Unix Encoding) -- A method for converting files from
Binary to ASCII (text) so that they can be sent across the Internet
via e-mail.
VB Script
The Microsoft® Visual Basic® programming language, is a fast,
portable, lightweight interpreter for use in World Wide Web browsers
and other applications that use Microsoft® ActiveX® Controls,
Automation servers, and Java applets.
WAIS
(Wide Area Information Servers) -- A commercial software package
that allows the indexing of huge quantities of information, and then
making those indices searchable across networks such as the
Internet. A prominent feature of WAIS is that the search results are
ranked (scored) according to how relevant the hits are, and that
subsequent searches can find more stuff like that last batch and
thus refine the search process.
WAN
(Wide Area Network) -- Any internet or network that covers an
area larger than a single building or campus.
World Wide Web
See: WWW
Whois
Most registries maintain a database of domain names and their
associated contact information. Users can query these databases
through a program called Whois.
WWW
(World Wide Web) -- Two meanings - First, loosely used: the whole
constellation of resources that can be accessed using Gopher, FTP,
HTTP, telnet, USENET, WAIS and some other tools. Second, the
universe of hypertext servers (HTTP servers) which are the servers
that allow text, graphics, sound files, etc. to be mixed together.
<<
PREVIOUS
CDayton.com
Top Ten - 5 Star Picks for Web Hosting:
ServerPronto.com
Get a full dedicated server starting at just $29.95!

(The World's Most Affordable Dedicated Server!)
OneWebHosting.com - Small Business Web Hosting Only $9.95

250GB of storage and 2500GB of transfer for only $6.95
- Lunarpages Web Hosting

Free Domain, Free Setup, Host Unlimited Domains
$5.95 at HostMonster

Check out the Web Hosting solutions from AN Hosting. Starting at just $7.95/month!

Best Web Hosting Plan! 200 GB Space, 2,000 GB Bandwidth – only
$6.95/mo! - Blue Host

Unlimited Domain Hosting Only $9.95 a
Month - HostGator.com

PowWeb Hosting - 300,000 MB + 3000 GB xfer - *On Sale* $5.77/month!

FatCow Web Hosting. Free Trial , Free Setup, Free Support – All risk free!

HostRocket.com - 1000MB 50GB Web Hosting for only $9.95/month with no contracts. Click here!

|