wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Chapter Three Practice Quiz - Info Sec

Total questions: 78

Worksheet time: 42mins

Name
Class
Date
1.

What are the two main concepts involved in deciding whether to allow party access to your resources?

a)

Authentication and Encryption

b)

Authorization and Access Control

c)

Identification and Verification

d)

Encryption and Decryption

2.

What is the process of determining exactly what an authenticated party can do?

a)

Authentication

b)

Encryption

c)

Authorization

d)

Verification

3.

What are the tools and systems you use to deny or allow access?

a)

Encryption keys

b)

Access controls

c)

Passwords

d)

Firewalls

4.

Which of the following is NOT a form of physical access control?

a)

Keys

b)

RFID tags

c)

Passwords

d)

Badges

5.

What are the four basic tasks you can use access controls to carry out?

a)

Allowing access, denying access, limiting access, and revoking access

b)

Allowing access, encrypting data, limiting access, and revoking access

c)

Allowing access, denying access, encrypting data, and decrypting data

d)

Allowing access, denying access, verifying identity, and encrypting data

6.

What is the opposite of granting access?

a)

Allowing access

b)

Denying access

c)

Limiting access

d)

Implementing access

7.

What is the default setting for many access control systems?

a)

Allow access

b)

Deny access

c)

Limit access

d)

Grant access

8.

What is one way to limit access by running sensitive applications?

a)

Using firewalls

b)

Using antivirus software

c)

Using sandboxes

d)

Using encryption

9.

What is an example of a sandbox used to run programs written in the Java programming language?

a)

JavaScript Engine

b)

Java Virtual Machine (JVM)

c)

Java Development Kit (JDK)

d)

Java Runtime Environment (JRE)

10.

What are the two main methods of implementing access controls?

a)

Access control lists and capabilities

b)

Firewalls and antivirus software

c)

Encryption and decryption

d)

Passwords and biometrics

11.

What does ACL stand for in the context of access control?

a)

Access Control Language

b)

Access Control List

c)

Access Control Level

d)

Access Control Logic

12.

What are the three types of permissions in most file systems' ACLs?

a)

Read, Write, Execute

b)

Read, Write, Delete

c)

Read, Modify, Execute

d)

Read, Delete, Execute

13.

In UNIX-like operating systems, what command can be used to view the three sets of permissions?

a)

ls -la

b)

chmod -R

c)

chown -R

d)

ps -ef

14.

What does the first character in the file permissions (e.g., |rw|r|r) generally represent?

a)

The file type

b)

The user permissions

c)

The group permissions

d)

The other permissions

15.

In the file permissions |rw|r|r, what does the second segment represent?

a)

The file type

b)

The user permissions

c)

The group permissions

d)

The other permissions

16.

In Linux, to whom do the group permissions apply?

a)

A single user only

b)

The entire developer group

c)

Any authenticated user

d)

A specific individual user

17.

What do Network ACLs typically filter access based on?

a)

Usernames

b)

Internet Protocol (IP) addresses

c)

File types

d)

Operating systems

18.

What is one of the simplest forms of network-oriented ACLs?

a)

User-based filtering

b)

Media Access Control address filtering

c)

File type filtering

d)

Operating system filtering

19.

Why is using IP addresses as a unique identifier for devices on a network considered a shaky prospect?

a)

IP addresses are too long

b)

IP addresses are not unique to a network interface

c)

IP addresses are too expensive

d)

IP addresses are difficult to configure

20.

What is the primary reason for using multiple identifiers to filter traffic in network ACLs?

a)

To increase network speed

b)

To ensure more accurate filtering

c)

To reduce the cost of network management

d)

To simplify network configuration

21.

What is a common use of large-scale filtering by organizations exposed to the internet?

a)

To increase bandwidth

b)

To block out known attacks, spammers, and other undesirable traffic

c)

To improve user experience

d)

To reduce server load

22.

What is the practice called when traffic sent to filtered destinations appears to have vanished into a black hole?

a)

Blackholing

b)

Whitelisting

c)

Port forwarding

d)

Traffic shaping

23.

Which port is used by FTP to transfer files?

a)

22

b)

20 and 21

c)

143

d)

80

24.

What is the numerical designation for one side of a connection between two devices called?

a)

IP address

b)

Network port

c)

MAC address

d)

Socket

25.

Which port does Secure Shell (SSH) use to manage remote connections to systems?

a)

20

b)

21

c)

22

d)

143

26.

What is a common combination used to create a more secure technique for filtering traffic?

a)

IP address and port

b)

IP address and MAC address

c)

Port and socket

d)

MAC address and socket

27.

What is the problem called when software with access to a resource has a greater level of permission than the software controlling it?

a)

Blackholing

b)

Confused deputy problem

c)

Port forwarding

d)

Traffic shaping

28.

What is the main goal of attacks that take advantage of the confused deputy problem?

a)

To steal user credentials

b)

To trick the user into taking some action when they think they are doing something else

c)

To install malware on the user's computer

d)

To delete files from the user's computer

29.

Which of the following is an example of an attack that exploits the confused deputy problem?

a)

Phishing

b)

Man-in-the-middle attack

c)

Cross-site request forgery (CSRF)

d)

Denial of service (DoS)

30.

What does CSRF stand for?

a)

Cross-Site Resource Forgery

b)

Client-Side Request Forgery

c)

Cross-Site Request Forgery

d)

Client-Side Resource Forgery

31.

In a clickjacking attack, what does the attacker typically do to trick the user?

a)

Embeds a malicious link in an email

b)

Places an invisible layer over something the client would normally click

c)

Sends a phishing email

d)

Installs a keylogger on the user's computer

32.

What is the role of the 'confused deputy' in the example involving BankCo?

a)

The user's computer

b)

The attacker's offshore account

c)

The bank server

d)

The user's web browser

33.

What is another term for clickjacking?

a)

User interface redressing

b)

Cross-site scripting

c)

SQL injection

d)

Man-in-the-middle attack

34.

What is a capability in the context of defining permissions?

a)

A physical object that grants access

b)

A set of permissions based on a user's token or key

c)

A file that contains all permissions

d)

A type of malware

35.

In a capability-based system, what determines the right to access a resource?

a)

The identity of the person

b)

The possession of a token

c)

The time of day

d)

The type of resource

36.

Which access control model allows the owner of the resource to determine who gets access to it?

a)

Mandatory Access Control (MAC)

b)

Role-Based Access Control (RBAC)

c)

Discretionary Access Control (DAC)

d)

Attribute-Based Access Control (ABAC)

37.

What is the principle of least privilege?

a)

Giving a party the maximum level of access

b)

Giving a party no access at all

c)

Giving a party the bare minimum level of access

d)

Giving a party access based on their role

38.

Which access control model is often implemented in government organizations?

a)

Discretionary Access Control (DAC)

b)

Mandatory Access Control (MAC)

c)

Role-Based Access Control (RBAC)

d)

Attribute-Based Access Control (ABAC)

39.

What type of attack could be prevented by using capabilities instead of ACLs to manage permissions?

a)

Phishing

b)

SQL Injection

c)

Confused Deputy Attack

d)

Man-in-the-Middle Attack

40.

What is the principle of least privilege?

a)

Allowing users to have administrative access to all systems.

b)

Granting users only the permissions they need to perform their job.

c)

Providing all users with access to the organization's internal human resources system.

d)

Allowing users to carry out any task that the operating system allows.

41.

What is a common issue with the implementation of the principle of least privilege in Microsoft operating systems?

a)

Users are given too many permissions.

b)

Users are not given enough permissions.

c)

Users are unable to create documents.

d)

Users cannot exchange emails.

42.

What is Rule-Based Access Control (RBAC)?

a)

Access control based on the role of the individual.

b)

Access control based on a set of rules defined by the system administrator.

c)

Access control based on the specific attributes of a person.

d)

Access control that allows all users administrative access.

43.

What does the Role-Based Access Control (RBAC) model allow?

a)

Access based on the specific attributes of a person.

b)

Access based on the role of the individual being granted access.

c)

Access based on a set of rules defined by the system administrator.

d)

Access to all users regardless of their role.

44.

What is Attribute-Based Access Control (ABAC)?

a)

Access control based on the role of the individual.

b)

Access control based on a set of rules defined by the system administrator.

c)

Access control based on the specific attributes of a person, resource, or environment.

d)

Access control that allows all users administrative access.

45.

What is the primary purpose of a CAPTCHA?

a)

To control access based on height

b)

To prove that the user is human

c)

To control access based on time limits

d)

To control access based on environmental conditions

46.

What is the main concern of the Bell-LaPadula model?

a)

Availability of resources

b)

Integrity of data

c)

Confidentiality of the resource

d)

Usability of the system

47.

Which type of access control combines discretionary and mandatory access controls?

a)

Role-based access control

b)

Attribute-based access control

c)

Multilevel access control

d)

Time-based access control

48.

What is an example of a subject attribute used in access control?

a)

Height

b)

Time limits

c)

Environmental conditions

d)

Specific software or protocols

49.

What is the purpose of using environmental attributes in access control?

a)

To control access based on the user's height

b)

To control access based on the user's age

c)

To control access based on environmental conditions

d)

To control access based on the user's role

50.

What is the main concern of the Biba model?

a)

Confidentiality of data

b)

Integrity of data

c)

Availability of data

d)

Accessibility of data

51.

According to the Bell-LaPadula model, what is the rule for reading classified information?

a)

No read up

b)

No read down

c)

No write up

d)

No write down

52.

In the Bell-LaPadula model, what is the rule for writing classified information?

a)

No read up

b)

No read down

c)

No write up

d)

No write down

53.

What does the Simple Security Property in the Bell-LaPadula model state?

a)

An individual can read any resource regardless of classification

b)

An individual cannot read a resource classified at a higher level

c)

An individual can write to any resource regardless of classification

d)

An individual cannot write to a resource classified at a lower level

54.

What does the Simple Integrity Axiom in the Biba model state?

a)

Access to one level does not grant access to lower levels

b)

Access to one level grants access to higher levels

c)

Access to one level grants access to all levels

d)

Access to one level does not grant access to higher levels

55.

What is the main difference between the Bell-LaPadula model and the Biba model?

a)

Bell-LaPadula focuses on integrity, Biba focuses on confidentiality

b)

Bell-LaPadula focuses on availability, Biba focuses on integrity

c)

Bell-LaPadula focuses on confidentiality, Biba focuses on integrity

d)

Bell-LaPadula focuses on accessibility, Biba focuses on availability

56.

What does the * (Star) Property in the Bell-LaPadula model state?

a)

No read up

b)

No read down

c)

No write up

d)

No write down

57.

What does the * (Star Integrity Axiom) in the Biba model state?

a)

No read up

b)

No read down

c)

No write up

d)

No write down

58.

What is the primary purpose of the Brewer and Nash model?

a)

To manage financial transactions

b)

To prevent conflicts of interest

c)

To enhance data encryption

d)

To improve network speed

59.

Which industries commonly use the Brewer and Nash model?

a)

Retail and hospitality

b)

Financial, medical, or legal

c)

Manufacturing and agriculture

d)

Entertainment and sports

60.

What are the three main resource classes considered in the Brewer and Nash model?

a)

Files, databases, and networks

b)

Objects, company groups, and conflict classes

c)

Users, roles, and permissions

d)

Hardware, software, and firmware

61.

What is a common security issue related to physical access controls?

a)

Phishing

b)

Tailgating

c)

Malware

d)

DDoS attacks

62.

What do door control systems that use badges frequently use in their software?

a)

Firewalls

b)

ACLs

c)

VPNs

d)

IDS

63.

What happens in the Brewer and Nash model when a lawyer views Client A's case materials?

a)

The lawyer can access all client information

b)

The lawyer can access information pertaining to Client B

c)

The lawyer can no longer access information pertaining to Client B

d)

The lawyer can access information from competing firms

64.

What is one method mentioned for solving tailgating in a physical access control system?

a)

Implementing a policy that forbids it

b)

Allowing multiple people to pass through at a time

c)

Removing all physical barriers

d)

Ignoring the issue

65.

What event led to increased security measures at airports in the United States?

a)

The terrorist attacks of September 11, 2001

b)

The financial crisis of 2008

c)

The introduction of new technology

d)

The increase in air traffic

66.

What is a Jersey barrier used for in physical access control?

a)

To allow vehicles to pass through easily

b)

To block unauthorized vehicle access

c)

To provide a resting place for pedestrians

d)

To enhance the aesthetic appeal of the area

67.

What is the key step in the process of allowing parties to access resources?

a)

Identification

b)

Authentication

c)

Authorization

d)

All of the above

68.

What are the two methods typically used to implement authorization in access control?

a)

Passwords and PINs

b)

Access control lists and capabilities

c)

Biometric scans and security questions

d)

Firewalls and antivirus software

69.

Discuss the difference between authorization and access control.

a)

Authorization determines who is allowed to access resources, while access control enforces the rules.

b)

Access control determines who is allowed to access resources, while authorization enforces the rules.

c)

Authorization and access control are the same.

d)

Authorization is a type of access control.

70.

What does the Brewer and Nash model protect against?

a)

Unauthorized data modification

b)

Conflicts of interest

c)

Data loss

d)

Network intrusions

71.

Why does access control based on the Media Access Control address of the systems on our network not represent strong security?

a)

MAC addresses can be easily spoofed.

b)

MAC addresses are too long to manage.

c)

MAC addresses are not unique.

d)

MAC addresses change frequently.

72.

Which should take place first, authorization or authentication?

a)

Authorization

b)

Authentication

c)

Both should occur simultaneously

d)

Neither is necessary

73.

What are the differences between the MAC and DAC models of access control?

a)

MAC is more flexible than DAC.

b)

DAC is more secure than MAC.

c)

MAC is based on user discretion, while DAC is based on a central authority.

d)

MAC is based on a central authority, while DAC is based on user discretion.

74.

The Bell-LaPadula and Biba multilevel access control models both have a primary security focus. Can these two models be used together?

a)

Yes, they complement each other.

b)

No, they are mutually exclusive.

c)

Yes, but only in specific environments.

d)

No, they address the same security concerns.

75.

If you have a file containing sensitive data on a Linux operating system, would setting the permissions to rw-rw-rw- cause a potential security issue? If so, which portions of the CIA triad might be affected?

a)

No, it would not cause a security issue.

b)

Yes, it would affect confidentiality.

c)

Yes, it would affect integrity.

d)

Yes, it would affect availability.

76.

Which access control model could you use to prevent users from logging into their accounts after business hours?

a)

Discretionary Access Control (DAC)

b)

Role-Based Access Control (RBAC)

c)

Mandatory Access Control (MAC)

d)

Attribute-Based Access Control (ABAC)

77.

Explain how the confused deputy problem could allow users to carry out activities for which they are not authorized.

a)

By exploiting a flaw in the access control list.

b)

By tricking a higher-privileged entity into performing actions on their behalf.

c)

By using stolen credentials.

d)

By bypassing authentication mechanisms.

78.

What are some of the differences between access control lists and capabilities?

4 lines