Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

Google Associate Cloud Engineer/Acronyms/Part 6

Acronym study

Google ACE Acronyms — Part 6 of 11

Terms 151–180 of 321 Google ACE acronyms and key terms. Each entry includes a plain-English definition and a link to the full 800-word glossary page with exam context and practice questions.

← Part 5Part 6 of 11Part 7 →

Term 151

IAM group

An IAM group is a collection of IAM users in a cloud or identity system that simplifies permission management by allowing you to assign policies to multiple users at once.

Full entry →
Full IAM group glossary entry →

Term 152

IAM misconfiguration

An IAM misconfiguration occurs when identity and access management settings are incorrectly set, granting too many or too few permissions to users or services, which can lead to security breaches or operational failures.

Full entry →
Full IAM misconfiguration glossary entry →

Term 153

IAM policy

An IAM policy is a set of rules that determines who can access specific cloud resources and what actions they are allowed to perform.

Full entry →
Full IAM policy glossary entry →

Term 154

IAM role

An IAM role is a set of permissions that an entity can assume temporarily to access cloud resources securely.

Full entry →
Full IAM role glossary entry →

Term 155

IAM user

An IAM user is an identity created in AWS Identity and Access Management that represents a person or service interacting with AWS resources, with its own credentials and permissions.

Full entry →
Full IAM user glossary entry →

Term 156

Image

An image is a complete snapshot of a system's operating system, applications, and settings, used to deploy or restore computing environments quickly.

Full entry →
Full Image glossary entry →

Term 157

Inbound ACL

An inbound ACL is a set of rules applied to network traffic entering an interface that decides whether to allow or block that traffic based on criteria like source IP, destination port, or protocol.

Full entry →
Full Inbound ACL glossary entry →

Term 158

Ingress

Ingress is a Kubernetes API object that manages external access to services within a cluster, typically via HTTP or HTTPS routing rules.

Full entry →
Full Ingress glossary entry →

Term 159

Instance template

An instance template is a reusable configuration blueprint that defines the virtual machine settings, such as machine type, boot disk image, and network, for creating identical VM instances in Google Cloud Platform.

Full entry →
Full Instance template glossary entry →

Term 160

Inter-VLAN routing

Inter-VLAN routing is the process of forwarding network traffic between different VLANs to enable communication across logically separated broadcast domains.

Full entry →
Full Inter-VLAN routing glossary entry →

Term 161

Internet gateway

An Internet gateway is a cloud networking component that provides a connection between a virtual private cloud (VPC) and the public Internet, enabling resources in the VPC to send and receive traffic to and from the Internet.

Full entry →
Full Internet gateway glossary entry →

Term 162

IP address

An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

Full entry →
Full IP address glossary entry →

Term 163

IP conflict

An IP conflict occurs when two devices on the same network attempt to use the same IP address, causing communication disruptions.

Full entry →
Full IP conflict glossary entry →

Term 164

IP helper address

A Cisco IOS command that forwards broadcast traffic from one subnet to a specific server on another subnet, allowing devices to obtain IP configuration or other services without needing a router or server on their local network.

Full entry →
Full IP helper address glossary entry →

Term 165

IP Source Guard

IP Source Guard is a network security feature that blocks IP address spoofing by verifying that each packet's source IP address matches an authorized binding assigned to that switch port.

Full entry →
Full IP Source Guard glossary entry →

Term 166

IPv4

IPv4 is the fourth version of the Internet Protocol, a set of rules that assigns unique numerical addresses to devices so they can communicate over networks like the internet.

Full entry →
Full IPv4 glossary entry →

Term 167

IPv4 address

An IPv4 address is a unique 32-bit numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

Full entry →
Full IPv4 address glossary entry →

Term 168

IPv6

IPv6 is the most recent version of the Internet Protocol, designed to replace IPv4 by providing a vastly larger number of unique addresses and improved network features.

Full entry →
Full IPv6 glossary entry →

Term 169

IPv6 address

An IPv6 address is a 128-bit numeric label used to identify a device on an Internet Protocol network, designed to replace IPv4 due to the exhaustion of available addresses.

Full entry →
Full IPv6 address glossary entry →

Term 170

IPv6 global unicast

An IPv6 global unicast address is a public, globally unique IP address assigned to a single network interface, allowing direct communication over the Internet.

Full entry →
Full IPv6 global unicast glossary entry →

Term 171

IPv6 link-local

An IPv6 link-local address is a self-assigned, non-routable address used for communication between devices on the same network segment without needing a central server.

Full entry →
Full IPv6 link-local glossary entry →

Term 172

Kubernetes cluster

A set of machines, called nodes, that work together to run and manage containerized applications using Kubernetes orchestration software.

Full entry →
Full Kubernetes cluster glossary entry →

Term 173

Kubernetes RBAC

Kubernetes RBAC is a security mechanism that controls who can access and perform actions on resources in a Kubernetes cluster based on their role.

Full entry →
Full Kubernetes RBAC glossary entry →

Term 174

Kubernetes security

Kubernetes security is the practice of protecting containerized applications, the Kubernetes cluster itself, and the underlying infrastructure from unauthorized access, data breaches, and system vulnerabilities.

Full entry →
Full Kubernetes security glossary entry →

Term 175

KVM switch

A KVM switch is a hardware device that allows you to control multiple computers from a single keyboard, monitor, and mouse.

Full entry →
Full KVM switch glossary entry →

Term 176

Lambda environment variable

Key-value pairs that AWS Lambda makes available to your function code at runtime, used to pass configuration settings like database URLs or feature flags without hardcoding them.

Full entry →
Full Lambda environment variable glossary entry →

Term 177

Lambda function

A Lambda function is a piece of code that runs in the cloud without you having to manage any servers, and it only runs when you tell it to, saving you money and effort.

Full entry →
Full Lambda function glossary entry →

Term 178

Lambda handler

A Lambda handler is the specific function in your code that AWS Lambda invokes to start processing an event, acting as the main entry point for your serverless application.

Full entry →
Full Lambda handler glossary entry →

Term 179

Lambda layer

A Lambda layer is a ZIP archive that contains libraries, custom runtimes, or other dependencies that you can use with your AWS Lambda functions.

Full entry →
Full Lambda layer glossary entry →

Term 180

Lambda memory

Lambda memory is the amount of RAM allocated to an AWS Lambda function, which also determines its CPU power and network throughput.

Full entry →
Full Lambda memory glossary entry →
← Part 5Part 7 →

Acronym parts

Part 1Part 2Part 3Part 4Part 5Part 6currentPart 7Part 8Part 9Part 10Part 11

Study resources

All Google ACE Acronyms→Google ACE Practice Tests→Google ACE Study Guide→Exam Domains→