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
Exam (elaborations)

MSIS 4123 TEST 002 QUESTIONS WITH CORRECT SOLUTIONS.

Rating
-
Sold
-
Pages
12
Grade
A+
Uploaded on
26-11-2025
Written in
2025/2026

MSIS 4123 TEST 002 QUESTIONS WITH CORRECT SOLUTIONS. "Open Source is Magic" - Answer--What is/isn't open source -Origins of open source -Attacks against open source (netscape era) "they said.." -Why do people write open source -good things about open source -ways that open source is "magic" "Secure", as in secure programs - Answer-no single definition; never 100% secure "The Cloud" - Answer-"someone else's computer" "Upstream Early and Often" - Answer-popular open source motto regarding code changes Access Control List - Answer-each object has a list of right per object or user; inverse of a file directory Active fault detection - Answer-Programs should watch for errors; redundant (duplicate) systems should take the place of failed systems if possible Apache License 2.0 - Answer-can be applied to both copyrights and patents Appropriate Confidence Level in Trusted Software - Answer-trust matches the sensitivity of the environment and the data ASCII - Answer-a stand for representing binary values as human-interpreted characters; a code sheet Assembly language - Answer-one step up from machine code; uses words like "push" and "pop" and "add" Assurance (Trusted Systems) - Answer-our belief that the O/S in implemented in a way that enforces that security policy Audit Logs - Answer-track actions in computer; who did what, when Base Register - Answer-Variable fence register that sets the lower bound (lower memory location) Bell-LaPadula Model - Answer-simple security property (no read up); *-property (no write down); all about confidentiality Biba Model - Answer--simple integrity rule (no read down) -integrity *-property (no write up) -all about the integrity of the data Biometrics - Answer-authentication that relies on physical characteristics of user BIOS - Answer-the first set of instructions ran by a computer; stored in ROM; the first thing your computer sees when it wakes Black Box Testing - Answer-trying to break a program without looking at the code Bounds Register - Answer-variable fence register that sets the upper memory location Brain Virus - Answer-early prototype virus; boot sector virus Brute Force Attack - Answer-trying every possible password combination BSD License - Answer-fewer restrictions than GPL; New BSD restricts use of contributor names for endorsement of a derived work Buffer Overflow - Answer-committing more data to memory than has been allotted; this pushes data into other memory regions, can allow improper access Change Control Board - Answer-senior group that reviews and decides on major software changes Chinese Wall Security Policy - Answer-confidentiality; working on x bars you from seeing y; law firm example Clark-Wilson Commercial Security Policy - Answer-integrity and confidentiality; well-formed transactions; separation of duty Clear Box Testing - Answer-trying to break a program while having the advantage of also seeing the code Code Red - Answer-very bad virus; exploited IIS; used buffer overflow; different actions on different days Cohesion - Answer-we want high cohesion; all code in a module relates to that module Commercial Security Policies - Answer-no formal clearances; poor regulation of rules; internal data vs everything else Common Criteria - Answer-US/Canadian rewrite of the DoD Orange Book; 1992 Compiled Code - Answer-all the code is turned into machine code at once; an .exe file is compiled code Complete Mediation - Answer-every access attempt is checked Computer Psychology - Answer--computers count in binary; we count in decimal -everything in a computer is a bunch of stuff that represents a 1 or 0 -the 0's or 1's can be sent around in parallel or serial; multi-lane hwy vs. two lane road Concurrency Management - Answer-ensuring that many people can change data at the same time but in some sane order Contributor (open source software) - Answer-someone who has made new code or code changes that are accepted into the original source code Counting in binary - Answer-number right to left starting with 1 and doubling to 256; add all the numbers over a "1" in binary Coupling - Answer-we want low coupling; loosely couple; modules of code in a program are not heavily dependent on each other CPU - Answer--central processing unit; brains of a computer; runs instructions, has some really fast memory of its own to use Creative Commons (CC) Licenses - Answer-not totally open source; for design work rather than code development; 4 basic parts - attribution, share alike, non-commercial, no derivative works that can be combined in any way CWE/SANs Top Errors - Answer-SQL Injection (#1) Buffer Overflow Missing Authentication Missing Authorization Hard-Code Credentials Missing Encryption Bad Crypto Algorithm Design (Trusted Systems) - Answer-the implementation of the model; how it should be implemented Developer - Answer-typically uses programming languages to build business (or other) solutions; focus is on what the code can do Developer Roles - Answer-specify, design, implement, test, review, document, manage, and maintain the system Dictionary Attack - Answer-try to guess the password from a long list of possible choices

Show more Read less
Institution
MSIS 4123
Course
MSIS 4123

Content preview

"Open Source is Magic" - Answer--What is/isn't open source
-Origins of open source
-Attacks against open source (netscape era) "they said.."
-Why do people write open source
-good things about open source
-ways that open source is "magic"

"Secure", as in secure programs - Answer-no single definition; never 100% secure

"The Cloud" - Answer-"someone else's computer"

"Upstream Early and Often" - Answer-popular open source motto regarding code
changes

Access Control List - Answer-each object has a list of right per object or user; inverse of
a file directory

Active fault detection - Answer-Programs should watch for errors; redundant (duplicate)
systems should take the place of failed systems if possible

Apache License 2.0 - Answer-can be applied to both copyrights and patents

Appropriate Confidence Level in Trusted Software - Answer-trust matches the sensitivity
of the environment and the data

ASCII - Answer-a stand for representing binary values as human-interpreted characters;
a code sheet

Assembly language - Answer-one step up from machine code; uses words like "push"
and "pop" and "add"

Assurance (Trusted Systems) - Answer-our belief that the O/S in implemented in a way
that enforces that security policy

Audit Logs - Answer-track actions in computer; who did what, when

Base Register - Answer-Variable fence register that sets the lower bound (lower
memory location)

Bell-LaPadula Model - Answer-simple security property (no read up); *-property (no
write down); all about confidentiality

, Biba Model - Answer--simple integrity rule (no read down)
-integrity *-property (no write up)
-all about the integrity of the data

Biometrics - Answer-authentication that relies on physical characteristics of user

BIOS - Answer-the first set of instructions ran by a computer; stored in ROM; the first
thing your computer sees when it wakes

Black Box Testing - Answer-trying to break a program without looking at the code

Bounds Register - Answer-variable fence register that sets the upper memory location

Brain Virus - Answer-early prototype virus; boot sector virus

Brute Force Attack - Answer-trying every possible password combination

BSD License - Answer-fewer restrictions than GPL; New BSD restricts use of
contributor names for endorsement of a derived work

Buffer Overflow - Answer-committing more data to memory than has been allotted; this
pushes data into other memory regions, can allow improper access

Change Control Board - Answer-senior group that reviews and decides on major
software changes

Chinese Wall Security Policy - Answer-confidentiality; working on x bars you from
seeing y; law firm example

Clark-Wilson Commercial Security Policy - Answer-integrity and confidentiality; well-
formed transactions; separation of duty

Clear Box Testing - Answer-trying to break a program while having the advantage of
also seeing the code

Code Red - Answer-very bad virus; exploited IIS; used buffer overflow; different actions
on different days

Cohesion - Answer-we want high cohesion; all code in a module relates to that module

Commercial Security Policies - Answer-no formal clearances; poor regulation of rules;
internal data vs everything else

Common Criteria - Answer-US/Canadian rewrite of the DoD Orange Book; 1992

Written for

Institution
MSIS 4123
Course
MSIS 4123

Document information

Uploaded on
November 26, 2025
Number of pages
12
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$9.99
Get access to the full document:

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

Get to know the seller
Seller avatar
karimilinet45

Get to know the seller

Seller avatar
karimilinet45 EXAMS
View profile
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
84
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

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