m2 Flashcards

1
Q

iaas

A

infrastructure as a service lets you use a server like a whole preconfigured virtual machine thingy. linode, windows azure. network can be integrated.

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

naas

A

networking as a service. companies can offshore networking services: security, wan, routing, etc

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

saas

A

right software for business. license, security, updates, maintenance, data o/s, google suite, microsoft office, dropbox.

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

Paas

A

platform as a service. you can deploye. build code, store info in database, deploy it. Heroku.

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

directory as a service, daas.

A

manage users, access, authorization. windows active directory. daas.

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

cons to cloud:

A

recurring cost, outward dependence.

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

how to set up a server

A

install service or application on server like a file storage service which will supply to requests.

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

server operating system

A

regular os that are optimized for server functionality. allow more ram capacity, connections.

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

server operating systems:

A

usually more secure. additional services built in.

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

virtualized server:

A

put lots of virtualized instances on one server.

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

virtual server performance

A

a service running on dedicated hardware has better performance than virtual.

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

cost of vs

A

expensive.

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

benefit to vs

A

many services on 10 instances on one physical server.

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

cheaper to run several services

A

on one machine than many services on many machines

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

advantage with updates with vs:

A

you can migrate a service to another physical location while you do work.

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

pof:

A

when you put a service on a physical machine, you have a weak pof, point of failure

17
Q

how to prevent pof singularity?

A

have redundant servers set up

18
Q

remote access: why?

A

so you can troubleshoot an issue instantly from anywhere.

19
Q

openssh

A

most popular linux remote access tool

20
Q

how to ssh

A

install ssh client on machine connecting from. instqll ssh on server connecting to.
my client machine.
run command: sudo apt-get install openssh-client
download
install openssh server on machine you want to access.

21
Q

ssh server:

A

a process that listens for incoming ssh connections.

22
Q

sudo apt-get install openssh-server

A

check server is good to go. run its.

23
Q

client, test. ssh: server IP addres.

A

username, password, connect to server.

test by going to desktop of server, create new folder, go back into server, list files, see folder test, ssh into machine.

24
Q

remote system examples:

A

laptops, PC, workstation, server, data center machines, other equipment

25
Q

how does remote access software save time?

A

don’t need to travel to the system’s physical location.

26
Q
A