OSI Model Layers Transcript Flashcards
What is the purpose of segmenting data at the transport layer?
To divide data into smaller blocks called segments for transmission.
How does the transport layer help identify lost segments during transmission?
By assigning a sequence number to each block of data.
Why is flow control important at the transport layer?
To manage the speed of data transmission between hosts.
What is the difference between TCP and UDP in terms of connection handling?
TCP is connection-oriented, while UDP is connectionless.
Explain the role of port numbers at the transport layer.
Port numbers identify upper layer services on a server.
How are routing protocols relevant to the network layer?
Routing protocols determine the path data takes between routers.
Why are IP addresses assigned at the network layer?
To uniquely identify devices within an internetwork.
Describe the responsibility of the data link layer regarding transmission media.
It interfaces between physical devices and the network layer.
What are the sublayers of the data link layer and their functions?
LLC provides interface, and MAC controls physical medium access.
What is the purpose of a CRC in a frame at the data link layer?
To help identify errors that may have occurred during transmission.
What is the purpose of grouping OSI layers?
Grouping helps understand network troubleshooting and architecture better.
How are the OSI layers commonly grouped?
Bottom two layers related to hardware; top five layers are networking protocols.
What does the application layer in OSI model handle?
Integrating network services with the operating system.
Which protocols are associated with the application layer in OSI model?
HTTP, FTP, TFTP, SMTP
What is the function of the presentation layer in OSI model?
Deals with syntax, encryption, and compression.