Design and implementation of server

Go4Expert Member
1Apr2010,01:47   #1
Fatima Khan's Avatar
HI,
is there anyone who can give me some idea about the design and implementation of web server, chat server and email server.
I'll be very thankful.
Pro contributor
6Apr2010,03:11   #2
hanleyhansen's Avatar
Under what infrastructure, meaning what operating systems would you like to use?
Go4Expert Member
6Apr2010,12:51   #3
Fatima Khan's Avatar
window xp
Pro contributor
6Apr2010,16:23   #4
hanleyhansen's Avatar
For a web server on windows xp you can use IIS which is a proprietary Windows package. You can also opt for Apache which is an excellent open source web server. For email you can't MS Exchange 2003 because it's not supported on XP so you have to go with another open source email server, I recommend hMail. And just googling chat server will give you a plethora of options for chat server software. What I would recommend is that you switch over to Linux and have everything open source as opposed to having to run all these servers on an XP machine unless you want to upgrade hardware and software to a Microsoft server operating system.
Go4Expert Member
9Apr2010,00:36   #5
Fatima Khan's Avatar
thankx