Security Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

How does a firewall work?

A

It sits between a trusted and untrusted network.
The firewall attempts to stop malicious traffic entering the network.
It can also be configured to prevent certain types of data leaving the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In what ways can a firewall protect a network?

A

Blocks/Allows specific ports.
Blocks/Allows specific IP addresses.
Blocks/Allows certain types of packet.
Maintains information about current connections an only allow packets relevant to these connections through.
Identifies unusual behaviour from a host (sending unusually large amounts of data).
It can act as a proxy server (where all devices retrieve external information from it).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a proxy server (firewalls)?

A

Computers in a network use proxy servers to access external information (web pages, emails etc.)
This means only one is exposed to the outside network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the advantages of using a proxy server?

A

Only allows proxy services through.
Protocols can be filtered and manipulated.
The rule set is less complex than packet filtering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the disadvantages of using a proxy server?

A

Protocols are more complex and require multiple authentication steps.
Editing protocols can affect other traffic.
Expensive to implement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is packet filtering (firewall)?

A

The firewall checks IP addresses and port headers sent from the internet against a set of filters to determine whether the packet should be allowed through.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is state inspection (firewall)?

A

The firewall examines the content of packets.
It is able to keep a track of the state of connections across the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly