OSI Flashcards
OSI Model
OSI Layers
OSI- open systems interconnect
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
L1 responsibilities
Physical- Converts bits into voltage for data transmission, encoding and signaling
L2 responsibilities
Data Link-
Logical Link Control (LLC) for linking to L3;
Media Access Control (MAC) for addressing;
Data framing; some error detection
L3 responsibilities
Network- Provides:
- logical addressing;
- routing and path determination;
- datagram encapsulation;
- some error handling and diagnostics
L4 responsibilities
Transport- Provides end-to-end data transport services and flow control.
Conducts error checking.
L5 responsibilities
Session- Establishes manages and terminates connections between devices;
uses device names rather than addresses;
L6 responsibilities
Presentation- Manages data format, compression and encryption
L7 responsibilities
Application- provides user application services
L1 PDU
Physical- Bits
L2 PDU
Data Link- Frames (1.5Kb)
L3 PDU
Network- Packets (65Kb) and Datagrams
L4 PDU
Transport- Segments
L5 PDU
Session- Data
L6 PDU
Presentation- Data
L7 PDU
Application- User Data
L1 Devices
Physical- Cable, hub, modem, repeater (no addressing)
L2 Devices
Data Link-
Switches (isolates collision traffic; some have VLAN ability),
Bridges,
NIC,
Brouter (hybrid bridge and router, routing packets to multiple protocols via IP or MAC);
L3 Devices
Network-
Router (isolates broadcast traffic);
L3 switch (used for LAN cheaper than router);
Packet filter (Static/Stateless FW)- limited, all or nothing; blocks or allows entire protocol; opens/closes ports as needed
L5 Devices
Session-
Circuit Level Gateway (monitors TCP handshake);
Stateful firewall inspects and understands traffic and allows protocols as long as they behave like they should
L7 Devices
Application-
Gateways,
Application Proxies (slow),
Kernal Proxies (very fast and expensive hardware devices)
L2 Protocols
Data Link- 1- LLC (802.2) 2- Ethernet (802.3); 3- Token Ring (802.5); 4- WiFi (802.11); 5- FDDI & CDDI; 6- PPTP; 7- L2TP
L3 Protocols
Network- IP; IPv6; IP NAT; IPSec; ICMP (ping, traceroute); RIP;
L4 Protocols
Transport-
TCP,
UDP,
SSL/TLS (L4-L7)
L5 Protocols
Session-
SQL,
RPC,
DNS (is L5 for exam)
L6 Protocols
Presentation- No protocols; EFS (Encrypted File Sys)
L7 Protocols
Application- FTP (on TCP), TFTP (UDP), SSH, IMAP, POP, HTTP/HTTPS