OpenStack Study Guide 2026

Everything you need to pass the OpenStack exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.

📚 OpenStack Topics to Study (21)

✍️ Sample OpenStack Questions & Answers

1. What is the 'visibility' property of a Glance image?
Controls who can see and use the image (public, private, shared, community)

Glance image visibility controls access: 'public' images are available to all tenants, 'private' only to the owner.

2. What does ML2 stand for in the context of Neutron's plugin architecture?
Modular Layer 2

ML2 stands for Modular Layer 2, a framework that allows OpenStack Neutron to use multiple Layer 2 technologies simultaneously.

3. What is a Nova 'availability zone' used for?
Logically partitioning compute resources to allow tenants to select specific infrastructure zones

Nova availability zones allow users to specify which logical partition of compute resources to deploy instances into.

4. What is QoS (Quality of Service) used for in Neutron?
Controlling network bandwidth and traffic policies on ports and networks

Neutron QoS policies allow administrators to set bandwidth limits, minimum bandwidth guarantees, and DSCP marks on network ports.

5. What is VXLAN in the context of OpenStack Neutron overlay networks?
A tunneling protocol that encapsulates L2 frames in UDP to extend networks over L3

VXLAN (Virtual Extensible LAN) encapsulates Layer 2 Ethernet frames within UDP packets, enabling large-scale overlay networks.

6. Which OpenStack CLI command lists all Neutron networks visible to your project?
openstack network list

The 'openstack network list' command displays all networks accessible to the current project.

🎯 Free OpenStack Practice Tests

📖 OpenStack Guides & Articles

Your OpenStack Study Path
1. Learn with Flashcards → 2. Drill Practice Tests → 3. Take the Full Exam Simulation