R05 (Part 2) Flashcards

(11 cards)

1
Q

What are web protocols responsible for?

A

Web protocols manage data formats:
Addressing (URLS/IPs),
Transport (HTTP,HTTPS).

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

Name common mail protocols and their purpose:

A

SMTP sends mail, IMAP and POP3 receive it.

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

What do routing protocols do?

A

Direct data across networks (e.g. RIP, OSPF, BGP).

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

What are application protocols used for?

A

Enable communication for specific services (e.g. FTP, DNS, DHCP).

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

What is cloud computing?

A

Internet-based delivery of computing services including servers, storage, and software.

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

Name the four types of cloud:

A

Public Cloud – Shared over the internet by providers - cost-effective and scalable.

Private Cloud – Dedicated to one organisation - meaning more control and security.

Hybrid Cloud – Mix of public and private - making it flexible and adaptable.

Multi-Cloud – Uses multiple cloud providers - which avoids lock-in, and boosts reliability.

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

What is middleware?

A

Software that connects applications and services (e.g. APIs, databases).

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

What are IaaS, PaaS, SaaS, and XaaS?

A

IaaS – Provides virtual hardware like servers and storage (e.g. AWS). MANAGE HARDWARE ONLY

PaaS – Offers tools to develop and deploy apps without managing infrastructure (e.g. Heroku). MANAGE APP & DATA

SaaS – Delivers software over the internet (e.g. Gmail, Microsoft 365). MANAGE NOTHING

XaaS – Covers all services delivered over the cloud.

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

How can systems be made resilient?

A

Backups
Updates
Disaster plans
Hardening
Upgrades
Redundancy
Staff training

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

Compare full, incremental, and differential backups:

A

Full: Backs up All data
Incremental: Backs up data changed since the last backup
Differential: Backs up data changed since the last full backup

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

Pros & cons of backups:

A

Full
•Easy restore
– Big size, slow backup

Incremental
•Saves space, quick backup
– Slower restore, risk of loss

Differential
•Faster restore, balanced
– More space than incremental

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