0

What does Shared Hosting mean?

-

Shared Hosting (or Shared Web Hosting) is a term in the Internet Hosting industry which refers to a number or Virtual Hosting accounts and websites hosted on one physical or virtual instance (server). Each virtual account has its own partition on the server in order to be separated from others. All those hosting accounts share the resources (processor, memory, bandwidth, software) of the underlying server. It can host thousands of websites.

Shared Hosting services is either name-based or IP-based. In IP-based virtual hosting each Shared account uses a dedicated IP address. The host server is configured with multiple physical network interfaces, or virtual network interfaces on the same physical interface. In name-based virtual hosting all Shared accounts on the server share a single IP address. In name-based hosting Web browsers request a resource from the web server of the host server using HTTP/1.1 which includes a certain hostname as part of the request. The host server uses this information to determine which web site to show the visitor.

Please note that term “Virtual Hosting” has nothing to do with “Virtual Private Server Hosting” (VPS, VPS Hosting, Virtual Servers ).

0

What does LAMP Hosting mean?

-

The term LAMP platform stands for: Linux, Apache, MySQL, and PHP/Perl/Python. Linux OS distributions are the core of the L.A.M.P. server software combination. It is the most popular among the web developers because of its stability and flexibility.

Apache is a open source HTTP Server management software and is probably the most popular web server automation program. It is developed and maintained by a large community of developers with the help of the Apache Software Foundation. The Apache is available for Unix, GNU, FreeBSD, Linux, Solaris, Novell, Mac OS X, Microsoft Windows  and other operating systems.

MySQL is a relational database management system (RDBMS), which when run on a server, provides multi-user access to a number of databases. There are more than 10 million servers that run MySQL.

PHP is a programming language designed for producing dynamic web pages and is used mainly in server-side application software. Perl and Python are also programing languages.