mode 1 AWS Flashcards

1
Q

What is a server room?

A

A room that houses your server

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

What is a server?

A

A piece of computer hardware or software that provides functionality for other programs or devices called clients.

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

Issues with server rooms

A
upfront cost of buying the equipment
>scalability
>>maintability & speed
	>backups
>outage
>security that you have to monitor
>you need to hire an IT staff
>environmental temperature
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is AWS?

A

Stands for Amazon Web Services
>It’s a cloud computing service that provides no upfront cost on ongoing commitments

There are HUNDREDS of services, and the services are designed to work together

Solution to server rooms.

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

What are TYPES of IT services that can be provided on the cloud?

A

> IaaS - Infrastructure as a Service
»examples: virtual machines, processors, memory, harddrives, etc
»this is for the system architechs

> PaaS - Platform as a Service
»examples: database systems, webservers, etc
»this is for the devs

> SaaS - Software as a Service
»examples: adobe suite, Microsoft 365, GSuite, dropbox, Salesforce, etc
»this is for the end user

(FaaS - Function as a Service, GaaS - Gaming as a Service)

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

What is data?

A

A piece of information

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

What is a database (DB)?

A

A place to store information
A structured and organized set of data
Databases (DB) support manipulation and storage of data entries; DB makes management of data significantly easier.

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

How is data structured in DBs?

A

IN TABLES!!!!!!!!!!

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

What is a table?

A

A table will store in a datbase a specific TYPE of “entity” (not a sepcific record)
»things like: users, cars, pokemon, etc

A table has rows and columns
»>columns = attributes AKA fields AKA properties
»>rows =data entries AKA records

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

What is a DataBase Management System (DBMS)?

A

The set of softwares which enbale access to a database, allows manipulation of data, and reporting of data.

It also processes queries

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

What are types of DBMS?

A

> There are a few types of DBMS:
»Relational >Object Oriented
»Navigational
»etc

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