From 8630d9a697f179aac4af8effac06e366cf8d1e42 Mon Sep 17 00:00:00 2001 From: Matjaz Pancur Date: Mon, 27 Oct 2014 16:47:17 +0100 Subject: [PATCH] Add Network node quiz in the Associate guide Add first batch of Q&A for the missing Network node quiz in the Associate Guide. Change-Id: I0588ed3481e8ea0a350694b09c5dfa201fc27740 --- .../ch_associate-network-node-quiz.xml | 152 ++++++++++++++++-- 1 file changed, 143 insertions(+), 9 deletions(-) diff --git a/doc/training-guides/associate-guide/ch_associate-network-node-quiz.xml b/doc/training-guides/associate-guide/ch_associate-network-node-quiz.xml index 9e3fa02a..05d3ad74 100644 --- a/doc/training-guides/associate-guide/ch_associate-network-node-quiz.xml +++ b/doc/training-guides/associate-guide/ch_associate-network-node-quiz.xml @@ -1,11 +1,145 @@ - - - Network Node Quiz -
- Day 2, 10:40 to 11:00 - -
+ + + Network Node Quiz +
+ Day 2, 10:40 to 11:00 + + Associate Training Guide, Network Node Quiz Questions + + + + + The concept of a plug-in, which is a pluggable back-end implementation of the OpenStack Networking API, is used in OpenStack Networking and nova-network. + + + + True + + + False + + + + + + + + A plug-in implements the logical API requests with L2-in-L3 tunneling or OpenFlow. + + + + True + + + False + + + + + + + + As part of creating a VM, which process communicates with the OpenStack Networking API to plug each virtual NIC on the VM into a particular network: + + + + nova-scheduler + + + nova-network + + + nova-compute + + + nova-quantum + + + nova-neutron + + + + + + + + A standard OpenStack Networking setup (like it was presented in this guide) has many distinct physical data center networks: (choose all that apply) + + + + isolated network + + + cloud network + + + management network + + + data network + + + external-network + + + API network + + + datacenter network + + + + + + + + In this guide, we focused primarily on a standard architecture that includes a “cloud controller” host (Control node), a “network gateway” host (Network node), and a set of hypervisors for running VMs (Compute nodes). For each of the following services identify a host on which it usually runs: + + + + Neutron plugin agent + + + Neutron L3 agent + + + Neutron DHCP agent + + + Neutron server + + + Neutron metadata agent + + + + + + + + + + Associate Training Guide, Network Node Quiz Answers + + + + B (False) - only OpenStack Networking (Neutron) has a pluggable back-end. + + + B (False) - a plug-in can use a variety of technologies to implement the logical API requests. Some OpenStack Networking plug-ins might use basic Linux VLANs and IP tables, while others might use more advanced technologies, such as L2-in-L3 tunneling or OpenFlow, to provide similar benefits. + + + C + + + C, D, E, F + + + A - network node, compute nodes, B - network node, C - network node, D - control node, E - network node + + + + +