Chapter 3 - OSI Layers Flashcards

1
Q

OSI

A

Open Systems Interconnection

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

Layer 1?

2 main points

A

Physical Layer

Defines the method of moving data (bits - 1s and 0s) between computers.

copper/fiber-optic cabling. network topology(the way the cabling is physically laid out), Signal(voltage, light and even radio waves). Hubs and Repeaters are also part of Layer 1.

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

Which is the last Layer that deals with hardware?

A

Layer 3 the Network layer is the last layer to deal with hardware. layer 4-7 deal strictly with software.

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

Layer 2?

What does the NIC do here?

more…

A

Data Link Layer

  • Is where the NIC creates frames, adds recipients & senders MAC addresses, FCS.
  • is the only layer with 2 sublayers. LLC layer and MAC layer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain FCS and CRC

A

Frame Check Sequence uses binary math called Cycle Redundancy Check to verify that the data arrived intact.

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

What Layer has 2 sublayers?

And Explain what they do.

A

Data Link layer has the 2 sublayers LLC & MAC

Logical Link Control - identifies the Network Layer protocols and encapsulates them.
provides flow control

Media Access Control - Adds or Checks FCS and adds addresses to frames.

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

Layer 3?

A

Network Layer

Manages logical device (devices with IP address) addressing, tracks the location of these devices on the network and determines the best way to move data.

packets are created here with destination and source IP addresses.

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

Layer 4?

3 main points.

A

Transport Layer

Assemble or Disassemble data into chunks called TCP segments or UDP datagrams.

Transmission Control Protocol segments get sequence numbers to confirm completion . and is a connection-oriented communication.

User Datagram Protocol is a connectionless communication and gets No sequence numbers.

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

Layer 5?

A

Session Layer

Establishes, Manages and Terminates connections between computers and applications.

Checks if the connection is simplex, half duplex or full duplex.

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

Explain the difference between Simplex, Half Duplex and Full Duplex.

A

Simplex is unidirectional, meaning the sender can send data but not receive. like a keyboard or monitor.

Half Duplex is two directional, meaning the it can send and receive data, but NOT at the same time. like a walkie talkie

Full Duplex is also two directional, but Can send and receive data at the Same time. like a telephone

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

Layer 6?

A

Presentation Layer

Translates data from lower layers to a format usable by the application layer. and vice versa.

Encryption and decryption like SSL / TLS also happen here.

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

Layer 7?

A

Application Layer

Enables the application to access the network. It provides user interface

Allows network-aware applications to get online.

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