|
Dedicated Line
A telecommunications line that lets your computer have a direct, permanent
connection to the Internet.
Dial-Up Account
A basic type of Internet account that allows you to dial up an Internet Service
Provider's (ISP) computer with a modem. These types of accounts usually have
a UNIX or other command-line interface.
Digest
A manner in which messages to a list server mailing list can be automatically
consolidated into one e-mail (the digest) and sent to the list subscribers
periodically.
DLL - Dynamic Link Library
A Windows platform file that is actually an executable mini-program itself
that is NOT executed directly by a user but by a running program or application.
DNS - Domain Name System
A database system that translates an IP address into a domain name. For example,
a numeric IP address like 207.219.116.4 is converted into netlingo.com. The
DNS is a static, hierarchical name service that uses TCP/IP hosts and is housed
on a number of servers on the Internet. Basically, it maintains this database
for figuring out and finding (or resolving) host names and IP addresses. This
allows users to specify remote computers by host names rather than numerical
IP addresses.
Domain Name or Domain
The unique name identifying a Web site, located at the right of the @ sign
in an Internet address. Domain names always have two or more parts, separated
by dots, as in www.yourdomain.com. Domains are tied to name servers, which
direct to which IP address the domain should point. Any server can have multiple
domain names, but a domain name can only point to one server.
Domain Registration
Our partnership with InterNIC allows us to register or transfer your domain
with them seamlessly. Therefore, we charge no additional fee for InterNIC
registration or transfers. However, be aware that you are still responsible
for the cost of domain registration with InterNIC, which currently is
about SR 230 for two year, SR 360 for five year, and SR 570 for 10 year
registrations.
DRAM - Dynamic Random-Access Memory
A memory chip contained on such devices as video and sound cards. DRAM is
"dynamic" because the chip contains an electrical charge (as opposed
to SRAM, see below). The electrical charge will die out eventually so it must
refresh its memory regularly, which it does automatically from your CPU. The
only reason you need to know about DRAM is because it is related to access
time and video cards, etc.
DSN - Data Source Name
Data source names are used to access a database. Customers can create DSN's
via their administration page.
Dynamic Content
Information on a Web site or Web page that changes often, usually daily and/or
each time a user reloads or returns to the page. Content that is also structured
based on user input. For example, when you search on some keywords on a search
engine, the resulting page you get is a "dynamic" page, meaning
the information was created based on the words you typed into the form on
the previous page.
Dynamic Web sites are usually driven
by Web application environments such as Microsoft ASP or Allaire's ColdFusion,
and the content is taken from a database each time a page request is made.
Dynamic SQL
Creates queries based on user data, environment variables, and previously
returned query results. Dynamic SQL can also increase processing efficiency
by executing multiple queries and sending them to multiple databases from
a single browser request.
|