Chapter 6 Flashcards

1
Q

What is TCB?

A

Trusted Computer BAse

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

What is Bell-LaPadula Confidentiality?

A

Does not allow data to be moved from higher level to lower level

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

What is a firewall?

A

Firewall prevents specific type of data from traveling from untrusted networks to trusted networks

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

List firewall processing modes

A
Packet filtering
Application gateway
Circuit gateway
MAC gateway
Hybrid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is packet filtering?

A
Packet filtering examines header information of data packets.
Combination of
IP destination, source
Direction (Inbound/outbund)
TCP UDP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are three subsets of packet filtering?

A

Static filtering
Dynamic filtering
Stateful inspection

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

What is static filtering?

A

Its when the rules decide which packets to accept or deny

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

What is dynamic filtering?

A

In the emergency situation the rules get updated or created to deal with an event

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

What is stateful inspection?

A

Checks the connection between external and internal systems using state table

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

What is application gateway?

A

Its a proxy server that is placed outside, therefore it is more available to get attacked.

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

What is DMZ?

A

It is demilitarized zone.

Essentially an extra layer of security between outside and inside worlds.

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

What is a circuit gateway firewall?

A

Its a firewall that is located at the transport layer of OSI.
It does not look at the data but prevents direct connections.
Accomplishes tasks by creating tunnels between specific systems on each side of the firewall

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

What is MAC gateway firewall?

A

Its a firewall designed to operate at the media access control layer of OSI network model.
Able to consider specific host computer’s identity in its filtering decisions

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

List OSI model

A
Application
Presentation
Session
Transport
Network
Data Link
Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a bastion host?

A

Servers specifically placed to be attacked

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

What is a dual host firewall?

A

Bastion host contains two NICs, one external other internal. Makes use of NAT

17
Q

Two functions of screened subnet?

A

Protects DMZ systems and information from outside threats

Protects the internal networks by limiting connections

18
Q

What is a RADIUS?

A

Remote Access Dial In User Service

Management of user authentication system in a RADIUS server

19
Q

What is TACACS?

A

Terminal Access Controller Access Control System