Skip to main content
Study Guide · CompTIA Security+ · SY0-701

What each objective is asking you to know

Plain-English reference for every CompTIA Security+ objective. Each entry covers what the exam tests, key facts, and how the concept connects to neighboring objectives. Pair with Quiz and Flashcards to lock it in.

Objective SP-5.1

Objective 5.1: Summarize elements of effective security governance

Cert: CompTIA Security+ (SY0-701) Domain: 5.0 Security Program Management and Oversight Weight: ~20% of SY0-701 (Domain 5 total) Depth: Summarize. Be able to name and explain guidelines, policies, standards, and procedures; external considerations (regulatory, legal, industry, geographic); monitoring and revision; governance structures (boards, committees, government entities, centralized vs decentralized); and the four data-handling roles (owners, controllers, processors, custodians or stewards).

What this objective tests

You should be able to name the four document types in the governance pyramid (policy, standard, procedure, guideline) and tell them apart by audience, authority, and enforceability. You should name the four external considerations that shape security policy (regulatory, legal, industry, geographic) and give one example of each. You should describe how governance documents stay alive through monitoring and revision cycles. You should compare governance structures (boards, committees, government entities, centralized versus decentralized models). And you should identify the four data-handling roles (data owner, data controller, data processor, data custodian or steward) and explain who answers for what.

Authoritative anchors for this objective are ISO/IEC 27014:2020 (Governance of information security) and the NIST Cybersecurity Framework 2.0, which added a new top-level Govern (GV) function in 2024. Both treat governance as the prerequisite to every other security function. Without it, everything else is improvisation.

Key facts

The four document types: the governance pyramid

Security documentation is a pyramid. The top is short and high-level. The base is long and detailed. Reading any document is easier when you know which level you are reading.

TypeLengthAuthorityAudienceMandatory?Example
Policy1 to 3 pagesExecutive-signed (board, CEO, CISO)EveryoneYesAcceptable Use Policy, Information Security Policy
Standard2 to 10 pagesSecurity or IT leadershipTechnical staff and managersYesPassword Standard, Encryption Standard, Retention Standard
Procedure1 to 20 pagesProcess ownerThe people performing the taskYesUser Onboarding Procedure, Incident Response Procedure
Guideline1 to 5 pagesSecurity teamAnyone seeking guidanceNo (advisory)Mobile Device Travel Guideline, Passphrase Recommendation

#### Policy

A policy is a short, executive-signed statement of what the organization will and will not do. Examples: the Acceptable Use Policy says what employees may and may not do with company systems. The Information Security Policy says what the company will protect and at what level. The Privacy Policy says how personal data is collected, used, and shared.

Policies are mandatory. They apply to all employees, contractors, and vendors. They are approved at the board or executive level and reviewed at least annually. They are short on purpose. A policy that runs 40 pages is no longer a policy. It is a procedure pretending to be a policy.

#### Standard

A standard turns a policy into something measurable. The Information Security Policy might say "the company will protect data at rest with strong encryption." The Encryption Standard says "data at rest shall be encrypted with AES-256 in either GCM or CBC mode using FIPS-approved key management." Standards are mandatory and auditable. An auditor can check the standard against a system and report compliance.

Common standards in a security program: password length and complexity, MFA requirements, encryption at rest and in transit, log retention periods, vulnerability scan frequency, patch SLAs, baseline images for endpoints and servers.

#### Procedure

A procedure is a step-by-step instruction for performing a task in line with a standard. The Password Standard says "passwords shall be at least 14 characters." The Password Reset Procedure says "Step 1: open the ticket. Step 2: verify user identity by callback or video. Step 3: reset the password via the admin console. Step 4: document in the ticket."

Procedures are mandatory and detailed. They are how a brand new employee actually does the work on day one. A good procedure is something you can hand to someone you just hired and have them follow.

#### Guideline

A guideline is a recommended practice. It is advisory, not mandatory. Guidelines help when policy and standards leave room for judgment. Example: "where the system supports it, prefer a passphrase over a complex password" or "where a user travels internationally, consider a loaner laptop with no production data."

When a guideline conflicts with a standard, the standard wins. Always. If a guideline is being enforced as if it were mandatory, the team has accidentally turned it into a standard without updating the documentation. That is a governance defect.

External considerations that shape policy

SY0-701 names four external considerations that drive what a security policy must cover. Most enterprises live with all four at once.

#### Regulatory

Regulatory considerations come from a government regulator with rulemaking authority. The regulator publishes rules, the organization complies, and a designated government office enforces them.

  • HIPAA (Health Insurance Portability and Accountability Act). Health care privacy and security. HHS Office for Civil Rights enforces.
  • HITECH (Health Information Technology for Economic and Clinical Health Act). Strengthens HIPAA breach notification and penalties.
  • GLBA (Gramm-Leach-Bliley Act) Safeguards Rule. Financial privacy for non-bank financials. FTC enforces.
  • FERPA (Family Educational Rights and Privacy Act). Student records. Department of Education enforces.
  • SOX (Sarbanes-Oxley) Section 404. Public company financial controls. SEC enforces.
  • State breach notification laws. Every state has one. Each state attorney general enforces.

#### Legal

Legal considerations come from statute, case law, contract, or court orders. They overlap with regulatory but the source is different.

  • State and federal data breach statutes that define notification timelines and content.
  • Litigation hold: a duty to preserve documents when litigation is reasonably anticipated.
  • Contract obligations: a vendor agreement that requires SOC 2 reporting or specific encryption strength.
  • Lawful intercept and law-enforcement requests, such as subpoenas, warrants, and national security letters.

The exam often blurs regulatory and legal. The simplest test: if a government agency publishes the rule and enforces penalties, it is regulatory. If a statute, court, or contract creates the obligation, it is legal.

#### Industry

Industry considerations come from self-regulating sector standards. These are not government laws but they bind the organization through contract or accreditation.

  • PCI DSS (Payment Card Industry Data Security Standard). The card brands (Visa, Mastercard, American Express, Discover, JCB) enforce. Not a government regulation.
  • NERC CIP (North American Electric Reliability Corporation Critical Infrastructure Protection). Bulk electric system. FERC delegates enforcement to NERC.
  • FFIEC (Federal Financial Institutions Examination Council). Federally regulated financial institutions.
  • CMMC (Cybersecurity Maturity Model Certification). Defense contractors handling controlled unclassified information.
  • HITRUST CSF. Voluntary framework used by hospitals and payers as evidence of HIPAA security maturity.

#### Geographic

Geographic considerations vary by location. Four scopes appear on the exam: local, regional, national, global.

ScopeExample
LocalA city data privacy ordinance, a county wage transparency rule
RegionalCCPA / CPRA (California), BIPA (Illinois biometric data), New York SHIELD Act
NationalHIPAA (US), PIPEDA (Canada), LGPD (Brazil), APP (Australia)
GlobalGDPR (EU residents, regardless of where the company sits)

One record can be subject to all four at once. A health insurance member who lives in Illinois, has a biometric voiceprint on file, and is a dual citizen of Germany can trigger HIPAA (national), BIPA (regional), GDPR (global), and a city privacy ordinance (local) on a single dataset.

Monitoring and revision

A policy that sits in a binder for ten years is worse than no policy. The team trusts it without checking it. ISO/IEC 27014:2020 Principle 6 says "review performance in relation to business outcomes." NIST CSF 2.0 GV.OV (Oversight) names monitoring as a top-level governance category.

Two cycles run in parallel.

#### Calendar-based review

Every governance document gets a scheduled review. A typical cadence:

Document typeMinimum review
PolicyAt least annually
StandardAt least every two years
ProcedureAt least every two years, or whenever the supporting standard changes
GuidelineAt least every three years

The named owner reads the document, confirms it still matches current practice, updates the date and version, and re-presents it for approval. The signature page captures who approved and when.

#### Event-driven revision

Some changes do not wait for the next calendar review. Standard triggers:

  • A new or amended regulation (HIPAA rulemaking, state law change).
  • A material security incident or breach.
  • A merger, acquisition, or divestiture.
  • An audit finding that requires a policy change.
  • A change in the scope of an in-scope system.
  • A change in a key vendor or sub-processor.
  • A change in a senior role (new CISO, new General Counsel, new Privacy Officer).

The audit evidence that proves the cycle works: the signature page, the version history, the next-review date, and the change log entries explaining what was revised and why.

Governance structures

SY0-701 names four structures that the exam may test.

#### Boards

The board of directors (or the equivalent body in a public-sector or non-profit organization) is the top decision authority. The board approves the security program at the highest level, reviews periodic risk reports, and owns the "tone at the top." When the board treats security as a strategic priority, the organization mirrors that. When the board treats it as a cost center, the team feels that too.

#### Committees

Below the board sit committees. Working groups that meet regularly, review proposals, approve routine decisions, and escalate to the board when needed. Standard committees in a security program:

  • Security Steering Committee. Senior leaders set strategic direction.
  • Risk Committee. Reviews the risk register and approves risk treatment plans.
  • Change Advisory Board (CAB). Approves significant changes to production systems.
  • Privacy Committee. Reviews data-protection programs and breach response.
  • Security Policy Review Committee. The body that runs the calendar-based review cycle (see Assignment 2 scenario at Lakeshore Mutual Insurance).

#### Government entities

External to the organization sit government entities that grade the program. They do not run it, but they have the authority to find it wanting.

  • HHS Office for Civil Rights (HIPAA).
  • Federal Trade Commission (consumer protection, GLBA Safeguards for non-bank financials).
  • State attorneys general (breach notification, state privacy laws).
  • Federal Energy Regulatory Commission and NERC (electric utility reliability and security).
  • CMMC accreditation bodies (defense contractor maturity).
  • Securities and Exchange Commission (public company cybersecurity disclosures).
  • European Data Protection Authorities (GDPR enforcement).

#### Centralized vs decentralized

Inside the organization, governance can be centralized, decentralized, or hybrid.

ModelPlain EnglishWhere it fits
CentralizedOne policy, one team, one decision authority across the enterprise.Banking, health care, defense. Consistent enforcement is required.
DecentralizedEach business unit, region, or subsidiary writes and owns its own policy within a high-level framework.Conglomerates, global firms, holding companies. Local rules and culture vary.
HybridCentralized policy framework with delegated authority for routine decisions inside regions or units.Most modern large enterprises end up here.

The trade-off is consistency versus agility. Centralized gives consistency at the cost of speed. Decentralized gives speed at the cost of consistency. Hybrid tries to give the upside of both, which is also the source of most ambiguity when an incident crosses business units.

Roles and responsibilities

SY0-701 names four data-handling roles. Modern privacy frameworks (GDPR, CCPA, HIPAA) make the distinctions legally significant. The exam tests vocabulary, not legal nuance, but the wording matters.

RolePlain EnglishWho they typically are
Data OwnerSenior business leader accountable for the data set. Decides access and classification. Signs off on residual risk.SVP of HR, Chief Medical Officer, CFO, Head of Customer Operations
Data ControllerGDPR term for the party that determines the purposes and means of processing personal data.Often the company itself, acting through the Privacy Officer or Data Owner
Data ProcessorThird party that processes data on behalf of the controller. Bound by contract (a data processing addendum) and by law.A SaaS analytics vendor, a payroll provider, a managed security provider
Data CustodianIT operations role that runs the systems holding the data: storage, backup, access controls, encryption keys.IT Operations team, DBA, Cloud Operations
Data StewardDay-to-day data quality role. Maintains records and resolves duplicates.Master data management team, business analyst

Some frameworks (DAMA-DMBOK) treat steward as a distinct role from custodian. Others combine them. SY0-701 may list them together or separately. Either way the test is the same: the Owner decides, the Processor handles on behalf, the Custodian enforces in technology, and the Steward keeps the data clean.

When something goes wrong, the question every regulator asks first is the same: who was the owner, and did they sign the risk acceptance.

How ISO 27014 and NIST CSF 2.0 GV map to SP-5.1

The two authoritative anchors converge on the same elements SY0-701 tests.

SP-5.1 elementISO/IEC 27014:2020NIST CSF 2.0
Document types (policy, standard, procedure, guideline)Direct: governance directionGV.PO (Policy)
External considerationsDirect: conformance with internal and external requirementsGV.OC (Organizational Context), GV.SC (Supply Chain)
Monitoring and revisionDirect: review performance in relation to business outcomesGV.OV (Oversight)
Governance structuresDirect: establish enterprise-wide information securityGV.RR (Roles, Responsibilities, and Authorities)
Roles and responsibilities (Owner, Controller, Processor, Custodian, Steward)Direct: roles and accountabilitiesGV.RR (Roles, Responsibilities, and Authorities), GV.SC (Supply Chain)

Students do not need to memorize every category code. They should recognize the framework names by sight and know that both treat governance as a top-level function, not a footnote.

Common gotchas

  • Policy vs procedure. Policy is short and high-level. Procedure is detailed and step-by-step. If the document has numbered steps, it is a procedure even if it says "policy" on the cover.
  • Standard vs guideline. Standards are mandatory. Guidelines are advisory. If something is being enforced consistently, it is functioning as a standard and should be documented as one.
  • Regulatory vs legal vs industry. Regulatory is a government regulator with rulemaking authority (HHS for HIPAA). Legal is statute, case law, contract, or court. Industry is self-regulating sector standards (PCI DSS, NERC CIP). They overlap. Read the question for who issues the rule and who enforces it.
  • PCI DSS is industry, not regulatory. The card brands enforce, not a government agency. Failing PCI DSS does not bring a federal prosecutor, but it can end a merchant agreement.
  • GDPR Data Controller vs Processor. The controller decides purposes and means. The processor handles on behalf. The controller is named first in any data protection assessment.
  • Data Owner is always senior business leader, not IT. The data owner is the SVP of HR or the CFO. The Custodian is the IT operations team. They are not interchangeable. Mixing them up is one of the most common exam traps.
  • Centralized is not better than decentralized. Each fits a context. The exam may ask which model fits a given scenario. Read the scenario for hints: regulated industry usually leans centralized, global conglomerate usually leans decentralized.
  • Boards approve, committees decide, regulators grade. Each layer has a different role. A common test trap is to assign committee decisions to the board or regulator decisions to the company.

Real-world context

GRC analyst day in the life

A GRC analyst spends a typical day inside the document library and the audit calendar.

  • Morning. Open the GRC platform (Archer, ServiceNow IRM, OneTrust, MetricStream). Review yesterday's policy comments. Update the policy version log.
  • Mid-morning. Sit in the Security Policy Review Committee meeting. Walk three policies up for revision. Capture comments from the privacy officer and legal counsel.
  • Lunch. Eat at desk. Watch the inbox for audit requests.
  • Afternoon. Pull evidence for a SOC 2 control. Confirm that the encryption standard matches what the IT operations team actually runs. Mark gaps. Open tickets to remediate.
  • Late afternoon. Refresh the risk register. Confirm that one risk acceptance is still signed off by the data owner. Email the data owner a reminder that her annual review is due in 30 days.
  • End of week. Produce a one-page executive summary of governance activity. Send to the CISO before the weekend.

Multiply that by 52 weeks and you have an entry GRC seat. From there the path is Senior GRC analyst, GRC Manager, Director of Compliance, and either CISO or Chief Privacy Officer. It is one of the cleanest career arcs in cybersecurity because it is audit-driven and predictable.

Career connection

Every regulated enterprise (banks, hospitals, insurers, defense contractors, public utilities, public companies) needs GRC analysts. The vocabulary on this objective (policy, standard, procedure, guideline, regulatory, legal, industry, geographic, board, committee, centralized, decentralized, data owner, data controller, data processor, data custodian, data steward) appears in every GRC job posting, every SOC 2 audit, and every conversation with a compliance officer. Students who can hold this vocabulary cold are already qualified for an entry GRC seat. From there, the career arc scales fastest into leadership of any cybersecurity track.

Sources

  • CompTIA Security+ SY0-701 Exam Objectives, Section 5.1
  • ISO/IEC 27014:2020 Information security, cybersecurity and privacy protection. Governance of information security
  • NIST Cybersecurity Framework 2.0 (February 2024), particularly the GV (Govern) function
  • NIST SP 800-53 Revision 5, PM (Program Management) control family
  • NIST SP 800-100 Information Security Handbook: A Guide for Managers
  • SANS Information Security Policy Templates (free, public, sans.org)
  • DAMA-DMBOK 2nd Edition for the data steward role distinction
  • Public agency policy libraries (state CIO offices, university CISO offices) for real published examples