Question
Easy
_______ is an application layer protocol while _______ is internet layer protocol in TCP/IP reference model.
1
RTP, ICMP
2
DSL, IP
3
SONET, DSL
4
DNS, TCP
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer Networks & Internet
Topic: Internet Protocols
Correct Answer
Option A
Explanation
The correct option is (1): RTP, or Real-time Transport Protocol, is correctly classified as an Application Layer protocol within the TCP/IP model. While it often works closely with UDP at the Transport layer, RTP's primary function is to provide end-to-end network transport capabilities for applications transmitting real-time data, such as audio and video streaming, ensuring timely delivery and handling issues like jitter. ICMP, or Internet Control Message Protocol, is an…Read More
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
Consider the following SQL query: SELECT title, name FROM Employee ORDER BY title, name DESC; In output of above query the different titles are listed…
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 2
Easy
Source :
HTET 2018
In context of HTML what will be the result of the following?
This is WEB HTML Page
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 3
Easy
Source :
HTET 2018
Intersection operation on two database relation is:
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 4
Easy
Source :
HTET 2018
Let QSPTRU and PQSRTU are in-order traversal and pre-order traversal respectively for a given binary tree T. What will be the post-order traversal T?
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts