Comptia Sec+ (3.0 Security Architecture)

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/94

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:56 AM on 8/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

95 Terms

1
New cards

What is the endpoint in the context of hardening?

The endpoint is where users access applications and data on platforms such as mobile devices and desktops; it must be protected from both inbound and outbound attacks using defense in depth.

2
New cards

What is Endpoint Detection and Response (EDR), and how can it respond to threats?

EDR uses methods such as behavioral analysis, machine learning, process monitoring, and a lightweight endpoint agent instead of relying only on signatures. It can investigate root cause and respond by isolating the system, quarantining the threat, or rolling back to a previous configuration, often through API-driven automation.

3
New cards

What is a host-based firewall?

A software-based personal firewall that runs on an endpoint and controls incoming or outgoing application traffic, including traffic by application process.

4
New cards

What is a Host-based Intrusion Prevention System (HIPS), and what can it detect?

HIPS recognizes and blocks known attacks, helps secure OS and application configurations, and validates incoming service requests using signatures, heuristics, or behavior. Examples include buffer overflows, registry updates, writes to the Windows folder, and access to non-encrypted data.

5
New cards

Why should unnecessary ports and services be closed, and how can administrators verify them?

Every open port is a possible entry point, so only required ports and services should remain available and access should be controlled with a firewall. Nmap or a similar port scanner can verify open ports, with ongoing monitoring.

6
New cards

Why must default passwords and settings be changed?

Network devices and applications often expose management or maintenance interfaces, so leaving defaults in place can provide attackers with access to critical systems or sensitive data.

7
New cards

Why should unnecessary software be removed?

All software can contain bugs and security vulnerabilities; removing unused applications reduces risk and reduces the amount of software that must be patched.

8
New cards

What is a cloud responsibility matrix?

Documentation that identifies who is responsible for specific security tasks in cloud services such as IaaS, PaaS, and SaaS. Responsibilities can vary by provider and by contractual agreement.

9
New cards

What security challenges can a hybrid cloud create?

Using more than one public or private cloud adds complexity such as mismatched authentication, firewall configurations, server settings, diverse cloud-specific logs, and possible data leakage across the public Internet.

10
New cards

Why must third-party cloud vendors be included in security planning?

Organizations depend on cloud providers and other vendors, so vendor risk should be assessed continuously and their impact should be included in incident-response planning and monitoring.

11
New cards

What is Infrastructure as Code (IaC)?

Defining servers, networks, applications, and related infrastructure as code so the environment can be versioned and built repeatedly from a defined description.

12
New cards

What is serverless architecture or Function as a Service (FaaS)?

An architecture where application functions run in short-lived, stateless compute containers managed by a third party, removing most operating-system management from the developer.

13
New cards

What is the role of APIs in a microservices architecture?

APIs connect independent microservices so separate application functions can communicate while remaining scalable, resilient, and more easily contained for security and compliance.

14
New cards

What is physical isolation?

Keeping devices physically separate, such as creating an air gap between networks, so they cannot communicate unless a physical connection is added.

15
New cards

What is the difference between physical segmentation and logical segmentation with VLANs?

Physical segmentation uses separate infrastructure, while VLANs separate systems logically and require a Layer 3 device or router for communication between VLANs.

16
New cards

What are the three functional planes described in Software Defined Networking (SDN), and what does each do?

The data or infrastructure plane processes frames and packets such as forwarding, trunking, encryption, and NAT; the control plane manages actions through routing, session, and NAT tables and routing updates; the application or management plane configures and manages devices through interfaces such as SSH, a browser, or an API.

17
New cards

What is a major difference between cloud-based and on-premises security responsibility?

Cloud environments centralize much of the infrastructure with a third party, while on-premises environments place the security and infrastructure burden directly on the organization.

18
New cards

What advantages and disadvantages are associated with on-premises security?

It provides full control and allows a local team to manage security and availability directly, but staffing can be expensive and security changes may require new equipment, configuration, time, and cost.

19
New cards

Why do organizations centralize security management across decentralized systems, and what is a downside?

Centralization can provide correlated alerts, consolidated log analysis, and comprehensive status, maintenance, and patching across many locations and platforms. It can also create a single point of failure and potential performance issues.

20
New cards

What is virtualization?

Running multiple operating systems on the same physical hardware, with each virtual machine typically having its own guest operating system.

21
New cards

How does application containerization differ from traditional virtualization?

A container packages an application and its dependencies as an isolated process while using the host kernel, making it lighter than giving each application its own guest operating system.

22
New cards

What security issue is commonly associated with Internet of Things (IoT) devices?

IoT devices often have weak default security because manufacturers may focus on device functionality rather than strong security controls.

23
New cards

What is SCADA, and why does it require strong segmentation?

Supervisory Control and Data Acquisition is used for large-scale, multi-site industrial control systems; because it can control critical industrial equipment, the notes recommend extensive segmentation and no outside access.

24
New cards

What is a Real-Time Operating System (RTOS)?

An operating system with a deterministic processing schedule, used where processes cannot wait, such as industrial equipment, automobiles, and military environments.

25
New cards

What is an embedded system?

Hardware and software designed for a specific function or as part of a larger system, such as a traffic-light controller, digital watch, or medical imaging system.

26
New cards

What is high availability (HA)?

A design goal in which services are always on and available; unlike basic redundancy, HA does not require a failed system to be manually brought online.

27
New cards

How do availability, resilience, and MTTR relate to infrastructure design?

Availability is keeping systems up so authorized users can access data and complete transactions. Resilience is the ability to maintain or recover availability after a problem, and MTTR means Mean Time to Repair, a measure associated with recovery speed.

28
New cards

What infrastructure considerations are associated with cost, responsiveness, scalability, and ease of deployment?

Cost includes installation, maintenance, repair, replacement, and operating or capital expenses. Responsiveness is request-to-response speed. Scalability is the ability to adjust capacity as demand changes, and deployment can be simplified through orchestration and automation while security monitoring must scale with the environment.

29
New cards

What is risk transference?

Moving some financial risk to a third party, such as using cybersecurity insurance to help cover attack-related losses, downtime, or legal costs.

30
New cards

Why is ease of recovery an important infrastructure consideration?

Recovery time affects business operations; the notes illustrate that restoring from a standardized corporate image can be much faster than reinstalling from original operating-system media.

31
New cards

Why are patch availability and the inability to patch important infrastructure considerations?

Software needs bug fixes and security updates, so regular vendor patch availability matters. If a system such as an embedded device cannot be patched, additional security controls such as a firewall may be needed to reduce exposure.

32
New cards

What power and compute factors should be considered when designing infrastructure?

Plan primary and backup power such as UPSs and generators, and choose compute resources that balance development simplicity, complexity, and scalability.

33
New cards

How does device placement contribute to secure infrastructure?

Security devices should be positioned where they can protect appropriate zones, such as firewalls between trusted and untrusted networks and technologies such as honeypots, jump servers, load balancers, and sensors where needed.

34
New cards

What are security zones?

Logical areas such as trusted, untrusted, internal, external, Internet, servers, databases, or screened networks that simplify security policies by applying rules between zones.

35
New cards

What is the attack surface, and how can it be minimized?

The attack surface includes all possible ways into a system, such as application code, open ports, authentication processes, and human error. Minimize it by auditing code, blocking unnecessary ports, and monitoring network traffic in real time.

36
New cards

How can network connectivity itself be hardened?

Protect physical cabling and drops and use application-level or network-level encryption such as IPsec tunnels and VPN connections.

37
New cards

What is the difference between fail-open and fail-closed?

Fail-open allows data to continue flowing when a security system fails; fail-closed stops data flow when the system fails.

38
New cards

What is the difference between active and passive security monitoring?

Active monitoring is inline and can block traffic in real time; passive monitoring examines a copy of traffic from a tap or port monitor and cannot block it in real time.

39
New cards

What is the difference between an IDS and an IPS, and what attacks can an IPS address?

An Intrusion Detection System generates an alarm or alert, while an Intrusion Prevention System can stop malicious traffic before it enters the network. IPS can identify exploits such as buffer overflows, cross-site scripting, and other operating-system or application vulnerabilities.

40
New cards

What is a jump server, and why is it a significant security concern?

A jump server is a highly secured and monitored system used to access protected network zones, commonly through SSH, a tunnel, VPN, or RDP. Because it provides a path into protected areas, its compromise can be a significant breach.

41
New cards

What is a proxy server, and what security functions can it provide?

A proxy sits between users and an external network and sends requests on their behalf. It can provide caching, access control, URL filtering, and content scanning, and may be explicit or transparent.

42
New cards

What is load balancing?

Distributing traffic across multiple servers so the workload is shared and a server outage can have little or no effect on users.

43
New cards

What is the difference between active/active and active/passive load balancing?

Active/active uses multiple active servers and can provide functions such as offloading, caching, prioritization, and content switching; active/passive keeps some servers on standby to take over after a failure.

44
New cards

What are sensors and collectors in security monitoring?

Sensors generate security data such as IPS, firewall, authentication, web, database, or email logs, while collectors such as SIEM or syslog systems aggregate and correlate that information.

45
New cards

How do EAP and IEEE 802.1X work together?

EAP is an authentication framework supporting many authentication methods, while 802.1X provides port-based Network Access Control and prevents wired or wireless network access until authentication succeeds.

46
New cards

What are the three major roles in 802.1X authentication, and what services can validate credentials?

The supplicant is the client, the authenticator is the device providing network access, and the authentication server validates credentials. Authentication services can include RADIUS, LDAP, TACACS+, or Kerberos.

47
New cards

What does a network-based firewall do?

It controls network traffic, commonly filtering by port number or application, and may also provide VPN encryption, routing, NAT, and other network functions.

48
New cards

What is Unified Threat Management (UTM)?

An all-in-one security appliance that can combine functions such as URL filtering, content and malware inspection, spam filtering, routing, switching, firewalling, IDS/IPS, bandwidth shaping, and VPN services.

49
New cards

What is a Next-Generation Firewall (NGFW)?

A firewall that analyzes application-layer traffic and can make decisions based on applications, deep packet inspection, application-specific IPS signatures, and content categories.

50
New cards

What is a Web Application Firewall (WAF)?

A firewall focused on HTTP and HTTPS conversations that allows or denies traffic based on expected input and helps protect web applications from attacks such as SQL injection.

51
New cards

What is a VPN, and how is an SSL/TLS VPN commonly used?

A VPN sends encrypted private data across a public network, often through a VPN concentrator. The notes describe SSL/TLS VPNs over TCP port 443 as commonly used for remote user access with relatively few firewall issues.

52
New cards

What is a site-to-site IPsec VPN?

An encrypted tunnel between networks, such as a corporate network and a remote site, using VPN-capable firewalls or concentrators at each side.

53
New cards

How do SD-WAN and SASE differ, and where do VPNs fit?

SD-WAN manages cloud-focused WAN connectivity but does not fully address security. SASE combines network and cloud-based security services using clients for streamlined connections. The notes associate SSL/TLS VPNs with user access and IPsec tunnels with site-to-site access.

54
New cards

What major data types are identified in the notes?

Regulated data, trade secrets, intellectual property, legal information, financial information, human-readable data, non-human-readable data, and hybrid formats such as CSV, XML, and JSON.

55
New cards

Why is sensitive data classified?

Different categories of data require different levels of security and handling, such as additional permissions, different viewing processes, or restricted network access.

56
New cards

What is proprietary data?

Data owned by an organization, often unique to that organization and potentially including trade secrets.

57
New cards

What is Personally Identifiable Information (PII)?

Information that can identify an individual, such as a name, date of birth, mother's maiden name, or biometric information.

58
New cards

What is Protected Health Information (PHI)?

Health-related information associated with an individual, such as health status, healthcare records, or healthcare payment information.

59
New cards

What data classification levels are listed in the notes, and what do they mean?

Sensitive includes information such as intellectual property, PII, and PHI; confidential is very sensitive and requires approval to view; public or unclassified has no viewing restrictions; private/classified/restricted has limited access and may require an NDA; critical data should always be available.

60
New cards

What is data at rest, and how should it be protected?

Data stored on devices such as hard drives, SSDs, or flash drives; protect it with whole-disk, database, file, or folder encryption and appropriate access controls.

61
New cards

What is data in transit?

Data moving across a network, also called data in motion; it can be protected with controls such as firewalls and IPS and with transport encryption such as TLS or IPsec.

62
New cards

What is data in use?

Data actively being processed in memory, CPU registers, or cache; it is usually decrypted while being used and can therefore be attractive to attackers.

63
New cards

What does data sovereignty mean?

Data stored in a country is subject to that country's laws, including possible legal monitoring and court orders.

64
New cards

How can geolocation be used to control data access?

Location can be determined through methods such as 802.11 wireless, mobile providers, or GPS. Organizations can use location to prevent access from other countries or permit enhanced administrative access only from secure areas.

65
New cards

What are geographic restrictions and geofencing?

Geographic restrictions use network or physical location to control access. Geofencing can automatically allow or restrict an application or service based on whether the user is within an approved location.

66
New cards

How does encryption protect data in the 3.3 protecting-data section?

Encryption converts plaintext into unreadable ciphertext and allows conversion back when the proper key is available, making the encrypted data drastically different from the original.

67
New cards

How does hashing protect data?

Hashing creates a one-way message digest or fingerprint. It can be used to store passwords, verify document integrity, and support digital signatures for authentication, non-repudiation, and integrity.

68
New cards

What is obfuscation?

Making normally understandable information difficult to understand, such as transforming readable code into a hard-to-read form while preserving its behavior.

69
New cards

What is data masking?

A form of obfuscation that hides some of the original sensitive data from view while the original data may remain intact in storage.

70
New cards

What is tokenization?

Replacing sensitive data with a non-sensitive placeholder that is not mathematically related to the original data; it is not encryption or hashing.

71
New cards

How does data segmentation help protect sensitive information?

Separating data into different locations prevents one breach from exposing everything and allows the most sensitive information to receive stronger protection.

72
New cards

How do permission restrictions protect data?

They control both the authentication process, such as password and factor policies, and the permissions granted after login to prevent unauthorized access.

73
New cards

What are server clustering and load balancing, and how do they differ?

Server clustering combines two or more servers so they appear and operate as one system, commonly using the same OS. Load balancing distributes requests across multiple servers that may be unaware of each other and may use different operating systems.

74
New cards

What is site resiliency?

Preparing an alternate processing site with synchronized data so business processes can fail over during a disaster and later return to the primary site through a documented process.

75
New cards

What is a hot site?

An almost exact duplicate of the primary environment with hardware, applications, software, and replicated data kept ready for rapid failover.

76
New cards

What is a cold site?

An empty alternate facility with no hardware, data, or personnel already in place; the organization must bring what it needs after a disaster.

77
New cards

What is a warm site?

A recovery site between hot and cold, providing some ready infrastructure or hardware while requiring the organization to bring remaining software, data, or equipment needed to operate.

78
New cards

Why should recovery sites use geographic dispersion?

A disaster can affect a large region, so the alternate site should be physically separated from the primary location, even though this creates logistical challenges.

79
New cards

How does platform diversity improve resiliency?

Using different operating systems, applications, and clients spreads risk because many vulnerabilities affect only a particular platform.

80
New cards

How can a multi-cloud strategy improve resiliency?

Using multiple cloud providers disperses data and services so an outage or breach at one provider does not necessarily affect the others.

81
New cards

What is Continuity of Operations Planning (COOP)?

Planning documented and tested alternatives such as manual transactions, paper receipts, or phone approvals so operations can continue when computer systems are unavailable.

82
New cards

What is capacity planning?

Capacity planning matches supply to demand so too little capacity does not cause slowdowns or outages and too much capacity does not create unnecessary cost.

83
New cards

How can people, technology, and infrastructure be adjusted during capacity planning?

People capacity may require hiring, redeployment, or downsizing. Technology can scale through distributed web services, clustered or split databases, and cloud resources on demand. Infrastructure includes resources such as application servers, network services, CPU, network, and storage.

84
New cards

What is recovery testing?

Testing disaster and recovery procedures before a real event using defined rules of engagement, a specific scenario, a limited time, and documented evaluation.

85
New cards

What is a tabletop exercise?

A discussion-based exercise where key participants talk through a simulated disaster without performing a full-scale operational drill.

86
New cards

What is failover?

Switching from a failed device or service to a redundant operational unit, often automatically, so operations can continue.

87
New cards

How can simulations test security readiness?

Organizations can simulate events such as phishing, password requests, or data breaches to test both technical controls and user behavior.

88
New cards

How does parallel processing improve recovery?

Work is split across multiple processors or systems, allowing a faulty processor or device to be removed while the remaining processors continue operating.

89
New cards

What factors should be considered when planning backups?

The amount of data, backup type, media, storage location, backup and recovery software, frequency, and schedule.

90
New cards

What is the difference between onsite and offsite backups?

Onsite backups are immediately available without an Internet connection and are generally less expensive; offsite backups remain available after a local disaster and can often be restored from anywhere.

91
New cards

Why are backup frequency and encryption important?

Backup frequency determines how much recent data can be recovered, while encryption keeps the concentrated history of backup data unreadable without the recovery key.

92
New cards

What is a snapshot, and why is it useful?

A snapshot captures a system's current configuration and data, with later snapshots recording changes; it is especially useful for virtual machines and cloud systems because recovery can be very fast.

93
New cards

Why must backups be recovery-tested?

Creating a backup is not enough; organizations should simulate restoration, verify the restored applications and data, and perform periodic audits to ensure the backup actually works.

94
New cards

What are replication and journaling?

Replication keeps data synchronized in multiple locations on an ongoing, near-real-time basis; journaling records a pending storage write before it occurs so recovery is easier if power fails during the write.

95
New cards

How do UPS systems and generators provide power resiliency?

A UPS provides short-term protection from blackouts, brownouts, and surges, while a generator provides longer-term backup power; a UPS can bridge the time needed for a generator to start.