R05 (Part 2) Flashcards

1
Q

What are web protocols responsible for?

A

Data formats, addressing (URLs/IP), and transport (e.g. 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 (send), IMAP & POP3 (receive).

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 (e.g. servers, storage, 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 (e.g. AWS); cost-effective and scalable.

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

Hybrid Cloud – Mix of public and private; flexible and adaptable.

Multi-Cloud – Uses multiple cloud providers; avoids lock-in and boosts resilience.

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 – Infrastructure as a Service: Provides virtual hardware like servers and storage (e.g. AWS EC2).

PaaS – Platform as a Service: Offers tools to develop and deploy apps without managing infrastructure (e.g. Heroku).

SaaS – Software as a Service: Delivers software over the internet (e.g. Gmail, Microsoft 365).

XaaS – Everything as a Service: Broad category covering 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

Redundancy
Upgrades
Hardening
Backups
Updates
Disaster plans
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: All data
Incremental: Changes since last backup
Differential: Changes since 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 Backups
Pros: Complete restore, simple recovery.
Cons: High storage, slow backup.

Incremental Backups
Pros: Saves space, fast backup.
Cons: Slower restore, risk of data loss.

Differential Backups
Pros: Faster restore, more efficient than full.
Cons: More storage than incremental, can grow large.

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