Colocation Services



             


Friday, April 24, 2009

What Is A Data Center?

Why is it important to have a data center for that matter? A data center is a facility that will house a good amount of the electronic equipment (and information) that a business or group has and needs. There will be computers and communication elements in this area as well as a number of other vital components to keeping the business running smoothly. What is essential about a data center is security and maintenance.

Companies may have more than one data center as well. Most mid size or higher companies will have at least one data center though. There are many types of data that can be stored in these centers. For example, a financial institution will maintain their clients accounts, numbers and activities in the data center. Businesses will keep client names, accounts, and projects in a data center as well. Because the data a business has is so very important to their existence and their performance, turning to a data center is an excellent option for this type of storage need.

Inside of a data center you are likely to find various types of computers, internet servers as well as many other items. To keep these items safe, data centers are often built and secured physically as well as logistically to protect them. Security is extremely high. They can be one of the safest environments in the city. The main job of a data center is to maintain and run applications to allow businesses to access and manage their files effectively.

There are many information portals now devoted to the subject and we recommend reading about it at one of these. Try googling for “data center info” and you will be surprised by the abundance of information on the subject. Alternatively you may try looking on Yahoo, MSN or even a decent directory site, all are good sources of this information

Get more info at Data center site.

Labels: , , , , ,

Tuesday, April 14, 2009

Four Power System Problems Common in Colocation Facilities

The primary factor that determines uptime for servers in a colocation facility is power. Power outages will knock a network offline and even damage hardware such as motherboards, memory, and hard drives. Despite how intrinsic power is to keeping businesses connected to their networks, only 2% to 3% of colocation facilities have the right power systems in place. The other 97% of facilities most commonly lack redundancy, multiple units carry the energy load even if one unit fails, or have units that are running above capacity, so a unit failure will cause the other units to overload and fail. Every part of the power system – uninterruptible power supplies (UPS), transfer switches or circuit breakers, generators, and power distribution units (PDU) – should be redundant and running below capacity.

Problem 1: Non-redundant Power Grids
Multiple PDUs connected to separate power grids and multiple UPSs should be designed into the colocation facility to offset a power grid failure. Colocation facilities with redundant power grids can connect customer servers to different grids at the same time, so that even if one goes offline, the other will work, keeping the network running without interruption.

Problem 2: Non-redundant UPSs
The UPSs supply power during an outage until the generator can come online; if the UPSs do not turn on immediately at the time of failure, then the network will go down. Even with high quality UPSs, failures are common, so it is critical for there to be multiple redundant UPS units in an “n+1” configuration – all of the necessary UPSs, plus an extra. Functionally, this means that each UPS runs sufficiently below capacity to handle a unit failure without the other units overloading. If there are two UPSs, then each unit must run below 50%, so that if one fails, the other can continue without overloading. If there are three units, each must run below 66%; four units, below 75%. The current load is shown on the display on the front of the UPS.

Problem 3: Transfer Switch Failures
Most colocation facilities use mechanical transfer switches, which are not as dependable as circuit breakers, to switch power from the electric utility to the generator. These switches are one of the most common places the power system fails. Without redundant switches to transfer power at the same point, a transfer switch failure will mean that a network goes down.

Problem 4: Insufficient Generator Capacity
Generators supply power during an outage. To run without overloading, the generator must have capacity to run 1.5 times the total building load. Ideally, a colocation facility should have a redundant backup generator in case the primary generator fails, and the facility should have a process in place for switching power between generators. Having multiple generators is not the same as having redundant generators. One of the most common generator problems with colocation facilities is that the facility started out with a small generator and added generators as it grew. This creates multiple points where power has to be transferred during an outage, increasing the likelihood that a network will go down. As a practical consideration, the generators must be well-maintained, tested monthly, and fully supplied with fuel.

Points to Consider
Fewer than one in twenty colocation facilities have the best power systems in place despite the fact that power systems have the most impact on network uptime. Without well-maintained and redundant components running below capacity at every part of the system, network performance as well as server performance and equipment lifetime will suffer. To make sure that the power system at a colocation facility is robust enough to handle power and equipment failures, two words should be remembered: capacity and redundancy.

American Internet Services is the premier San Diego colocation service provider with state-of-the-art Internet data center technology. http://www.colocation.ccccom.com

Labels: , , ,

Thursday, April 2, 2009

Setting up a Web Server - An Easy, yet Misunderstood Step to Hosting your Website from Home

You might be trying to decide whether you want to host your website yourself rather than pay a hosting company. Maybe you just want to learn how it is done, or you want to save some money by doing it yourself. In this article I'll discuss the most important part of hosting your website from home, the web server.

The word "server" sounds scary and because of this many people think only a professional hosting company can host a website. This is not true. A server is nothing more than software that runs in the background listening to requests from "clients." The client in our case is an internet browser, like Internet Explorer.

How do you get a web server? Most Windows operating sytems come with a web server that just needs to be installed. There are also web servers than can be downloaded for free, like Apache. I'm not going to go over how to do this. In this article I'll discuss the concepts and what's needed to get your web server up and running and serving your site to the public after it's been installed. Every web server is different but the concepts are the same. By going over the general concepts that are true for any web server, you'll know what to look for regardless of the software you are using.

Like I mentioned before, a server is just software that runs in the background. A web server is a server that listens to requests from internet browsers for a specific page, finds that page in the computer it is running on and then sends it to the browser that requested it. Keeping this in mind, can you believe there are actually just two things you need to do to have your web server configured?

1) Tell your web server where to find your web site. Your website probably consists of multiple pages. You need to tell the web server the path of the folder where you keep your pages. For example, when someone types www.yourdomain.com/main.html, the server will look in the folder where all your pages live, and look for file main.html.

2) Tell your web server about your default page. This is the page that is displayed when someone types www.yourdomain.com in their browser without specifying a page. The web server already has some default page names like "index.html" so if you have a page with this name it will be displayed by default when no document is specified in the request. You may also add some more default file names to your web server. If you don't want to name your file "index.html" you can tell your web server that your default page's name is "mainpage.htm."

This is basically all there is to configuring your web server. Actually, there is more, but these two steps will allow your web server to start serving your website. Of course, there is also more to hosting your website from home, like getting a domain name, dealing with your router if you have one, but these topics are beyond the scope of this article.

I hope I've convinced you of how easy it is to set up a web server, which happens to be the most important step to hosting your website from home.

For more information on hosting your website from home please visit Setting up a Web Server and Getting your Own Domain Name

Labels: , , , , , ,