17.8 Internet of Things and Dashboards 27
a. In the late 1960s, the Internet began as the ARPANET, which initially connected
four universities and grew to 10 nodes by the end of 1970.
b. In the last 50 years, the Internet has grown to billions of computers,
smartphones, tablets and an enormous range of other device types connected to
the Internet worldwide.
c. Every device is a “thing” in the Internet of Things (IoT).
d. All of the above statements are true.
17.8 Q2: Which of the following statements reflect security, privacy and ethical
concerns associated with IoT?
a. Unsecured IoT devices have been used to perform distributed-denial–of-service
(DDOS) attacks on computer systems.
b. Home security cameras that you intend to protect your home could potentially
be hacked to allow others access to the video stream.
c. Children have accidentally ordered products on Amazon by talking to Alexa de-
vices, companies have created TV ads that would activate Google Home devices
by speaking their trigger words and causing Google Assistant to read Wikipedia
pages about a product to you. A judge recently ordered Amazon to turn over Alexa
recordings for use in a criminal case.
d. All of the above statements reflect these concerns.
17.8.1 Publish and Subscribe
17.8 Q3: Which of the following statements a), b) or c) is false?
a. IoT devices (and many other types of devices and applications) commonly com-
municate with one another and with applications via pub/sub (publisher/sub-
scriber) systems.
b. A publisher is any device or application that sends a message to a cloud-based
service, which in turn sends that message to all subscribers. Typically each pub-
lisher specifies a topic or channel, and each subscriber specifies one or more top-
ics or channels for which they’d like to receive messages.
c. Apache Kafka is a Hadoop ecosystem component that provides a high-perfor-
mance publish/subscribe service, real-time stream processing and storage of
streamed data.
d. All of the above statements are true.