-
Applying unified communications
Thuy Ha, director of product management at Qwest Communications, discusses a practical framework for unified communications. Ha explains how to build a foundation on ...
-
Optimizing mobility
Thuy Ha, director of product management at Qwest Communications, explains how the network has evolved from being voice-based and centralized to being an individual ...
-
Business class SaaS
The Software as a Service market is expected to double by 2012. Martin Capurro, senior director of product management at Qwest Communications, examines how ...
-
Non-intrusive security
Martin Capurro, senior director of product management at Qwest Communications, discusses how to strike the right balance between productivity and security within the enterprise. ...
-
Desktop virtualization
By 2011, there could be more than 660 million virtualized desktops. John Whaley, CTO and Founder of MokaFive, talks about the issues surrounding current ...
-
Mobile virtualization
Mike Seashols, Chairman of VirtualLogix, talks about implementing virtualization technologies onto mobile platforms. He says there are many issues that mobile providers have to ...
-
Nurturing sales leads
Phil Fernandez, President and CEO of Marketo, says that many companies today are not managing sales leads effectively. He suggests ways to utilize the ...
-
Managing Internet growth
The Internet is growing by 1 zettabyte a year, fueled by images, videos, gaming, and peer to peer file sharing. Pieter Poll, CTO of ...
-
Online ad strategies
There are more than 300 ad networks that focus on monetizing Web sites, so having a strategy is key. Ren Chin, marketing vice president ...
-
What is semantic search?
Semantic search uses the science of meaning in languageinstead of just searching keywords, it checks the context of the words to return more relevant ...
-
Next generation of business intelligence
Data warehouses collect gigabytes of data everyday but the information is not always meaningful. Why? Angela Shen-Hsieh, President and CEO of Visual I/O, says ...
-
SIP trunking 101
Voice, instant messaging, and video no longer have to be islands of collaboration. Kenneth Kuenzel, founder and CTO of Covergence, shows how SIP trunking ...
-
Wireless inside the enterprise
With the rise of PDAs, Blackberries and mobile phones, the demand for wireless service inside large buildings is increasing every day. Leila Nouri, director ...
-
Intel® vPro™ technology and cost savings
Sponsored: Randy Nystrom, an IT systems engineer at Intel, shows how vPro saves time and money by diagnosing PC problems remotely. The content for ...
-
Intel® vPro™ technology and manageability
Sponsored: Limited technical support hours and powered down PCs can make it difficult to manage large numbers of PCs. Randy Nystrom, an IT systems ...
-
Application streaming
Sponsored: Updating applications can be time-consuming for both users and administrators. Christian Black, an IT systems engineer at Intel, explains why application streaming is ...
-
OS streaming
Sponsored: Christian Black, an IT systems engineer for Intel, spells out the many benefits of hard-drive virtualization, or operating system streaming, including faster boot ...
-
Enterprise 2.0
Vince Casarez, vice president of product management at Oracle, explains how Web 2.0 technologies, such as tags, wikis, and mash-ups, can be applied within ...
-
Secure file transfers
John Thielens, vice president of technology at Tumbleweed, talks about the need for managed file transfers that are not only secure, but auditable and ...
-
What is LEED?
"Going green" is becoming commonplace in the corporate world. Paul Holland, general partner at Foundation Capital, explains LEED, the metrics used to certify the ...
-
What is a mashup?
Developers are getting creative, taking APIs from multiple Websites and merging them to form new, innovative applications. Frozenbear.com merges Google maps and Singles to let you know where the single people are in your neighborhood. Parkingcarma.com helps you track down parking spaces in the Bay Area. ZDNet Executive Editor David Berlind says mashups are the fastest growing ecosystem on the Web and that by 2007, there will be 10 new mashups per day.
-
Non-intrusive security
Martin Capurro, senior director of product management at Qwest Communications, discusses how to strike the right balance between productivity and security within the enterprise. He explains security must work end-to-end, from the system level to the mobility level, and how each layer works to mitigate risk.
-
What is virtualization?
Data centers are commonly filled with large numbers of servers that require a tremendous amount of time and money to maintain. Dan Chu of VMware shows how virtualization can optimize fewer servers to run at higher performance levels.
-
First steps to SOA
What does it really mean to introduce SOA into an organization? Ross Mason, CTO and co-founder of MuleSource, explains how an enterprise service bus allows different applications to communicate with each other.
-
Desktop vs. workstation: Introduction
Sponsored: Dave Buckley, product line manager of workstations at HP, explains the differences between desktops and workstations, and how these differences influence purchasing decisions. The content for this video was sponsored and provided by HP.
-
Users-to-tech support ratio
How many employees should one tech support staff person oversee? CNET's Justine Nguyen explains the golden ratio of users to tech support staff, and what factors contribute to it.
-
Applying unified communications
Thuy Ha, director of product management at Qwest Communications, discusses a practical framework for unified communications. Ha explains how to build a foundation on a converged network, then add layers such as mobility, conferencing and collaboration.
-
Energy-efficient transistors
Rob Willoner, a technology analyst at Intel, explains how smaller and more energy-efficient transistors are resulting in faster and more powerful CPUs.
-
Implementing balanced scorecards
BNET director Jay Gulick drills down on the five principles used to implement the balanced scorecard -- a widely-used tool for managing and measuring a company's strategy.
-
What is semantic search?
Semantic search uses the science of meaning in languageinstead of just searching keywords, it checks the context of the words to return more relevant results. Brooke Aker, CEO of Expert System USA, predicts that it will usher in the era of Web 3.0.
Video Channels
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Save time with automated shipping solutions
-
The Business Essentials Guide provides you useful tools and templates to help grow your business and save you time with automated shipping solutions.
- Visit the UPS Business Essentials Guide
- The best support in the Linux business
-
If Linux is going to power your mission-critical applications, you'd better have the best support known to business. Novell was rated the top provider of Linux technical support.

- Learn more >>
- New Online Dashboard for IT Leaders
-
Read about top issues IT decision-makers face every day, plus get cost-effective solutions to real-life IT problems.
- Learn more >>
- The more you simplify, the more you save
-
When you transition from your existing Red Hat environment to SUSE Linux Enterprise from Novell, you can recognize dramatic cost savings, perhaps as much 50%

- Learn more >>
Scaling an Internet architecture
Any great website eventually runs out of capacity. Horizontal scalability with load balancers between the tiers offers redundancy -- keeping the site up and running.
Hi I'm Ted Cahall, Chief Information Officer and Senior Vice President at CNET Networks, and today I'd like to talk about scaling an Internet architecture.
One of the big problems about building a great Internet site is that, eventually you run out of capacity and most people start their site out on one single box. In this case I'll talk about an open source solution or at least a free solution, where all the parts are available on the Internet; you download them, all you had to do was buy the actual piece of hardware. In this case let's say we're using a version of Linux which is free and on that version of Linux we've put in an Apache Web Server, which will serve the static pages off a disc, and then we're using a Java Virtual Machine running some type of J2SE container for servlets on to a MySQL database to serve the pages. Eventually what'll happen is, we get enough users, enough people that want to come to our site and we run out of capacity.
So how do we address that, and make it where we can figure out what ran out of capacity, and how do we take it to the next level. So a common way to do that is to then take this same site here, and build it out, but move each one of these processes out on to a separate machine so then we'll be able to scale those machines independently. And that would look something along these lines which would be, we'd make an Apache tier which is our web server. We then make that connect down to a Java tier, which would be our application level, it could be PHP if we want it to which would stay up in the Apache tier, but this is more of a classical three-tier physical architecture, then down to a data tier to where we're holding our data; for this we chose a MySQL database and we've now got three independent tiers, which we can then start to scale or we can at least add different types of horsepower in terms of vertical scalability by adding CPU's, adding more RAM, adding faster discs etc. But eventually, even this scalability method falls down and we need to further scale the system.
The type of scalability I'll describe to you now is called horizontal scalability. Horizontal scalability means I'll take each one of these tiers and I'll move them out horizontally and scale them. Now to do that, I need a piece of hardware called a load balancer. So we'll look at this infrastructure and we've got the Internet coming in and the first thing it hits is this box called a load balancer, and the load balancer has these virtual IPs which has one IP address that fans out to multiple IP address in the tier below it. So in this case it would be multiple Apache boxes which are the web servers. So there would be, let's say we took three initially, and we have three Apache boxes and the load balancer although it looks like one IP addressed to the Internet, is distributing this load across these three Apache boxes.
Now the Apache boxes will serve the static content off their local drives which were pushing out with an rsync or some other method, but eventually we want some dynamic content and that dynamic content comes through the Java Virtual Machine with a J2SE servelet container on it so then we know we need another load balancer because we'll need a scale. We've scaled the Apache tier horizontally, we now need to scale the Java and J2SE tier horizontally.
So let's say we'll start with again three boxes, and we put the Java tier in, and they're connected to the load balancer, as well as the Apache connects back into the load balancer to move towards the Java tier. Now we've got the Java tier scaled out horizontally as you can see, and the question is how do we get the data tier scaled horizontally. Well that's a little trickier, but again we connect back to a load balancer and this picture is more shown logically than physically, this mail will just be three different VIP's in the very same load balancer, but I'm trying to give you a logical representation of how all this is connected, and we say we have three MySQL replica slaves that hold this data. And the slave term is a MySQL term, I'm not just using that. That's not some crazy computer science term that it's really a vendor term so we've now got it to where we can pull the data from the Java Virtual Machines up through the MySQL.
The question now is how do we update all three of these databases. Well MySQL itself has a master slave relationship and the machine that you write to is always referred to the master and through its infrastructure, automatically updates these slaves through a process called replication. So as long as all of the rights of the data through the tools that maybe some of the tech producers or the tools that some of the business people are using, they're writing data into this master. Maybe there's some feeds that are coming from some merchants and these feeds also are going into this master database, MySQL is replicating that up to the slaves, the load balancer is distributing the load to the MySQL databases, the Java tier is able to pull that and we've now not only got horizontal scalability, but we have redundancy. If any of these boxes were to fail our site will still be up as the load balance will take the failed box out of rotation, continue to distribute the load to the boxes that are still working and keep our site completely up and functional.
So, the key critical component to scaling out an Internet architecture is to have load balancers between the tiers that are scaled out horizontally.































