Udemy Course Bronze Flashcards

(43 cards)

1
Q

What is bare-metal server?

A

a physical server without an OS

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

What is a hypervisor?

A

a host or virtual server installed on a physical server

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

What is a virtual machine?

A

A guest or instance that runs on the installed hypervisor

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

What is a virtual desktop?

A

A desktop that you can access from any laptop

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

What is P2V?

A

physical to virtual

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

What is V2V?

A

virtual to virtual

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

What is VM template?

A

a template that other VM machines can use to instantiate

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

What is the difference between cloud and virtualization?

A

the cloud is a remote location that utilizes virtualization to bring services to customers

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

What is VMware?

A

the leader in virtualization technolog

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

What does LAN stand for?

A

Local area network

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

What is a MAC address?

A

Media Access Control Address is a unique layer 2 address given to every network interface on an Ethernet network

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

What is a NIC?

A

Network Interface Card

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

Which command can be used to show the MAC address and other pertinent network information for Mac and Linux computers?

A

ifconfig

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

True or False: A switch is a broadcast domain

A

True

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

What is a unicast?

A

a one to one communication

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

Do hubs has MAC tables?

A

No

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

What is a layer 2 segment?

A

a broadcast domain

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

Does an IP address interact with a NIC?

19
Q

Are IP addresses unique within a network?

20
Q

What is an ARP request?

A

A broadcast to discover the MAC associated with an IP address

21
Q

What do BUM traffic have in common?

A

It is sent out to multiple computers

22
Q

What layer is an IP address?

23
Q

What is an unknown unicast?

A

When a switch is unsure of what the destination MAC is for a unicast, it sends out a broadcast to find out

24
Q

What makes up BUM traffic?

A

broadcast, unknown unicast, multicast

25
What is a multicast?
When a single source sends a multicast in order to reach a group of specified recipients
26
True or False: An ARP request is an attempt to learn the MAC table of the switch
False, not learning the switch, learning the IP address
27
What is a layer 2 bridge?
A thing with MAC addresses that connects two hubs that helps reduce collisions
27
What is a router?
A device that splits up switches to create different broadcast domains
27
True or False: A hub is a collision domain
True
27
What is a switch?
A thing that takes in all communications between computers and directs them to their desires destinations. This prevents collisions domains
28
Does each router interface have a unique IP address?
Yes
29
What is 10.1.1.0 /24 is an example of?
network address
30
What is the highest possible address in a network range?
broadcast address
31
What is a VLAN?
A virtual local area network
32
True or False: Each VLAN is a broadcast domain and has its own MAC Table?
true
33
What is WAN?
A wide area network connects local area networks that are geographically far apart
34
What is an edge router?
A router that sets at the edge of a network to connect it to the internet or a WAN
35
What is an IPSEC VPN?
A device that securely connects one network to another through the internet
36
True or False: A layer 2 vpn is unable to have systems with the same IP address scheme at both sides of a VPN
False
37
What is DHCP?
Dynamic Host Control Protocol is a way to automatically assign IP addresses to computers
38
When a machine requests a dynamic IP by issuing a DHCP what is the result?
A layer 2 ethernet broadcast is sent
39
What is DNS?
Domain Name System is a human friendly way to read IP addresses
40
What is a NAT?
A network address translation subsitutes a private IP for an internet routable public IP