OSI Model Flashcards

(15 cards)

1
Q

What is the OSI model?

A

Open Systems Interconnection Model.

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

What is a network protocol and what are its two principal functions?

A

It is a set of rules for exchanging data in a structured format.
Addressing- Describing where data messages should go.
Encapsulation- Describing how data messages should be packaged for transmission.

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

What is the difference between same layer interaction and adjacent layer interaction?

A

The communication between nodes at the same layer is described as a same layer interaction, a peer to peer interaction.
Adjacent Layer interaction is how each layer interacts with each other, each layer above uses the services of the layer below.

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

Tell me about the physical layer.

A

Layer 1.
Responsible for the transmission and receipt of the signals that represent bits of data.
Transmission media can be classified as cabled or wireless.
Specifies: Physical topology, Physical Interface (types of cables or radio transceivers and antenna specifications), and Signaling (transmitting and receiving data).
PDU=bits

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

What are devices that operate at the physical layer?

A

Transceiver- Receives signals over the network media.
Repeater- Amplifies the electronic signal to extend the maximum allowable distance for media type.
Hub- A multiport repeaters deployed as the central point of connection for nodes.
Media Converter- Device that converts one media signaling type to another.

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

Tell me about the data link layer.

A

Layer 2.
Responsible for transferring data between nodes on the same network.
Performs encapsulation, and basic error checks.
Uses MAC/hardware addresses.
PDU=frames

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

What devices operate at the data link layer?

A

Network adapter/ NIC- Allows a host to communicate over the network by assembling and disassembling frames (can be cabled or wireless).
Bridge- Joins physical network segments.
Switch- An advanced type of bridge with many ports, creates links between large numbers of nodes more efficiently.
Wireless Access Point (AP)- Allows nodes with wireless NICs to communicate and creates a bridge between wireless networks and wired ones.

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

Tell me about the network layer.

A

Layer 3.
Responsible for moving data around different networks.
Uses IP addresses.
PDU= packets or datagrams

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

What are the devices that operate at the network layer?

A

Router- links dissimilar networks and forwards packets.
Firewalls- enforces ACL.

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

Tell me about the transport layer.

A

Layer 4.
AKA the end to end or host to host layer.
This layer is responsible for ensuring reliable data delivery.
Identifies each type of network application by assigning it a port number.
PDU=segments

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

What devices work at the transport layer?

A

Multilayer switches (that usually work as load balancers)
Security appliances (like more advanced firewalls and IDS )

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

Tell me about the Session layer.

A

Layer 5.
Administers the process of establishing dialog, managing data transfer, and then ending the session.

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

Tell me about the Presentation Layer.

A

Layer 6.
Transforms data between the format required for the network and the format required for the application.
Supports data compression and encryption.

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

Tell me about the Application Layer.

A

Layer 7.
Provides an interface for software programs on network hosts.
The layer we see.

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

What is a PDU?

A

Protocol Data Unit.
Describes the form that data takes at each layer of the OSI model.

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