Firewall: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz (New page: {{subpages}} In computer networks, a '''firewall''' is a set of information security functions that may or may not reside in a single physical computer. Large or fault-tolerant net...) |
imported>Howard C. Berkowitz No edit summary |
||
Line 5: | Line 5: | ||
*[[Stateless packet filtering]] | *[[Stateless packet filtering]] | ||
*[[Stateful packet inspection]] | *[[Stateful packet inspection]] | ||
*[[Network address translation | *[[Network address translation]] | ||
*[[Proxy services]] | *[[Proxy services]] | ||
*[[Security logging]] | *[[Security logging]] | ||
Line 20: | Line 20: | ||
*Fraudulent authentication | *Fraudulent authentication | ||
*Human error | *Human error | ||
==Cooperating services== | |||
These may or may not share computers, although it is wise to have the minimum possible number of services on a firewall. | |||
*[[Authentication server]] | |||
*[[Split DNS]] | |||
*[[Network Intrusion Detection System]] | |||
*[[Host Intrusion Detection System]] | |||
*[[Honeypot]] | |||
*[[Screening router]] | |||
*[[Virtual Private Network]] concentrator | |||
*[[Network time server]] |
Revision as of 10:57, 7 May 2010
In computer networks, a firewall is a set of information security functions that may or may not reside in a single physical computer. Large or fault-tolerant networks have multiple firewalls. The functions control certain types of access to the protected network. Most often, we think of the attacks as coming from the Internet, but firewalls have applications for internal networks — and not all secure access through the Internet goes through a firewall.
Some basic firewall functions include:
- Stateless packet filtering
- Stateful packet inspection
- Network address translation
- Proxy services
- Security logging
What a firewall is not
- A substitute for a security policy
- A substitute for information security administration
- (necessarily) a single computer
- A guarantee of network security
Firewalls are not primary protection against
- Attacks inside the protected network
- Some denial of service attacks
- Most malware
- Fraudulent authentication
- Human error
Cooperating services
These may or may not share computers, although it is wise to have the minimum possible number of services on a firewall.