Web Design & Development
[ Web Design & Development Topics ]
A Web server is a computer that delivers (serves up) Web pages. Any computer can be turned into a Web server by installing server software and connecting the machine to the Internet.
HOW IT WORKS
A server centrally manages resources that are used by multiple users in a network. Servers are usually dedicated, although any machine could be a server. Here are some general suggestions though on what to use for a server hardware-wise:
Speed - A server uses a faster processor or processors than an average desktop computer. Your server should have a Pentium III chip or higher. Also, you want to get a large cache (512K or higher)
Memory - Servers have large amount of RAM with room to grow. Start off with 256 megabytes or more.
Hard drive - Your hard drive should be 9 gigabytes or greater with 10,000 revolutions per minute (RPM) or higher access speed.
Power and cooling - Often servers come with a special cooling system since the hard drives are constantly running and often also have software that monitors the coolness.
Redundancy - you will want to ensure you have an adequate backup system in place. This may include a RAID array where the data is spanned over many disks so if you lose one hard drive another can immediately take its place.
(taken from http://www.serverwatch.com/stypes/compare/)
Name |
Cost |
Platform |
Apache |
Free |
Unix, Win 95, Win 98, Win NT |
iPlanet Web Server, Enterprise Edition |
$1,495 |
HP-UX, IBM AIX, IRIX,Solaris, Win NT |
Microsoft Internet Information Server |
Free |
Win2000 |
Microsoft Site Server |
$1,239 |
WinNT |
Savant |
Free |
Win 95, Win 98, Win NT, Win 2000, Win ME |
SimpleServer:WWW |
Free |
Win 3.x, Win 95, Win 98, Win NT, Win XP, Win 2000, Win ME |
Stronghold Secure Web Server |
$995 |
BSDI, Digital Unix, FreeBSD, HP-UX, IBM AIX, IRIX, Linux, NetBSD, SCO OpenServer, Solaris |
vqServer |
Free |
BSDI, BE OS, Digital Unix, FreeBSD, HP-UX, IBM AIX, IRIX, Java VM, Linux, Mac, NetBSD, OS/2, SCO OpenServer, Solaris, Win 95, Win 98, Win NT |
WebSite |
$300 |
All Windows |
Zeus Web Server |
$1,700 |
BSDI, Digital Unix, FreeBSD, HP-UX, IBM AIX, IRIX, Linux, Mac OS, NetBSD, SCO OpenServer, Solaris |
Web Services commonly refer to using Hosted Web Sites. With hosted Web sites you are using space on someone elses server and make payments for using the space and services offered on that server. Perhaps the most common use is having a hosted Web site where an outside company supplies you space on their Web servers for a charge. Another common use of Web Services is having an outside company handle monetary transactions.
Now you need a method to get files onto your Web Server. This requires the use of File Transfer Protocol otherwise known as FTP. Basically FTP copies files from your local machine to another machine.
Some common FTP programs include:
- WS_FTP (LE which is free or Pro)
- CuteFTP
Although you can use your Web browser to transfer files in some cases using ftp:// in the URL string, this is more restrictive and is not permitted by some Web servers.