InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are transport layer protocols used in networking?(a) TCP and FTP(b) UDP and HTTP(c) TCP and UDP(d) HTTP and FTPI had been asked this question in a national level competition.The query is from Transport Layer topic in division OSI Model of Computer Network |
|
Answer» CORRECT option is (c) TCP and UDP To elaborate: Both TCP and UDP are transport layer protocol in networking. TCP is an abbreviation for Transmission Control Protocol and UDP is an abbreviation for USER Datagram Protocol. TCP is connection oriented WHEREAS UDP is CONNECTIONLESS. |
|