Computer Networks Basic » Reliable Data Transfer
Computer Networks Basic Subcategories
Computer Networks BasicReliable Data Transfer
Which layer is more helpful in providing reliable data transmission service?

A. Transport layer
B. Datalink layer
C. Application layer
D. Network layer

Explanation: Transport layer uses some protocols, such as UDP, TCP and SCTP to accomplish reliability. UDP works well for real time data and has multiple ways for packet transmission. SCTP and TCP also provide reliable services by establishing connections and make use of their special features like error control and flow control.