Week 1 - What is Systems Administration? Flashcards

1
Q

What does IT infrastructure encompass? (4)

A
  1. Software
  2. Hardware
  3. Network
  4. Services

all required for an organization to operate in an enterprise IT environment

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

What are the 3 most common form factors for servers?

medieval, oven, wesley snipes

A
  1. Tower server (sit upright)
  2. Rack server (lay flat)
  3. Blade server (slimmer than rack servers)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a KVM switch? What does a KVM switch allow you to do?

connect… control…one

A

Stands for keyboard, video, and mouse

It allows you to connect to multiple computers using a single keyboard, mouse, and monitor

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

How do you define a data center?

A

A facility that stores hundreds or thousands of servers

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

What are “clients”?

A

Clients request the service provided by a server

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

What are 3 things an internet service handles for you in terms of datacenters?

police, down, hostess

A
  1. Security
  2. Updates
  3. Server Hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What’s a good way to cover your bases when it comes to your company using the cloud to store data?

A

Back up critical data in the cloud and on a physical disk

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

What are the 4 main stages of a hardware lifecycle?

pro, dep, mai, ret

A
  1. Procurement - purchase hardware or re-use hardware for an employee
  2. Deployment - hardware is set up so employee can do their job
  3. Maintenance - stage where software is updated and any hardware issues are fixed
  4. Retirement - final stage where hardware becomes unusable, no longer needed and must be removed from computer fleet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does it mean to batch update?

A

Once every month or so you update the servers with the latest security patches and critical system updates so you don’t waste time updating as soon as updates come in

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

What’s the command in Linux that allows us to record a group of commands as they’re being issued along with their output?

A

script

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

As an admin, it’s crucial to ______ what you did to repeat the same process in the future and fix any issues

A

document

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

What’s a good way to “think before you type”?

A

Write out the steps you plan to take before you do them

(helps to plan ahead and serves as documentation)

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

What’s the Windows equivalent of Linux’s script command?

A

Start-Transcript

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

What other tools can we can use to record an interaction with an application besides Linux command script and Windows command Start-Transcript? (3)

record, o, v

A
  1. Record My Desktop tool (Linux)
  2. OBS
  3. VLC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are 3 steps you can take to make sure you can quickly revert to a previous state in case something goes wrong (rollback)?

make a , keeping your config…, documenting what steps…

A
  1. Make a copy of the state before changing it
  2. Keeping your configuration in a version control system
  3. Documenting what steps you need to take in order to go back to the previous state
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is IT change management?

process for making

A

standardized process for making technical changes to information systems

17
Q

What is production?

A

Production is parts of the infrastructure that is actively running and being accessed by users

18
Q

If making important changes you should always run them through a test environment first. What is a test environment?

A

A test environment has the same configuration as the production environment machine(s) but isn’t actively being accessed by users

19
Q

It’s recommended to use a secondary machine if you’re in charge of an important service that needs to keep running. What is a secondary or stand-by machine?

A

It’s a machine that’s the same as a production machine but won’t receive any traffic from users until you enable it to

20
Q

What are canaries?

A

Canaries are a small group of servers that detect any potential issues in the larger changes you want to push out

21
Q

What are 2 questions to ask when assessing risk for applying changes (to determine how much time to spend with test environments, secondary machines, etc)

How important…. , how many users…

A
  1. How important is the service to the infrastructure?
  2. How any users would be impacted if the service went down?
22
Q

What are 3 questions to ask in a reproduction case before you start trying to fix the issue?

What steps, What’s the, What’s the

A
  1. What steps did you take to get to this point?
  2. What’s the unexpected (bad) result?
  3. What’s the expected result?
23
Q

Before you start fixing something, make sure you can _____ it so you can test the solution later to make sure it’s fixed

A

recreate

24
Q

What are infrastructure services?

A

they are what allow an organization to function (connecting to network, setting up network hardware, connecting computers to an internal network, etc)

hardware, software, file sharing services, org’s website, etc