OSI Flashcards
What are the seven layers of OSI model?
Application, Presentation, Session, Transport, Network, Data Link, Physical
What runs in Application Layer?
Network applications for file transfer, web surfing, emails and virtual terminals
Protocol for file transfer
FTP
Protocol for web surfing
HTTP/S
Protocol for emails
SMTP
Protocol for virtual terminals
Telnet
What is the Presentation Layer responsible for?
Translation, Data Compression, Encryption
What is SSL?
Secure Socket Layer
What is Session Layer responsible for?
Authentication, Authorization, Session Management
What type of data runs in Session Layer?
Data Packets
What is Transport Layer responsible for?
Segmentation, Flow Control, Error Control, Connection and Connectionless Transactions
What is the difference between UDP and TCP?
UDP does not give feedback, hence is faster than TCP. However, it is less reliable.
How can TCP recover lost/corrupted data?
By using the checksum methods to find corrupted data and by checking the sequence number to find lost segments
What layers run on the web browser?
Application, Presentation and Session
What type of data runs in Transport Layer?
Segments
What information does a segment has?
Port number and sequence number