Expired Domains

Another source for domain registrations is expired domains.

When you register a domain, think of it as a rental, assuming there are no legal or trademark issues with the domain name, you are free to use it as long as you continue to pay the yearly fee (you can now register in advance as many as 10 years). Some people register domains as speculators, hoping that they can later sell them, while others may have planned to use a domain and never had the time. The result is that domains that were previously registered, become available again

Sub Domains

Most people are unaware that they use sub domains daily. The famous "www" of the World Wide Web is an example of a sub domain. Sub domains can be created on a DNS server, and they don't need to be registered with a domain name registrar, of course, the original domain name needs to be registered before a sub domain could be created.

Examples of sub domains used on the internet are http://store.apple.com and http://support.microsoft.com.

Sub domains can be requested from your web hosting provider.

Choosing a Domain Name

Choosing a hosting solution should include domain name registration.

Your domain name should be easy to remember and easy to type.

What is a Domain Name?
A domain name is a unique name for a web site, like w3schools.com.
Domain names must be registered. When domain names are registered, they are added to a large domain name register. In addition, information about the web site, including the IP address, is stored on a DNS server.

DNS stands for Domain Name System. A DNS server is responsible for informing all other computers on the Internet about the domain name and the web site address.
Registering a Domain

Domains can be registered from domain name registration companies.
These companies provide interfaces to search for available domain names, and they offer a variety of domain name extensions that can be registered at the same time.

Choosing a Domain Name
Choosing a domain name is a major step for any individual or organization.
New domain name extensions and creative thinking still offer thousands of excellent domain names!
When choosing a name, it is important to consider the purpose of a domain name, which is to provide an easy way to reach your web site.

The best domains have the following characteristics:

Short -
People don't like to type! A short domain name is easier to type, read, and remember.

Meaningful -
A short domain is nothing without meaning, 34i4nh.com is not easy to enter or to remember. Select a domain that relates to your site in a way that people will understand.

Clear -
Clarity is important when selecting a domain name. Avoid a name that is difficult to spell or pronounce.

Exposure -
Names that are short and easy to remember are an asset. In addition to visitors, also consider search engines. Search engines index your site and rank it for relevance against terms people search for. In order to maximize your sites exposure, consider including a relevant search term in your domain. Of course, only consider this if it still maintains a short, clear and meaningful domain name.

Registering a Domain

Domains can be registered from domain name registration companies.

These companies provide interfaces to search for available domain names, and they offer a variety of domain name extensions that can be registered at the same time.

What is a Domain Name?

A domain name is a unique name for a web site, like w3schools.com.

Domain names must be registered. When domain names are registered, they are added to a large domain name register. In addition, information about the web site, including the IP address, is stored on a DNS server.

DNS stands for Domain Name System. A DNS server is responsible for informing all other computers on the Internet about the domain name and the web site address.

Using an Internet Service Provider

Renting a server from an Internet Service Provider (ISP) is a common option.

Most small companies store their web site on a server provided by an ISP. Here are some advantages:

Connection Speed
Most ISPs have very fast connections to the Internet.

Powerful Hardware
ISPs often have powerful web servers that can be shared by several companies. You can also expect them to have an effective load balancing, and necessary backup servers.

Security and Stability
ISPs are specialists on web hosting. Expect their servers to have more than 99% up time, the latest software patches, and the best virus protection.

Hosting your own Web site

Hosting your web site on your own server is always an option. Here are some points to consider.

Hardware Expenses
To run a "real" web site, you will have to buy some powerful server hardware. Don't expect that a low cost PC will do the job. You will also need a permanent (24 hours a day ) high-speed connection.

Software Expenses
Remember that server-licenses often are higher than client-licenses. Also note that server-licenses might have limits on number of users.

Labor Expenses
Don't expect low labor expenses. You have to install your own hardware and software. You also have to deal with bugs and viruses, and keep your server constantly running in an environment where "everything could happen".

What is the World Wide Web?

* The Web is a network of computers all over the world.
* All the computers in the Web can communicate with each other.
* All the computers use a communication protocol called HTTP.

How does the WWW work?

* Web information is stored in documents called web pages.
* Web pages are files stored on computers called web servers.
* Computers reading the web pages are called web clients.
* Web clients view the pages with a program called a web browser.
* Popular browsers are Internet Explorer and Firefox.

How does a Browser Fetch a Web Page?

* A browser fetches a page from a web server by a request.
* A request is a standard HTTP request containing a page address.
* An address may look like this: http://www.example.com/default.htm.

How does a Browser Display a Web Page?

* All web pages contain instructions for display.
* The browser displays the page by reading these instructions.
* The most common display instructions are called HTML tags.
* HTML tags look like this

This is a paragraph.

.