NPTEL IoT - Week 2 Assignment Answers with Explanation
Q1) The full form of MQTT is:
Answer: d) None of these
Explanation: The correct full form is 'Message Queuing Telemetry Transport', which is not listed among the
options.
Q2) Which is NOT a method in MQTT?
Answer: d) All of these
Explanation: Break, Stick, and Run are not valid MQTT methods. MQTT uses methods like Connect, Publish,
Subscribe.
Q3) Which of the following is/are components of MQTT?
Answer: d) All of these
Explanation: MQTT protocol includes Publishers, Subscribers, and Brokers as core components.
Q4) SMQTT is an extension of MQTT which uses lightweight attribute based encryption. It has three
Answer: a) True
Explanation: SMQTT is a secure version of MQTT using lightweight encryption and has three stages.
Q5) The OSI model has ____________ layers.
Answer: d) None of these
Explanation: The OSI model actually has 7 layers, which is not listed in the options.
Q6) The two sub-layers of CoAP are -
Answer: c) Messaging and Teardown
Explanation: CoAP uses Messaging and Request/Response (Teardown) sub-layers.
Q7) What is the full form of AMQP in the context of IoT protocol?
Answer: a) Another Message Queuing Protocol
NPTEL IoT - Week 2 Assignment Answers with Explanation
Explanation: In IoT, AMQP stands for 'Another Message Queuing Protocol'.
Q8) XMPP uses the __________________ architecture.
Answer: c) Both (a) and (b)
Explanation: XMPP supports both Client-Server and Publish-Subscribe models.
Q9) How many message delivery guarantee modes are there in the AMQP protocol?
Answer: b) 3
Explanation: AMQP supports three delivery modes: At most once, At least once, Exactly once.
Q10) Which of the following is/are NOT an AMQP frame type?
Answer: c) Random
Explanation: Random is not a valid AMQP frame type; valid types include Open, Begin, Attach.
Q11) IEEE 802.15.5 was developed for low data rate monitoring and control applications and extend
Answer: a) True
Explanation: IEEE 802.15.5 targets low-power, low-rate wireless personal area networks.
Q12) Which of the following is/are exchange types in AMQP?
Answer: c) Both (a) and (b)
Explanation: AMQP supports both Direct and Indirect exchange types.
Q13) The IEEE 802.15.4 operates in ISM band.
Answer: a) True
Explanation: IEEE 802.15.4 indeed operates in the 2.4 GHz ISM band.
Q14) The networking topologies supported in the IEEE 802.15.4 are -
Answer: b) Star and Mesh
Explanation: It supports Star and Peer-to-Peer (Mesh) topologies.
NPTEL IoT - Week 2 Assignment Answers with Explanation
Q15) Generation of Route Requests (RREQs) by a LOADng Router is a valid operation of the LOADn
Answer: b) True
Explanation: RREQ generation is a valid operation for LOADng protocol routers.