21. Data Centre Architecture and Cloud Concepts Flashcards
- On a three-tiered network, servers connect at which level?
a. Core
b. Distribution
c. Aggregation
d. Access
d. The core layer provides high-speed interconnections, the aggregate/distribution layer provides services and access switch connectivity, and the access layer is where devices such as servers connect to the network.
- Which type of cable will have the pins in the same order on both connectors?
a. Crossover cable
b. Straight-through
c. Console cable
d. Telephone cable
b. Straight-through cables, known as drop cables or patch cables will have the pins in the same order on both connectors.
- Which pins are switched in a crossover cable?
a. 1 and 2, 3 and 4
b. 1 and 3, 2 and 6
c. 2 and 4, 5 and 7
d. 1 and 4, 5 and 8
b. On a crossover cable, one connector has flipped the wires. Specifically, pins 1 and 3 get switched as well as pins 2 and 6.
- UTP cable has specific colours for the wire associated with each pin. Based on the TIA/EIA 568B wiring standard, what is the correct colour order, starting with pin 1?
a. W/O, O, Bl, W/G, W/Bl, G, W/Br, Br
b. O, W/O, W/G, Bl, W/Bl, W/Br, Br, G
c. W/O, O, W/G, Bl, W/Bl, G, W/Br, Br
d. W/G, G, W/O, Bl, W/Bl, O, W/Br, Br
c. If you are going to make your own UTP cables (drop/patch cables) to customise length, you need to make sure that the right wires get to the right pins.
- What is used to describe network traffic flows that remain inside the data centre?
a. Ingress
b. Aggregation
c. East-West
d. North-South
c. East-West
[The answer in the book is clearly wrong, and contradicts the descriptions on page 659]
- Which of the following govern how the network is configured and operated as well as how people are expected to behave on a network?
a. Baselines
b. Laws
c. Policies
d. Procedures
c. Policies govern how the network is configured and operated as well as how people are expected to behave on the network, such as how users are able to access resources and which types of employees get network access
- You have upgraded the firmware on your switches and access points. What documentation do you need to update?
a. Baseline and configuration documentation.
b. Physical network diagram
c. Logical network diagram
d. Wiring schematics
b. A physical network diagram contains all the physical devices and connectivity paths on your network and should accurately picture how your network fits together in detail. This document will also have the firmware revisions on all switches and access points in your network.
- Where does the SDN controller interface with the switching fabric?
a. Spine
b. Control plane
c. Forwarding plane
d. P Core
b. The software-defined networking controller provides the control plane for a SDN-based switching fabric.
- Load testing, connectivity testing, and throughput testing are all examples of what?
a. Load balancing
b. Network monitoring
c. Packet sniffing
d. Traffic shaping
b. Network monitoring can have several names, including load testing, connectivity testing, and throughput testing. You will also hear network monitors referred to as protocol analysers.
- Abstracting the Cloud hardware into software objects for automated configuration is referred to as _______.
a. Application programming interface
b. Elasticity
c. Infrastructure as code
d. Aoftware-defined networking
c. The practice of creating infrastructure definitions in software is called Infrastructure as Code.
- Which of the following identifies steps to recover from adverse effects caused by a change?
a. Rollback process
b. Approvable process
c. Notification process
d. Impact assessment
a. Those making the changes should be completely briefed on rollback procedures, and they should exhibit a clear understanding of them prior to implementing the changes.
- After a network configuration change has been made, which three of the following is not a document that needs to be updated?
a. Network configurations
b. Additions to the network
c. Physical location changes
d. Application document
b, c, d. You need to update the network configuration document.
- When the vendor provides the hardware platform or data centre, and the company installs and manages its own operating systems and application systems, which service type is being used?
a. Software as a service
b. Infrastructure as a service
c. Platform as a service
d. Desktop as a service
b. There are many different service type offerings from the colud providers, IaaS, or Infrastructure as a service, is when the cloud vendor provides the hardware platform, and the company installs and manages its own operating system.
- You have added a new cable segment to your network. You need to make sure you document this for troubleshooting purposes. What should you update?
a. The disaster recovery plan.
b. The wiring schematics
c. The router connections document
d. The baseline document
b. If you add a new cable segment to the network, you need to update the wiring schematics document.
- Machine to machine configuration interfaces are called _______.
a. Northbound interfaces
b. Southbound interfaces
c. APIs
d. SDN
c. Machine to machine interfaces are called application programming interfaces (APIs), and used to communicate with each other instead of human-based interfaces such as a GUI or the command-line.