OSI (Open Systems Interconnect) Flashcards
What is OSI?
Open Systems Intercom
Different layers of OSI?
Layer 1: Physical Layer Layer 2: Data link Layer Layer 3: Network Layer Layer 4: Transport Layer Layer 5: Session Layer 6: Presentation Layer Layer 7: Application Layer
Physical Layer
Signalling, Cabling, Connectors
Physical problem that will need fixing
Data link Layer
DLC (Data link control)
Foundation of the communication
Transfers data between nodes on a network
Sends across the physical layer
Network Layer
The “routing” layer
Used as an internet protocol
Provides data routing paths for network communication
Fragments frames to traverse different networks
Transport Layer
TCP (Transmission Control Protocol)
UDP (User Datagram Protocol)
Provides Transfer of data between end users
Control’s reliability of a given link
Session Layer
Communication management between devices
Half duplex, full duplex
Duplex Communication System: Point-to-point communication system. Compromised of two or more connection devices. Both of which can communicate with one another
Full-Duplex: a system or circuit can transmit and receiving data at the same time
Half-Duplex: Communication can only go in one direction at a time
Controls protocols, tunnelling protocols
Presentation Layer
Character encoding
Application encryption
Often combined with application layer
Translator between application and the network
Addresses syntax representation of user information
Data compression, decompression, encryption, decryption
Application Layer
The layer we usually see
HTTP, FTP, DNS. POP3
Abstraction layer
Specifies shared communications, protocols and interface methods used by hosts in a communication of networks
TCP
Slower than UDP Can usually retransmit lost packets Extensive error checking Guarantee of delivery Transmission to end point means it must establish a connection first
UDP
Faster than TCP Usually is connectionless No retransmissions Reliability handles by the application layer Only cares about fast transmissions