Chapter 9 Troubleshooting Flashcards
There has been a steady increase in the response time of a cloud-hosted MySQL database application running on an IaaS deployment. When comparing current results against her baseline measurements, it shows that there has been a steady increase in the number of read requests over the past six months. What resource would you focus your troubleshooting efforts on?
Storage
What network service provides accurate time synchronization information?
NTP
Erving is asking you about cloud virtualization techniques and wants to know what a software representation of his three tier public cloud deployment is called. What is he referring to?
Templates
____ are software representations of network systems.
templates
By using templates, you can deploy complete cloud systems at a single time. This allows you to implement “one-click provisioning” instead of deploying and configuring individual cloud objects.
Chapter 9 (page 272)
____ ____ ____ allows all devices to synchronize to a central time service.
Network Time Protocol
Network Time Protocol (NTP) ensures that all devices report the same time to allow for synchronization of logging information.
Chapter 9 (pate 272)
____ can be defined as the maximum amount that something can contain or support
Capacity
Cloud capacity planning is the process of monitoring your operations and adding resources prior to them becoming exhausted. If you do not plan and add resources in a proactive manner, then you will, at some point run into resource starvation and performance issues.
Chapter 9 (page 273)
In the event of CPU capacity starvations, you can either ____ ____ or ____ ____.
reduce load
increase capacity
In the event of CPU starvation, the only option is to either reduce what is consuming the resources, admittedly not always a viable option, or add CPU resources.
Chapter 9 (page 274)
Expansion planning can be unexpectedly challenged by ____ and ____.
Mergers
Acquisitions
Growth in business operations or through mergers and acquisitions can challenge your expansion planning. The on-demand rapid provisioning model of cloud computing allows you to rapidly deploy additional resources to meet these needs.
Chapter 9 (page 276)
DNS maps the ____ ____ to an ____ ____.
domain name
IP addresses
DNS maps human-readable domain names to the IP addressing scheme used by the Internet. It’s just like a phone directory that tells you Bob is at 555-1212. So, if you, for example, change a server’s IP address or add a new load balancer to your deployment, there will be a DNS change or addition.
Chapter 9 (page 277)
After implementing a change, you should always ____ that it is working as expected.
validate
When performing a change management operation, you have learned that you must then test to make sure the change was implemented correctly and is operating as expected. This is referred to as validations. This is an important operation as it is critical that the change management process is followed and that when systems get put back into production, they are operating as expected.
Chapter 9 (page 280)
A centralized collection of device activity, known as ____ ____, assists in analyzing events during troubleshooting.
log files
____ backups are valuable for quick restoration of a failed cloud service.
Configuration
Proper network ____ allow for a visual representation of your cloud deployment and facilitate troubleshooting.
diagram
Common cloud resources in your deployment that may saturate over time include which of the following?(Choose three.)
A. RAM B. Power C. CPU D. Storage E. Monitoring F. IaaS
RAM
CPU
Storage
Resources such as the amount of RAM needed, CPU cycles, and storage capacity are common systems that may become saturated as your cloud compute requirements grow.
Connie has noticed an increase in the response time of the SQL database application she runs in her IaaS deployment. When comparing current results against her baseline measurements that she recorded when the database was deployed, she verified that there has been a steady increase in the number of read requests. What should she focus her troubleshooting on?
A. Memory
B. CPU
C. Storage
D. Networking
Storage
Database read and write requests utilize storage I/O and should be the focus of troubleshooting.