{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

CH7 Flashcards

(47 cards)

1
Q

What is an unmanaged switch?

A

Provides plug-and-play capability with minimal configuration options and has no IP addresses assigned to it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can managed switches be configured?

A

Via a command-line interface or a web-based management GUI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of device is a Layer 3 switch?

A

Capable of interpreting layer 3 data and works like a router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does port security on a switch do?

A

Protects against MAC flooding by allowing only one MAC address per port.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of the Spanning Tree Protocol (STP)?

A

Prevents traffic loops by calculating paths that avoid potential loops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the five STP port states?

A
  • Blocking * Listening * Learning * Forwarding * Disabled
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the function of a load balancer?

A

Distributes traffic intelligently among multiple devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the definition of high availability (HA)?

A

A system that functions reliably nearly all the time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does fault tolerance mean?

A

The capacity of a system to continue performing despite unexpected hardware or software malfunction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is NIC teaming in Windows?

A

A group of redundant links that act as one logical interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a hypervisor?

A

Creates and manages a virtual machine (VM).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two types of hypervisors?

A
  • Type 1 - Bare-metal hypervisor * Type 2 - Hosted hypervisor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is bridged mode in VM networking?

A

A vNIC accesses the physical network using the host machine’s NIC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the advantages of virtualization?

A
  • Efficient use of resources * Cost and energy savings * Fault and threat isolation * Simple backups, recovery, and replication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the definition of cloud computing?

A

The flexible provision of data storage, applications, and services to multiple clients over a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is IaaS?

A

Infrastructure as a Service - Hardware services and network infrastructure devices provided virtually.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does the shared responsibility model refer to?

A

Responsibilities for cloud resources are distributed between the cloud provider and the cloud customer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is infrastructure as code (IaC)?

A

The process of using text-based commands in a configuration file to create and manage cloud resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the purpose of orchestration in network automation?

A

Automating many tasks to work together in a complex and lengthy workflow.

20
Q

What is a dynamic inventory in cloud design?

A

An infrastructure that is constantly adapting to changes and other criteria.

21
Q

In networking, what does east-west traffic refer to?

A

Traffic flow between peers within a network segment.

22
Q

What is a spine-and-leaf architecture?

A

A design where spine switches connect in a mesh topology with all leaf switches.

23
Q

What is the command used to disable a port on Cisco devices?

24
Q

What do vNICs connect to in a virtual machine?

A

They connect the VM to other machines and operate at the data link layer.

25
What is the role of an SDN controller?
Integrates configuration and management control of all network devices into one cohesive system.
26
What is the definition of north-south traffic?
Traffic that must leave the local segment to reach its destination.
27
True or False: Virtualization increases complexity.
True.
28
Fill in the blank: A _______ is a technique of grouping redundant resources so they appear as a single device.
clustering.
29
What is the main advantage of STP?
Prevents traffic loops in a network.
30
What does the term 'uptime' refer to?
The duration of time a system functions normally between failures.
31
What is the process of using text-based commands in a configuration file to manage cloud resources called?
Infrastructure as Code ## Footnote Infrastructure as Code is essential for automating cloud resource management.
32
What is a programmed, computer-generated response to a specific event referred to as?
Automation ## Footnote Automation can enhance efficiency in various tasks.
33
List some tasks that can be automated.
* Patching systems * Applying updates or upgrades * Resizing or removing resources * Restarting or shutting down VM instances * Detecting signs of an attack
34
What is the term for automating many tasks to work together in a complex workflow?
Orchestration ## Footnote Orchestration coordinates multiple automated tasks.
35
What is a collection of tasks in a specific sequence defined in a template called?
Playbook ## Footnote Playbooks are used in orchestration to define workflows.
36
What are the benefits of automation and orchestration?
* Responsiveness * Agility * Control * Costs * Security * Repeatability
37
What does source control or version control track?
Changes to code ## Footnote Version control is essential for collaborative software development.
38
What is a central repository?
A storage space that contains authoritative versions of the code ## Footnote Central repositories help manage code versions effectively.
39
What is the environment called that is accessed by users?
Production environment ## Footnote The production environment is critical for live operations.
40
What is created each time a new copy is made for development and testing?
Branch ## Footnote Branches allow for parallel development without conflicts.
41
What is the process of uploading changes to the code called?
Commit ## Footnote Committing is a fundamental part of version control.
42
What happens when proposed changes are incorporated into the production environment?
A new version of that development is created, documented, and stored ## Footnote This ensures transparency and traceability in changes.
43
Which virtual network connection type assigns a VM its IP address from the physical network?
Bridged ## Footnote Bridged mode allows VMs to interact with the physical network directly.
44
In which mode does a VM obtain IP addressing information from its host?
NAT ## Footnote NAT mode isolates VMs from the physical network.
45
What is the DHCP service used for in host-only mode?
To obtain IP address assignments ## Footnote Host-only mode restricts access to the outside network.
46
Why would a large organization choose to use a managed switch over an unmanaged switch?
To gain control over network traffic and improve performance ## Footnote Managed switches offer advanced features such as VLANs and monitoring.
47
What should you be able to describe after the lesson?
* How to configure and manage switches in physical network architecture * Forms of virtualization technologies on a network * Cloud characteristics, models, and connectivity options * Roles of automation and orchestration in network management