Know And Understand The Fundamentals!
Video #1 jumps right into the theory of networking models. Here's nice diagram illustrating the differences between the two:
Here's how the OSI model works:
Application Layer (Layer 7)
- Ensures remote communication parter is available
- Required communication resources exist
- Both ends agree on procedures involving data integrity, privacy and error recovery
- Authentication also runs here at layer 7
Presentation Layer (Layer 6)
- Compatibility with OS
- Proper encapsulation of data for network transmission
- Data formatting (binary, ascii)
- Data encryption, compression and translation
Session Layer (Layer 5)
- Handles creation, maintenance and teardown of communications between hosts
Transport Layer (Layer 4)
- Establish end-to-end connection bewteen two systems
- Segment data received from the upper layers
- Make sure data gets to the destination in correct order and free of errors (error recovery)
Network Layer (Layer 3)
- What valid paths exist from local router to given destination?
- What is the best path to get there?
Data Link Layer (Layer 2)
- Error detection
- Switches run at this layer
- Bits (ones and zeros)
- Anything to do with cables, power, connectors, pins etc
No comments:
Post a Comment