View Single Post
  #13 (permalink)  
Old 07-03-2009, 01:34 PM
iPhone Fan's Avatar
iPhone Fan iPhone Fan is offline
WebProWorld New Member
 
Join Date: Jul 2009
Posts: 11
iPhone Fan RepRank 1
Default Re: question-why u need a firewall ?

There are several types of firewall techniques:

Packet filter: Looks at each packet entering or leaving the network and accepts or rejects it based on user-defined rules. Packet filtering is fairly effective and transparent to users, but it is difficult to configure. In addition, it is susceptible to IP spoofing.

Application gateway: Applies security mechanisms to specific applications, such as FTP and Telnet servers. This is very effective, but can impose a performance degradation.

Circuit-level gateway: Applies security mechanisms when a TCP or UDP connection is established. Once the connection has been made, packets can flow between the hosts without further checking.

Proxy server: Intercepts all messages entering and leaving the network. The proxy server effectively hides the true network addresses.
Reply With Quote