OSI Model Flashcards

(16 cards)

1
Q

The 7 Layers of the OSI Model

A

Application (Data)
Presentation (Data)
Session (Data)
Transport (Segments)
Network (Packets)
Data Link (Frames)
Physical (Bits)

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

Layer of the OSI model where transmission of bits across the network occurs and includes physical and electrical network characteristics.

This layer’s devices are essentially repeaters, passing along whatever is received

A

Physical Layer – Layer 1

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

Examples of Physical – Layer 1 devices

A

Wired:
- Fiber optic cable
- Ethernet cable
- Coaxial cable

Wireless:
- Bluetooth
- Wi-Fi
- Near Field Communication (NFC)

Infrastructure:
- Hubs
- Access points
- Media converters

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

Layer of the OSI model that packages data into frames and transmits those frames on the the network

This layer’s devices view networks logically through mac addresses

A

Data Link Layer – Layer 2

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

Examples of Layer 2 – Data Link Layer devices

A
  • Network Interface Cards (NICs)
  • Bridges
  • Switches
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Examples of Layer 3 – Network Layer devices/protocols

A
  • Routers & Multi-Layer Switches
  • IPv4 & IPv6
  • ICMP (Internet Control Message Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

1) A connection-orientated protocol that i a reliable way to transport segments across the network (sends and verifies received) (hint: Segments)

2) A connectionless protocol that is an unreliable way to transport segments across the network (no verification of received) (hint: Datagram)

A

1) TCP (Transmission Control Protocol)

2) UDP (User Datagram Protocol)

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

What is UDP good for?

A

Audio and visual streaming

(because a lot of data it sent and there’s a lot less overhead (acknowledgment) – no three-way-handshake

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

Notes:
Layer 4 – Main Differences between TCP vs. UDP

A

TCP
- Reliable
- Connection-orientated
- Segment retransmission and flow control through windowing (windowing allows the clients to adjust the amount of data in each segment)
- Segment sequencing (in-order)
- Acknowledges segments

UDP
- Unreliable
- Connectionless
- No windowing or retransmission
- No sequencing
- No acknowledgement

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

Examples of Layer 4 devices/protocols

A
  • TCP and UDP protocols
  • Load balancers and firewalls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Layer that keeps conversation separate to prevent intermingling/cross-contamination of data

A

Session Layer – Layer 5

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

Three aspects of a Session in Layer 5

A

1) Set Up session
- Checking of user credentials and assigning numbers to sessions to help identify them

2) Maintain session
- Where data transfers back and forth across the network

3) Tear Down session
- Ending of a session after the transfer is done or when the other party disconnects

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

Examples of Session – Layer 5 Protocols

A
  • H.323
    (Used to set up, maintain, and tear down voice and video connections
  • RTP (Real-time Transport Protocol)
    (Streaming audio/video (phone call or FaceTime session)
  • NetBIOS
    (Used to share files over a network)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Layer that formats data to be exchanged and secures that data with proper encryption (Hint: Data Formatting and Encryption)

A

Layer 6 – Presentation Layer

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

Examples of Layer 6 – Presentation Layer

A
  • Scripting languages (like HTML or JavaScript)
  • Standard text (like ASCII or Unicode)
  • Pictures and Movie files (like GIFs or PNGs and MOV files)
  • Encryption algorithms (like TLS or SSL)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Examples of Layer 7 – Application Layer

A
  • Email applications (like SMTP, POP3, IMAP)
  • Web browsing (like HTTP or HTTPS)
  • DNS
  • FTP
  • Remote access (like RDP, telnet, ssh)