yes..
but for many large scale websites it's a lot more complicated than that.
I can guratee that ebay has more than one server, but if you type
www.ebay.com, you always get the same thing.
I don't know a lot about it, but there's usually a machine that sits on the edge of their network, that the domain name points to. This machine then redirects the requests to different servers, thus spreading it around, and one machine doesn't do all the work.
Now, like qball hinted at, this gets really problematic with replication, or making the actual copy of the websites..
For example ebay is always changing, so it's not just a matter of putting the same website on each webserver..
dragonb
p.s. for a website with 6000 hits a day, 1 server should be able to handle it. If not, it's probably a very weak machine, and it would be cheaper to upgrade to 1 nice server than have 2 and worry about mirroring.(servers have a VERY broad price range, btw. anywhere from the $5 linux machine I have hosting my family's website, up to well over 100K or even more)