advertisements

Showing posts with label unix web hosting. Show all posts
Showing posts with label unix web hosting. Show all posts

Saturday, December 4, 2010

what is Bandwidth and data transfer

Bandwidth and data transfer are synonomous. It is referring to the amount of data that can be transferred over the network in a fixed amount of time. It is calculated by the size of your web page. For example, if you have a page totalling 20KB in file size, when a visitor loads that page on their browser, they are receiving 20KB of data. It is the same as saying that you have used 20KB of bandwidth.

To calculate bandwidth, you need to consider
a) the size of your web pages
b) the number of web pages being loaded (pageview)
c) the kind of files you offer your visitors. eg. audio, video files.

Most personal websites have only a small amount of data transfer, as their websites are small in file size and they do not have a lot of visitors. Business and professional sites are larger with more visitors and therefore use more bandwidth. If your site offers a lot of graphics, audio or download files and the daily visitors are huge, you'll need to consider a hosting plan that offers sufficient data transfer.

Using our website as an example. The average file size per web page is below 40KB. If there are 1000 web pages being viewed on a particular day, the total data transfer would be 40MB. Or the bandwidth is 40MB x 30 = 1.2GB per month.

The bandwidth offered by our recommended web hosting services ranging from 40GB to 300GB. Unless you are going to have tons of graphic and/or download files, you do not have to worry that you'll ever exceed the bandwidth limit

Monday, September 13, 2010

Unix Web Hosting FAQ

What is Unix Hosting?
What is Shared/Virtual Hosting?
What is PHP?
What is Perl?
What is MYSQL?
How can I edit a mySQL database table without creating an application?

What is Unix Hosting?
A. Unix is an operating system developed by Bell Labs in the 1970's. It is a popular operating system that is used by many companies all over the world. Most web hosting providers use a unix based OS called FreeBSD on their shared hosting servers.

Your personal computer's operating system does not affect your ability to use a Unix server for hosting. Having a Windows system at home does not mean you must have a Windows Hosting account. A unix account will work just as well.

What is Shared/Virtual Hosting?
A. Shared Hosting refers to a hosting package where two or more customers share the same server (computer). This is the least expensive way to get a real web site.

What is PHP?
A. PHP is a server-side, cross-platform, HTML embedded scripting language.

PHP is a tool that lets you create dynamic Web pages. The web pages with PHP enabled are treated much like regular html pages.

In an HTML document, PHP script (similar syntax to that of Perl or C) is enclosed within special PHP tags. As PHP is embedded within tags, it does not have to rely on heavy amounts of code to output HTML. Also, PHP code cannot be viewed by the client as the script is executed on the server.

PHP can perform any task any CGI program can, but its strength lies in its ease of use. PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP.

What is Perl?
A. Perl is a programming language that was created to primarily process text. It is widely used as a rapid prototyping language that makes it possible for different systems to work well together.

It is also the most popular language used for the Custom Gateway Interface. With this support, you are able to use various Perl scripts that will allow you to open your store, chat room, newsgroup, classifieds, etc. There are countless numbers of pre-made scripts that can be found on the Internet.

Perl's roots are in UNIX. Because Perl is an interpreted language, Perl programs are highly portable across systems.

What is MYSQL?
A. MySQL is a powerful and most popular database program that runs on the Linux operation system. It is able to handle million of entries all at once.

Its flexibility and speed allow you to also store logs and pictures. MySQL is designed to scale well under heavy traffic conditions and is ideal for database-intensive or e-commerce-enabled Web sites.

You can use MySQL with PHP and/or Perl. MySQL and PHP have become the dynamic duo of Open Source, data-driven Website creation.

How can I edit a mySQL database table without creating an application?
A. Cpanel allows you to use phpMyAdmin to edit mySQL tables through the use of SQL query language.