Week 04 (Layer Models) Flashcards

1
Q

How are unicasting, multicasting and broadcasting message delivery options different?

A

Unicasting is messaging to a specific user/entity/process.

Multicasting is delivering and addressing a message to more than 1 users, but not all users who could receive it.

Broadcasting is messaging to everyone on a network.

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

What are the 3 types of switching?

A

Package switching, message switching, circuit switching.

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

What is encapsulation?

A

A process where when you receive data, you attach additional information to the start/end/both of the data, then forward it onto something else. You don’t touch the message or ‘payload’.

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

What is decapsulation?

A

Stripping away the header or trailer information.

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

What are the main benefits of a layer model?

A

FAPI - Fostering Competition, Assisting Protocol Development, Providing a Common Language, Isolating Problems.

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

How does a layered model assigning protocol development?

A

You can work in one layer and not have it affect others. i.e. using specific/isolated information and interfaces.

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

How does a layered model foster competition?

A

Products from different vendors can work together.

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

How does a layered model isolate problems?

A

Changes made in one area are isolated there.

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

Explain the benefit of a layered model providing a common language?

A

Supports teaching, learning and understanding…

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

How are the OSI and TCP/IP layers fundamentally different?

A

The OSI layer is an international standard. There are 7 layers and there always will be. Whereas TCP/IP is an industry standard with a little more flexibility. For example Forouzan uses 5 layers and Cisco content uses 4.

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

What are the 7 layers of the OSI model?

A

Physical, Data Link, Network, Transport, Session, Presentation, Application.

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

What are the 4 layers of the TCP/IP model?

A

Network Access, Internet, Transport, Application.

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

What does the Physical layer involve?

A

It involves bits, interfaces, power and signaling. The physical layer gets us from the sending device to the medium.

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

What does the Data Link layer involve?

A

It involves physical addressing and framing, of flow control and error control from 1 link to another link (or one device to another device) within a network.

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

What interconnects networks, and why is this important in relation to the data link layer?

A

Sort of a waffle, just generally explain.

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

What does the Network Layer involve?

A

It involves logical addressing, allowing a message to go through/across a network of networks, from sending device to receiving device. It also finds the best route to do so.

17
Q

What does the Transport Layer involve?

A

It involve application addressing, of flow control and error control on an application basis. It also segmentation, i.e. the breaking up of data.

18
Q

What does the Session Layer involve?

A

It involves providing services to the presentation layer to organise dialogue and maintain data exchange.

19
Q

What does the Presentation Layer involve?

A

It involves translating the data into a common language, in a usable format for the application layer.

20
Q

What does the Application Layer involve?

A

Provides network services for end-user applications to work. i.e. the end-user ‘browser’ would require the network service ‘http’ to work.