OSI Layers Flashcards
What does Layer 1 pertain to?
Physical layer. (Bits) The signal, the cabling, and connectors. Coax, Fiber, Wireless, Hubs Repeaters.
What does Layer 2 pertain to?
Data link layer. (Frames). The “switching” layer. Ethernet, PPP, Switch, Bridge. MAC addresses.
What does Layer 3 pertain to?
Network layer. (Packets) The “routing” layer. Encapsulation. Packets IP address, router, packet. IP, ICMP, IPSEC, IGMP
What does Layer 4 pertain to?
Transport layer. (Segments). End to end connections. TCP & UDP port numbers
What does Layer 5 pertain to?
Session layer. Communication management between devices. Start, stop, and restart sessions. Synch & send to port. API’s, Sockets
What does Layer 6 pertain to?
Presentation layer. Data formatting.. Encryption. Any data that needs to be encrypted or decrypted. ASCII. HTML, Java Script. GIF, JPEG. TLS, SSL.
What does Layer 7 pertain to?
Application layer. The layer we see. Advertising services. Protocols are things like HTTP, FTP, SSH, DNS, SMTP, POP, IMAP, SNMP.