Enterprise Networking, Security, and Automation chapters 13-14

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Which character is used to separate JSON key/value pairs?

,

Which of the following are not typically used as configuration tools?

API SNMP

Which IBN feature installs policies that capture intent into the physical and virtual network infrastructure using networkwide automation?

Activation

Which of the following configuration management tools use Python?

Ansible SaltStack

Which two technologies are core components of Cisco ACI architecture?

Application Network Profile Application Policy Infrastructure Controller

Which IBN feature is responsible for continuous validation and verification that the network is meeting the expressed intent?

Assurance

Identify the term for the following definition in relationship to configuration management tools: Programmatically performing a task on a system such as configuring an interface or deploying a VLAN.

Automation

Production levels are automatically tied to demand, eliminating unneeded product and reducing impact on environment. Your GPS recalculates best route to destination based on current traffic congestion. Temperature and lighting in your home is adjusted based on your daily routine. Refrigerator senses that you are out of milk and places order for more. Robots are used in dangerous conditions to reduce safety risks to humans.

Automation

Which cloud model is used to meet needs of specific industry, such as healthcare or media?

Community

Which component in a traditional infrastructure device provides Layer 2 and Layer 3 functions to create data paths within a network? In software defined network architecture, what function is removed from network devices and performed by an SDN controller?

Control plane

Which network traffic management technology is a basic element in SDN implementations?

Control plane OpenFlow

How is the control plane modified to operate with network virtualization?

Control plane function is consolidated into centralized controller

This type of SDN, a centralized location is responsible for managing devices throughout network.

Controller-based SDN (Software Defined Networking)

Which term is used to describe a set of instructions for execution by the configuration management tool Chef?

Cookbook

Which of the following describes a key/value pair?

Data and value is data itself

What is JSON (JavaScript Object Notation)?

Data format for storing and transporting data.

What device uses all RAM, processing power, and hard drive space devoted to one service?

Dedicated Server

In this type of SDN, the devices are programmable by applications running on device itself or on server in network.

Device-based SDN

What is a characteristic of data flow processing in SDN?

Each data flow through the network must be approved by the SDN controller first.

Which term describes the data exchanges between virtual servers in a data center?

East-west traffic

A Type 1 hypervisor is installed on top of the existing OS and is called the hosted approach. Management consoles prevent server over allocation. A network administrator accesses the control plane to configure a device. White space in JSON format is significant and must be correctly formatted. The underlay limits the number of devices the network administrator must program. It also provides services and alternative forwarding methods not controlled by the underlying physical devices.

False

What are three abstraction layers of computer system?

Firmware Hardware Services

This is a table that matches incoming packets to a particular flow and specifies the functions that are to be performed on the packet.

Flow table

Which of the following data formats is typically used to display web pages?

HTML (Hypertext Markup Language)

Which cloud model represents two or more clouds where each part remains distinctive object, but both are connected using single architecture?

Hybrid

Which technology is a program, firmware, or hardware that adds abstraction layer on top of physical hardware?

Hypervisor

Which cloud service provides IT managers with access to network equipment, virtualized services, and supporting network infrastructure and best for new organization that cannot afford physical servers and networking equipment and must purchase network services on-demand?

IaaS (infrastructure as a service)

Which characteristic best describes the control plane of a networking device?

Information sent to this plane is processed by the CPU. This plane makes forwarding decisions. This plane contains router protocol neighbor and topology tables.

Which of the following APIs would be used exclusively between computing devices within Cisco?

Internet or private API

What is an architectural constraint to which a true RESTful API web service must adhere?

It runs as client/server model.

Which of the following make up query portion of RESTful request?

Key Format Parameters

This is a table that triggers a variety of performance-related actions on a flow including the ability to rate-limit the traffic.

Meter table

You use online banking to pay a bill. You adjust the volume on the television set with a remote control. You open your car door with a remote control.

Not automation

Which of the following APIs is used by Cisco to provide access to students to complete labs?

Open or public API

Identify the term for the following definition in relationship to configuration management tools: The process of how all automated activities need to happen, such as the order they must be done and what must be completed before another task is begun. Which term describes the process of managing configuration changes of network devices in an orderly fashion?

Orchestration

Which cloud service provides programmers access to development tool and services used to deliver applications and best for organization that needs to collaboratively create applications and deliver them over web?

PaaS (Platform as a service)

Which of the following APIs would be used exclusively between Google and Cisco? Which types of APIs are suitable for data communication between travel website and hotel chain inquiring about room availability data?

Partner API (Application Programming Interface)

A programmer is using Ansible as the configuration management tool. Which term is used to describe a set of instructions for execution?

Playbook

This type of SDN uses built-in applications that automate advanced configuration tasks via guided workflow and user-friendly GUI. No programming skills are required.

Policy-based SDN

Which characters are used to enclose a JSON key?

Quotation marks

Which of the following APIs provides flexible formatting and is the most widely used? Which web service API can use multiple data formats including JSON, XML, and YAML?

REST (Representational State Transfer)

Advantages of virtualization?

Requires less equipment Faster provisioning Increased server uptime

In the RESTful API request example, ht​tp://ww​w.mapquestapi.com/directions/v2/route?outFormat=json&key=KEY&from=San+Jose,Ca&to=Monterey,Ca, which term describes the component directions/v2/route?

Resources

This network architecture offers a new approach to network administration and management that seeks to simplify and streamline the administration process.

SDN (Software Defined Networking)

This is a logical entity that enables network administrators to manage and dictate how the data plane of switches and routers should handle network traffic.

SDN controller

Which cloud service provides users with access to services such as email, communications, and Office 365 delivered over internet? Company uses cloud-based payroll system. Which cloud computing technology is this company using?

SaaS (software as a service)

Which statement describes an API?

Set of functions and procedures that allows client application to access data of service application.

This is a standardized request from the SDN controller to define the behavior of the data plane.

Southbound APIs

An API in considered RESTful if it has which of the following features?

Stateless Cacheable Cilent-Server

For a data center, what is the difference in the server virtualization data traffic compared with the traditional client-server model?

There are significant data exchanges between virtual servers.

Which characteristics best describe the data plane of a networking device?

This plane is used to forward traffic flows Information in this plane is typically processed by a special processor. This plane is typically made up of a switch fabric connecting the various ports on a device.

Which IBN feature enables the network administrator to express the expected networking behavior that will best support the business intent? Which function of the Cisco intent-based networking system (IBNS) enables network operators to express the expected networking behavior that will best support the business intent?

Translation

A Type 1 hypervisor requires a management console to manage the hypervisor. East-West traffic is exchanged between virtual servers in the same data center. An API is a set of rules describing how one application can interact with another, and the instructions to allow the interaction to occur. Agentless means that the controller or master pushes the configuration to the controlled device.

True

Which technology is installed on top of the existing OS to create and run VM instances?

Type 2 Hypervisor

What technology separates the OS from the hardware?

Virtualization

This data format is self-descriptive through the use of the <tag>data</tag> structure.

XML (eXtensible Markup Language)

What is a difference between the XML and HTML data formats?

XML uses self-descriptive data structure but HTML uses standard document structure.

This data format is a minimalist format that is very easy to read and is considered superset of another data format.

YAML Ain't Markup Language

What are two reasons an organization might use cloud computing?

enables global access to corporate data provides power and physical plants capable of meeting increased requirements

Which of the following is a URL?

https://www.cisco.com/c/en/us/solutions/design-zone.html

Which of the following is a URI?

https://www.cisco.com/c/en/us/solutions/design-zone.html#~all-guides

Which services are provided by a private cloud?

multiple internal IT services in an enterprise

What are two reasons that most RESTful APIs require a key in the request?

to gather information on people using API to authenticate requesting source

Which of the following is a URN?

www.cisco.com/c/en/us/solutions/design-zone.html


Set pelajaran terkait

Physics Work, Energy, Momentum and Power Homework

View Set

Federal Tax Considerations for Life Insurance and Annuities

View Set

Chapter 12 Economic Fluctuations and Business Cycles

View Set

Pediatric Nursing - NCLEX Cardiac

View Set