Chapter 1 Flashcards

1
Q

What is the idea behind layering in the OSI model

A

That each layer is responsible for providing a service to the layer above by using the services of the layer below

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

What is the communication between layer *n *and layer *n - 1 *known as?

A

interface

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

What is the 1st Layer in the OSI Model

A

Physical

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

What is the second layer in the OSI Model

A

Data Link

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

What is the third layer in the OSI model?

A

Network

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

What is the 4th layer in the OSI model

A

Transport

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

What is the 5th layer in the OSI model

A

Session

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

What is the 6th layer in the OSI model

A

Presentation

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

What is the 7th Layer in the OSI model

A

Application

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

What is the goal of the Presentation Layer

A

To agree on representations for data.

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

What method of presentation does the Presentation Layer standardize on?

A

ASN.1 (Abstract Syntax Notation 1)

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

What is bit stuffing and how does it work

A

Bit stuffing is a technique used to mark the start and end of a frame. In bit stuffing 6 1’s are used to denote the start and end of a frame. If 6 1’s are included in the data portion of a frame, after 5 1’s are transmitted the transmitting node knows to add a 0 into the data. The receiving node knows that once 5 1’s are received, followed by a 0 and another 1, it should remove the 0 and parse the date portion as if 6 1’s were being transmitted.

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

What are two methods used to denote the beginning and end of a packet?

A

1) bit stuffing
2) using different physical signals for data bits, than for markers

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

As it pertaines to layering, what is an envelope and when is it applied

A

An envelope is information glued onto the beginning/end of a packet for interpretation by a certain layer of the OSI model. These are known as the header and footer

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

Each layer communicates with its peer layer through a ____

A

Protocol Data Unit (PDU)

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

What kind of PDU’s does the data link layer use to communicate?

A

LPDU

17
Q

What kind of PDU is used to communicate with at the Network Layer?

A

NPDU

18
Q

Which kind of PDU is used to communicate with at the Transport Layer?

A

TPDU

19
Q

When layer N+1 gives information to layer n for transmission, what is the information known as?

A

An SDU, or Service Data Unit. The layer term is prepended to elminiate ambiguity (e.g. PSDU, SSDU, TSDU, NSDU…etc)

20
Q

Does an NSDU have a Network Layer envelope?

A

No, an NSDU defines the TPDU after it has been handed to the Network Layer. A packet that already has the Network Layer envelope added to it would be known as an NPDU if it resides at the network layer, or an LSDU if it resides at the Data Link Layer.

21
Q

What two functions does a connectionless service offer layer n?

A

1) it accepts packets for transmission from layer n
2) it delivers pacets to layer n

22
Q

In a connection-oriented service, what three phases does communication consist of?

A

1) Connection Setup
2) Data Transfer
3) Connection Release

23
Q

Does a service that is purely datagram make a guarantee about delivery?

A

No, datagram, aka best-effort, accepts data but makes no guarantee about it’s delivery.

24
Q

What does a reliable service guarantee

A

That data will be delivered in the order transmitted, without corruption, duplication, or loss.

25
Q

What are the two forms of service tramsission

A

1) reliable
2) datagram (aka best-effort)

26
Q

In a connectionless network layer, does it make sense to utilize a reliable service?

A

No, only datagram service makes sense in this instance because by definition nothing is keeping track of what gets delivered.

27
Q

Are IP, IPX, DECnet, CLNP, and AppleTalk examples of connection oriented or connectionless network layers?

A

connectionless