ISC 2 Unit Outline Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/48

flashcard set

Earn XP

Description and Tags

Flashcards covering IT infrastructure, cloud computing, enterprise systems, system availability, change management, and database design based on the ISC 2 Unit Outline.

Last updated 3:26 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

IT Infrastructure

The supporting IT architecture within most modern companies, composed of interconnected technological components involving hardware, software, and specialized personnel.

2
New cards

End-user devices (EUDs)

Electronic machines, such as computers or minicomputers, that directly interact with employees or consumers at the "edge" of a network.

3
New cards

Motherboard

A key internal hardware component that connects critical pieces including microprocessors, graphics cards, hard drives, RAM, and the power supply.

4
New cards

Infrastructure Housing

The facilities and safeguards, such as data centers or offices, that contain hardware as part of the broader IT infrastructure.

5
New cards

Network infrastructure

The hardware, software, layout, and topology of network resources enabling connectivity and communication between devices.

6
New cards

Modems

Devices that receive analog signals from the internet service provider and translate them into digital signals.

7
New cards

Routers

Devices that manage network traffic by reading source and destination fields in information packet headers to determine the most efficient travel path.

8
New cards

Gateways

Hardware that transforms data from one protocol into another to allow information to flow between different networks.

9
New cards

Edge-enabled Devices

Devices that allow computing, storage, and networking functions to occur closer to where the data or system request originates.

10
New cards

Firewalls

Software applications or hardware devices that protect network traffic by filtering it through security protocols with predefined rules.

11
New cards

Network topology

The physical layout of equipment, or "nodes," in a network, commonly including bus, mesh, ring, and star types.

12
New cards

Open Systems Interconnection (OSI) model

A model that segregates network functions into seven layers: application (77), presentation (66), session (55), transport (44), network (33), data link (22), and physical (11).

13
New cards

Local-Area Networks (LAN)

Networks that provide access to a limited geographic area, such as a home or a single-location office.

14
New cards

Wide-Area Networks (WAN)

Networks providing access to larger geographic areas, such as cities, regions, or countries.

15
New cards

Software-defined WAN (SD-WAN)

A setup where control and management are separated from hardware into software to monitor and optimize WAN connection performance.

16
New cards

VPNs

Virtual connections through a secure channel or tunnel providing remote and secure access to an existing network.

17
New cards

Demilitarized Zone (DMZ)

A subnetwork located outside a LAN's firewall that separates the LAN from untrusted networks like the internet.

18
New cards

Cloud computing

A model using shared resources over the internet where customers rent storage, processing power, or software from remote servers.

19
New cards

Infrastructure-as-a-Service (IaaS)

A cloud model where the CSP provides a virtual data center including servers, storage, hardware, and networking services billed on a per-use basis.

20
New cards

Platform-as-a-Service (PaaS)

A cloud model where the CSP provides proprietary tools remotely to facilitate the creation of programs and delivery of services.

21
New cards

Software-as-a-Service (SaaS)

A cloud model where the CSP provides business applications via the internet and manages upgrades, security, and support through licensing.

22
New cards

Enterprise resource planning (ERP) systems

Cross-functional systems that integrate information across departments such as accounting, finance, HR, and manufacturing.

23
New cards

Accounting Information System (AIS)

A system that collects, records, and stores accounting information to report financial and nonfinancial data to decision makers; consists of TPS, FRS, and MRS.

24
New cards

Processing integrity

A system's ability to initiate and complete transactions so they are valid, accurate, completed timely, and authorized.

25
New cards

AICPA definition of control deficiency

A properly designed control that either does not operate as designed or is performed by a person lacking authority or competence.

26
New cards

COSO Principle 1313

The principle stating organizations should acquire, create, and use quality information to support internal controls.

27
New cards

Business Resiliency

The integration of availability controls, disaster recovery, business continuity, and crisis management into procedures to ensure operation survival.

28
New cards

Disaster Recovery

An entity's plans for restoring IT functions, including data files and processing capability, in the event of destruction.

29
New cards

Cold site

The least expensive alternative processing facility option for disaster recovery.

30
New cards

Hot site

The most expensive alternative processing facility option for disaster recovery.

31
New cards

Business Impact Analysis (BIA)

A process to identify business units and processes essential to the survival of an entity and the impact of their failure.

32
New cards

Maximum Tolerable Downtime (MTD)

A metric used for system availability indicating the maximum amount of time a business can tolerate being down.

33
New cards

Incremental backup

A backup that copies only data items changed since the last backup, requiring the last full backup and all subsequent files for restoration.

34
New cards

Differential backup

A backup that copies all changes made since the last full backup; daily files contain cumulative activity.

35
New cards

Change Management

The policies, procedures, and resources employed to govern change within an organization.

36
New cards

Waterfall Model

A sequential change management methodology where teams perform separate tasks in order based on pre-written authoritative agreements.

37
New cards

Agile Method

A flexible approach to change management characterized by cross-functional teams working on prioritized lists of customer needs.

38
New cards

Patch management

The systematic process of identifying vulnerabilities or bugs in operating systems and addressing them with fixes between releases.

39
New cards

Direct conversion

An aggressive system conversion method where the organization switches from the old system to the new system immediately.

40
New cards

Extract, transform, and load (ETL)

A method of data collection used in the first step of the data life cycle.

41
New cards

Operational Data Store (ODS)

A repository of transactional data from multiple sources often used as an interim area between data sources and warehouses.

42
New cards

Data Lake

A repository containing both structured and unstructured data in its natural or raw format.

43
New cards

Primary keys

A column type in a relational database table that uniquely identifies each record.

44
New cards

Data dictionary

A type of metadata that provides and summarizes information about the data in a database to inform decisions and reports.

45
New cards

Normalization

A database design technique that reduces data redundancy and eliminates insertion, update, and deletion anomalies through steps like 1NF1NF, 2NF2NF, and 3NF3NF.

46
New cards

Database schema

A set of instructions defining the actual structure of the database, including tables, columns, and relationships.

47
New cards

Structured query language (SQL)

A computer language used to interact with, update, delete, and view data in a relational database.

48
New cards

Cartesian product

A SQL error where every row from one table is incorrectly matched with every row from another due to unspecified column sources.

49
New cards

Business Process Modeling Notation (BPMN)

A flowchart template used to create activity models using symbols like pools, swim lanes, and gateways.