Week 2 - Physical Infrastructure Services Flashcards

1
Q

What’s a server operating system?

A

It’s a regular OS but it’s optimized for server functions like more network connections and more RAM capacity

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

What’s the benefit of server operating systems in terms of security and services?

A

They’re usually more secure and come with additional services that don’t need to be set up separately

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

What are the 2 ways you can run your service?

D, V

A
  1. Dedicated hardware
  2. Virtualized instance (on a server)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Linux, the most popular remote access tool is?

A

OpenSSH

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

What’s the command to install an SSH client on a machine you’re connecting from? (for remote connection on Linux)

A

sudo apt-get install openssh-client

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

What’s the command to install an SSH server on the machine you’re connecting to to establish a remote connection on Linux?

A

sudo apt-get install openssh-server

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

What are 2 popular tools to use on Windows for remote access connections via CLI command line interface?

A

WinRM
Putty

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

What’s a popular tool to use to remote access the GUI on another machine?

A

RDP (remote desktop protocol)

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

What are the 3 simple steps you take to setup OpenSSH remote access on 2 Linux machines?

A
  1. Install an SSH client on machine you’re connecting from
  2. Install an SSH server on machine you’re connecting to
  3. Test connection by using ssh server’s IP address username until it asks for a password
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SSH is included with what server operating systems? (2)

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

What does RMM stand for?

A

Remote Monitoring and Management

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

What are some uses for RMM? (4)

Helps, Remote, Creates, Automates

A
  1. Helps maintain the network by sending periodic status reports about the health of each endpoint (installed on each device)
  2. Remote install of security patches and updates
  3. Creates a ticket if problems occur to send to IT staff
  4. Automates routine maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

RDP is available on which operating systems? (2)

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

RDP uses what network port?

A

3389

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

What’s the downside to RDP? (2)

Doesn’t enforce, Uses a single

A
  1. Doesn’t enforce strong sign-in credentials (vulnerable to stolen credentials and brute force attacks)
  2. Uses a single dedicated port that makes it vulnerable to on-path cyber attacks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are 2 ways VPNs can be implemented?

s on ns, on nr

A
  1. software running on networked servers
  2. on network routers with VPN features enabled
17
Q

VPNs work well for what size organizations?

A

small to medium, maybe not adequate for large

18
Q

VPNs aren’t ideal to use with contractors and vendors because they need to provide…?

A

restricted levels of network access

19
Q

What has largely replaced FTP (file transfer protocol) tools?

A

Cloud storage platforms like Google Drive, Microsoft OneDrive, Dropbox

(comes with asynchronous file transfers, encryption, security, authentication, file share with many)

20
Q

For what type of organization would cloud-based storage not be an ideal option for?

A

Organizations that need to follow certain privacy laws and regulations or have other security concerns

(they can use SSH or HTTPS protocols for FTP applications)