that sounds to me like what I heard AOL was in the beginning...garyb wrote:it will be substription like cable TV. you will have some 200 "approved" sites and everything else will cost extra, or so the plan goes....

that sounds to me like what I heard AOL was in the beginning...garyb wrote:it will be substription like cable TV. you will have some 200 "approved" sites and everything else will cost extra, or so the plan goes....
yep, this is indeed a good suggestion. more and more router manufacturers start to move away from default passwords nowadays, but still one should set a different one.braincell wrote:The most important thing is to use a router with a secure password.
this is rubbish.This is because it contains a NAT firewall. Software firewalls are not as secure.
I'm my own expert on that matter. you, instead, seem to know almost nothing about what you typed. you just fire up google to find proofs for everything you want to prove wrong or right. that has nothing to do with knowledge.braincell wrote:You are so wrong once again. Why don't you do some research before you mouth off? Do a google search. All the experts disagree with what you just said.
then you may be more precise. one of the worlds most respected firewall, the checkpoint firewall-1, IS a piece of software only. you can get it as a black box (or appliance) as well as a software you install to a (limited in choice) piece of hardware you own. that doesn't make it a hardware firewall.braincell wrote:You are not fooling anyone. I never said a hardware firewall is the same thing as a software firewall. I said it is better for security.
I don't know you either. and as long as you don't bring up credentials you are as dumb as I am. (while I hold some industry-approved certifications on that matter, alongside some years of implementing and maintaining firewall and NAT devices for our customers).I don't know you. You have no credentials as far as I am concerned.
see above. I did not claim anything wrong. but I stand with my comments that NAT and firewalling are different things. things that can go well together, but work as well separately. and sometimes you don't even want both together.A lot of people have done research on this matter and they always say a hardware firewall offers more security and I have not once heard anyone (with the exception of you) claim anything else.
and why would you know that? because you are the only smart person here? you're so funny...I know you will come back with some other crap trying to prove how intelligent you are.
its becoming more popular now, and if apple did the smart thing and sell OS/X to everyone to use on any machine now there is not future for windows, (vista =garyb wrote:OSX is relatively free of virii because of the laws of scale. it makes less sense to write virii for OSX since there aren't as many people browsing with that platform(of course, OSX has huge back doors that can be exploited, which is required by the powers that be). there ARE unix virii, you're just not very likely to run into them......
as i understand it, the OLD mac os(OS2-9), was virtually impervious to any virus. even if someone were to infect it, it could be eliminated with a simple cut and paste from the install files. OSX is not like that, however.
Its great for helping freinds or relatives who insist od downloading "free smileys" "free screen savers" clicking on "virus warnings" which are actually spyware infecting popups, and so on. also the teatimer shows you when a program is changing your registry, which is often useful for stopping unneeded startup "helpers" especially from adobe reader and apple.braincell wrote:For me programs like Spybot Search and Destroy are just a waste of time because they never find anything bad on my computer.
I'm not sure if that was directed at my post but I said nothing about Haute Secure?braincell wrote:Haute Secure uses a different method and furthermore it is much more effective at blocking bad sites than Firefox is. I know this because I use Firefox and Haute Secure. If you don't use Haute Secure, then you don't know what you are talking about.
NAT in general means NO protection of anything. when you start differencing and discover the various types of NAT you will, indeed, notice that PAT (being a special case of NAT) can act in a protective way because of its very own nature. unfortunately NAT and PAT are often confused, mainly because PAT has evolved as one of the more commonly used variants of NAT. it was not mainly introduced because of its protective nature but because of address space preservation. there was a time when ISPs handed over /24 assignments without asking further. but they became more and more restrictive with their assignments, and even encouraged you to make use of server multihoming and, of course, use of RFC1918 address space behind NAT/PAT capable routers.valis wrote:Incidentally kylie is being technically correct NAT (Network Address Translation) doesn't necessarily come with any form of firewall as it only provides a mechanism to translate between internal and external ports & ips. While NAT is some protection in and of itself.
operating a firewall does, moreover, not necessarily imply the use of NAT or PAT. firewalling can occur before or after addresses are translated, depending on your policies, and the capability of your firewall implementation.the 3 common types of firewalls are packet filtering (or custom iptables), a 'SPI' (stateful packet inspection) firewall and an 'application layer' firewall (as of uPnP home routers come close to the 3rd but in a more permissive sense than the term firewall really means).