Originally posted by: Codewiz
Of course none of this will change your mind. You are an idiot. Nothingman and the rest of the group are TOTALLY CORRECT! Just because lots of people misuse words and definitions DOES NOT make them correct. It is a fact that it is easy to just gloss over what something is than actually explain it correctly.
Not to piss Nothingman (or anyone else) off, but after reading the entire thread I'd have to say 70%-30%
GeneralAres: Virtual Memory and the page file are two seperate but related concepts. Many people mistakenly treat them as one. I can implment a VM system on an x86 without a paging file (in fact, this is what you wind up doing when you turn off paging on a Windows system).
Gang: Regarding Mark and the registry/page file fragmentation. While the pagefile is not accessed sequentially (at least not for signifigant runs), the additional extents do require additional calculations to be performed to determine where to read the data from. If the extents themsleves got long enough, an additional (or at least longer, depending on fragmentation) read can occur while the system parses the file system (this is all presuming NTFS). In most cases, minor PF fragmentation will have no noticeable effects. However on a system with alot of uncolacsed free space, you could (in theory) wind up with a large number of extents. This is more noticable (IMHO) with the registry which tends to grow and many defraggers don't defrag. However, (again, IMHO based on my experience) you would be hard pressed to notice the difference (although I know you can measure it if you try).
GeneralAreas: TCP incomplete connection throtteling. Your right, it will not stop any worm. However, it will (in studies by us, HP and others) slow them down. Slammer took about 14 minutes to spread, things would have been much better if this took a couple of hours (or days like CodeRed). So the setting does help.
Gang: NAT Firewall devices (yea yea, I've had enough arguments on that name, if you want to be techincal, most of them are PAT devices anyhow. Then again, my dsl modem isn't a MODEM so the fact that we are right on naming doesn't always matter). The penetration is fairly low, unless your in a multi-machine / home network environment in which case they are everywhere. It's the home network adoption that is pushing these out. The folks with single PC's (and unlike us, there are ALOT of them) are still generally plugging into there cable/dsl modem with no device inbetween. If we are lucky they at least have a software firewall.
Bill