Chapter 2 OSI Layers Flashcards
Host 1 sent a SYN packet to host 2. What will Host 2 send in response?
SYN/ACK
TCP and UDP reside at which layer of the OSI Model?
4
Which layer of the OSI model provides an entry point for programs to access the network infrastructure?
Application
You are connected to a server on the internet and you click a link on the server and receive a time-out message. What layer could be the source of this message?
Application
Which layer of the OSI model is responsible for code and character-set conversion as well as recognizing data formats?
Presentation
At which layer of the OSI model do bridges, hubs, and routers primarily operate, respectively?
Data Link, Physical, Network
Which layer of the OSI model is responsible for converting data into signals appropriate for the transmission medium?
Physical
A receiving host has failed to receive all the segments that it should acknowledge. What can the host do to improve the reliability of this communication session?
Decrease the window size
Which layer 1 devices can be used to enlarge the area covered by a single LAN segment?
Hub and Repeater
Segmentation of a data stream happens at which layer of the OSI model?
Transport
When data is encapsulated, which is the correct order?
Data, segment, packet, frames, bits
What are two purposes for segmentation with a bridge?
To create more collision domains
to add more bandwidth for users
Acknowledgments, sequencing, and flow control are characteristics of which OSI layer?
Layer 4
Which of the following is true regarding sequencing and acknowledgments?
The segments delivered are acknowledged back to the sender upon their reception
Any Segments not acknowledged are retransmitted
Segments are sequenced back into their proper order upon arrival at their destination
What is the purpose of flow control?
To provide a means for the receiver to govern the amount of data sent by the sender.