Home »
Aptitude Questions and Answers »
Networking Aptitude Questions
Networking | UDP Aptitude Questions and Answers
Networking | UDP Aptitude Questions and Answers: This section contains aptitude questions and answers on Networking | User Datagram Protocol (UDP).
Submitted by Nidhi, on May 04, 2021
Networking UDP Aptitude Questions and Answers
1) There are the following statements that are given below, which of them are correct about UDP in networking?
- UDP stands for User Data Protocol.
- UDP is a network layer protocol.
- UDP is stateless.
- All of the above
Options:
- A and C
- A and B
- B and C
- D
Correct answer: 1
A and C
Explanation:
Statements A and C are correct about UDP protocol.
2) There are the following RFC numbers are given below, which of the following is related to UDP?
- RFC 793
- RFC 768
- RFC 993
- RFC 693
Correct answer: 2
RFC 768
Explanation:
The RFC 768 is related to UDP protocol.
3) A UDP is a?
- Connectionless protocol
- Connection-oriented protocol
Correct answer: 1
Connectionless protocol
Explanation:
The UDP is a connectionless protocol.
4) UDP operates on which layer of the OSI model?
- Network layer
- Transport layer
- Presentation layer
- Application layer
Correct answer: 2
Transport layer
Explanation:
The UDP operates at the transport layer of the OSI model.
5) There are the following statements that are given below, which of them are correct about UDP?
- UDP is used for multimedia streaming.
- It is a good protocol for flowing data in one direction.
- This protocol is suitable for query-based applications
- None of the above
Options:
- B and C
- A and B
- A, B, and C
- D
Correct answer: 4
D
Explanation:
All given statements are correct about UDP.
6) UDP provides a congestion control mechanism?
- Yes
- No
Correct answer: 2
No
Explanation:
The UDP does not provide congestion control mechanism.
7) There are the following options that are given below, which of them are the correct application of UDP to transmit data?
- SNMP
- DNS
- TFTP
- Routing Information protocol
Options:
- A and B
- A and C
- A, B, and C
- A, B, C, and D
Correct answer: 4
A, B, C, and D
Explanation:
All given options are the correct applications of UDP to transmit data.
8) UDP provides an error control mechanism?
- Yes
- No
Correct answer: 1
Yes
Explanation:
Yes, UDP provides an error control mechanism.
9) How many bytes are used for the UDP header?
- 4 bytes
- 8 bytes
- 16 bytes
- 32 bytes
Correct answer: 2
8 bytes
Explanation:
The 8 bytes are used for the UDP header.
10) How many bits are used for checksum in UDP header?
- 4 bytes
- 8 bytes
- 16 bytes
- 32 bytes
Correct answer: 3
16 bits
Explanation:
The 16 bits are used for checksum in the UDP header.
11) There are the following options that are given below, which of them are correct parameters of the UDP header?
- Source Port number
- Destination Port Number
- Checksum
- Flow control Flags
Options:
- A and B
- A, B, and C
- A, C, and D
- A, B, C, and D
Correct answer: 2
A, B, and C
Explanation:
Options A, B, and C are the correct parameters of the UDP header.
12) Network Time Protocol uses UDP for communication?
- Yes
- No
Correct answer: 1
Yes
Explanation:
Yes, Network Time Protocol uses UDP for communication.
13) There are the following options that are given below, which of them can be done through UDP?
- Trace Route
- Time Stamp
- Record Route
- All the above
Options:
- A and B
- B and C
- A and C
- D
Correct answer: 4
D
Explanation:
All given tasks can be done through the UDP protocol.
14) UDP is suitable for broadcasting and multicasting?
- Yes
- No
Correct answer: 1
Yes
Explanation:
Yes, UDP is suitable for broadcasting and multicasting.
15) UDP is a reliable protocol compared to TCP?
- Yes
- No
Correct answer: 2
No
Explanation:
No, UDP is an unreliable protocol compared to TCP.