Sandboxes + IoT Flashcards

1
Q

What is gVisor? How it works and what are the drawbacks?

A

it is a container sandbox and It minimizes the system api attack vector.

sentry intercepts the suscalls made by the application.
Then syscalls pass through the seccomp for filtering.

Drawbacks:
not all syscalls are implemented and
not suited for syscall heavy workloads.

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

What is AWS Firecracker?

A

A virtual machine manager (hypervisor) that uses kernel virtual machine to create and manage microVMs.

It is designed for serveless computing.

It has enhanced security and isolation over traditional VMs.

startup time and memory footprint are reduced.

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

What is kata containers?

A

It provides secure and isolated containers with a separate kernel.

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

What is edge computing?

A

The computation and the data are are shifted to computers which are at the edge of the network. The intention is to bring the computation and the storage closer to the physical location where it is needed to improve response time and save bandwidth.
Example: Autonomous car

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

What are the 3 Iot Architectures?

A

IoT Cloud architecture.
IoT Edge architecture.
Iot Fog architecture.

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

What is fog computing? What is a fog nodes?

A

Fog computing is an extension of edge computing. Instead of sending all the information after the edge layer is done to the cloud, fog layer will decide whether this information is important to send it to the cloud.
Fog nodes are either a physical or virtual components that are coupled to the end devices and they provide computing resource to them. A fog node is aware of its geographical distribution and logical location.

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