A shared web hosting service or virtual hosting service or derive host refers to a web hosting service where many websites reside on one web server connected to the Internet. Each site "sits" on its own partition, or section/place on the server, to keep it separate from other sites. This is generally the most economical option for hosting, as many people share the overall cost of server maintenance.
View the top 10 list below:
Ranking | Web Hosting | Monthly Fee | Disk Space/ Bandwidth | Features | More |
1 | $4.45 $2.49 Apply this special rate via this link |
Unlimited / Unlimited |
|
Visit Site : Netfirms |
|
2 | $5.95 | Unlimited / Unlimited |
|
Visit Site : InMotion Hosting |
|
3 |
|
$4.45 $1.99 special rate |
Unlimited / Unlimited |
|
Visit Site
: Web Hosting Pad |
4 |
|
$6.95 $3.95 Special Promo |
Unlimited / Unlimited |
|
Visit Site: IX Web Hosting |
5 |
|
$3.95 | Unlimited / Unlimited |
|
Visit Site : Hostpapa |
6 |
|
$3.95 |
Unlimited / Unlimited |
|
Visit Site coolhandle.com |
7 |
|
$4.95 |
Unlimited / Unlimited |
|
Visit Site
: JaguarPC |
8 |
|
$5.95 /mo 20% off of your Web Hosting purchase with the coupon code: host20 |
Unmetered / Unmetered |
|
Visit Site
: Omnis Network |
9 | $5.99 | Unlimited / Unlimited |
|
Visit Site: HostRocket Web Hosting |
|
10 |
|
$6,67 | 5GB/ 50GB |
|
Visit Site: Little Oak Mac OS X platform |
View more Web Hosting
Companies below:
Ranking |
Web Hosting | Monthly Fee | Disk Space/ Bandwidth | Features | More |
1 |
|
$5.09 $4.24 |
10 GB/ Unlimited |
|
Visit Site: GoDaddy.com |
2 |
|
$4.99 Apply this special rate via this link |
300 GB/Unlimited |
|
Visit Site: Network Solutions |
3 | $1.45 | 5GB / Unlimited |
|
Visit Site: One.com |
|
4 | $4.97 | 10GB/100GB |
|
Visit Site: jumpline.com |
|
5 |
|
£0.99 | 500MB / 1GB |
|
Visit Site: UK2NET web hosting |
6 |
|
$4.95 | 400 GB / 10000 GB |
|
Visit Site: WebHostingBuzz |
7 |
WEB HOSTING UK |
£2.29 | 500 Mo/5000Mo |
|
Visit Site: Webhosting.uk.com |
8 |
|
$3.71 | 10 GB / 500 GB |
|
Visit Site: Eleven2.com |
9 |
|
£10.79 | Unlimited / Unlimited |
|
Visit Site: Webfusion UK |
10 | dedicated |
Visit Site: ServerPronto |
|||
11 |
1and1 |
£5.99 3 months free |
50 GB / Unlimited |
|
Visit Site: 1&1 UK |
Description
The hosting service must include system
administration since it is shared by many users; this is a benefit for users who
do not want to deal with it, but a hindrance to power users who want more
control. In general shared hosting will be inappropriate for users who require
extensive software development outside what the hosting provider supports.
Almost all applications intended to be on a standard web server work fine with a
shared web hosting service. But on the other hand, shared hosting is cheaper than other types of hosting such as dedicated server hosting. Shared hosting usually has usage limits and hosting providers should have extensive reliability features in place. Shared hosting typically uses a web-based control panel system, such as cPanel, DirectAdmin, Plesk, InterWorx, H-Sphere or one of many other control panel products. Most of the large hosting companies use their own custom developed control panel. Control panels and web interfaces can cause controversy however, since web hosting companies sometimes sell the right to use their control panel system to others. Attempting to recreate the functionality of a specific control panel is common, which leads to many lawsuits over patent infringement. In shared hosting, the provider is generally responsible for managing servers, installing server software, security updates, technical support, and other aspects of the service. Most servers are based on the Linux operating system and LAMP (software bundle), which is driven by the reliability and security of open source software such as Linux and Apache (the 'L' and 'A' of LAMP). Some providers offer Microsoft Windows-based or FreeBSD-based solutions. For example, the Plesk control panel is available for two operating systems, Linux and Windows. Server-side facilities for either OS have similar functionality (for example: MySQL (database) and many server-side programming languages (such as the widely used PHP web programming language) under Linux, or the proprietary SQL Server (database) and ASP.NET programming language under Windows).
There are thousands of shared hosting providers in the United States alone. They range from mom-and-pop shops and small design firms to multi-million-dollar providers with hundreds of thousands of customers. A large portion of the shared web hosting market is driven through pay per click (PPC) advertising or Affiliate programs.
Shared web hosting can also be done privately by sharing the cost of running a server in a colocation centre; this is called cooperative hosting.
Implementation
Shared web hosting can be accomplished in two ways: name-based and IP-based, although some control panels allow a mix of name-based and IP-based on the one server.
IP-based
In IP-based virtual hosting, also called dedicated IP hosting, each virtual host has a different IP address. The web server is configured with multiple physical network interfaces, or virtual network interfaces on the same physical interface. The web server software uses the IP address the client connects to in order to determine which web site to show the user. The issue of IPv4 address exhaustion means that IP addresses are an increasingly scarce resource, so the primary justification for a site to use a dedicated IP is to be able to use its own SSL certificate rather than a shared certificate.
Name-based
In name-based virtual hosting, also called shared IP hosting, the virtual hosts serve multiple hostnames on a single machine with a single IP address. This is possible because when a web browser requests a resource from a web server using HTTP/1.1 it includes the requested hostname as part of the request. The server uses this information to determine which web site to show the user. When you register/purchase your domain name on a particular "registrars name server", your DNS settings are kept on their server, and in most cases point your domain to the Name Server of your hosting provider. This Name Server is where the IP number (currently associated with your domain name) resides
Understanding DNS and Name Servers
DNS stands for "Domain Name Server." The domain name server acts like a large telephone directory and in that it's the master database, which associates a domain name such as (http://www.fadhosting.com) with the appropriate IP number. Consider the IP number something similar to a phone number: When someone calls
http://www.fadhosting.com,
your ISP looks at the DNS server, and asks "how do I contact
http://www.fadhosting.com
'?" The DNS server responds, for example, it can be found at: 216.198.221.66. As
the Internet understands it, this can be considered the phone number for the
server, which houses the http://www.fadhosting.com web site. When you register/purchase your domain name on a particular "registrars name server", your DNS settings are kept on their server, and in most cases point your domain to the Name Server of your hosting provider. This Name Server is where the IP number (currently associated with your domain name) resides..
Disadvantages
Name-based virtual hosts have some disadvantages:
-They will not work with very old HTTP/1.0 browsers that do not send the hostname as part of requests. Since the "Host" header is mandatory in HTTP/1.1, which was issued in 1999 as RFC 2616, this is not a common issue.
-They do not properly support secure websites using HTTPS. All name-based virtual hosts using the same IP address must share the same digital certificate because the SSL/TLS handshake takes place before the hostname is sent to the server. Server Name Indication is a potential solution but it is not yet widely implemented.
-If the Domain Name System is malfunctioning, or DNS changes haven't propagated to all ISPs' resolvers, it is not possible to fall back to using the IP address to contact the system. Some web hosting companies may offer an alternative access method like http://192.0.2.0/~virtualhostname or http://virtualhostname.hostingsite.com/ to provide access in such cases
-If file permissions have been improperly configured, then shared file systems might give other (compromised) users or processes system-wide access to these files.