• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What type of firewall will you use to the validate the application protocol of a netw

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. What type of firewall will you use to the validate the application protocol of a network communication?
a. SSL
b. Packet Filters
c. Stateful packet Filters
d. Proxy

According to the 3 com firewall page I think
it would be stateful packet filters..
however the answer is said to be d proxy.
Comments?
 
andy armstrong
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure of the which one is the best selection for this question..
Any comments?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Proxy is the right answer.
Proxies are build as application layer firewalls as they are aware of the protocol.
e.g. Companies generally set up web proxies so that all the internal employees can access Internet through a common point. Allows them to control and monitor the browsing of the employees.
This proxy server knows about http protocol
Vinay
reply
    Bookmark Topic Watch Topic
  • New Topic