From what I understand of BitCoin, it receives IP addresses of peers from a single server (irc.lfnet.org). Unless the server is backed by elastic computing resources (EC2 or similar), isn't the entire network vulnerable to a relatively weak DDOS attack? Also, doesn't bootstrapping through a single, central, server undermine the openness and independence of BitCoin?
As FreeMoney mentions, there are
hardcoded seed nodes for those wishing to bootstrap without IRC. You can run the client with the undocumented "-noirc" flag to test this.
Alternatively, if you can find the IP address of one node in the network, you can bootstrap by running the client with "-connect $ip" and then
peer exchange will find plenty of nodes for you.