sec+ sy0-701 guide

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

1/222

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:07 PM on 6/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

223 Terms

1
New cards

confidentiality

ensures that data is only viewable by authorized users. best choice is encryption to provide this, along with access controls

2
New cards

integrity

provides assurances that data has not been modified, tampered with, or corrupted through unauthorized or unintended changes. hashing is a common method for this.

3
New cards

availability

ensures that data and services are available when needed. common goal is to remove single points of failure. fault tolerance methods and redundancy are used to achieve this.

4
New cards

scaling up

adding additional hardware resources such as memory, processing power, bandwidth capability, and/or drive space.

5
New cards

scaling out

adding additional nodes or servers.

6
New cards

scalability

the ability of a system to handle increased workload either by scaling up or by scaling out. done manually by admins

7
New cards

elasticity

ability of a system to handle the increased workload by dynamically adding or removing resources as the need arises. cloud resources typically have this, allowing them to adapt to the increased and decreased demand automatically.

8
New cards

resiliency

these methods help systems heal themselves or recover from faults with minimal downtime.

9
New cards

risk

the possibility of a threat exploiting a vulnerability and resulting in a loss.

10
New cards

threat

any circumstance or event that has the potential to compromise confidentiality, integrity, or availability.

11
New cards

vulnerability

a weakness in the hardware, software, configuration, or the users operating the system.

12
New cards

the four security control categories are…

managerial, operational, technical, and physical

13
New cards

managerial controls

primarily administrative and include items such as risk and vulnerability assessmentsand security policies that guide overall security practices within an organization.

14
New cards

operational controls

focused on the day-to-day operations of an organization. help ensure organization is complying with its overall security plan. These controls include procedures, practices, and guidelines that support the implementation of the organization's security policies.

15
New cards

technical controls

use technology to reduce vulnerabilities. encryption, antivirus, IDS, firewalls, and the principle of least privilege are included

16
New cards

physical controls

any controls you can physically touch. examples are bollards and other barricades, mantraps, lighting, fences, and signs

17
New cards

the six control types

preventive, deterrent, detective, corrective, compensating and directive

18
New cards

preventive controls

attempt to prevent security incidentsand minimize vulnerabilities. They include measures like access controls, firewalls, and security awareness training.

19
New cards

detective controls

attempt to detect when a vulnerability has been exploited or when an incident has occurred. These controls include intrusion detection systems, security cameras, and log monitoring.

20
New cards

deterrent controls

attempts to prevent incidents by discouraging threats.

21
New cards

corrective controls

attempt to reverse the impact of an incident or problem after it has occurred. These controls include incident response plans, data restoration, and patch management.

22
New cards

compensating controls

alternative controls used when it isn’t feasible or possible to use the primary control

23
New cards

directive controls

provide instruction to individuals on how they should handle security-related situations that arise

24
New cards

authentication

allows entities to prove their identity by using credentials known to another entity

25
New cards

identification

occurs when a user claims or professes an identity, such as a username, email address, or biometrics

26
New cards

authentication

occurs when an entity provides proof of a claimed identity, such as a password.

27
New cards

authorization

provides access to resources based on a proven identity

28
New cards

accounting

these methods track user activity and record the activity in logs

29
New cards

4 factors of authentication

something you know, you have, you are, and where you are.

30
New cards

HOTP

generates one time use passwords that do not expire until they are used.

31
New cards

TOTP

generates one time passwords that expire after a specified period of time.

32
New cards

single sign on - SSO

allows users to authenticate with a single user account and access multiple resources on a network without authenticating again.

33
New cards

SAML

XML based standard used to exchange authentication and authorization information between different parties. used in web based applications

34
New cards

OAuth

open standard for authorization. allows users to log on with another account such as google, facebook, paypal, microsoft, or twitter. uses api calls to exchange information and a token to show that access is authorized.

35
New cards

role based access control - role-BAC

uses roles to grants access by placing users into roles based on their assigned jobs, functions, or tasks.

36
New cards

rule based access control - rule-BAC

based on a set of approved instructions, such as ACL rules in a firewall.

37
New cards

discretionary access control - DAC

every object has an owner. owner has explicit access and establishes access for any other user. microsoft NFTS uses this scheme.

38
New cards

mandatory access control - MAC

uses security or sensitivity labels to identify objects and subjects.

39
New cards

attribute based access control - ABAC

evaluates attributes and grants access based on said attribute values. used in many software defined networks.

40
New cards

osi model

describes network communications using seven layers numbered through 1 to 7. includes the physical layer, data link layer, network layer, transport layer, session layer, presentation layer, and application layer.

41
New cards

transmission control protocol (TCP)

connection-oriented protocol that provides guaranteed delivery

42
New cards

user datagram protocol (UDP)

connectionless protocol that provides ‘best effort’ delivery

43
New cards

file transfer protocol

used to transfer files over networks, but does not encrypt the transmission

44
New cards

simple mail transfer protocol (SMTP)

sends email using either TCP port 24 or 587, with the latter port being used for email encrypted with TLS

45
New cards

post office protocol v3 (POP3)

recieves email using tcp port 110 or tcp port 995 for encrypted connections

46
New cards

internet message access protocol v4 (IMAP4)

uses tcp port 143 or port 993 for encrypted connections. allows users to access and manage their email directly on the email server, enabling synchronization across multiple devices.

47
New cards

hypertext transfer protocol secure (HTTPS)

is an extension of HTTP that uses TLS/SSL to encrypt data for secure communication over the internet, typically operating on TCP port 443.

48
New cards

network time protocol (NTP)

provides time synchronization services

49
New cards

domain name system (DNS)

provides domain name resolution. these zones include A records for IPv4 addresses and AAAA records for IPv6 addresses. translates human-readable domain names into IP addresses, enabling users to access websites using easy-to-remember names.

50
New cards

domain name system security extensions (DNSSEC)

provides validation for DNS responses by adding a resource record signature (RRSIG)

51
New cards

switch

connect computers on a local network. map media access control addresses (MAC) to physical ports

52
New cards

router

connect networks to each other and direct traffic based on the destination IP address. use rules within access control lists (ACLs) to allow or block traffic.

53
New cards

implicit deny

indicates that unless something is explicitly allowed, it is denied. last rule in an ACL

54
New cards

host-based firewalls

filter traffic in and out of individual hosts

55
New cards

network-based firewalls

filter traffic in and out of a network. placed on the border of a network, such as between the internet and an internal network.

56
New cards

stateless firewalls

controls traffic between networks using rules within an ACL. the ACL can block traffic based on ports, IP addresses, subnets, and some protocols. additionally filter traffic based on the state of a packet within the session.

57
New cards

web application firewall (WAF)

protects a web server against web application attacks. typically placed in the screened subnet and will alert admins of suspicious events.

58
New cards

next-generation firewalls (NGFW)

perform deep packet inspection, analyzing traffic at the application layer.

59
New cards

stateful inspection firewalls

also known as layer 4 firewalls. They maintain the state of active connections and make decisions based on the context of the traffic as well as the rules in an ACL.

60
New cards

fail-open

allow all traffic to pass when the device fails

61
New cards

fail-closed

allow no traffic to pass when the device fails. provide greater security

62
New cards

screened subnet

provides a layer of protection for servers that are accessible from the internet

63
New cards

intranet

internal network. people use this to communicate and share content with each other.

64
New cards

extranet

part of a network that can be accessed by authorized entities from outside the network for secure collaboration with external partners.

65
New cards

network access translation (NAT)

translates public IP address to private IP addresses, private back to public, and hides IP addresses on the internal network from users on the internet.

66
New cards

NAT gateway

A network device that provides network address translation services to allow resources in a private subnet to access external networks, while also controlling inbound access.

67
New cards

air gap

provides physical isolations for systems or networks. these are completely isolated from other systems or networks with a gap of air.

68
New cards

router

what network device provides logical separation and segmentation using ACLs to control traffic?

69
New cards

forward proxy servers

forward requests for services from a client. they can cache content and record users’ internet activities

70
New cards

reverse proxy servers

accept traffic from the internet and forward it to one or more internal web servers. the server is placed in the screened subnet and the web servers can be in the internal network.

71
New cards

unified threat management (UTM)

includes multiple layers of protection, such as URL filters, content inspection, malware inspection, and a distributed DDoS mitigator. typically raise alerts and send them to admins to interpret

72
New cards

jump servers

placed between different security zones and provide secure access from devices in one zone to devices in the other zone. often used to manage devices in the screened subnet from the internal network.

73
New cards

your organization wants to identify biometric methods used for identification. the requirements are:

  • collect the data passively

  • bypass a formal enrollment process

  • avoid obvious methods that let the subject know data is being collected

which of the following biometric methods best meet these requirements?

facial and gait analysis

74
New cards

you need to provide a junior admin with appropriate credentials to rebuild a domain controller after it suffers a catastrophic failure. what type of account would best meet this need?

user account

75
New cards

an admin needs to grant users access to different shares on file servers based on their job functions. which of the following access control schemes would best meet this need?

role-based access control

76
New cards

your organization’s security policy requires that confidential data transferred over the internal network must be encrypted. which of the following protocols would best meet this requirement?

SSH

77
New cards

maggie needs to collect network device config information and network statistics from devices on the network. she wants to protect the confidentiality of credentials used to connect these devices. which of the following protocols would best meet this need?

SNMPv3

78
New cards

which one of the following components would not be able to communicate on the data plane of a zero trust network?

policy administrator

79
New cards

you are configuring a web server that will contain info about your organization and receive orders from your customers. which one of the following network locations is the best placement for this server?

screened subnet

80
New cards

network admins manage network devices remotely. however, a recent security audit discovered they are using a protocol that allows them to send credentials over the network in clear text. which of the following is the best method to be adopted to eliminate this vulnerability?

SSH

81
New cards

you have added another router in your network. the router provides a path to a limited access network that isn’t advertised. however, a network admin needs to access this network regularly. which of the following could he do to configure his computer to access this limited network?

use the route command

82
New cards

several servers in your organization’s screened subnet were recently attacked. after analyzing the logs, you discover that many of these attacks used TCP, but the packets were not part of an established TCP session. which of the following devices would provide the best solution to prevent these attacks in the future?

stateful firewall

83
New cards

intrusion detection systems (IDSs)

are device or software applications that monitor network or system activities for malicious activities or policy violations. They can detect and alert on potential threats but typically do not take action on their own.

84
New cards

intrusion prevention systems (IPSs)

are advanced security measures that monitor network traffic and can take immediate action to prevent detected threats. actively block or mitigate malicious activities based on set rules and policies. placed in-line with the traffic.

85
New cards

host-based IDS (HIDS)

can detect attacks on local systems such as workstations and servers. monitors local resources on the host and can detect some malware that isn’t detected on traditional antivirus software.

86
New cards

network-based IDS (NIDS)

detects attacks on networks

87
New cards

signature-based IDS/IPS

uses signatures to detect known attacks or vulnerabilities

88
New cards

trend-based IDSs

require a baseline and detect attacks based on anomalies or when traffic is outside expected boundaries

89
New cards

false positive

incorrectly raises an alert indicating an attack when an attack is not active. increase the workload of admins.

90
New cards

false negative

when an attack is active, but not reported

91
New cards

wireless access points (APs)

connect wireless clients to a wired network

92
New cards

service set identifier (SSID)

the name of the wireless network. disabling broadcast hides a wireless network from casual users

93
New cards

wifi protected access v2 (WPAv2)

uses AES with CCMP and supports open, pre-shared key ({SL), and enterprise modes

94
New cards

enterprise mode

more secure than personal mode because it adds authentication. uses an 802.1X authentication server implemented as a RADIUS server.

95
New cards

wifi protected access v3 (WPAv3)

uses simultaneous authentication of equals (SAE) instead of the PSK. supports enterprise modeand offers enhanced security features, including improved encryption and increased protection against password cracking.

96
New cards

EAP-TLS

most secure EAP method. requires a certificate on the server and on each of the clients.

97
New cards

captive portal

forces wireless clients to complete a process, such as acknowledging a policy or paying for access, before it grants them access to the network.

98
New cards

disassociation attack

effectively removes a wireless client from a wireless network, forcing the wireless client to reauthenticate.

99
New cards

wifi protected setup (WPS)

allows users to easily configure a wireless device by pressing a button or entering a short pin. not secure with WPAv2.

100
New cards

WPS attack

can discover the PIN created during WPS setup within hours. doesn’t work with WPAv3