OSI Model

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

OSI Layer 1

Physical

2
New cards

OSI Layer 2

Data Link

3
New cards

OSI Layer 3

Network

4
New cards

OSI Layer 4

Transport

5
New cards

OSI Layer 5

Session

6
New cards

OSI Layer 6

Presentation

7
New cards

OSI Layer 7

Application

8
New cards

Real World Applications: Layer 1 - Physical

Cables, fiber & the signal itself; Electrical signals

9
New cards

Real World Applications; Layer 2 - Data Link

Ethernet frame, MAC address, Extended Unique Identifier (EU-48, EU-64), switch; Ethernet

10
New cards

Real World Applications; Layer 3 - Network

IP Address, router, packet; IP encapsulation

11
New cards

Real World Applications; Layer 4 - Transport

TCP segment, UDP datagram; TCP encapsulation

12
New cards

Real World Applications; Layer 5 - Session

Control protocols, tunneling protocols; Link presentation to the transport

13
New cards

Real World Applications; Layer 6 - Presentation

Application encryption(SSL/TLS); SSL encryption

14
New cards

Real World Applications; Layer 7 - Application

Your eyes; The site you see

15
New cards

Function of the Physical layer?

Transmits raw bits over the physical medium (e.g., cables, hubs, radio frequencies).

16
New cards

Function of the Data Link layer?

Handles error detection, framing, and physical addressing using MAC addresses (e.g., switches).

17
New cards

Function of the Network layer?

Routes data between devices using logical addressing (e.g., IP addresses, routers).

18
New cards

Function of the Transport layer?

Ensures reliable data delivery with error checking, segmentation, and flow control (e.g., TCP/UDP).

19
New cards

Function of the Session layer?

Establishes, manages, and terminates communication sessions between devices.

20
New cards

Function of the Presentation layer?

Translates, encrypts, and compresses data so it’s readable for the application layer (e.g., encryption, file format translation).

21
New cards

Function of the Application layer?

Provides network services directly to the end-user (e.g., web browsers, email, file sharing).

22
New cards

Typical Problems; Layer 1 - Physical

Damaged cables, unplugged devices, loose connections, electrical interference, or power failures.

23
New cards

Typical Problems; Layer 2 - Data Link

MAC address conflicts, switch misconfigurations, frame errors, or VLAN tagging issues.

24
New cards

Typical Problems; Layer 3 - Network

Incorrect IP addresses, routing table errors, unreachable networks, IP conflicts, or misconfigured subnets.

25
New cards

Typical Problems; Layer 4 - Transport

Lost packets, high latency, excessive retransmissions, port blocking, or incorrect port numbers (e.g., firewall issues).

26
New cards

Typical Problems; Layer 5 - Session

Dropped or failed sessions, repeated disconnections, timeout errors, or inability to maintain a stable connection between devices.

27
New cards

Typical Problems; Layer 6 - Presentation

Data format incompatibility, encryption/decryption errors, and failed data compression or translation (e.g., mismatched character encoding).

28
New cards

Typical Problems; Layer 7 - Application

Misconfigured applications, software bugs, unsupported protocols, incorrect login credentials, or incompatible software versions.

29
New cards

Layer 1 - Troubleshooting

  • Inspect cables, connectors, and ports

  • Test with a known-good cable

  • Ensure power is supplied to devices

  • Use a cable tester or multimeter

30
New cards

Layer 2 - Troubleshooting

  • Check switch configuration and VLAN settings

  • Verify MAC address tables

  • Look for duplicate MACs

  • Replace or reseat network cables to rule out errors

31
New cards

Layer 3 - Troubleshooting

  • Verify IP addresses and subnet masks

  • Ping local and remote devices

  • Check routing tables and default gateways

  • Use traceroute to find where the path breaks

32
New cards

Layer 4 - Troubleshooting

  • Test ports with tools like Telnet or Netcat

  • Verify firewall and ACL configurations

  • Check packet loss/latency with ping or traceroute

  • Adjust TCP/UDP settings if needed

33
New cards

Layer 5 - Troubleshooting

  • Restart the session or connection

  • Check firewall/session timeout settings

  • Test persistent connection options (keep-alive)

  • Review authentication and session management logs

34
New cards

Layer 6 - Troubleshooting

  • Confirm encryption/decryption keys match

  • Test using standard formats (e.g., UTF-8 for text)

  • Check compression or codec compatibility

  • Reconfigure or disable encryption temporarily for testing

35
New cards

Layer 7 - Troubleshooting

  • Verify app settings and credentials

  • Check server status and logs

  • Test with another application or account

  • Reinstall or update software