7 7 votes Which layer of OSI reference model is responsible for decomposition of messages and generation of sequence numbers to ensure correct re-composition from end to end of the network? Physical Data-link Transport Application Computer Networks ugcnetcse-dec2013-paper3 computer-networks network-layer + – go_editor 5.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 7 7 votes ans is C transport layer Transport layer is the fourth layer in OSI Reference Model. It responds to service requests from Session layer and issues service requests to Network layer. Transport Layer is responsible for delivering messages between hosts. In Transport layer, data travels in the form of segments. Transport layer is responsible for creating an end to end connection between source IP and the destination IP. For establishing this end to end connection, Transport layer is using two major protocols TCP and UDP. TCP is connection oriented protocol where UDP is connection less protocol. So by using TCP we can create an end to end reliable connection between source and destination hosts. Transport layer is called host-to-host transport layer in TCP/IP model. Sanjay Sharma answered Jul 29, 2016 • selected Sep 20, 2016 by Sankaranarayanan P.N Sanjay Sharma comment Share Follow See all 5 Comments 5 5 Comments reply Show 2 previous comments Vishal Goyal commented Jun 1, 2017 reply Follow flag hahahaha u r very true 0 0 replyShare Vishal Goyal commented Jun 1, 2017 reply Follow flag The Network Layer : It routes the signal through different channels from one node to other. It acts as a network controller. It manages the Subnet traffic. It decides by which route data should take. It divides the outgoing messages into packets and assembles the incoming packets into messages for higher levels see this http://www.studytonight.com/computer-networks/complete-osi-model 0 0 replyShare dan31 commented Dec 27, 2018 reply Follow flag "Correct recomposition from end to end" is asked -- Ans should be Transport Layer 0 0 replyShare Please log in or register to add a comment.