Section 3: OSI Model (aka Stack) Flashcards

1
Q

Pneumonic For OSI Model (Layer 1 to Layer 7)

A

Please - Do - Not - Throw - Sausage - Pizza - Away

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

OSI Model Layer 1 / Data Type

A

Physical Layer / Bits
(Transmitted as binary data)

▪ Transmission of bits across the network
▪ Physical and electrical characteristics
▪ Examples: Cables (Ethernet, Fiber); RF (Wi-Fi, Bluetooth); Infrastructure Devices (Hubs, Wireless Access Point (WAP), Media Converter)

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

OSI Model Layer 2 / Data Type

A

Data Link Layer / Frames

(Header adds Source and Destination MAC Addresses)

▪ Packages data into frames, perform error detection/correction, and uniquely identifying network devices with an address (MAC), and flow control

Examples: Network Interface Cards (NIC), Bridges, Switches

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

OSI Model Layer 3 / Data Type

A

Network Layer / Packets

(Header adds Source and Destination IP addresses)

Examples:
▪ Routers
▪ Multilayer switches
▪ IPv4 protocol
▪ IPv6 protocol
▪ Internet Control Message Protocol (ICMP)

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

OSI Model Layer 4 / Data Type

A

Transport Layer /
Segments for TCP;
Datagrams for UDP

(Header Adds Source and Destination Ports)

Examples:
▪ TCP
▪ UDP
▪ WAN Accelerators
▪ Load Balancers
▪ Firewalls

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

OSI Model Layer 5 / Data Type

A

Session Layer / Data:

Responsible for Interhost Communication - [aka Session Management]

(Setup, Maintain and Tear-down Session between end-user application processes.)

Protocol Examples:
▪ H.323 - Voice/Video Sessions - Setup, maintain, and tear down
▪ NetBIOS - Used by computers to share files over a network

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

OSI Model Layer 6 / Data Type

A

Presentation Layer / Data:

Responsible for the delivery and formatting of information to the Application Layer.

Examples:
▪ HTML, XML, PHP, JavaScript, …
▪ ASCII, EBCDIC, UNICODE, …
▪ GIF, JPG, TIF, SVG, PNG, …
▪ MPG, MOV, …
▪ TLS, SSL, …

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

OSI Model Layer 7 / Data Type

A

Application Layer / Data:

Responsible for displaying data to the user.

▪ Provides application-level services (Not Word or Notepad)
▪ Layer where the users communicate with the computer
▪ Functions:
● Application services - File Transfer and Sharing, eMail, Remote Access, Network Management, Client-Server processes,
● Service advertisement - Printers, file servers
Examples:
▪ E-mail (POP3, IMAP, SMTP)
▪ Web Browsing (HTTP, HTTPS)
▪ Domain Name Service (DNS)
▪ File Transfer Protocol (FTP, FTPS)
▪ Remote Access (TELNET, SSH)
▪ Simple Network Management Protocol (SNMP)

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

Pneumonic for OSI Model Data-Types (Layer 7 to Layer 1)

A

Do [Data - Layers 5, 6, & 7]
Some [Segments - Layer 4]
People [Packets - Layer 3]
Fear [Frames - Layer 2]
Birthdays [Bits - Layer 1]

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

TCP

A

Transmission Control Protocol
▪ Connection-oriented protocol
▪ Reliable transport of segments

● If segment is dropped, protocol detects it and resends segment
▪ Acknowledgements received for successful communications

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

UDP

A

User Datagram Protocol
▪ Connectionless protocol
▪ Unreliable transport of segments

● If dropped, sender is unaware, no retransmission
▪ Lower overhead for increased performance - good for audio/video streaming

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

Each Layer’s Data Type in the OSI Model (1-7)

A

Layer 1 (Physical) = Bits
Layer 2 (Data Link) = Frames
Layer 3 (Network) = Packets
Layer 4 (Transport) = Segments
Layer 5 (Session) = —-.
Layer 6 (Presentation) = —+- Data
Layer 7 (Application) = —.

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

PDU

A

Protocol Data Unit (PDU) -
Protocol-specific control information and user data added or removed by a peer layer of the OSI model.

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

MAC Address

A

Media Access Control Address -

A 48-bit Hexadecimal address assigned to a network interface card (NIC) to uniquely identify a network card on a local area network.

The first 24 bits (1st three octets) represent a vendor code and the second 24 bits (2nd three octets) are NIC unique value.
OUI NIC
1a:32:4b : cc:78:d5

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

LLC

A

Logical Link Control - sublayer of Data Link (Layer 2) that controls synchronization, multiplexing, flow control and error-checking.

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