To read all comments associated with this story, please click here.
Certainly. And you propose to use.. what?
<sarcasm>Vista!!!</sarcasm>
So... let's see. The DNS insfrastructure didn't even BLINK because of this DDoS but so unix should be gotten rid of cause it's not robust enough??? Huh??? Oh, man... I'd like to know what would have happend had it been any of the MS server variants. Had it been on, we would be surfing a cheap porn site when you asked for www.google.com!!! :-S :-D
I think it's time we question whether Unix is an appropriate platform for the Internet. This is not the first time this has happened, and if we keep using in-secure OSes for critical data then we get what we deserve.
You obviously didn't read the article. Yes, Unix runs most of the Internet. The article clearly points out that this sustained attack was a dismal failure. Yes, highly trained and competent people were involved in keeping it that way, but whatever the platform, you wouldn't want highly UNtrained and INcompetent people running the 'Net, would you?
As another poster said, I'd welcome your thoughts on any alternative that would be an improvement.
Last time I checked more of the Internet's big DNS (and BIND) servers were running some variant of Unix.
Um ... BIND is a DNS server.
I think it's time we question whether Unix is an appropriate platform for the Internet. This is not the first time this has happened, and if we keep using in-secure OSes for critical data then we get what we deserve.
Did you read the article? It had nothing to do with the OS that was running. It was a DOS attack. It doesn't matter what your OS is, if your pipe is full of illegitimate requests, then you're going to have a hard time servicing legitimate requests.
Um ... BIND is a DNS server.
And it's an outstanding piece of code, too. One of my previous jobs involved using some static analysis software to analyze lots of system code. It's very picky and produces 50% false positives on a good day.
I was asked to run this tool on some open source code of my choice for comparison, and I happened to choose BIND. This resulted in zero "complaints" from the analysis tool, which I'd never seen happen for anything larger than a few thousand lines of code.
Taking a look, I found that the code is immaculate, highly structured, and defensive to the extreme. Every little function has a block of assertions at the top that list all of the preconditions and a block at the bottom to check the postconditions. It manages its own slab of memory using ultra-robust routines (because malloc just isn't hardened enough).
I came away with the sense that this is exactly the kind of code I would want running something so important as the Internet. Then I had to get back to work, so I scanned the FreeBSD kernel instead, and found a more usual distribution of bugs and weaknesses.





Member since:
2006-01-09
Last time I checked more of the Internet's big DNS (and BIND) servers were running some variant of Unix.
I think it's time we question whether Unix is an appropriate platform for the Internet. This is not the first time this has happened, and if we keep using in-secure OSes for critical data then we get what we deserve.