2a: OSI Model – A Practical Perspective Flashcards

(16 cards)

1
Q

What is the purpose of networking?

A

To allow two hosts to share data with one another automatically.

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

What is the OSI Model?

A

A model with seven layers that explain how computers communicate over a network.

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

What does Layer 1 (Physical) do?

A

Transports bits (1s and 0s) between hosts using physical technologies.

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

What are examples of Layer 1 technologies?

A

Cables, Wi-Fi, Repeaters, Hubs.

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

What is a Repeater?

A

A device that extends a signal over longer distances (e.g., boosting Wi-Fi or cable signal).

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

What is the function of Layer 2 (Data Link)?

A

Handles hop-to-hop communication between two directly connected hosts.

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

What hardware works at Layer 2?

A

Network Interface Cards (NICs) and Switches.

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

What is a MAC address?

A

A unique hardware address assigned to every NIC.

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

What does a Switch do?

A

Forwards data to the specific port/device based on MAC address, enabling hop-to-hop communication.

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

What is the main job of Layer 3 (Network)?

A

Enables end-to-end communication between hosts using IP addresses.

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

What addressing scheme is used at Layer 3?

A

IP addressing — 32-bit addresses split into four octets (IPv4).

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

What devices operate at Layer 3?

A

Routers and any host with an IP address.

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

Why are both IP and MAC addresses needed?

A

IP addresses guide the data to the final destination across networks, MAC addresses guide the data on each local segment.

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

What is ARP (Address Resolution Protocol)?

A

A protocol used to map an IP address to a MAC address.

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

In the parcel analogy what does the IP address represent?

A

The delivery address of the parcel.

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

In the parcel analogy what does the MAC address represent?

A

The address of the current delivery truck or depot handling that leg of the journey.