CompTIA Security+ Practice Exam: Quiz!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Armien
A
Armien
Community Contributor
Quizzes Created: 1 | Total Attempts: 656
| Attempts: 656 | Questions: 100
Please wait...
Question 1 / 100
0 %
0/100
Score 0/100
1. A smartcard represents:

Explanation

Authentication is accomplished through something you know, something you have and/or something you are. One form of authentication requires possession of something ("something you have") such as a key, a smart card, a disk, or some other device. Whatever form it takes, the authenticating item should be difficult to duplicate and may require synchronization with systems other than the one to which you are requesting access. Highly secure environments may require you to satisfy multiple authentication criteria to guarantee authenticity.

Something you know, would be a piece of data known only to you, such as a password. Something you are, would be a physical characteristic of you, like your fingerprint.

Submit
Please wait...
About This Quiz
CompTIA Security+ Practice Exam: Quiz! - Quiz

This CompTIA Security+ Practice Exam assesses key security concepts and practices, focusing on areas like Acceptable Use Policies, covert channels, RBAC, and log retention policies. Ideal for learners... see moreaiming to validate their cybersecurity skills. see less

2. Which of the following is NOT a valid access control mechanism?

Explanation

There is no such thing as a SAC (Subjective Access Control) list.

Submit
3. An administrator wishes to enable network auditing policies. Which of the following should the security administrator log?

Explanation

The administrator should log both logon successes and logon failures in order to enable network auditing policies. This will provide a comprehensive record of all logon activities, allowing the administrator to monitor and investigate any unauthorized access attempts or suspicious activities. By logging both successes and failures, the administrator can identify potential security breaches and take appropriate actions to mitigate them.

Submit
4. With _______________, access decisions are based on the roles that individual users have as part of an organization.

Explanation

With role-based access control, access decisions are based on the roles that individual users have as part of an organization. Users take on assigned roles (such as doctor, nurse, teller, manager). The process of defining roles should be based on a thorough analysis of how an organization operates and should include input from a wide spectrum of users in an organization.

Most access control systems are rule-based -- that is, they use a preset list of rules when deciding whether or not a user should have access to a resource; this is not specific to access control systems based on user role. Most networks use server-based access control to control access to network resources, however, local resources are typically under the control of the local machine. Neither is particularly unique to role-based access control. Some networks may use token-based access control, but that is not a requirement for role-based access control, either.

Submit
5. Which if the following technologies would you use if you need to implement a system that simulates a network of vulnerable devices, so that this network can be targeted by attackers ?

Explanation

A honeypot is the correct answer because it is a technology used to simulate a network of vulnerable devices in order to attract and deceive attackers. It is designed to lure attackers into interacting with the system, allowing security professionals to monitor their activities and gather information about their tactics and techniques. By studying the attackers' behavior, organizations can better understand their vulnerabilities and develop strategies to protect against them.

Submit
6. You work as the security administrator at Certkiller .com. Certkiller has a RBAC (Role Based Access Control) compliant system for which you are planning the security implementation. There are three types of resources including files, printers, and mailboxes and four distinct departments with distinct functions including Sales, Marketing, Management, and Production in the system. Each department needs access to different resources. Each user has a workstation. Which roles should you create to support the RBAC (Role Based Access Control) model?

Explanation

Each distinct department (sales, marketing, management, and production) has their own role in the company, which probably includes using the: filer server, print server, and mail server. So it would be wise to create roles for each department.

Submit
7. Identify the access control model that makes use of security labels connected to the objects?

Explanation

The correct answer is "You should make use of the Mandatory Access Control (MAC) model." In the MAC model, security labels are assigned to objects and subjects. These labels determine the access rights and permissions for each subject based on the classification and security level of the object. This model ensures that access control decisions are made by a central authority rather than the discretion of individual users or roles.

Submit
8. A password represents:

Explanation

Authentication is accomplished through something you know, something you have and/or something you are. The canonical example of something you know is a password or pass phrase. You might type or speak the value. A number of schemes are possible for obtaining what you know. It might be assigned to you, or you may have picked the value yourself. Constraints may exist regarding the form the value can take, or the alphabet from which you are allowed to construct the value might be limited to letters only. If you forget the value, you may not be able to authenticate yourself to the system.

Something you have, would be a physical item you possess, such as a smartcard. Something you are, would be a personal characteristic of you, not a piece of information you know.

Submit
9. For which of the following can biometrics be used?

Explanation

Biometrics devices use physical characteristics to identify the user.
Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 18

Submit
10. Which of the following best describes an access control mechanism in which access control decisions are based on the responsibilities that an individual user or process has in an organization?

Explanation

The RBAC model allows a user to act in a certain predetermined manner based on the role the user holds in the organization. Users can be assigned certain roles system wide.

Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 12

Submit
11. Which of the following best describes a challenge-response session?

Explanation

A common authentication technique whereby an individual is prompted (the challenge) to provide some private information (the response). Most security systems that rely on smart cards are based on challenge-response. A user is given a code (the challenge) which he or she enters into the smart card. The smart card then displays a new code (the response) that the user can present to log in. Reference: http://www.webopedia.com/TERM/C/challenge_response.html

Submit
12. Determine the access control model where users are assigned access rights based on their function within the organization?

Explanation

This question is asking about the access control model where users are assigned access rights based on their function within the organization. This is a feature of Role Based Access Control (RBAC). In RBAC, access rights are assigned to users based on their roles or job functions. This allows for a more organized and efficient way of managing access privileges within an organization, as users with similar roles will have similar access rights.

Submit
13. What authentication model uses a smart card and a User ID/Password for accessing network resources?

Explanation

The given correct answer is the Multifactor authentication model. This model uses multiple factors for authentication, such as a smart card and a User ID/Password, to provide an additional layer of security when accessing network resources. By requiring multiple forms of authentication, it reduces the risk of unauthorized access and enhances the overall security of the network.

Submit
14. Identify the process where users can access numerous resources without needing multiple credentials?

Explanation

Single sign-on is a process where users can access numerous resources without needing multiple credentials. With single sign-on, users only need to authenticate once, typically using a username and password, and then they can access multiple resources or applications without having to enter their credentials again. This simplifies the authentication process for users and improves efficiency by reducing the need for multiple logins.

Submit
15. Least privilege is defined as giving access to information:

Explanation

The correct answer is "needed to complete the task." Least privilege refers to the principle of providing users with the minimum level of access necessary to perform their job functions effectively. This approach ensures that individuals only have access to the information and resources required to complete their specific tasks, reducing the risk of unauthorized access or accidental misuse of sensitive data. By granting access based on the needs of the task, organizations can enhance security and minimize potential vulnerabilities.

Submit
16. What is based upon an authentication server that allocates tickets to users?

Explanation

Kerberos is based upon an authentication server that allocates tickets to users. This authentication method uses a trusted third-party server to authenticate users and provide them with tickets, which they can use to access various resources on a network. The tickets are encrypted and can only be decrypted by the authentication server, ensuring secure authentication.

Submit
17. Which of the following access control methods allows access control decisions to be based on security labels associated with each data item and each user?

Explanation

The MAC model is a static model that uses a predefined set of access privileges to files on the system. The system administrator establishes these parameters and associates them with an account, files or resources. The MAC model can be very restrictive.

Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 11

Submit
18. Identify the access decisions based on a Mandatory Access Control (MAC) environment?

Explanation

Sensitivity labels are used in a Mandatory Access Control (MAC) environment to classify and control access to resources based on their sensitivity levels. These labels determine the level of access that users or processes have to certain information or objects. They are typically assigned to data or resources and are used to enforce access control policies. In a MAC environment, access decisions are based on these sensitivity labels, ensuring that only authorized users or processes with the appropriate clearance level can access certain resources.

Submit
19. What model assigns sensitivity labels to users and their data?

Explanation

The correct answer is the Mandatory Access Control (MAC) access control model. This model assigns sensitivity labels to users and their data, ensuring that access to resources is based on predefined security policies and rules. In MAC, access decisions are made by the system based on the labels and clearances of users and objects, rather than by the discretion of individual users or administrators (as in DAC or RBAC models).

Submit
20. Why are clocks used in a Kerberos authentication system?

Explanation

The actual verification of a client's identity is done by validating an authenticator. The authenticator contains the client's identity and a timestamp. To insure that the authenticator is up-to-date and is not an old one that has been captured by an attacker, the timestamp in the authenticator is checked against the current time. If the timestamp is not close enough to the current time (typically within five minutes) then the authenticator is rejected as invalid. Thus, Kerberos requires your system clocks to be loosely synchronized (the default is 5 minutes, but it can be adjusted in Version 5 to be whatever you want).

Reference: http://www.faqs.org/faqs/kerberos-faq/general/section-22.html

Submit
21. Which of the following is the most costly method of an authentication?

Explanation

Biometrics These technologies are becoming more reliable, and they will become widely used over the next few years. Many companies use smart cards as their primary method of access control. Implementations have been limited in many applications because of the high cost associated with these technologies. Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 265

Submit
22. What type of attacks occurs when a rogue application has been planted on an unsuspecting user's workstation?

Explanation

Trojan Horse attacks - This attack involves a rogue, Trojan horse application that has been planted on an unsuspecting user's workstation. The Trojan horse waits until the user submits a valid PIN from a trusted application, thus enabling usage of the private key, and then asks the smartcard to digitally sign some rogue data. The operation completes but the user never knows that their private key was just used against their will.

Physical attacks involve physical access to hardware such as a network cable or keyboard. Social engineering attacks are based on taking advantage of human interaction rather than technology itself. (Frequently, social engineering attacks don't even require access to a computer.) There is no such thing as a "logical" attack, although many attacks do involve the use of logic to figure out how an application works and where its security vulnerabilities may be.

Submit
23. With regard to DAC (Discretionary Access Control), which of the following statements are true?

Explanation

The DAC model allows the owner of a resource to establish privileges to the information they own. The DAC model would allow a user to share a file or use a file that someone else has shared. The DAC model establishes an ACL that identifies the users who have authorized to that information. This allows the owner to grant or revoke access to individuals or group of individuals based on the situation. This model is dynamic in nature and allows information to be shared easily between users.

Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 12

Submit
24. What is a protocol used for carrying authentication, authorization, and configuration information between a Network Access Server and a shared Authentication Server?

Explanation

RADIUS is a protocol for carrying authentication, authorization, and configuration information between a Network Access Server, which desires to authenticate its links and a shared Authentication Server. RADIUS uses a centralized database for simplified management. RADIUS is a standard published in RFC2138 as mentioned above.

The other protocols listed are network communication protocols, not authentication protocols responsible for carrying traffic between a NAS and an Authentication Server.

Submit
25. The Certkiller .com network contains of various departments that makes use of an access control model. The finance department only requires access to the personal data of staff and the marketing department only needs access to the production data. Which access control model is MOST suitable?

Explanation

The Role Based Access Control (RBAC) access control model would be most suitable in this scenario because it allows access to be based on the roles and responsibilities of users within the organization. This means that the finance department would only have access to the personal data of staff, while the marketing department would only have access to the production data. RBAC provides a more granular and efficient way of managing access permissions based on job functions, which aligns with the specific needs of the different departments in the organization.

Submit
26. Why would reusing a ticket as a replay attack in Kerberos not be successful?

Explanation

Reusing a ticket as a replay attack in Kerberos would not be successful because the tickets are time stamped. This means that each ticket has a specific validity period, and once that period expires, the ticket becomes invalid. Therefore, even if an attacker manages to intercept and reuse a ticket, it will be rejected by the Kerberos server due to the expired timestamp.

Submit
27. Which of the following best describes an access control mechanism that allows the data owner to create and administer access control?

Explanation

The DAC model allows the owner of a resource to establish privileges to the information they own. The DAC model would allow a user to share a file or use a file that someone else has shared. The DAC model establishes an ACL that identifies the users who have authorization to that information. This allows the owner to grant or revoke access to individuals or groups of individuals based on the situation. This model is dynamic in nature and allows information to be shared easily between users.

Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 12

Submit
28. Which of the following provides the strongest form of authentication?

Explanation

Biometrics is the use of authenticating a user by scanning on of their unique physiological body parts. Just like in the movies, a user places their hand on a finger print scanner or they put their eyes against a retinal scanner. If the image matches what's on the database, it authenticates the user. Since a persons fingerprint, blood vessel print, or retinal image is unique the only way the system can authenticate is if the proper user is there. The only way an unauthorized user to get access is to physically kidnap the authorized user and force them through the system. For this reason, biometrics are the strongest (and the costliest) for of authentication.

Submit
29. A centralized database of remote users for a multi-site network typically uses

Explanation

RADIUS (Remote Authentication Dial-In User Service) lowers administration costs and increases security by having a centralized database for authenticating remote users. PAP is the simplest of authentication protocols, which uses clear text.

Submit
30. Which of the following access control methods provides the most granular access to protected objects?

Explanation

Access control lists enable devices in your network to ignore requests from specified users or systems, or grant certain network capabilities to them. ACLs allow a stronger set of access controls to be established in your network. The basic process of ACL control allows the administrator to design and adapt the network to deal with specific security threats.

Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 235

Submit
31. Which of the following is a characteristic of MAC (Mandatory Access Control)?

Explanation

Mandatory Access Control is a strict hierarchical model, first developed by governments and it is based on classifying data on importance and categorizing data by department. Users receive specific security clearances to access this data. For instance, the most important piece of data would have the highest classification, where only the President would of that department would have access; while the least important resources would be classified at the bottom where everyone in the organization including the janitors could access it.

Submit
32. Enforcing minimum privileges for general system users can be easily achieved through the use of:

Explanation

Explanation: Ensuring the least privilege requires identifying what the user's job is, determining the minimum set of privileges required to perform that job, and restricting the user to a domain with those privileges and nothing more. By denying to subjects transactions that are not necessary for the performance of their duties, those denied privileges couldn't be used to circumvent the organizational security policy. Although the concept of least privilege currently exists within the context of the TCSEC, requirements restrict those privileges of the system administrator. Through the use of RBAC (role based access control), enforced minimum privileges for general system users can be easily achieved.

Submit
33. All logs are kept on the archive for a period of time. What determines this period of time?

Explanation

All logs collected are used in the active and passive monitoring process. All logs are kept on archive for a period of time, called a retention period. This period of time will be determined by your company policies. This allows the use of logs for regular audits, and annual audits if retention is longer then a year. Logs must be secured to prevent modification, deletion, and destruction.

Administrator preference is often used to determine certain things like how long logs are retained ... but since these decisions can affect the ability of the company to go back and research potential security issues, it is a corporate issue that should be governed by a deliberate policy statement.

MTTF and MTTR are not relevant to setting the time for which logs will be retained. MTTF (Mean Time To Failure, sometimes called MTBF, Mean Time Before Failure) is related to the average amount of time a piece of equipment will be in service before it fails. MTTR (Mean Time To Repair) is a measure of how long it will take to repair the equipment when it fails.

Submit
34. From a security perspective a performance baseline is MOST useful for:

Explanation

A performance baseline is a reference point that represents the normal behavior and performance of a system. By establishing a baseline, any deviations from the normal performance can be easily identified. In the context of security, detecting performance anomalies can be a strong indicator of a security breach. Unusual spikes or drops in performance could be a result of malicious activities or unauthorized access. Therefore, a performance baseline is most useful for detecting such anomalies and identifying potential security breaches.

Submit
35. Which servers should be located on a private network?

Explanation

not-available-via-ai

Submit
36. Identify the method that should be used to ensure that the user is able to authenticate to the server and the server to the user?

Explanation

Mutual authentication is the method that should be used to ensure that both the user and the server authenticate each other. In mutual authentication, the user presents their credentials to the server, and the server also presents its credentials to the user. This ensures that both parties can verify the identity of each other, preventing unauthorized access and ensuring a secure connection.

Submit
37. Under MAC, a clearance is a

Explanation

MAC is the acronym for Mandatory Access Control. It is important to note that mandatory controls are prohibitive (i.e., all that is not expressly permitted is forbidden), not permissive. Only within that context do discretionary controls operate, prohibiting still more access with the same exclusionary principle. In this type of control system decisions are based on privilege (clearance) of subject (user) and sensitivity (classification) of object (file). It requires labeling.

In MAC, subjects (such as users) are each assigned a clearance (such as "secret" or "top secret"). Objects (containers for information, such as files) are assigned a sensitivity (classification, similar to clearance). When determining whether or not to grant a subject access to an object, the requesting subject's clearance is compared with the sensitivity of the object, and if the clearance is at or higher than the object's sensitivity level, access is granted. Therefore, a clearance functions as a privilege.

Submit
38. Which of the following is NOT a good password deployment guideline?

Explanation

Passwords should be easy to memorize, because that minimizes the chance that users will write the password down somewhere that others could see it.

Passwords should not be the same as the user ID, because that is one of the common passwords that common "password cracker" programs try, when attempting to discover passwords for accounts. Passwords must be changed at least once every 60 days (depending on your environment). Password aging or expiration must be enforced on all systems. Upon password expiration, if the password is not changed, only three grace logins must be allowed then the account must be disable until reset by an administrator or the help desk. Password reuse is not allowed (rotating passwords).

Submit
39. A company creates its own application that accesses the company databases and requires a unique login, based on the user’s domain account. The developer has an undocumented login for testing that does not need to be authenticated against the domain. Which of the following is a security issue regarding this scenario?

Explanation

The presence of an undocumented login that does not require authentication against the domain poses a security issue as it can be exploited as a backdoor into the company's databases. This means that unauthorized individuals could potentially gain access to sensitive company information without going through the proper authentication process. This undermines the security measures put in place and increases the risk of data breaches or unauthorized access to confidential information.

Submit
40. Which access controls are based on security labels assigned to every data item and every user?

Explanation

Mandatory Access Control (MAC) is an access control mechanism that uses security labels assigned to data items and users to enforce access restrictions. It ensures that access to resources is granted or denied based on predefined security policies and rules. MAC is different from other access control models like Role Based Access Control (RBAC), Discretionary Access Control (DAC), and List Based Access Control (LBAC) as it relies on labels rather than roles, user discretion, or lists to determine access privileges.

Submit
41. Identify the authentication system where a unique username and password is used to access multiple systems within a company?

Explanation

Single Sign-on (SSO) is an authentication system where a unique username and password are used to access multiple systems within a company. With SSO, users only need to log in once and they are granted access to all authorized systems and applications without the need to re-enter their credentials. This improves user experience and productivity by eliminating the need to remember and manage multiple usernames and passwords for different systems. SSO also enhances security by centralizing authentication and allowing for better control and monitoring of user access across the company's systems.

Submit
42. Which of the following terms represents a MAC (Mandatory Access Control) model?

Explanation

The word lattice is used to describe the upper and lower level bounds of a user' access permission.

Submit
43. How many ports in TCP/IP (Transmission Control Protocol/Internet Protocol) are vulnerable to being scanned, exploited, or attached?

Explanation

The correct answer is 65,535. TCP/IP has a 16-bit field for port numbers, allowing for a maximum of 65,535 ports. These ports are used for various network services and applications. Scanning, exploiting, or attacking these ports can potentially compromise the security of a system or network. Therefore, all 65,535 ports are vulnerable to being scanned, exploited, or attacked.

Submit
44. Which of the following is a drawback of Network-based IDSs?

Explanation

Network-based IDSs cannot analyze encrypted information. This problem is increasing as more organizations (and attackers) use virtual private networks. Most network-based IDSs cannot tell whether or not an attack was successful; they can only discern that an attack was initiated. This means that after a network-based IDS detects an attack, administrators must manually investigate each attacked host to determine whether it was indeed penetrated.

Submit
45. All of the following are correct about LDAP EXCEPT:

Explanation

not-available-via-ai

Submit
46. Which of the following password management systems is designed to provide availability for a large number of users?

Explanation

A self service password reset is a system where if an individual user forgets their password, they can reset it on their own (usually by answering a secret question on a web prompt, then receiving a new temporary password on a pre-specified email address) without having to call the help desk. For a system with many users, this will significantly reduce the help desk call volume.

Submit
47. When does CHAP (Challenge Handshake Authentication Protocol) perform the handshake process?

Explanation

CHAP performs the handshake process when first establishing a connection; and then at random intervals during the transaction session.

Submit
48. With Discretionary access controls, who determines who has access and what privilege they have?

Explanation

Discretionary access controls can extend beyond limiting which subjects can gain what type of access to which objects. Administrators can limit access to certain times of day or days of the week. Typically, the period during which access would be permitted is 9 a.m. to 5 p.m. Monday through Friday. Such a limitation is designed to ensure that access takes place only when supervisory personnel are present, to discourage unauthorized use of data. Further, subjects' rights to access might be suspended when they are on vacation or leave of absence. When subjects leave an organization altogether, their rights must be terminated rather than merely suspended. Under this type of control, the owner determines who has access and what privilege they have.

If the end users of resources had control of who had access and what privileges they have, they would be able to access any resource, because they'd have the ability to change access controls at will. If only the administrators controlled access to resources, it would be a major job duty (as well as a bureaucratic bottleneck for users) that would take time away from other administrative activities.

Submit
49. Access controls that are not based on the policy are characterized as:

Explanation

Access controls that are not based on the policy are characterized as discretionary controls by the U.S. government and as need-to-know controls by other organizations. The latter term connotes least privilege - those who may read an item of data are precisely those whose tasks entail the need.

Mandatory controls are based on policy. Secret controls and corrective controls are not related to access control.

Submit
50. Under MAC, which of the following is true?

Explanation

MAC is the acronym for Mandatory Access Control. It is important to note that mandatory controls are prohibitive (i.e., all that is not expressly permitted is forbidden), not permissive. Only within that context do discretionary controls operate, prohibiting still more access with the same exclusionary principle. In this type of control system decisions are based on privilege (clearance) of subject (user) and sensitivity (classification) of object (file). It requires labeling.

Under MAC, you define who is allowed to access objects, and if you haven't defined an access right, access is not permitted. So, it is not the case that All that is expressly permitted is forbidden, or that All that is not expressly permitted is not forbidden

Submit
51. Which of the following access control methods relies on user security clearance and data classification?

Explanation

Mandatory Access Control is a strict hierarchical model, first developed by governments and it is based on classifying data on importance and categorizing data by department. Users receive specific security clearances to access this data. For instance, the most important piece of data would have the highest classification, where only the President would of that department would have access; while the least important resources would be classified at the bottom where everyone in the organization including the janitors could access it.

Submit
52. Which of the following ports does a DNS (Domain Name Service) server require?

Explanation

A DNS server requires port 53 because it uses the DNS protocol to respond to queries from clients. Port 53 is the default port for DNS and is used for both TCP and UDP connections. It allows the DNS server to receive and send DNS queries and responses, ensuring the proper functioning of the DNS service.

Submit
53. A firewall can be classified as a:

Explanation

Rule based access control is based on a specific profile for each user. Information can be easily changed for only one user but this scheme may become a burden in a very large environment. A rule-based access control unit will intercept every request to the server and compare the source specific access conditions with the rights of the user in order to make an access decision. A good example could be a firewall. Here a set of rules defined by the network administrator is recorded in a file. Every time a connection is attempted (incoming or outgoing), the firewall software checks the rules file to see if the connection is allowed. If it is not, the firewall closes the connection.

Lattice-based access control is associated with Mandatory Access Control (MAC). Directory based and ID based access controls are not relevant.

Submit
54. Which of the following attacks could be the most successful when the security technology is properly implemented and configured?

Explanation

Social Engineering attacks: in computer security systems, this type of attack is usually the most successful, especially when the security technology is properly implemented and configured. Usually, these attacks rely on the faults in human beings. An example of a social engineering attack has a hacker impersonating a network service technician. The serviceman approaches a low-level employee and requests their password for network servicing purposes. When using smartcards instead of passwords, this type of attack is a bit more difficult. Most people would not trust an impersonator wishing to have their smartcard and PIN for service purposes.

Logical, physical and Trojan horse attacks are often much less successful when security is properly implemented on a network.

Submit
55. Which of the following is an inherent flaw of DAC (Discretionary Access Control)?

Explanation

In a DAC model, network users have some flexibility regarding how information is accessed. This model allows users to dynamically share information with other users. The process allows a more flexible environment, but it increases the risk of unauthorized disclosure of information. Administrators will have a more difficult time ensuring that information access is controlled and that only appropriate access is given.

Reference: Mike Pastore and Emmett Dulaney, Security+ Study Guide, 2nd Edition, Alameda, Sybex, 2004, p 440

Submit
56. Which authentication will provide a username, a password, and undergo a thumb print scan to access a workstation?

Explanation

Multifactor authentication is the correct answer because it involves the use of multiple authentication factors, such as a username, password, and thumbprint scan, to access a workstation. This ensures a higher level of security by requiring multiple pieces of evidence to verify the user's identity. Biometric authentication may involve a thumbprint scan, but it does not necessarily require additional factors like a username and password. Kerberos authentication is a network authentication protocol and does not specifically involve a thumbprint scan. Mutual authentication refers to a process where both the server and the client authenticate each other, but it does not necessarily involve a thumbprint scan.

Submit
57. Which of the following provides the best protection against an intercepted password?

Explanation

A one time password is simply a password that has to be changed every time you log on; effectively making any intercepted password good for only the brief interval of time before the legitimate user happens to login themselves. So by chance, if someone were to intercept a password it would probably already be expired, or be on the verge of expiration within a matter of hours.

Submit
58. Which of the following is a feature of the Rule based access control?

Explanation

Rule based access control is based on a specific profile for each user. Information can be easily changed for only one user but this scheme may become a burden in a very large environment. A rule-based access control unit will intercept every request to the server and compare the source specific access conditions with the rights of the user in order to make an access decision. A good example could be a firewall. Here a set of rules defined by the network administrator is recorded in a file. Every time a connection is attempted (incoming or outgoing), the firewall software checks the rules file to see if the connection is allowed. If it is not, the firewall closes the connection.

Information flow labels are usually associated with Mandatory Access Control (MAC). Data flow diagrams are most commonly used in software development, not in rule-based access control. Tokens are usually used for authentication, a function which is important for any type of access control.

Submit
59. Identify from the list below the access control models that makes use of subject and object labels?

Explanation

Mandatory Access Control (MAC) is an access control model that makes use of subject and object labels. In MAC, each subject and object is assigned a label based on its security classification. The labels are used to determine the level of access that a subject has to an object. The access decision is based on predefined rules and policies, rather than the discretion of the subject or owner of the object. This ensures that access is granted or denied based on the security requirements and classifications of the system.

Submit
60. Which of the following factors must be considered when implementing Kerberos authentication?

Explanation

If the key distribution centre is down, all of other systems dependent on those keys won't be able to function.

Submit
61. Which of the following services should be logged for security purposes?

Explanation

Requests for the following services should be logged on all systems: systat, bootp, tftp, sunrpc, snmp, snmp-trap, nfs. This list is rather UNIX-centric, nevertheless, it's possible for many of those services to be running on Windows as well (if you're running them, log them!).

Submit
62. DAC are characterized by many organizations as:

Explanation

DAC is the acronym for Discretionary Access Controls. Access controls that are not based on the policy are characterized as discretionary controls by the U.S. government and as need-to-know controls by other organizations. The latter term connotes least privilege - those who may read an item of data are precisely those whose tasks entail the need.

Preventive controls and mandatory adjustable controls do not characterize DAC.

Submit
63. Which of the following are used to make access decisions in a MAC (Mandatory Access Control) environment?

Explanation

Mandatory Access Control is a strict hierarchical model usually associated with governments. All objects are given security labels known as sensitivity labels and are classified accordingly. Then all users are given specific security clearances as to what they are allowed to access.

Submit
64. Which services is provided by message authentication codes?

Explanation

Message authentication codes (MACs) are used to provide the Integrity service. MACs are cryptographic algorithms that generate a fixed-size tag based on the message and a secret key. This tag is then sent alongside the message. Upon receiving the message, the recipient can recompute the MAC using the same key and compare it with the received tag. If they match, it ensures that the message has not been tampered with during transmission, providing data integrity.

Submit
65. Determine the two-factor authentication for an information system?

Explanation

The correct answer is "You should identify ATM card and PIN." Two-factor authentication requires the use of two different methods to verify a user's identity. In this case, the ATM card serves as the first factor, which is something the user possesses, and the PIN serves as the second factor, which is something the user knows. This combination provides an added layer of security to the information system by requiring both the physical card and the knowledge of the PIN to gain access.

Submit
66. Microsoft supports the _______________ and ______standards for use in extranet.

Explanation

Netscape, Oracle, and Sun Microsystems have announced an alliance to ensure that their extranet products can work together by standardizing on JavaScript and the Common Object Request Broker Architecture (CORBA). Microsoft supports the Point-to-Point Tunneling Protocol (PPTP) and IPSec.

CORBA and DCOM are programming technologies.

Submit
67. In order to perform a TCP hijacking attack, an attacker would be required to:

Explanation

To perform a TCP hijacking attack, an attacker needs to know the IP addresses of both hosts involved in the communication and the sequence numbers of the TCP/IP packets. This is because TCP uses sequence numbers to ensure the reliable delivery of data. By knowing these details, the attacker can inject malicious packets into the communication stream, impersonate one of the hosts, or manipulate the data being transmitted. Having a protocol analyzer intercept traffic, performing a man-in-the-middle attack, or obtaining the MAC addresses of the hosts are not necessarily required for TCP hijacking.

Submit
68. Covert channel is a communication channel that can be used for:

Explanation

Covert channels: indirect ways for transmitting information with no explicit reading of confidential information. In other words, the communication is out in plain view, but "invisible" to those who don't know how to look for it. This kind of difficulty has induced some researchers to rethink from scratch the whole problem of guaranteeing security in computer systems. Some obscure techniques which can be utilized to create covert channels include hiding messages using the first letters of each word in a longer communication, blinking eyes in "Morse code" during a conversation, etc. Even something as mundane as some of the "signals" used by a baseball team, if non-obvious enough, could be considered a covert channel.

Covert channels are not a way to strengthen the security policy of an organization, hardening the system or protecting the DMZ -- they are a security risk, not a security-enhancing technique.

Submit
69. You work as the security administrator at Certkiller .com. You set permissions on a file object in a network operating system which uses DAC (Discretionary Access Control). The ACL (Access Control List) of the file is as follows: Owner: Read, Write, Execute User A: Read, Write, - User B: -, -, - (None) Sales: Read,-, - Marketing: -, Write, - Other Read, Write, - User "A" is the owner of the file. User "B" is a member of the Sales group. What effective permissions does User "B" have on the file?

Explanation

The Owner is allowed to: Read, Write, & Execute User A is allowed to: Read, Write, & - Sales is allowed to: Read, -, - Marketing is allowed to: -, Write, - Others are allowed to: Red, Write, - And User B is allowed to do nothing! -,-,-(None)

Submit
70. Which of the following is an example of a task-based control model?

Explanation

not-available-via-ai

Submit
71. Which of the following must be deployed for Kerberos to function correctly?

Explanation

Time synchronization is crucial because Kerberos uses server and workstation time as part of the authentication process.

Submit
72. With RBAC, roles are:

Explanation

With RBAC (role-based access control), security is managed at a level that corresponds closely to the organization's structure. Each user is assigned one or more roles, and each role is assigned one or more privileges that are permitted to users in that role. Roles can be hierarchical.

Roles are not all equal. The point of RBAC is that different rules can be assigned different security privileges. Labels (such as secret, top secret, etc.) are more usually associated with MAC (Mandatory Access Control). RBAC roles are not typically determined by information flows.

Submit
73. In the Lattice Based Access Control model, controls are applied to:

Explanation

Information flow is clearly central to confidentiality but to some extent it also applies to integrity. The basic work in this area was done around 1970 and was driven mostly by the defense sector. Information flow in computer systems is concerned with flow from one security class (also called security label) to another. These controls are applied to objects. An object is a container of information; an object can be a directory or file.

Controls are part of the Lattice Based Access Control (Mandatory Access Control) model, not applied to the model. Factors and scripts are not involved in the model.

Submit
74. ActiveX controls can be digitally signed using a technology called:

Explanation

The ActiveX code is bundled into a single file called an ActiveX control. ActiveX controls can be digitally signed using Microsoft's Authenticode technology. Internet Explorer can be configured to disregard any ActiveX control that isn't signed, to run only ActiveX controls that have been signed by specific publishers, or to accept ActiveX controls signed by any registered software publisher. ActiveX controls do not run in a sandbox. The burden is on the user to determine which ActiveX controls s/he feels are "safe" to run.

Applets and CGI are alternate types of content, and a sandbox refers to a protected area of the system in which web content runs.

Submit
75. When an attacker captures part of a communication and later sends the communication segment to the server whilst pretending to be the user it is known as a:

Explanation

When an attacker captures part of a communication and later sends the communication segment to the server whilst pretending to be the user, it is known as a replay attack. In this type of attack, the attacker intercepts and stores the communication data, then replays it at a later time to deceive the server into thinking that it is a legitimate request from the user. This can be used to gain unauthorized access or perform malicious actions on the server. TCP/IP hijacking, man in the middle attack, and backdoor attack are different types of attacks and not applicable in this scenario.

Submit
76. You deploy a biometric authentication system in the Certkiller .com environment. Identify the tool that is reliable with the lowest cross over problem rate?

Explanation

The retina scanner is the most reliable tool with the lowest cross over problem rate in a biometric authentication system. Retina scanning technology uses unique patterns in the blood vessels of the retina to identify individuals, making it highly accurate and difficult to forge or mimic. This reduces the chances of false positives or false negatives, resulting in a low cross over problem rate.

Submit
77. What technology involves the use of electronic wallet?

Explanation

SET (Secure Electronic Transaction) is a system for ensuring the security of financial transactions on the Internet. It was supported initially by MasterCard, Visa, Microsoft, Netscape, and others. With SET, a user is given an electronic wallet (digital certificate) and a transaction is conducted and verified using a combination of digital certificates and digital signatures among the purchaser, a merchant, and the purchaser's bank in a way that ensures privacy and confidentiality. SET makes use of Netscape's Secure Sockets Layer (SSL (Secure Sockets Layer)), Microsoft's Secure Transaction Technology (STT), and Terisa System's Secure Hypertext Transfer Protocol (S-HTTP). SET uses some but not all aspects of a public key infrastructure (public key infrastructure).

TLS, SSL and SHTTP could all be used for this, but SET is specific to the financial services industry.

Submit
78. Which of the following password generators is based on challenge-response mechanisms?

Explanation

An synchronous password generator, has an authentication server that generates a challenge (a large number or string) which is encrypted with the private key of the token device and has that token device's public key so it can verify authenticity of the request (which is independent from the time factor). That challenge can also include a hash of transmitted data, so not only can the authentication be assured; but also the data integrity.

Submit
79. Which of the following will you consider as clear-text protocols?

Explanation

There are many clear-text protocols still in use today. Telnet is still alive and well. FTP and POP email both use clear-text protocols. Creating a server to emulate any of these services is trivial. Combining that and some DNS spoofing can cause "normal" traffic to come to your fake servers where the usernames and passwords can be obtained.

Submit
80. Which of the following are the main components of a Kerberos server?

Explanation

The main components of a Kerberos server are the authentication server, security database, and privilege server. The authentication server is responsible for verifying the identity of users and granting them access to the network. The security database stores user credentials and other security information. The privilege server manages user privileges and determines what resources they can access.

Submit
81. Which of the following is an item most likely to be addressed in an Acceptable Use Policy?

Explanation

An Acceptable Use Policy typically outlines the guidelines and expectations for using a system or network. It commonly includes rules and regulations regarding the security measures that users are expected to follow. This can involve instructions on how to create strong passwords, guidelines for protecting sensitive information, and protocols for reporting security incidents. Therefore, it is highly likely that "Security Measures users are expected to Follow" would be addressed in an Acceptable Use Policy.

Submit
82. What access control model is a Windows file server an example of?

Explanation

A Windows file server operates based on a Discretionary Access Control (DAC) model, where the owner of a file or folder has the discretion to determine who can access it and what level of access they have. This model allows users to grant or revoke access permissions to others at their own discretion, giving them control over the access rights.

Submit
83. Which of the following is an effective measure against a certain type of brute force password attack?

Explanation

A brute force password attack involves trying many possible password values, to see if any result in access to an account. In order to help prevent dictionary-based attacks, in which the list of password values to try comes from a dictionary, it is useful to have a policy that any password used must not be a word found in a dictionary.

"Password reuse is not allowed" (i.e., rotating passwords), is a good policy, but not the one most closely related to helping prevent brute force password attacks. Password history must be used to prevent users from reusing passwords. For example, on many systems with such a facility the last 12 passwords used will be kept in the history. But as with policies against password re-use, password history is not as relevant to preventing brute force password attacks as is the policy against dictionary words.

Submit
84. In a RADIUS architecture, which of the following acts as a client?

Explanation

A Network Access Server (NAS) operates as a client of RADIUS. The client is responsible for passing user information to a designated RADIUS server, and then acting on the response, which is returned. Radius uses a centralized database, simplifying password management. The end user's computer does not make the RADIUS request. The NAS makes the request after receiving the network connection request from the end user.

Submit
85. When using network monitoring systems to monitor workstations, which of the following elements should be reviewed because their information could indicate a possible attack ?

Explanation

The information provided by network counters and access denied errors can indicate a possible attack when using network monitoring systems to monitor workstations. Network counters can provide insights into abnormal network traffic patterns or sudden spikes in data transfer, which could be indicative of malicious activity. Access denied errors can suggest unauthorized attempts to access certain resources or systems, potentially indicating an attack or an attempt to breach security measures. Therefore, reviewing these elements can help identify and respond to possible attacks effectively.

Submit
86. Which of the following represents the best method for securing a web browser?

Explanation

Features that make web surfing more exciting like ActiveX, Java, JavaScript, CGI scripts, and cookies all poise security concerns. Disabling them (which is as easy as setting your browser security level to High) is the best method of securing a web browser, since it's simple, secure, and within every user reach.

Submit
87. Which of the following is more of an irritation than a security threat?

Explanation

Adware is more of an irritation than a security threat because it is a type of software that displays unwanted advertisements on a user's device. While adware can be annoying and disruptive to the user's browsing experience, it typically does not pose a significant security risk. Adware does not typically have the ability to steal sensitive information or cause serious harm to the user's device or data, unlike rootkits and Trojans which are more malicious and can be used for unauthorized access or data theft.

Submit
88. Which of the following intrusion detection technologies work by monitoring the file structure of a system to determine whether any system files were deleted or modified by an attacker ?

Explanation

System integrity verifier (SIV) is the correct answer because it is an intrusion detection technology that monitors the file structure of a system. It checks for any modifications or deletions made to system files, which could indicate an attack by an intruder. This technology helps to ensure the integrity and security of the system by detecting any unauthorized changes to critical files.

Submit
89. What is the access control model that explicitly assigns access rights to users?

Explanation

Discretionary Access Control (DAC) is a model where access rights are explicitly assigned to users. In this model, the owner of a resource has the discretion to grant or revoke access rights to other users. This is in contrast to Mandatory Access Control (MAC), where access rights are determined by system policies and Role Based Access Control (RBAC), where access rights are assigned based on the roles of users. Rule Based Access Control (RBAC) does not involve explicit assignment of access rights to users.

Submit
90. The majority of commercial intrusion detection systems are:

Explanation

The majority of commercial intrusion detection systems are network-based. These IDSs detect attacks by capturing and analyzing network packets. Listening on a network segment or switch, one network-based IDS can monitor the network traffic affecting multiple hosts that are connected to the network segment, thereby protecting those hosts.

Historically, IDS started out as host-based, which is the other major type of IDS. Identity-based and signature-based are not types of IDS.

Submit
91. With Java, what can be embedded in a web browser, allowing programs to be executed as they are downloaded from the World Wide Web?

Explanation

Java is a modern, object-oriented language that has a syntax similar to C++. It also has dynamic binding, garbage collection, and a simple inheritance model. Java is a general-purpose computer language and is not limited to writing web applications. References to java bytecode can be embedded in a web browser, allowing programs to be executed as they are downloaded from the World Wide Web. The JVM on the user's machine can execute the Java bytecode using an interpreter, or use a just-in-time compiler to convert the bytecode into native machine code.

Submit
92. You work as the security administrator at Certkiller .com. You want to ensure that only encrypted passwords are used during authentication. Which authentication protocol should you use?

Explanation

CHAP is commonly used to encrypt passwords. It provides for on-demand authentication within an ongoing data transmission, that is repeated at random intervals during a session. The challenge response uses a hashing function derived from the Message Digest 5 (MD5) algorithm.

Submit
93. Why are non-essential services appealing to attackers? 

Explanation

Non-essential services are often appealing to attackers because attacks on these services can be maintained without being noticed. Additionally, non-essential services are often not configured correctly or secured, making them vulnerable targets for attackers.

Submit
94. Creating a basic standard for application settings, security settings, and active services on every company laptop would be considered

Explanation

A security template is a preconfigured set of security settings that can be applied to multiple devices within an organization. It includes settings for application settings, security settings, and active services. By creating a basic standard for these settings on every company laptop, it ensures consistency and helps to enforce security measures across the organization. This helps to protect against potential vulnerabilities and ensures that all devices adhere to the same security standards. Therefore, creating a basic standard for application settings, security settings, and active services on every company laptop would be considered a security template.

Submit
95. A passive response is the most common type of response to a number of intrusions. Which of the following is not a passive response strategy ?

Explanation

Deception is not a passive response strategy because it involves actively misleading or tricking the intruder. Passive response strategies typically involve avoiding or ignoring the intrusion, such as shunning or logging the event. Deception, on the other hand, involves actively trying to mislead the intruder by providing false information or creating false appearances. This requires proactive engagement and is therefore not considered a passive response.

Submit
96. To allow your Windows clients to connect to your Windows NT Server using the public network as a medium, what technology might you find useful?

Explanation

A protocol or set of communication rules called Point-to-Point Tunneling Protocol (PPTP) has been proposed that would make it possible to create a virtual private network (VPN) through "tunnels" over the Internet. This would mean that companies would no longer need their own leased lines for wide-area communication but could securely use the public networks. IPSec is more resource intensive, and provides higher security. IPSec is available in Windows 2000 and XP/.Net Operating Systems.

L2TP is a successor to PPTP. Its development was done by an industry coalition, and it includes the best features of PPTP and L2F. OSPF is a routing protocol.

Submit
97. Which of the following protocols did Microsoft develop for use in VPNs?

Explanation

A protocol or set of communication rules called Point-to-Point Tunneling Protocol (PPTP) has been proposed that would make it possible to create a virtual private network (VPN) through "tunnels" over the Internet. This would mean that companies would no longer need their own leased lines for wide-area communication but could securely use the public networks. IPSec is more resource intensive, and provides higher security. IPSec is available in Windows 2000 and XP/.Net Operating Systems.

L2TP is a successor to PPTP. Its development was done by an industry coalition, and it includes the best features of PPTP and L2F. OSPF is a routing protocol.

Submit
98. Identify the different types of certificate-based authentication? (Choose TWO)

Explanation

Many-to-one mapping and One-to-one mapping are both types of certificate-based authentication.

Submit
99. Determine the authentication mechanisms that use key fob based identification systems? 

Explanation

not-available-via-ai

Submit
100. Certkiller .com deploy Kerberos authentication on the network. What does Kerberos need to function properly? 

Explanation

not-available-via-ai

Submit
View My Results

Quiz Review Timeline (Updated): Mar 19, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 19, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 18, 2012
    Quiz Created by
    Armien
Cancel
  • All
    All (100)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A smartcard represents:
Which of the following is NOT a valid access control mechanism?
An administrator wishes to enable network auditing policies. Which of...
With _______________, access decisions are based on the roles that...
Which if the following technologies would you use if you need to...
You work as the security administrator at Certkiller .com. Certkiller...
Identify the access control model that makes use of security labels...
A password represents:
For which of the following can biometrics be used?
Which of the following best describes an access control mechanism in...
Which of the following best describes a challenge-response session?
Determine the access control model where users are assigned access...
What authentication model uses a smart card and a User ID/Password for...
Identify the process where users can access numerous resources without...
Least privilege is defined as giving access to information:
What is based upon an authentication server that allocates tickets to...
Which of the following access control methods allows access control...
Identify the access decisions based on a Mandatory Access Control...
What model assigns sensitivity labels to users and their data?
Why are clocks used in a Kerberos authentication system?
Which of the following is the most costly method of an authentication?
What type of attacks occurs when a rogue application has been planted...
With regard to DAC (Discretionary Access Control), which of the...
What is a protocol used for carrying authentication, authorization,...
The Certkiller .com network contains of various departments that makes...
Why would reusing a ticket as a replay attack in Kerberos not be...
Which of the following best describes an access control mechanism that...
Which of the following provides the strongest form of authentication?
A centralized database of remote users for a multi-site network...
Which of the following access control methods provides the most...
Which of the following is a characteristic of MAC (Mandatory Access...
Enforcing minimum privileges for general system users can be easily...
All logs are kept on the archive for a period of time. What determines...
From a security perspective a performance baseline is MOST useful for:
Which servers should be located on a private network?
Identify the method that should be used to ensure that the user is...
Under MAC, a clearance is a
Which of the following is NOT a good password deployment guideline?
A company creates its own application that accesses the company ...
Which access controls are based on security labels assigned to every...
Identify the authentication system where a unique username and...
Which of the following terms represents a MAC (Mandatory Access...
How many ports in TCP/IP (Transmission Control Protocol/Internet...
Which of the following is a drawback of Network-based IDSs?
All of the following are correct about LDAP EXCEPT:
Which of the following password management systems is designed to...
When does CHAP (Challenge Handshake Authentication Protocol) perform...
With Discretionary access controls, who determines who has access and...
Access controls that are not based on the policy are characterized as:
Under MAC, which of the following is true?
Which of the following access control methods relies on user security...
Which of the following ports does a DNS (Domain Name Service) server...
A firewall can be classified as a:
Which of the following attacks could be the most successful when the...
Which of the following is an inherent flaw of DAC (Discretionary...
Which authentication will provide a username, a password, and undergo...
Which of the following provides the best protection against an...
Which of the following is a feature of the Rule based access control?
Identify from the list below the access control models that makes use...
Which of the following factors must be considered when implementing...
Which of the following services should be logged for security...
DAC are characterized by many organizations as:
Which of the following are used to make access decisions in a MAC...
Which services is provided by message authentication codes?
Determine the two-factor authentication for an information system?
Microsoft supports the _______________ and ______standards for use in...
In order to perform a TCP hijacking attack, an attacker would be ...
Covert channel is a communication channel that can be used for:
You work as the security administrator at Certkiller .com. You set...
Which of the following is an example of a task-based control model?
Which of the following must be deployed for Kerberos to function...
With RBAC, roles are:
In the Lattice Based Access Control model, controls are applied to:
ActiveX controls can be digitally signed using a technology called:
When an attacker captures part of a communication and later sends the...
You deploy a biometric authentication system in the Certkiller .com...
What technology involves the use of electronic wallet?
Which of the following password generators is based on...
Which of the following will you consider as clear-text protocols?
Which of the following are the main components of a Kerberos server?
Which of the following is an item most likely to be addressed in an...
What access control model is a Windows file server an example of?
Which of the following is an effective measure against a certain type...
In a RADIUS architecture, which of the following acts as a client?
When using network monitoring systems to monitor workstations, which...
Which of the following represents the best method for securing a web...
Which of the following is more of an irritation than a security ...
Which of the following intrusion detection technologies work by...
What is the access control model that explicitly assigns access rights...
The majority of commercial intrusion detection systems are:
With Java, what can be embedded in a web browser, allowing programs to...
You work as the security administrator at Certkiller .com. You want to...
Why are non-essential services appealing to attackers? 
Creating a basic standard for application settings, security settings,...
A passive response is the most common type of response to a number of...
To allow your Windows clients to connect to your Windows NT Server...
Which of the following protocols did Microsoft develop for use in...
Identify the different types of certificate-based authentication?...
Determine the authentication mechanisms that use key fob based...
Certkiller .com deploy Kerberos authentication on the network. What...
Alert!

Advertisement