Chapter 2 Flash Cards - OSI Model

1
Q

What mnemonic is used to remember the order and names of the layers of the OSI model? Name the 7 layers.

A

Please Do Not Throw Sausage Pizza Away.Physical, Data Link, Network, Transport, Session, Presentation, Application

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

What are the benefits of a layered system? (i.e. OSI,TCP/IP)

A
  1. Less complex2. Standard interfaces3. Easier to learn4. Easier to develop5. Multivendor interoperability6. Modular engineering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define: Adjacent-layer interaction

A

On a single computer, one layer provides a service to a higher layer. The software or hardware that implements the higher layer requests that the next lower level preform the needed function.

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

Define: Decapsulation

A

On a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each header, removes the header, revealing the next-higher-layer PDU.

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

Define: Encapsulation

A

The placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol.

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

Define: Frame

A

Data Link layer (LH, LT, Ethernet, PPP) header and trailer around Data, L2PDU.

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

Define: Networking Model

A

A generic term referring to any set of protocols and standards collected into a comprehensive grouping that, when followed bt the devices in a network, allows the devices to communicate.

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

Define: Packet

A

Network layer (IP) header and data, L3PDU.

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

Define: Protocol Data Unit (PDU)

A

An OSI term to refer generically to a grouping of information by a particular layer of the OSI model. More specifically, an LxPDU would imply the data and headers as defined by Layer x.

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

Define: Same-Layer Interaction

A

The two computers use a protocol to communicate with the same layer on another computer. The protocol defined by each layer uses a header that is transmitted between the computers, to communicate what each computer wants to do.

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

Define: Segment

A

Transport layer (TCP, UDP) header and Data, L4PDU. In Ethernet, it is either a single Ethernet cable or a single collision domain.

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

OSI Layer 1: Provide functional description of the above OSI Layer.

A

Physical Layer. Defines electrical, optical, cabling, connectors, and procedure details required for transmitting bits, represented as some form of energy passing over a physical medium.

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

OSI Layer 2: Provide functional description of the above OSI Layer.

A

Data Link Layer. Formats data into frames appropriate for transmission. Define when the medium can be used. Defines means for error detection.

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

OSI Layer 3: Provide functional description of the above OSI Layer.

A

Network Layer. Local addressing, routing, path determination.

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

OSI Layer 4: Provide functional description of the above OSI Layer.

A

Transport Layer. Flow control, error recovery, segmentation, connection establishment and termination.

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

OSI Layer 5: Provide functional description of the above OSI Layer.

A

Session Layer. Established and maintains end-to-end bidirectional flow between end points. Includes managing transaction flow.

17
Q

OSI Layer 6: Provide functional description of the above OSI Layer.

A

Presentation Layer. Defines the format and organization of data. Includes encryption.

18
Q

OSI Layer 7: Provide functional description of the above OSI Layer.

A

Application Layer. Interface between network and application software. Also, includes authentication services.

19
Q

TCP/IP Architecture Layer: Physical LayerExample Protocols? Devices?

A

Protocols: Ethernet, Frame RelayDevices: LAN Hub, LAN Repeater, Cables

20
Q

TCP/IP Architecture Layer: InternetExample Protocols? Devices?

A

Protocols: IPDevices: Router

21
Q

TCP/IP Architecture Layer: TransportExample Protocols? Devices?

A

Protocols: TCP, UDPDevices: Hosts, Firewalls

22
Q

TCP/IP Architecture Layer: ApplicationExample Protocols? Devices?

A

Protocols: HTTP, POP3, SMTP, Telnet, FTP, VoIP, SNMPDevices: Hosts, Firewalls, Intrusion Detection Systems

23
Q

TCP/IP Architecture Layer: Data LinkExample Protocols? Devices?

A

Protocols: Frame Relay, Point-to-Point Protocol (PPP)Devices: Switch, AP, Modem

24
Q

Define: PPP

A

Point to Point Protocol