Windows Server 2008

Associate
Joined
6 Jul 2004
Posts
465
I have this available on msdn and really want to download it to play with it and see the changes from Server 2003.

There's a few versions though and I'm still trying to figure out what MS were thinking with their different license versions.

I'm particularly interested in the web server version but, unless i'm being abit slow, there seem to be some omissions that I can't get my head around.

No clustering - what happens when a single box gets too many requests for its web app?
No Terminal services gateway - how'd you go about adminstering the server?
No Hyper-V - is this not VPS?

The first two seem key for a webserver. And hyper-v sounds like its VPS which seems all the rage with linux boxes at the moment. Anyone shed some light on what MS are doing?
 
Ah yeah I think you're right

It looks like ts gateway is for servers inside corporate firewalls, to save people VPN'ing into the network. That sorts that one out
 
Yeah, you are confusing clustering with 'clustering'

As in, one box dies from hardware or network related issues (or any combination of events you dictate), and everything fails over to the other 'node'.
 
NLB - I was getting confused between clustering and NLB
Thanks for the reply, just leaves Hyper-V which even after reading about I still fail to see the benefit of
 
NLB - I was getting confused between clustering and NLB
Thanks for the reply, just leaves Hyper-V which even after reading about I still fail to see the benefit of

Hyper-V is the Virtualization. It is the next generation of Virtual Server, but tied more into the OS, like Xen on Linux.

On a Web Server no not really going to be useful to you. You would run the Web Server within a Virtual.

However on an overall Enterprise will be very useful in cutting down the number of Physical Servers.
 
I see, so you might have a winserver2008 running hyper-v with each hyper-v running its own webserver?

I can now see the benefit of it in an enterprise environment for sure, as you say to cutdown on the amount of hardware that may be required
 
Back
Top Bottom