Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 10 out of 184 pages
Exam (elaborations)

Security Strategies in Linux Platforms and Applications Third Edition Messier TESTBANK PDF

Document preview thumbnail
Preview 10 out of 184 pages

Security Strategies in Linux Platforms and Applications Third Edition Messier TESTBANK PDF

Content preview

, TESTBANK FOR Security Strategies in Linux Platforms and Applications
Third Edition Messier

Important Notes
 The file includes the complete test bank, organized chapter by chapter.
 A sample of selected pages has been provided for preview.
 All available appendices and Excel files (if included in the original resources) are
provided.
 Quizzes, Midterm and final exams are included (if available in the original resources).
 We continuously update our files to ensure you receive the latest and most accurate
editions.
 New editions are added regularly – stay connected for updates!
 ⚠️Note on Answer Keys: If the answer key is not included within the chapter
questions, you will find the complete answers and solutions at the end of each
chapter.

✅ Why Buy From Us?
 📚 Complete & organized chapter-by-chapter – no missing content, no guessing.
 ⚡ Instant digital delivery – get your file the moment you pay, no waiting.
 📅 Always up to date – we track new editions so you always get the latest version.
 💬 Friendly support – real humans ready to help, anytime you need us.
 🔒 Safe & secure – thousands of satisfied students trust us every semester.

🛡️Our Guarantees
 💰 Money-Back Guarantee: Not satisfied? We offer a full refund – no questions asked.
 🔄 Wrong File? No Problem: Contact us and we will replace it immediately with the
correct version, free of charge.
 ⏰ 24/7 Support: We are always here – reach out anytime and expect a fast response.

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank

Import Settings:
Base Settings: Brownstone Default
Information Field: Complexity
Information Field: Ahead
Information Field: Subject
Information Field: Title
Information Field: Feedback
Information Field: Taxonomy
Highest Answer Letter: D
Multiple Keywords in Same Paragraph: No
NAS ISBN13: 9781284255904, add to Ahead, Title tags



Chapter: Chapter 01 - Quiz



Multiple Choice



1. In Linux, the operating system is referred to as the __________. This is what interfaces with the
hardware to manage memory and filesystems and make sure programs run.
A) distribution
B) command-line shell
C) kernel
D) secure shell
Ans: C
Complexity: Easy
Ahead: The Origins of Linux
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Understand



2. You are selecting a package-management system to install programs on your Linux Ubuntu
distribution. Which one do you choose?
A) Advanced Package Tool (APT)
B) Red Hat Package Manager (RPM)
C) sudo
D) Yellowdog Updater, Modified (Yum)
Ans: A
Complexity: Easy
Ahead: The Origins of Linux
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Debian-based systems like Mint and Ubuntu use APT and the related utilities to install
software.
Taxonomy: Apply



3. Which of the following is true regarding open-source software versus commercial software?


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 1 of 11

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank

A) Because open-source source code is open, processes are always in place to ensure code is written to
reduce or remove vulnerabilities in the software.
B) Open-source software is always rigorously tested.
C) Open-source software often suffers from a process-heavy path to get a vulnerability fixed.
D) Open-source projects put their source code out on the open Internet at public repositories.
Ans: D
Complexity: Medium
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Because the source code is open does not mean the project has processes in place to ensure
code is written to reduce or remove vulnerabilities in the software. It also does not mean there has been
rigorous testing. Unlike commercial software, an open-source project may not suffer from a process-
heavy path to get a vulnerability fixed.
Taxonomy: Understand



4. The Linux open-source license, referred to as GNU General Public License (GPL), requires that:
A) the source code be considered closed source after modification by an organization.
B) any software based on GPLed software retain the same rights as the original software.
C) all GPLed software be attributed to GNU Project founder Richard Stallman.
D) any software based on GPLed software may not retain the same rights as the original software.
Ans: B
Complexity: Hard
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Any software that is based on GPLed software is required to retain the same rights as the
original software. In other words, if a software project licensed using GPL is taken and modified by
another party, that party would have to release it under GPL as well.
Taxonomy: Understand



5. You are downloading open-source code for a web server. A cryptographic hash is generated for the
downloadable source code file. What does this protect you from?
A) A backdoor being installed in the software
B) An attacker generating a new MD5
C) The download being corrupted
D) The tarball being packed
Ans: C
Complexity: Medium
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Along with the source code, there is generally a cryptographic hash generated to demonstrate
that what you downloaded is what you are actually looking for. Where you are protected with this is if the
download gets corrupted. It does not protect you if the tarball has been altered and a new MD5 has been
generated.
Taxonomy: Understand



6. Fedora Core and Ubuntu are examples of:
A) source code.


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 2 of 11

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank

B) distributions.
C) applications.
D) virtual platforms.
Ans: B
Complexity: Easy
Ahead: Linux Distributions
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Understand



7. Which of the following is a distribution based on Debian?
A) CentOS
B) Mint
C) RHEL
D) Rocky
Ans: B
Complexity: Easy
Ahead: Linux Distributions
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Remember



8. You are developing a security protocol using cryptography. You want to prevent a party to a computer
transaction from denying that the transaction took place. What security issue are you addressing?
A) Confidentiality
B) Integrity
C) Availability
D) Nonrepudiation
Ans: D
Complexity: Medium
Ahead: The C-I-A Triad
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Apply



9. Keeping secrets is the essence of which tenet of the C-I-A triad?
A) Confidentiality
B) Integrity
C) Availability
D) Nonrepudiation
Ans: A
Complexity: Easy
Ahead: The C-I-A Triad
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Understand


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 3 of 11

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank




10. A denial of service (DoS) attack jeopardizes which tenet of the C-I-A triad?
A) Confidentiality
B) Integrity
C) Availability
D) Nonrepudiation
Ans: C
Complexity: Medium
Ahead: The C-I-A Triad
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Understand



11. What does the Parkerian hexad include that the C-I-A triad does not?
A) Confidentiality
B) Authenticity
C) Integrity
D) Availability
Ans: B
Complexity: Medium
Ahead: The C-I-A Triad
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: The Parkerian hexad includes confidentiality, possession or control, integrity, authenticity,
availability, and utility. The C-I-A triad includes confidentiality, integrity, and availability.
Taxonomy: Understand



12. You are working with virtualization software on a Linux hardware host. You want to put several virtual
applications in a container package that is native to Linux. What do you use?
A) Docker
B) LXC
C) A GNU General Public License (GPL)
D) Transport Layer Security (TLS)
Ans: B
Complexity: Medium
Ahead: Linux as a Security Device
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Containers are a way of virtualizing applications by tagging the memory assigned to an
application so it's not possible for the application to refer to memory that has not been tagged in the same
way. LXC is a set of programs required to manage native Linux containers.
Taxonomy: Apply



13. What is Snort?
A) A firewall
B) A gateway
C) A bastion host


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 4 of 11

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank

D) An intrusion-detection service
Ans: D
Complexity: Easy
Ahead: Linux as a Security Device
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Snort is an intrusion-detection service that watches network traffic as it goes by, looking for
areas of concern. Any packet or frame that passes by the Snort sensor that looks suspicious generates
an alert.
Taxonomy: Understand



14. Which of the following is the best definition of a bastion host?
A) A type of open-source license
B) A system that is presented to the outside world that can be used to protect other systems that are
more sensitive
C) A system logger
D) Hardware or software capable of blocking networking communications based on established criteria or
"rules"
Ans: B
Complexity: Easy
Ahead: Linux as a Security Device
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy: Understand



15. You are configuring a Linux-based device as a firewall in a current version of Linux. What package do
you use to create firewall rules that live within the kernel?
A) ipfreewall
B) ipchains
C) ipsecurity
D) iptables
Ans: D
Complexity: Medium
Ahead: Linux as a Security Device
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Where Linux previously used a package called ipchains, the current firewall software available
for Linux is called iptables. Iptables is a program that you use to create firewall rules that live within the
kernel.
Taxonomy: Apply



16. What is one of the first host-based intrusion-detection systems deployed under Linux? It is now a
commercial product that monitors operating system files.
A) Bastion host
B) Snort
C) Syslog
D) Tripwire
Ans: D
Complexity: Easy


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 5 of 11

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank

Ahead: Linux as a Security Device
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: Tripwire, now a commercial product, was developed to monitor critical operating system files.
It was one of the first host-based intrusion-detection systems developed for Unix-like operating systems.
Taxonomy: Remember



17. Which of the following is not true of system hardening?
A) A hardened system is more resistant to attack.
B) System hardening involves removing all but the most critical users from the system.
C) A hardened system usually has more packages to update than an unhardened system.
D) System hardening involves ensuring permissions are restricted on files and directories.
Ans: C
Complexity: Medium
Ahead: Linux as a Security Device
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: When you harden an operating system, you make it more resistant to attack. To do this, you
remove any software you are not going to be using. As a result, there are fewer ways in for an adversary.
There are also fewer packages you have to monitor for updates in case vulnerabilities are found in the
software. Hardening also involves removing all but the most critical users from the system, which would
have a minimum number of packages installed.
Taxonomy: Understand



18. You are running a firewall but it is not on a Linux host. The operating system is Unix based but the
kernel is different. What is the most likely system you are on?
A) BSD
B) Red Hat
C) Slackware
D) Ubuntu
Ans: A
Complexity: Medium
Ahead: Linux in the Enterprise
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: BSD is a Unix-based operating system but its operating system kernel is different. Red Hat,
Slackware, and Ubuntu all run on the Linux kernel.
Taxonomy: Understand



19. Which of the following is commonly exposed to outside systems from within an enterprise; is the way
customers get access to information, products, and services offered by businesses; and is relied upon for
many business-to-business services?
A) Web server
B) Application server
C) Proxy server
D) File server
Ans: A
Complexity: Medium
Ahead: Linux in the Enterprise
Subject: Chapter 1


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 6 of 11

,Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank

Title: Security Threats to Linux
Feedback:
Taxonomy: Understand



20. You are referred to as a black-hat hacker. Which of the following activities are you most likely to
perform?
A) Penetration testing to reveal holes in an employer's network security
B) Installing ransomware on corporate servers on behalf of a competitor
C) Luring cybercriminals to a fake website for your company as requested by your chief information
security officer in an attempt to gain information on them
D) Using social engineering to test the security training of a company and then reporting the results to the
company's chief information officer
Ans: B
Complexity: Hard
Ahead: Recent Security Issues
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: A black-hat hacker is someone who performs attacks against victims for malicious purposes.
This can include working for a criminal organization that is hired to install ransomware on a competitor's
computers or other illegal actions. Performing penetration testing, using social engineering at the request
of an employer or client, or getting information on cybercriminals are more typical of gray-hat or white-hat
hackers.
Taxonomy: Apply



True/False



1. True or False? The package-management system in Linux is used to restrict permissions on files and
folders.
Ans: False
Complexity: Easy
Ahead: The Origins of Linux
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: The Linux package-management system is used to install software.
Taxonomy:



2. True or False? Linux "open-source" means the source code cannot be viewed or modified by anyone
other than the individual or company that developed the code.
Ans: False
Complexity: Easy
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: "Open source" means the source code is open for anyone to see. Software developed by
companies that ask you to pay for the program is commonly called "closed source" in addition to being
commercial software.
Taxonomy:



Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 7 of 11

, Security Strategies in Linux Platforms and Applications, Third Edition (LinuxSec3e)
Ric Messier and Michael Jang
Test Bank




3. True or False? Branches in Linux source code repositories help keep malicious software or software
with vulnerabilities out of production.
Ans: True
Complexity: Medium
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy:



4. True or False? The term "copyleft" is associated with the GNU General Public License (GPL).
Ans: True
Complexity: Easy
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback:
Taxonomy:



5. True or False? GNU's Not Unix (GNU) refers only to commercial versions of Linux software.
Ans: False
Complexity: Easy
Ahead: The Origins of Linux
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: GNU is an open-source project that originally attempted to create a Unix-like operating system
and today contributes tools that are used in the overall environment on top of the operating system.
Taxonomy:



6. True or False? The concept that Linux source code should be freely available means that it should be
without cost.
Ans: False
Complexity: Medium
Ahead: Security in an Open-Source World
Subject: Chapter 1
Title: Security Threats to Linux
Feedback: The concept that source code should be available should not be read as a belief that
everything should be without cost.
Taxonomy:



7. True or False? One benefit of open-source code is the ability to learn what the code does and how the
program operates.
Ans: True
Complexity: Medium
Ahead: Security in an Open-Source World
Subject: Chapter 1


Copyright © 2024 by Jones & Bartlett Learning, LLC, an Ascend Learning Company Page 8 of 11

Document information

Uploaded on
July 11, 2026
Number of pages
184
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$25.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Sold
20
Followers
1
Items
827
Last sold
4 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions