Question
Which of the following statements about the OSI
Model’s Transport Layer is true?ÂSolution
The Transport Layer (Layer 4) of the OSI model is responsible for providing end-to-end communication, ensuring reliable data delivery, and managing flow control between devices. It uses protocols like TCP and UDP to establish logical communication between processes, handle error detection, and ensure that data is delivered in the correct sequence. This layer also controls the flow of data to prevent congestion. Option A (Defines data formatting): Data formatting is done at the Presentation Layer (Layer 6), not the Transport Layer. Option B (Ensures reliable data transfer): While the Transport Layer does provide reliable data transfer (e.g., using TCP), error detection and correction are done at both the Data Link (Layer 2) and Transport Layer, not solely at Layer 4. Option C (Routing data): Routing is the responsibility of the Network Layer (Layer 3), which is concerned with the logical addressing and forwarding of packets across networks. Option E (Logical addressing): Logical addressing is handled by the Network Layer (Layer 3) using IP addresses, not the Transport Layer.
Which is best fit for blank space 14?
Fill in the correct option for 26 blank space.
The concept of demand paging relies on:
What is cohesion in software engineering?
Fill in the correct option for 26 blank space.
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
What is a primary feature of the Agile Model in software development?
Which of the following statements accurately describes the role of system calls in an operating system?Â
Which layer is not in OSI but in TCP/IP