0% found this document useful (0 votes)
2K views5 pages

Which Layer Chooses and Determines The Availability of Commun

The document discusses the Open Systems Interconnection (OSI) model and its seven layers. It provides questions about the functions of each layer and protocols that operate at certain layers. It tests knowledge of concepts like encapsulation, segmentation, flow control, and the purpose of different network devices. The answers provided explain which layer is responsible for various network functions such as addressing, routing, error checking and session establishment.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views5 pages

Which Layer Chooses and Determines The Availability of Commun

The document discusses the Open Systems Interconnection (OSI) model and its seven layers. It provides questions about the functions of each layer and protocols that operate at certain layers. It tests knowledge of concepts like encapsulation, segmentation, flow control, and the purpose of different network devices. The answers provided explain which layer is responsible for various network functions such as addressing, routing, error checking and session establishment.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

2.

The Open Systems Interconnection Specifications

Written Lab
1. Which layer chooses and determines the availability of communicating partners along with the resources necessary to make the connection, coordinates partnering applications, and forms a consensus on procedures for controlling data integrity and error recovery? 2. Which layer is responsible for converting data packets from the Data Link layer into electrical signals? 3. At which layer is routing implemented, enabling connections and path selection between two end systems? 4. Which layer defines how data is formatted, presented, encoded, and converted? 5. Which layer is responsible for creating, managing, and terminating sessions between applications? 6. Which layer manages the transmission of data across a physical link and is primarily concerned with physical addressing and the ordered delivery of frames? 7. Which layer is used for reliable communication between end nodes over the network and provides mechanisms for establishing, maintaining, and terminating virtual circuits as well as controlling the flow of information? 8. Which layer provides logical addressing that routers use for path determination? 9. Which layer specifies voltage, wire speed, and connector pinouts and moves bits between devices? 10. Which layer combines bits into bytes and bytes into frames and uses MAC addressing?

(The answers to the Written Lab can be found following the answers to the Review Questions for this chapter.)

Answers to Written Lab


1. The Application layer is responsible for finding the network resources broadcast from a server and adding flow control and error control (if the application developer chooses). 2. The Physical layer takes frames from the Data Link layer and encodes the 1s and 0s into a digital signal for transmission on the network medium. 3. The Network layer provides routing through an internetwork and logical addressing. 4. The Presentation layer makes sure that data is in a readable format for the Application layer. 5. The Session layer sets up, maintains, and terminates sessions between applications. 6. PDUs at the Data Link layer are called frames. As soon as you see frame in a question, you know the answer. 7. The Transport layer uses virtual circuits to create a reliable connection between two hosts. 8. The Network layer provides logical addressing, typically IP addressing, and routing. 9. The Physical layer is responsible for the electrical and mechanical connections between devices. 10. The Data Link layer is responsible for the framing of data packets.

Review Questions
1. Host 1 sent a SYN packet to Host 2. What will host 2 send in response? A. A. ACK B. NAK C. SYN-ACK D. SYN-NAK E. SYN C. To set up a connection-oriented session, this is called a three-way handshake and the transmitting host sends a SYK packet, the receiving host sends a SYK-ACK, and the transmitting host replies with the last SYN packet. The session is now set up. 2. TCP and UDP reside at which layer of the OSI model? A. 1 B. 2

C. 3 D. 4 D. TCP and UDP are Transport-layer protocols. The Transport layer is Layer 4 of the OSI model. 3. Which layer of the OSI model provides a user interface in the form of an entry point for programs to access the network infrastructure? A. Application B. Transport C. Network D. Physical A. The top layer of the OSI model gives applications access to the services that allow network access. 4. You are connected to a server on the Internet and you click on a link on the server and receive a time-out message. What layer could be the cause of this message? A. Application B. Transport C. Network D. Physical A. If the remote server is busy or does not respond to your web browser request, this is an Application layer problem 5. Which layer of the OSI model is responsible for code and character-set conversion as well as recognizing data formats? A. Application B. Presentation C. Session D. Network B. The Presentation layer makes data presentable for the Application layer. 6. At which layers of the OSI model do bridges, hubs, and routers primarily operate, respectively? A. Physical, Physical, Data Link B. Data Link, Data Link, Network C. Data Link, Physical, Network D. Physical, Data Link, Network C. Bridges, like switches, are Data Link-layer devices. Hubs, like repeaters, are Physicallayer devices. Routers are Network-layer devices. 7. Which layer of the OSI model is responsible for converting data into signals appropriate for the transmission medium? A. Application B. Network C. Data Link D. Physical D. The Physical layers job is to convert data into impulses that are designed for the wired or wireless medium being used on the attached segment. 8. 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?

A. Send a different source port number. B. Restart the virtual circuit. C. Decrease the sequence number. D. Decrease the window size. D. A receiving host can control the transmitter by using flow control (TCP uses windowing by default). By decreasing the window size, the receiving host can slow down the transmitting host so the receiving host does not overflow its buffers. 9. Which Layer 1 devices can be used to enlarge the area covered by a single LAN segment? (Choose two.) A. Switch B. NIC C. Hub D. Repeater E. RJ-45 transceiver C, D. Not that you really want to enlarge a single collision domain, but a hub (multiport repeater) will provide this functionality for you. 10. Segmentation of a data stream happens at which layer of the OSI model? A. Physical B. Data Link C. Network D. Transport D. The Transport layer receives large data streams from the upper layers and breaks these up into smaller pieces called segments. 11. When data is encapsulated, which is the correct order? A. Data, frame, packet, segment, bits B. Segment, data, packet, frame, bits C. Data, segment, packet, frame, bits D. Data, segment, frame, packet, bits C. The encapsulation order is data, segment, packet, frame, bits 12. What are two purposes for segmentation with a bridge? A. To add more broadcast domains B. To create more collision domains C. To add more bandwidth for users D. To allow more broadcasts for users B, C. Bridges and switches break up collision domains, which allow more bandwidth for users. 13. Acknowledgments, sequencing, and flow control are characteristic of which OSI layer? A. Layer 2 B. Layer 3 C. Layer 4 D. Layer 7 C. A reliable Transport-layer connection uses acknowledgments to make sure all data is received reliably. A reliable connection is defined by the use of acknowledgments, sequencing, and flow control, which is characteristic of the Transport layer (Layer 4). 14. Which of the following are types of flow control? (Choose all that apply.)

A. Buffering B. Cut-through C. Windowing D. Congestion avoidance E. VLANs A, C, D. The common types of flow control are buffering, windowing, and congestion avoidance. 15. What is the purpose of flow control? A. To ensure that data is retransmitted if an acknowledgment is not received B. To reassemble segments in the correct order at the destination device C. To provide a means for the receiver to govern the amount of data sent by the sender D. To regulate the size of each segment C. Flow control allows the receiving device to control the pace of the transmitting device so the receiving devices buffer does not overflow. 16. At which layer of the OSI model would you find IP? A. Transport B. Network C. Data Link D. Physical B. IP is a Network-layer protocol. TCP is an example of a Transport-layer protocol, Ethernet is an example of a Data Link-layer protocol, and T1 can be considered a Physicallayer protocol. 17. Of the following, which is the highest layer in the OSI model? A. Transport B. Session C. Network D. Presentation D. The Presentation layer is the sixth layer of the model. Only the Application layer is higher, but it is not listed. Session is Layer 5, Transport is Layer 4, and Network is Layer 3. 18. Routers perform routing at which OSI layer? A. Physical B. Data Link C. Network D. Transport E. Application C. A router is specified at the Network layer and a router routes packets. Routers can also be called layer-3 switches. 19. Which of the following mnemonic devices can you use to remember the first letter of the name of each layer of the OSI model in the proper order? A. All People Seem To Need Processed Data B. Always Should People Never Threaten Dog Police C. Please Do Not Throw Sausage Pizza Away D. All Day People Should Try New Professions C.

The phrase Please Do Not Throw Sausage Pizza Away contains the first letters of the layers in order from Layer 1 through Layer 7. All People Seem To Need Data Processing works from the top down, but thats not exactly how the option that looks similar reads. The other options have all the right letters, just not completely in the right order. 20. Which IEEE standard specifies the protocol for CSMA/CD? A. 802.2 B. 802.3 C. 802.5 D. 802.11 B. The 802.3 standard, commonly associated with Ethernet, specifies the media-access method used by Ethernet, which is known as Carrier Sense Multiple Access with Collision Detection (CSMA/CD).

You might also like