3377 Final

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

What is Cloud?

1 / 39

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

40 Terms

1

What is Cloud?

A datacenter hardware and software that are used to offer computing resources and services

New cards
2

What does Cloud Computing refer to?

applications delivered as services

data center hardware and software that provide those services

New cards
3

TF

Cloud computing is the transformation of applications/IT being delivered as products to being delivered as services

T

New cards
4

Types of cloud (3)

Public cloud
Private cloud

Hybrid cloud

New cards
5

Public cloud

cloud is made available to public

in a pay-as-you-go manner

service sold is utility computing

Customers share same infrastructure, but they are isolated

New cards
6

Private Cloud

internal data-centers of organizations not available to public

managed internally or by third-party providers

Involves CapEx

New cards
7

Hybrid Cloud

leverage both models

seamlessly migrate data/app between private and public

New cards
8

Cloud Economics – for Users

Demand for service vary with time

Demand is unknown

Computation intensive

New cards
9

TF
There is a minimum/upfront cost for cloud computing

F

New cards
10

TF

There is a predictable peak and trough demand for

servers in cloud computing

T

New cards
11

TF

Using 1000 servers for 1 hour costs the same as 1 server for 1 hour

F

New cards
12

Economies of scale:

Purchasing, powering & managing machines at scale gives lower per-unit

costs than customers’

New cards
13

Speed of iteration

Software as a service means faster time-to-market, updates, and detailed monitoring/feedback

New cards
14

Cloud service models

Infrastructure-as-a-service

Server-less

Platform-as-a-service

New cards
15

Infrastructure-as-a-service

basic computing resources

users control the software stack from the kernel upward

provider cannot offer scalability and fail over

New cards
16

Server-less

application domain specific platform (AppEngine)

request-reply based

automatic scaling, high availability

not suitable for general purpose computing

New cards
17

Platform-as-a-service

supports general purpose computing

user can choose language but not libraries, OS

automatic scaling but requires configuration by users

New cards
18

Signal

software interrupts to process

New cards
19

TF
Process can react to a signal or choose to ignore

T

New cards
20

Use command ‘____’ to send a signal to a process

kill

New cards
21

‘kill -9 pid’

kills the specified process; cannot be caught

New cards
22

‘kill -15 pid’

terminates the specified process; can be caught and some

actions can be taken before terminating

New cards
23

Regular Expression (regex)

A pattern matched against a text

consists of sequence of characters

New cards
24

Fundamental building block of regex

an exp that matches a character

New cards
25

dot:

matches any single character other than \n

New cards
26

\w:

Any word character

New cards
27

bracket expression

set of characters – any one is matched

ex range: [a-h]

New cards
28

^:

exclusion operator

-[^a] matches with anything other than a

New cards
29

anchor

specify where the next character in the pattern must

be seen

^, $: begin of line, end of line

\b: word boundary

New cards
30

sequence

2 patterns with one right after the other

ab, [a-z][0-9]

New cards
31

alternation ‘|’

One or more alternatives.

LINUX|linux

New cards
32

repetition:

expression immediately before the repetition may

be repeated.

“b{m,n}

New cards
33

Shortened forms of repetition:

, +, ?: BA*, BA+, .+, [0-9]?

New cards
34

group ( )

(ab)* matches ab, abab, ababab

New cards
35
New cards
36
New cards
37
New cards
38
New cards
39
New cards
40
New cards

Explore top notes

note Note
studied byStudied by 36 people
... ago
5.0(1)
note Note
studied byStudied by 12 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(2)
note Note
studied byStudied by 57 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(3)
note Note
studied byStudied by 19 people
... ago
5.0(2)
note Note
studied byStudied by 136 people
... ago
5.0(2)

Explore top flashcards

flashcards Flashcard (51)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 32 people
... ago
5.0(2)
flashcards Flashcard (51)
studied byStudied by 45 people
... ago
4.5(6)
flashcards Flashcard (70)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (38)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 94 people
... ago
5.0(2)
robot