Sunday, 30 September 2012

OpenStack, Open Source Cloud Computing

OpenStack, Open Source Cloud Computing

One of the fears some system administrators have expressed regarding cloud computing is that it can potentially lock your data into proprietary software, and that is compounded by having that software hosted remotely. You are essentially trusting all of your data and applications to a service provider that may or may not be around in five years.
Even keeping backups of your data does not ensure that you will be able to release it from whatever proprietary format your cloud service provider used. One solution that some providers offer is a cloud platform, where the cloud service only provides the online operating system and development environment, leaving application development to the customer.
Another, more comprehensive solution, is to provide an open source cloud environment, one that can be ported to any server. Now, imagine the above scenario, but imagine being able to literally move your entire cloud infrastructure from one server to another, or even one service provider to another.
OpenStack, a collaborative effort of several organizations, offers just that, an open source cloud solution for both public and private clouds. The project describes itself as a “scalable, secure, standards-based cloud computing solution”.
OpenStack currently has two projects: Compute, which is essentially a virtual machine controller, and Object Storage, which offers scalable, redundant, long-term storage system.
OpenStack’s current two projects are both free and released under the Apache License. Contributors to the project include NASA, Dell, Rackspace, Citrix, AMD, Intel, and many others.

Hybrid Cloud Computing

Hybrid Cloud Computing

One of the benefits of cloud computing is that you do not have to operate and maintain the applications you need on your own dedicated server. As web applications become more robust and complex, this feature of cloud computing is particularly useful to small websites and small businesses.
Hosting your own websites and applications, however, gives you the flexibility and ability to customize as needed. You also do not have to worry about any limitations or restrictions that a cloud service provider might place on you, and you can rest assured that your data will always be yours and not dependent on the stability of a third party.
A hybrid model for cloud computing combines both in-house servers and cloud services. While some cloud offerings may include the entire operating system, like the Windows Azure Platform, others may only offer specific software services. In the case of the former, a hybrid situation would have the user’s locally-hosted applications interface with the remote cloud platform. In the latter case, locally-hosted applications would interface with cloud applications. In both cases, there is a mix of cloud and traditional software.
The advantage of a hybrid model is that you still have your dedicated server and all of the flexibility that it gives you, but you also reap the benefits of having access to hosted services and applications from cloud hosting providers. This allows you to expand your web presence and still maintain some level of autonomy and privacy.

Transferring Your Data to the Cloud

Transferring Your Data to the Cloud

Cloud computing has not yet taken over the server industry, and there are plenty who are resisting all attempts. Nevertheless, the usage of cloud services and hybrid cloud deployments has increased gradually, and anyone who uses dedicated servers and has some type of web presence should at least take a look at it.
One of the many concerns system administrators, security experts, and free software advocates have about cloud servers or software as a service (SaaS) is that the moment they move their data to the cloud, it is out of their hands and under the control of a third party. This is a valid concern.
Once another company controls the access to and delivery of your data, you are at the whims of their shareholders. The moment they decide to pull the plug on a project or (even worse) have their plug pulled by bankruptcy, government seizure, or any other unfortunate event, you may be left with nothing.
For cloud technologies that use free and open source software, it may be rudimentary to export data. For cloud services that use proprietary data formats and closed source software, you may have no way to convert data to a useable format when moving from one to another. For that reason, it is important to investigate the company’s policies and software user agreement ahead of time, before you possibly put yourself and your business in a compromising position.

Advantages of Web-based Application Servers

Advantages of Web-based Application Servers

An application server is a dedicated server that runs a central application or numerous applications, allowing clients to connect through an intranet or over the Internet. In traditional application server models, the software of the server and client was usually the same or similar, and the client machine required a smaller client application to be installed. If the client machine did not have a client application, it would usually connect to a terminal server that would give the client direct access to the central application’s operating system.
With the advent of the web, some software vendors created websites, often for intranet use only, and ran the application servers as web servers. With more businesses reaching global customers and often having employees in various physical locations, many of these applications now operate over the Internet in much the same way that a cloud service would provide access to their applications.
The advantage of this type of “private cloud” is that your users can connect to their applications from anywhere in the world. They can also use any type of computer, laptop, tablet, or even mobile device that has a fully functioning web browser. Furthermore, with this type of central web application, you do not have to push upgrades out over a network or maintain user machines. Finally, because your web application is maintained internally, you have full control over it, which is a decisive advantage over a public cloud offering, if you have the technical wherewithal to maintain it.

POP vs. IMAP vs. Webmail vs. Cloud Mail

POP vs. IMAP vs. Webmail vs. Cloud Mail

If you need email for your dedicated server, there are essentially four ways of storing and accessing it. They are not all equal and are very different in the way they handle mail and deliver messages to you.
POP3
With this method, your email client on your computer contacts the mail server, authenticates, and downloads any new email messages. In most cases, it will then delete those message from the server, unless you tell it not to do so.
IMAP
Unlike POP3, IMAP leaves messages on the server and accesses them remotely. It still relies on an email client, such as Mozilla Thunderbird or Microsoft Outlook. The difference is that the emails themselves are not actually stored on your computer. IMAP only downloads the headers and retrieves an email only when you click to open it. Because of this, you can access an IMAP server from multiple computers and see the same messages.
Webmail
Locally hosted webmail is available with many web hosting control panels, and you can find others that are free to install and use. These usually rely on IMAP to deliver their mail. The only difference is that you access it via the web, using your normal IMAP login. The advantage is that you need no extra software. The disadvantage is that you still have to manage your mail server like you would with IMAP or POP3.
Cloud Mail
Cloud-hosted email accounts from companies like Google give you all of the benefits of free webmail accounts like Gmail, with the branding of your own domain name. The decisive benefit is that you can allow the cloud provider to handle all of your spam and mail server management. This disadvantage is that all of your data is hosted on their servers and is essentially at their disposal.
There is no single mail retrieval method that is perfect, but knowing the benefits and drawbacks of each should help you decide which is best for your server and your users.

How to Setup ownCloud: Open Source Cloud File Storage

How to Setup ownCloud: Open Source Cloud File Storage

The cloud has become quite popular in the IT world. One could say that the cloud is taking the tech world by “storm”. There are many reasons for this, some financial, others practical, but ultimately it is an option that is worth considering.
The most popular form of cloud computing is the public cloud. In this model, the cloud service provider offers an application or platform for the public, which they either use for free (as in the case of Gmail and other web-based email) or pay a service fee, a process often called SaaS (software as a service). There is, however, another model called a private cloud, and many companies and individuals are opting for this method and using open source software to create their own clouds.

ownCloud is a free and open source cloud storage system, similar to Dropbox and SpiderOak. With it you can access your files from any device with a browser or WebDAV support.
Installation
The best part about ownCloud is that you do not need your own server or VPS to run it. Even a shared hosting account is enough. To install ownCloud, follow these simple instructions.
1. Visit owncloud.org and click “Download”. Save the file to your local computer.
2. Extract the contents of the archive. (If you have SSH access, you can upload the file directly and use the command “tar xjvf owncloud-2.x.tar.bz2
3. Using an FTP or SCP program, upload the owncloud folder to your server in the location of your choice.
4. Set the proper permissions:
If you only have FTP access, create a directory called “data” and set the permissions to 750. Set the permissions to the “config” directory to 777.
If you have SSH and root access, you can set permissions as follows:
chown -R www-data:www-data owncloud/
Your Apache web server may run as a ser other than “www_data”. Check your server’s documentation to find out the exact username (i.e. “apache”, “nobody”, or “httpd”).
5. To complete the installation, point your web browser to http://yourwebsite/owncloud
6. Enter the username and password you want to use for the admin account.
7. (Optional) – You can click the “Advanced” button to change the data storage options. By default, ownCloud will use SQLite, which requires no configuration changes. If you want, you can use MySQL, but you will need to create a database manually.
You should now have a working installation of ownCloud. Note: If you suddenly get a 404 Not Found Error, try deleting the “.htaccess” file that was created during the installation.
Managing Files
To upload a file, simply click the “upload” button. It will open a file dialog, and you should be able to upload any file you want. You will notice that there is a file size limit. Mine, for example, is set to 64MB. If you need to upload larger files, you will have to change the upload limits in your “php.ini” file.
ownCloud can also stream your music files and even supports playlists. Click the “Music” tab to manage your music. If you have added new files, click “Rescan Collection” to make the latest files visible in your music manager.
Beyond simple web browser management, you can also access ownCloud from any file manager that supports WebDav. Simply configure your file manager to connect to:
http://<yourdomain>/<owncloud>/files/webdav.php
For detailed instructions for specific operating systems, see the ownCloud wiki. Once you have WebDav setup, the files on your ownCloud server will be accessible as though they were normal files on your computer. You can then drag and drop files directly to the folder in your file manager.
As a security measure, you may decide to use SSL to connect to your ownCloud server. According to hosting company 34SP.com, you will need an SSL certificate from your web host or use its shared SSL certificate, if available.
Your Own Cloud
ownCloud is still pretty early in development, but it already has a nice set of features for anyone looking to have online storage but not willing to trust it with a third-party service. With ownCloud you can have your own cloud storage anywhere and anytime you want.

Common Managed Server Configurations and Pricing

The configurations and costs of managed server hardware and service level agreements (SLAs) can vary widely by provider. Entry level packages with basic hardware can cost as little as a few hundred dollars a month while clustered enterprise servers can bring costs into the thousands. In general, service and hardware are the largest components of managed dedicated costs.
Bandwidth usage is often is billed using the 95th percentile method – this calculation bills users based upon the expected 95th percentile of data transfer usage, ensuring the top 5% of network utilization doesn’t skew usage bills upwards. For users who want to hedge their data transfer costs, many providers offer unmetered hosting, which is billed based upon data transfer speed rates rather than actual volume. A top quality managed server provider will often work with direct uplink pipelines so you have improved load times even during peak traffic hours. Billing models vary widely according to providers and can often be negotiated with a structure to keep costs manageable.
Fully managed services provide hardware, support, and data transfer in a single package, making it easier to anticipate costs  To provide a better sense of the various hardware and service configurations, we provide case study profiles on managed server options for common business setups:
  • Startups and Small Businesses – Entry Level Servers
For small companies and startups, entry level dedicated servers provide data security and reliable hardware to begin to grow your business. Hardware configurations include quad core Intel (or AMD) processors with 8 GM RAM, 500 GB of storage and over 1 terabyte of data transfer monthly. These servers are ideal for development, testing and basic deployment of applications, database driven websites, CRM systems as well as internal communications. Service level agreements for entry level servers generally focus on technical support, uptime assurances, standard industry patches, daily hardware replacements and root server access. Users can expect to pay between $300 and $900 a month depending on the service level agreement (SLA).
  • Professional Developers & High Traffic Websites– Mid-Level Managed Hosting
Professional developer hosting generally starts at $1,000 a month, offering high levels of memory, data transfer, as well as configuration based upon your application. Most commonly these packages offer multiple Intel x86 servers with extended storage, computing power and redundancy to improve performance and uptime. With professional servers you can often expect more active management in terms of security monitoring, dedicated technical support, specialized media data transfer services as well as frequent software upgrades.
  • Enterprise Hosting– Specialized Configurations
At the top end of the spectrum, enterprise dedicated server hosting focuses on managed private clouds, top tier hardware, and complex hosting solutions. The pricing on enterprise hosting varies widely and is generally a request for proposal (RFP) quote process. For companies looking to scale their data transfer rates or improve load times for their applications, enterprise managed hosting can offer caching from multiple data centers, high (or unmetered) data transfer allowances, professional consulting and advice on network performance as well as customized server hardware. Rather than investing in a pre-configured solution, managed enterprise hosting allows hardware, software and customization to help you better serve your end users.
Conclusion: Making an Informed Managed Server Investment
This guide provided an overview of the important hardware, software and service aspects of managed dedicated hosting. Before committing to a managed dedicated service provider, it’s important to identify a level of service that matches your resources and requirements into the future with business planning and infrastructure requirements. Working with a trusted hosting company can provide a partner in helping to grow your business intelligently over time.
References
cPanel, “cPanel Documentation” Retrieved April 2010 http://www.cpanel.net/developer/documentation.html
Intel. “Optimizing Hardware for x86 Server Virutalization” August 2009 http://www.intel.com/Assets/PDF/WhitePaper/IDCchoosingvirthardware.pdf
Microsoft. “Windows Server 2008 R2: Pricing and Licensing” Retrieve April 2010. http://www.microsoft.com/windowsserver2008/en/us/pricing.aspx
Microsoft. “Windows Server 2008 R2 Technical White Paper” July 2009. http://download.microsoft.com/download/5/B/D/5BD5C253-4259-428B-A3E4-1F9C3D803074/Windows_Server_2008_R2_TDM_Whitepaper_RTM.docx
Netcraft. “Most Reliable Hosting Company Sites in March 2010″. April 2010. http://uptime.netcraft.com/perf/reports/Hosters
Red Hat. “RedHat.com Enterprise Linux Open Source Application for Servers” Retrieved April 2010. http://www.redhat.com/rhel/
Software in the Public Interest, “Debian Developers’” Retrieved April 2010. http://www.debian.org/devel/
Tier 1 Research “Managed Hosting: North America Overview” Winter, December 2009
Uptime Institute. “Data Center Site Infrastructure Tier Standard: Topology” February 2010. http://professionalservices.uptimeinstitute.com/UIPS_PDF/TierStandard.pdf
Verio. “Why You Need an Infrastructure Provider” May 2009 http://www.verio.com/files/pdf/white-papers/Infrastructure_Provider.pdf

More Related Articles:

How Managed Dedicated Server Hosting Helps Businesses

Dedicated servers are good; managed dedicated servers are all the better. What makes managed dedicated server hosting so lucrative? In today’s post, we’ll look at the four As that translate into business benefits of managed hosting.
Availability
Managed server hosting ensures that your website is always available. With continuous server monitoring, it ensures that the downtimes are [...]

Benefits of Managed Hosting

Letting others manage something that you own may trouble the control freaks or the micro-managers but for most of the people, it brings peace of mind, especially, if the ones handling the management are experts in the domain. Managed hosting brings the same relief for owners of dedicated servers. Let’s look at the benefits of [...]

What is a Managed Server?

Management is never simple, especially when it comes to technical management. While website owners find dedicated servers the ideal way to host their websites on the web, they find their management extremely cumbersome. Web hosting companies rescue businesses by offering in-house management. Thus, dedicated servers are broadly classified into two categories: managed and unmanaged. A [...]

Should You Go for Managed Hosting?

If you have moved on from shared hosting to dedicated hosting, you know how important the dedicated server is for your business. However, you also know by now that being in control of the server puts you in charge of its management too. And server management is far from being simple. Should you go for managed hosting then, instead of the do-it-yourself hosting? [...]
 

Dedicated Server Operating Systems and Control Panels

There are a variety of commercial and open source operating systems used to manage dedicated servers. While Windows servers have a primarily closed OS, due to licensing and API restrictions from Microsoft, nearly all of the major Linux operating systems have open source versions. To help you identify the ideal OS for your projects, we provide an overview of the major features of each system:
  • Microsoft Windows Server 2008
A new version of Windows Server 2008 came to market in 2009, adding new features to the original release. Built on the same kernel as the Windows NT operating system, it shares a common architecture with Windows 7. A substantial upgrade from its predecessor, the OS features support for IPv6 (the upcoming Internet Protocol standard for 128-bit IP addresses), Bit Locker 256-bit data encryption, an integrated firewall, all of the components for .Net version 3 as well as Plug and Play support for new hardware and accessories. To make the server easier to manage for IT professionals, the OS has integrated monitoring, backup and notification tools so you can improve uptime and performance.  The software is sold on a license basis based upon access requirements.
  • Red Hat Enterprise Linux
Originating from the open source Linux OS version by Red Hat, the Enterprise Linux server is available for Intel and IBM servers. Currently in version 6 (Beta), the software is one of the most popular solutions for commercial Linux server management. While the software is currently released through a proprietary RHEL open source license, the company only provides support for licensed users. As a result, many companies have compiled their own community variants of the software, including Cent OS.
  • Debian
Released under the GNU (General Public) open source license, Debian is one of the most popular Linux server (and desktop) operating systems. Currently on release version 5, the OS is compatible with nearly every type of dedicated server hardware including Intel, ARM and IBM servers. In fact, many popular Linux OS packages (including Ubuntu and Linex) are built on Debian. Many users prefer the OS for its dual desktop and server interfaces, which allows system administrators to utilize Debian throughout their entire operations.
In order to make server management easier, many system administrators utilize control panels. There are a wide variety of server management solutions on the market, many of which are tailored to specific configurations such as eBox (network servers) and Hosting Controller (SaaS servers). There are two major operating systems most commonly used by dedicated hosting companies:
  • cPanel WHM (Web Host Manager)
As one of the most popular user-friendly Unix hosting control panels, WHM makes it easier for users without comprehensive shell command knowledge to administer servers. The software can run on Red Hat Linux as well as variants such as Cent OS, and an Enkompass Windows version is currently in Beta. Through a visual interface, you can create child accounts, review server logs, update DNS settings, configure backups and adjust common settings on the server.
  • Plesk
A highly versatile server OS, Plesk provides control panels for Windows and Linux servers. Utilized by many dedicated hosting companies, the interface allows end users to administer servers with common tasks such as account creation, webmail and database management. As proprietary software, many hosting companies offer a license included with each account, although independent developers are required to purchase a license for the software.

How Many Types Of Servers Are There?

How Many Types Of Servers Are There?

Servers provide computing power to facilitate transfer of data across a network to enable applications, operating systems, file transfer, email, printing and communications among client computers.  Each particular type of server is generally defined by its configuration and software which enables it to communicate with intermediate client machines.
Whether you are powering business communications, web site access or distributing computing power across a variety of machines, servers provide the computing power at the core of any network. Each unique type of server is managed by a platform, which pairs specified hardware and software to power data transfer according to incoming requests. As bandwidth rates have increased, modern servers can handle a larger number of requests, distributing data transfer across a series of servers through a cloud or cluster.
Modern IT departments can work with a variety of computing configurations to get the very most out of their servers.   According to the architecture of a server, defined communications roles improve the ability to secure data and ensure it’s only delivered to its intended recipients. The ability to reliably scale computing power across client requests has been at the core of IT growth in recent years, and understanding server capabilities can provide insights into these trends for professionals, business owners and developers.

Types of Server Hosting

While the core technology that powers many modern servers is based upon similar processors, the configuration and distribution of that computing power varies widely. When hosting your server in a data center, you’re able to harness resources to optimize the efficiency of data transfer. For both enterprise level companies as well as startups, selecting the right server configuration can mean substantial savings in terms of economic and computing efficiency.
Shared
As the single most economical form of hosting, server resources are shared across a wide variety of users. While users have the ability to access their own partition (even on a dedicated IP address), memory and transfer resources are shared across other sites. Many entry level developers opt for a shared server for its low costs – the ability to easily migrate or upgrade from common shared operating systems such as cPanel has made it easier to scale up to dedicated or distributed servers based upon future needs.
Virtual
In recent years, virtual private servers (VPS) have become increasingly popular for users seeking an intermediate choice between shared and dedicated servers. With a virtual configuration, servers are portioned into sub-dedicated areas which provide users with root access and full computing power for their given segment of the server. Moderately priced, these configurations allow for creation of development environments without a full investment in dedicated hardware.
Managed Dedicated
Offering more computing power as well as technical support resources, managed dedicated servers provide full computing power from a given machine (or set of machines) as well as monitoring and support from a team of engineers. A common choice for small and medium sized businesses, as well as those seeking to outsource IT resources, dedicated servers are commonly leased in tandem with a service level agreement (SLA) from a data center.
Cluster/Grid
Clustered hosting provides an intermediate distributed environment where multiple hardware machines are dedicated to distributing content or inbound requests. With a combination of multiple servers acting in unison, a grid extends the cluster even further by typing multiple nodes to create a network of servers. This configuration is ideal for those with multiple mission critical applications, such as business data transfer and transaction processing.
Cloud
Recently, distributed computing has increased in popularity with load balancing and scalable servers that share resources across a network. A cloud includes multiple servers providing specific roles, including data storage, data transfer and database management, making the most efficient possible use of each dedicated piece of hardware on the network. Distributed hosting services such as Google’s Engine and Amazon S3 utilize a cloud of servers to offer low cost, high power service.

Server Application Types

The application of server computing power to specific data needs has enabled hardware specialization to improve uptimes, efficiency and reliability of networks. While a given hardware setup can often power multiple applications, many times data centers are organized around hardware for a specific purpose to make more efficiency use of the network.
Web Servers
To power data transfer of hypertext protocol (http), web servers deliver images, text, rich media and data over the Internet.  Modern web servers are optimized to deliver a variety of data sources including VOIP (voice over IP), streaming media as well as hosting files (FTP) and websites. Web servers are optimized for data transfer speed, as well as security with extensive firewalls and incoming request filters to protect against denial of service attempts.
Application Servers
A subset of traditional data servers, application servers are designed to power frameworks which are involved in extensive processes related to a specific set of software. Application servers can power web-based apps, games, output from scripts and programs as well as serving data from an API (application protocol interface.) Modern application servers are optimized for load balancing and are often located in a cloud, which enables them to distribute data more efficiently.
Specialized Servers: File, Printer and Database Servers
While modern servers often are involved in multiple tasks, specialized servers provide dedicated support for file transfer, printer communications and database queries. For specific types of uses, having a dedicated server for a specific purpose can speed up processing times and ensure sufficient resources are available during peak volumes. In the shift to cloud based servers, many data centers configure clusters of servers for specific purposes, such as streaming media, storage and SQL query processing.  Specialized file servers can store a variety of media for distribution, including movies, audio and animation, rendering media at high speeds to client machines for games, movies and other forms of applications.
Media Servers
With the growth of streaming audio and video, media servers provide an efficient way to transfer high bandwidth files online. For dedicated media firms, businesses and producers alike, investing in efficient hardware can lower operational costs from operating a server over time.  With the growth of high definition video and real-time gaming platforms, media servers are under increasing stress to meet growing consumer demands for quality. The hardware configurations often feature impressive quantities of RAM as well as quad-core CPUs to maximize the data transfer rates. To prevent data transfer bit loss, the servers are often hosting in a cloud or cluster of related servers. When end users receive rich media, they receive streams from multiple sources based upon the most efficient way to route traffic. Specialized companies such as Akamai and Amazon have innovated more efficient routing mechanisms to manage the growth demands on media servers. As a result, you can watch high definition video in FPS (frames per second) refresh rates approaching broadcast television over a broadband connection today.
Mail (Exchange) Servers
Mail servers serve as an outbound client and inbound retrieval server for electronic messages, commonly via the STMP (simple mail transfer) protocol. Serving as a transfer agent (TA), mail servers communicate with each other according to their set rules, including filters, checks and blacklists to determine whether a message is successfully delivered. All accepted messages can be traced by a mail header to its root receipt. Microsoft Exchange servers are the most common form of mail servers, as they power business communications through MS Exchange, routing desktop and mobile mail, as well as managing attachments and real time calendar synchronization.
Trends in Server Type Configuration and Performance
For dedicated IT departments, independent development professionals and businesses, proper server deployment can lower costs, improve performance and help to reliably scale operations. While it can be challenging to anticipate future computing needs, a flexible server setup can help to make your cost structure more stable as you adapt. While x86 servers have been around for over two decades now, the new decade brings technical challenges and opportunities for deploying new types of server technology.
While many businesses previously utilized independent networks for their client computing, data storage and networking needs, today cloud or cluster hosting can offer a single environment to meet a firm’s complete needs. In fact, the recent move to virtual desktops has made client virtualization even more important, helping to improve local security, file storage and protocols across an organization. With the shift to global operations, IT managers can properly keep track of their assets and resources on a broad scale while also reducing the startup and upgrade costs for new technology.
Green and Energy Efficient Servers
Power management goes beyond efficient use of the utility grid and can actually improve the speed, longevity and responsiveness of hardware over time. Modern data centers are built in energy efficient buildings which are equipped with high technology climate control systems to provide an ideal operating environment.  Many data centers have moved to offer green servers which are net zero carbon emitters based upon their baseline efficiency as well as offsets invested in other areas.
Leading supplies of green servers include Dell and HP, which have innovated new hardware to more than double server energy efficiency over the past few years in traditional x86 servers.  At the core of this technology is a network of servers which instantly adjust to the settings to deploy fans, slow down processors and distribute power more effectively throughout. Working with world class data centers, these servers now offer a more reliable way to optimize server efficiency while also improving upon performance.
Driven by cost and flexibility needs, modern servers are more energy efficient, secure and adaptable. Rather than having to upgrade every new technology cycle, modern “thin” servers can easily be upgraded with new components and are designed with sensors for improved power management. Whether you host in your own data center, collocate or work with a managed provider, efficient servers can deliver more value for your computing needs.
Blade Servers
An important trend in computing, blade servers have a much more modular configuration to allow for ease of upgrades. Operating on the basis of minimal components, these servers are capable of impressive benchmarks while fitting in a smaller space than traditional “full” servers. At their base, a blade server has a processor, memory, I/O jacks and a basic operating system. Rather than running a full OS, such as Apache or IIS, these servers are designed as intermediate “computing” servers that deliver data rapidly and efficiently. With their modular configuration, IT departments are able to save substantial resources which can be focused on emerging areas of need.
Mobile Rack Servers
Another important trend in server technology is the growth of rack mounted, mobile servers. To make more efficient use of finite space, rack mounted servers are built on cabinets that allow them to be upgraded with relative ease, allowing you to upgrade an individual server or cluster of servers.  For IT providers on a limited budget, investing in a rack server can give you a flexible structure so you can continue to invest as your data needs grow. Built on containers rather than finite hardware configurations, the so-called “pod” servers are lightweight, efficient and flexible servers that adjust to meet your needs.
Efficient Cloud Servers
For developers and IT departments, having the flexibility to deploy new computing resources on demand is invaluable. Having the right type of servers and hosting configuration can allow your firm or startup to take on an agile structure to quickly implement new ideas, features or services to the market. Rather than relying upon a maximum capacity network of servers, hosting servers in a cloud is also an effective way to get more use out of your investment. Even at peak capacity, most dedicated servers use much less than their actual processing power – distributed computing, by contrast, allocates processing power and data transfer in a much more effective way. The recent shift toward efficient cloud hosting is based upon economic as well as efficiency factors. A combination of improved hardware, operating software and monitoring has greatly improved performance-adjusted hardware use in recent years.

facebook shortcut in browser


Friday, 28 September 2012

How to Identify Fake Rs 500 Rupee Notes

How to Identify Fake Rs 500 Rupee Notes

Fake notes have no exchange value. These means that if you go to the bank and deposit any forged notes, they would sign it and send it for further verification without giving you any exchange money. Fake notes is a growing menace in the country. So it is very important to check for the genuineness of all notes you receive-specially the larger denominations. We have put together all the signs and authentication marks through which you will be able to judge the authenticity of notes:
               
 
500 rupee note
Source: Reserve Bank of India website
         
There are in all 11 markings or signs where you can check for authenticity of a fake note, say a Rs.500 note:
              
  1. The floral design marked by number one in the picture above is actually ‘500’ written half way. If you move the note against light you will be able to see the complete ‘500’ written on it.
  2. When viewed against light, this empty place has a hidden picture of Mahatma Gandhi, multi-directional lines and ‘500’ written on it.
  3. The colour of this ‘500’ appears green as such, but if you tilt the note to a certain angle, it would turn blue.
  4. The ground, on which the number of the note is printed, glows when exposed to ultraviolet light.
  5. This thread which appears broken is actually complete and can be looked at from behind when put against light. In addition to this, you will be able to see ‘Bharat’ ‘RBI’ and ‘500’ written on it.
  6. The ‘panch sau rupiye’ written in the middle as well as the ‘Reserve Bank of India’ written on the top of the note, are written in raised ink and can thus be felt by hand.
  7. Under the vertical floral design marked by number 7, you will find ‘500’ written when held against light.
  8. Behind Mahatma Gandhi’s portrait, you will find ‘RBI’ and ‘500’ written, if you look with the help of a magnifying glass.
  9. If you touch the note a little above the Ashoka emblem, you will be able to feel a small circle, although you won’t be able to see it.
  10. Right on the center bottom, on the back side of the note, the year the printing appears and you would be able to see it clearly.
  11. On the back side of the note, you will be able to identify ‘500’ entangled in the floral design. It would appear when looking at the note against light.
            
With these signs and markings you cannot miss out a fake note coming to you. It is for our own good to check every note that comes to us so as too help ourselves and our country weed out this evil. 
 

window 7 trail use 360days

Here is the method in details.
1. Type “cmd” in the Windows 7 start menu search box then right click on “Command Prompt” and chose “Run as administrator”. You can also run the command prompt as administrator by typing “cmd” in the start menu search box and then pressing “Shift+Ctrl+Enter”.

Note: You may be asked for a password. If so then put it and hit “Enter”.
2. In the command prompt type the following command.
slmgr -rearm

3. Immediately the system will prompt for a restart. Restart your computer and check the system status.
Voila! Your trial period has been extended to more 30 days. You can apply this command only three times. So here you can extend your trial period to maximum 90 day.
4. Now it is time to roll in. There is a registry tweak by which you can increase the boundary of using slmgr -rearm command.
Note: As this tweak is about to hack your registry, I recommend to keep a backup of  it.

5. Type “regedit” in the start menu search box and hit “Enter”. The registry editor will open.
Note: You may be prompted for permission to access the registry editor.
6. Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
7. In the right pane find out the value SkipRearm. Now double click on it and change the value from 0 to 1. Press “OK”.

You are done. Now you can apply the slmgr -rearm command for 8 times more. So you can extend the trial period to extra 250 days.
The total extended trial period is now 120 + 240 =  360 days.
Note: First apply slmgr -rearm  command for 3 times then apply the registry tweak. After so you will be allowed to apply the command again for extra 8 times. To extend rhe trial period to exactly 360 days,  apply the command in each 30th day of your trial period.

Friday, 21 September 2012

play android application in your pc

http://www.bluestacks.com/bstk-download-success-2.htm

How To Login To Multiple Accounts On The Same Website Simultaneously

cookiepie-1Creating multiple login accounts on a website is never an issue. Accessing them simultaneously is. Most browsers have their own centralized cookie management system. When you are logged in to a website in one instances, you won’t be able to login to the same website using another account, even if you open a new tab or window. Personally, I have more than 2 Gmail accounts, Yahoo accounts, Facebook accounts and multiple login IDs to my own blog. There are times when I need to login to different accounts to access a particular emails, or to check the setting/status of the other accounts. Below are some of the ways that I used to access to different accounts (of the same website ) simultaneously.

Install multiple browsers

This is definitely not the most effective method, but it is surely one method that works 100% of the time. Since all browsers have their own cookie management system, you can easily login to one account in Firefox, and another in IE/Chrome/Opera/Safari etc. The downside of this is that they clutter up your desktop, take up lot of memory and storage space.

Firefox

To be able to login to various accounts in Firefox, the best way is to install the extension CookiePie. What it does is to create different instances of cookies in different tabs and windows so you can login to the same website with different login ID simultaneously.
1. Install the CookiePie extension from the Nektra site.
2. In the current tab, login to your account with the primary ID
3. Open a new tab, right click at the tab and select Toggle On/Off Cookiepie.
cookiepie-newtab
You will now see a cookie on the tab.
cookiepie-cookieontab
4. On this new tab, you can now go to the same website and login with another ID.
cookiepie-1
Note: CookiePie conflicts with some of the extensions, like Tab mix plus and TooManyTabs. It might not work properly with these extensions.

Internet Explorer 8

Internet Explorer 8 comes with a New Session mode that allows you to start a new window with a brand new session.
Open IE8, go to the URl of the site and login with your first ID.
Go to File->New session. This will open a new window. Navigate to the same site and you should be able to login with another ID.
ie8-newsession

Google Chrome

Google Chrome comes with a incognito mode that allows you to login to two different instances of the same website.
1. Login to the the website in Google Chrome.
2. Glick on the Tools icon and select New Incognito Window. Alternatively you can press Ctrl + Shift + N to open a new Incognito Window
3. Navigate to the same website and you should be able to login with another user ID.
What other methods do you use to login with different accounts on the same website simultaneously?

Sunday, 16 September 2012

2012 Best Video Editing Software Comparisons and Reviews

Rank #1#2#3#4#5#6#7#8#9#10
10-9  Excellent
8-6    Good
5-4    Average
3-2    Poor
1-0    Bad
CyberLink PowerDirector Corel VideoStudio Pro X5 Adobe Premiere Elements MAGIX Movie Edit Pro Roxio Creator VideoPad AVS Video Editor Pinnacle Studio HD Sony Vegas Movie Studio Platinum MoviePlus
CyberLink PowerDirector Corel VideoStudio Pro X5 Adobe Premiere Elements MAGIX Movie Edit Pro Roxio Creator VideoPad AVS Video Editor Pinnacle Studio HD Sony Vegas Movie Studio Platinum MoviePlus
Reviewer Comments Read Review Read Review Read Review Read Review Read Review Read Review Read Review Read Review Read Review Read Review
Lowest Price Visit CyberLink PowerDirector 10 Deluxe
$49.95
Visit Corel VideoStudio Pro X5
$69.99
Visit Adobe Premiere Elements 10
$99.99
Visit MAGIX Movie Edit Pro MX Plus
$99.99
Visit Roxio Creator 2012
$99.99
Visit VideoPad Master's Edition 2.41
$69.95
Visit AVS Video Editor 6.2.1.222
$59.00
Visit Pinnacle Studio HD 15
$59.99
Visit Sony Vegas Movie Studio Platinum 11
$39.95
Visit MoviePlus X6
$79.99
Ratings 9.839.459.359.239.109.058.858.288.187.93
10
9
8
7
6
5
4
3
2
1
Proportion of people who buy the product 94.28% 2.60% 1.73% 0.43% 0.52% 0.00% 0.00% 0.17% 0.26% 0.00%