CH 4 SUMMARY Flashcards

1
Q

Zero Trust

A

Zero Trust - Removing the design belief that the network has any trusted space. Security is managed at each possible level, representing the most granular asset. Microsegmentation of workloads is a tool of the model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Zenmap

A

Zenmap - The graphical user interface (GUI) for the Nmap Security Scanner, an open-source application that scans networks to determine everything that is connected as well as other information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

WLAN

A

Wireless Area Network (WLAN) - A group of computers and devices that are located in the same vicinity, forming a network based on radio transmissions rather than wired connections. A Wi-Fi is network is a type of WLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

VPN

A

VPN - A virtual private network (VPN), built on top of existing networks, that can provide a secure communications mechanism for transmission between networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

VLAN

A

Virtual Local Area Network (VLAN) - A logical group of workstations, servers, and network devices that appear to be on the same LAN despite their geographical distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

TCP/IP

A

Transport Control Protocol/Internet Protocol (TCP/IP) Model - Internetworking protocol model created by the IETF, which specifies four layers of functionality: Link layer (physical communications), Internet Layer (network-to-network communication), Transport Layer (basic channels for connections and connectionless exchange of data between hosts), and Application Layer, where other protocols and user applications programs make use of network services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Spoofing

A

Spoofing - Faking the sending address of a transmission to gain illegal entry into a secure system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SaaS

A

Software as a Service (SaaS) - The cloud customer uses the cloud provider’s applications running within a cloud infrastructure. The applications are accessible from various client devices through either a thin client interface, such as a web browser or a program interface. The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings. Derived from NIST 800-145

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Software

A

Software - Computer programs and associated data that may be dynamically written or modified during execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SMTP

A

Simple Mail Transport Protocol (SMTP) - The standard communication protocol for sending and receiving emails between senders and receivers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Public Cloud

A

Public cloud - The cloud infrastructure is provisioned for open use by the general public. It may be owned, managed, and operated by a business, academic, or government organization, or some combination of them. It exists on the premises of the cloud provider.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Protocols

A

Protocols - A set of rules (formats and procedures) to implement and control some type of association (that is, communication) between systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Private Cloud

A

Private cloud - The phrase used to describe a cloud computing platform that is implemented within the corporate firewall, under the control of the IT department. A private cloud is designed to offer the same features and benefits of cloud systems, but removes a number of objections to the cloud computing model, including control over enterprise and customer data, worries about security, and issues connected to regulatory compliance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

PaaS

A

Platform as a Service (PaaS) - The web-authoring or application development middleware environment that allows applications to be built in the cloud before they’re deployed as SaaS assets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

PCI DSS

A

Payment Card Industry Data Security Standard (PCI DSS) - An information security standard administered by the Payment Card Industry Security Standards Council that applies to merchants and service providers who process credit or debit card transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Payload

A

Payload - The primary action of a malicious code attack.

17
Q

Packet

A

Packet - Representation of data at Layer 3 of the Open Systems Interconnection (OSI) model.

18
Q

Oversized Packet Attack

A

Oversized Packet Attack - Purposely sending a network packet that is larger than expected or larger than can be handled by the receiving system, causing the receiving system to fail unexpectedly.

19
Q

Microsegmentation

A

Microsegmentation - Part of a zero-trust strategy that breaks LANs into very small, highly localized zones using firewalls or similar technologies. At the limit, this places firewall at every connection point.

20
Q

Man In the Middle Attack

A

Man-in-the-Middle - An attack where the adversary positions himself in between the user and the system so that he can intercept and alter data traveling between them.

21
Q

IPV4

A

Internet Protocol (IPv4) - Standard protocol for transmission of data from source to destinations in packet-switched communications networks and interconnected systems of such networks.

22
Q

ICMP

A

Internet Control Message Protocol (ICMP) - An IP network protocol standardized by the Internet Engineering Task Force (IETF) through RFC 792 to determine if a particular service or host is available.

23
Q

IaaS

A

Infrastructure as a Service (IaaS) - The provider of the core computing, storage and network hardware and software that is the foundation upon which organizations can build and then deploy applications.  IaaS is popular in the data center where software and servers are purchased as a fully outsourced service and usually billed on usage and how much of the resource is used.

24
Q

Hybrid cloud

A

Hybrid cloud - A combination of public cloud storage and private cloud storage where some critical data resides in the enterprise’s private cloud while other data is stored and accessible from a public cloud storage provider.

25
Q

Fragment Attack

A

Fragment attack - In a fragment attack, an attacker fragments traffic in such a way that a system is unable to put data packets back together.

26
Q

Encryption

A

Encryption - The process and act of converting the message from its plaintext to ciphertext. Sometimes it is also referred to as enciphering. The two terms are sometimes used interchangeably in literature and have similar meanings.

27
Q

Encapsulation

A

Encapsulation - Enforcement of data hiding and code hiding during all phases of software development and operational use. Bundling together data and methods is the process of encapsulation; its opposite process may be called unpacking, revealing, or using other terms. Also used to refer to taking any set of data and packaging it or hiding it in another data structure, as is common in network protocols and encryption.

28
Q

DNS

A

Domain Name Service (DNS) - This acronym can be applied to three interrelated elements: a service, a physical server and a network protocol.

29
Q

DoS

A

Denial-of-Service (DoS) - The prevention of authorized access to resources or the delaying of time-critical operations. (Time-critical may be milliseconds or it may be hours, depending upon the service provided.)

30
Q

De-encapsulation

A

De-encapsulation - The opposite process of encapsulation, in which bundles of data are unpacked or revealed.

31
Q

Community Cloud

A

Community cloud - A system in which the cloud infrastructure is provisioned for exclusive use by a specific community of consumers from organizations that have shared concerns (e.g., mission, security requirements, policy and compliance considerations). It may be owned, managed and operated by one or more of the organizations in the community, a third party or some combination of them, and it may exist on or off premises.

32
Q

Cloud Computing

A

Cloud computing - A model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.

33
Q

Bit

A

Bit - The most essential representation of data (zero or one) at Layer 1 of the Open Systems Interconnection (OSI) model.

34
Q

API

A

Application programming interface (API) - A set of routines, standards, protocols, and tools for building software applications to access a web-based software application or web tool.