OSI Model - Open System Interconnection. It is a framework/basis to understand overall flow of network communication. Not actual implementation. Provides standard that will become the basis for network design
OSI was Introduced in 1983 and adapted by ISO(International Organization for Standardization) in 1984
Without OSI - there will be no standardprocedure, no compatibility there will be problem sa communication unless same manufacturer ang devices
Why there’s layered approach - networking is complex so layered to breakdown into more manageablechunks to isolate parts and will not affect other layer if there’s problem
Transmission Control Protocol /Internet Protocol - actual implementation of reference model. first to exist. has 4 layers (Application, Transport, Internet, Network Access)
Encapsulation - process of adding additional info to data as it goes down the layer. sending
Decapsulation - process of removing info. receiving
Layer 7Application Layer - supplies network services to end user application. gives idea how to communicate kay network through protocols. serves as a medium interface between user application and network
Protocols example - HTTP, HTTP, SMTP, POP, FTP
Layer 6 - Presentation layer - syntax, translation, formation layer. Format in a form na magiging readable in both end. Functions: Translation, Compression and Decompression, Encryption and Decryption
Compression - reducing bits. Decompression to become readable again
Encryption - convert data into unrecognizable code, for security. Decryption babalik sa original text
Layer 4 - Transport Layer end-to-end delivery between host.
data segmentation - breaks into manageable chunk
flow control - both end parties must have same speed para di maoverwhelm si receiver
Protocol - TCP (High reliability) UDP(speed and efficiency)
Layer 6 Added header: sequence number for order of segment, port number to ensure sa correct session marereceive
Layer 3 - Network Layer . function : routing - finding the best route or path because data have limited hops lang, logicaladdressing (IP Address) - to know where network belong ang isang device
Layer 2 - Data link layer. allows the upper layer to access the media/cables. acts as a medium between upper layers and physical layer. Controls how data is placed into the media, light pulses, electromagnetic etc.
Layer 1 - Physical Layer. responsible for the actual physical connection between devices. Data will be converted to bits. Roles: interacting with the actual hardware, determining the signaling mechanism to be used
Protocol Data Unit(PDU) - information in every layer. Each layer adds header and trailer so, PDU in every layer change
Layer 7, 6, 5 - DATA
Layer 4 - Segment. header: Port numbers and Sequence number
Layer 3 - packet. header: IP Address
Layer 2 - frame. header: MAC Address, trailer: Error checking