Protect you computer and your data


ftxonline.com keyword stats



Most current MSN search phrases:

file extension lnk  

Understanding Firewalls For Comptia Security+ Exam

Firewalls are one of the most thoroughlybasically operates through a special ACL
misunderstood concepts around in networking(access control list) in which both the white
and security today. It is your duty to dispeland black list of IP addresses and port
some of the most common misconceptions aboutnumbers are listed. In essence, this firewall
firewalls not just for the purpose of passingoperates at the Network and Transport layers
the Comptia Security+ exam but also for theof the OSI Model. This model is notable for
sake  of  the information security community!its simplicity, speed, and transparency '
however, traffic is not inspected for
What  is  a  Firewall?malicious content. In addition, IP addresses
and DNS addresses can be hidden or 'spoofed,'
A firewall is any hardware or softwareas  discussed  in  the  Attacks  lesson.
designed to prevent unwanted network traffic.
Some firewalls are simplistic in nature; inCircuit-Level  Gateway
fact, many people use NAT devices as
firewalls as they do effectively preventA circuit-level gateway is a type of firewall
direct incoming connections to hosts behindthat operates on the Session layer of the OSI
the NAT. Other firewalls are intricatemodel. Instead of inspecting packets by
operations, based on whitelists andheader/source or port information, it instead
blacklists, rules, and alerts. What allmaintains a connection between two hosts that
firewalls have in common, however, is anis approved to be safe. This is something
ability to block incoming traffic that may beakin to a parent who approves the people that
deemed  harmful.their children can speak with on the phone
once they trust those people. In this
Types  of  Firewallsscenario, the parent does not have to listen
into the conversation because they know they
Because the definition of a firewall (atcan trust the two communicating children.
least as given above) is somewhatSimilarly, a circuit-level gateway
generalized, it is hard to define the generalestablishes a secure connection between two
actions and methods of firewalls. Instead, wehosts that have been authenticated and trust
look at the ways different types of firewallseach  other.
work. Each type of firewall has abilities,
advantages, and drawbacks; to do well on theApplication-Level  Gateway
Security+  exam, you should understand these.
As the name suggests, an application-level
Packet  Filtering  Firewallgateway operates in the Application layer of
the OSI model and actively inspects the
A packet filtering firewall polices trafficcontents of packets that are passed through
on the basis of packet headers. IP, UDP, TCP,to the gateway. It is for this reason that
and even ICMP have enough header informationapplication-level gateways are considered the
for a packet filtering firewall to make anmost secure as they can actively scan for
informed decision as to whether to accept ormalformed packets or malicious content. Think
reject that packet. You can think of a packetof an application-level gateway as the
filtering firewall as a bouncer at a party.eavesdropping parent. An eavesdropping parent
The bouncer may have a list of people thathas the most complete knowledge of his or her
are allowed to come in (a whitelist) or achild's activities because he or she can
list of people to specifically exclude (alisten into all of the child's conversations.
blacklist). The bouncer may even check aAn application-level gateway does have
guest's identification to assure that thedrawbacks, however, including speed and
guest is above 18. Similarly, a packetrouting problems. Application-level gateways
filtering firewall simply inspects the sourceare notorious for the amount of time it can
and destination of traffic in making atake  to  inspect  packets.
decision on whether to allow the packet to
pass through. For example, some traffic mayA special kind of application-level gateway
be addressed to a sensitive recipient andis a proxy server, which is a server that
would  therefore  be  blocked.serves as the 'middle man' between two hosts
that wish to communicate. In the proxy server
A packet filtering firewall can also filtermodel, the host wishing to communicate sends
traffic on the basis of port numbers. Fora packet to the application-level gateway
example, many companies now block traffic on(proxy server), which then makes the decision
port 27374 because it is well-known to be awhether to forward the packet to the intended
port  used  by  the  Trojan horse 'SubSeven.'recipient or to deny the request to send the
packet.
Note that a packet filtering firewall



1 A B C 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105