In article <>, livewire_100
@N.O.S.P.A.M.hotmail.com says...
> How do hardware firewalls work?
>
> I can see how incoming traffic can be blocked, as with NAT on a router.
> But how can outgoing traffic be handled effectively, given that
> decisions need to be made about what to allow and block?
Firewalls determine in and outbound based on rule sets - everything is
blocked by default. The outbound is based on several factors:
1) Generic rules that permit everything on port 80 outbound.
2) Specific rules that permit a service (port 80 for instance) from
specific addresses or authenticated users.
The same is true with inbound.
This is the reason that NAT routers are NOT firewalls, they simple
pretend to be a firewall by blocking inbound as a function of NAT.
I know this explanation is limited, but you should see that outbound is
restricted by many-factored rule sets. In addition to ports/services,
firewalls can provide proxy and content filtering services, even
removing attachments from email based on attachment types.
--
--
(Remove 999 to reply to me)