ok,let me narrow the question a bit...:-)
ok,I can host asp.net applications in windows XP itself...
so why do people provide hosting only in windows 2003? why not in XP?
Thanks
Main Topics
Browse All TopicsThis is a really really simple question...
I just want to know the uses of windows 2003.It can be used as a internet server to host asp.net applications,etc etc..
But,why not Windows XP itself? why is there this seperate operating system for server? Why have they named it as windows 2003 server?
Thanks,
Godwin
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
One of the simplest reasons is that Server operating systems are designed to utilize and use the hardware functionalities that are normally not available in ordinary desktops. For example, Server RAIDs, Multi GB RAM, Multi Processors, multiple Network Cards etc etc.
Another one is Financial one for Licensing purposes.
Just like leew and the others said...(especially the 10 simul connections).
Personally if all you want to do is do webhosting, etc. and don't need the functionality of 2003 server (like Active Directory, DNS, DHCP, etc.) then just throw it up on an Apache server. There is code like here: http://weblogs.asp.net/isr
2003 Server web edition is about the only OS that MS offers that's really just for web publishing.
Active directory is a directory service that allows you to group users and computers into one logical grouping where one user name and password can access MANY computers and resources. For web site purposes, MOST of the time, Active Directory is not used. DHCP and DNS servers exist for XP, but NOT MICROSOFT DHCP and DNS Servers. Yes, you can USE the services, but you can't RUN the services on XP.
Again, the primary reason is that MICROSOFT DOES NOT WANT THE AVERAGE PERSON - OR BUSINESS - RUNNING A SERVER WITHOUT PAYING EXTRA FOR IT! So they LIMIT the connections to XP and make it impractical to use for more than a personal web site or two that is NOT going to be very busy. If YOU want to use it, go right ahead, but if your site gets BUSY, you'll NEED to move up to a server.
TECHNICALLY - DHCP and DNS are services. Clients NEED DNS if they are to browse internet sites by names - DNS translates names into numbers. Your workstation must either run a DNS Server OR it must be told WHERE a DNS server is. Think of DNS like a Phone book, taking the name you're looking for and finding it's number. If you don't have your own set of phone books, you call another person (information) and ask them the number for so-and-so.
DHCP is a method of assigning networking information to a workstation. Every workstation that's going to access the internet needs to use TCP/IP. TCP/IP requires several things to be setup - including DNS server information, it's own potentially unique address, a "gateway" address (think of it as a doorway to the internet - without the gateway, you can talk to everyone else in the building but nothing outside).
Like DNS, a server must be preconfigured with a range of addresses and the appropriate settings for computers on the network. Then your client workstation contacts this server (by kinda shouting out "Hey, I'm on, Give me my own phone number and an exit to the internet" - The DHCP server hears this request and gives the workstation the requested information).
As for differences between RFC standards and Microsoft, not really and yes. Microsoft DHCP (at least in 2000) did seemingly have a problem giving addresses to Solaris 2.6 (I THINK that's the version we were having trouble with). But all other systems, Linux, Macs, other versions of Windows, they all worked just fine with Microsoft DHCP. Microsoft's DNS is supposedly RFC compliant, but can also integrate with Active Directory which could help make it more redundant if you have multiple domain controllers and DNS servers. That aside, Microsoft networks running Active Directory REQUIRE a DNS server that's Dynamic DNS compliant. NEWER versions of third party DNS servers are USUALLY Dynamic DNS compliant and COULD be used, but in my opinion, so you can have a "single point of contact" in the event of problems, I would use Microsoft DNS.
Business Accounts
Answer for Membership
by: Jay_Jay70Posted on 2006-03-17 at 22:32:47ID: 16222882
primary reason for it being a server is that it is a serving system xp is a client operating system designed to access resources provided by a serve.
indowsserv er2003/eva luation/ ov erview/def ault.mspx
it can host all your asp.net appz. it can host webiste, databases anything you need really
it also has the capability to be a Domain Controller - the root of a Domain providing security boundaries and containing a database of users and computers and the ability to control them
http://www.microsoft.com/w
not really a well written answer but the question is extremely broad!