Design and Implementation of an IoT-Based Smart Office

Verified

Added on  2025/06/23

|37
|3302
|336
AI Summary
Desklib provides solved assignments and past papers for students.
Document Page
ITC560 - INTERNET OF THING
ASSESSMENT ITEM 2 - PACKET TRACER
REMOTE IOT SMART OFFICE
Student ID:
Student Name:
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Contents
Executive Summary.........................................................................................................................2
List of Figures..................................................................................................................................4
Introduction......................................................................................................................................6
Part 1................................................................................................................................................7
1. Adding the wireless router, tablet, cable modem, ISP cloud, and registration server..........7
2. Connecting Smart devices and registering them to IoT server...........................................10
3. Accessing the smart devices from tablet and configuring DNS service.............................14
4. Protocols used in sending a PDU to registration server via tablet......................................17
5. Kalgoorlie remote office setup...........................................................................................19
6. Managing the smart devices from Kalgoorlie....................................................................21
7. Setting configuration for Smart devices.............................................................................23
Part 2..............................................................................................................................................27
Conclusion.....................................................................................................................................32
Reference.......................................................................................................................................33
Appendix........................................................................................................................................34
1 | P a g e
Document Page
List of Figures
Figure 1: Adding wireless router, tablet, cable modem and ISP cloud in Perth Office...................6
Figure 2: Connecting Registration server to ISP.............................................................................7
Figure 3: Wireless Router Configuration........................................................................................7
Figure 4: Setting up IoT service on the Registration server............................................................8
Figure 5: Setting up the service for DHCP on the Registration server............................................9
Figure 6: Connecting tablet to the wireless router...........................................................................9
Figure 7: Adding smart devices to the Perth office.......................................................................10
Figure 8: Wireless Module to a smart device................................................................................11
Figure 9: Connecting smart devices to the wireless router............................................................11
Figure 10: Registering a user on IoT Registration Server.............................................................12
Figure 11: Registering a smart device on the Registration server.................................................13
Figure 12: Accessing Registration server......................................................................................14
Figure 13: Smart devices registered on IoT server........................................................................15
Figure 14: DNS service configuration...........................................................................................16
Figure 15: Webpage access using DNS.........................................................................................16
Figure 16: Protocols in sending a PDU from tablet to registration server.....................................18
Figure 17: Remote Kalgoorlie office.............................................................................................20
Figure 18: Kalgoorlie Wireless router configuration.....................................................................20
Figure 19: Kalgoorlie tablet configuration....................................................................................21
Figure 20: Signing in from Kalgoorlie tablet................................................................................22
Figure 21: Managing the smart devices using Kalgoorlie tablet...................................................23
Figure 22: Actions performed by the smart devices......................................................................24
Figure 23: Condition 1 – 1.............................................................................................................25
Figure 24: Condition 1 – 2.............................................................................................................25
Figure 25: Condition 2 – 1.............................................................................................................26
Figure 26: Condition 2 – 2.............................................................................................................26
Figure 27: Before applying conditions..........................................................................................27
Figure 28: After applying conditions.............................................................................................27
Figure 29: After applying conditions.............................................................................................28
2 | P a g e
Document Page
Figure 30: Sliding Window...........................................................................................................29
Figure 31: Sliding Door.................................................................................................................29
Figure 32: Garage Door.................................................................................................................30
Figure 33: CO2 Detector...............................................................................................................30
Figure 34: Ceiling Fan...................................................................................................................30
Figure 35: Wind speed detector.....................................................................................................31
Figure 36: Lamp............................................................................................................................31
Figure 37: Wireless Adapter..........................................................................................................32
Figure 38: Wireless tablet..............................................................................................................32
Figure 39: Wireless Router............................................................................................................33
3 | P a g e
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Introduction
Hoarders is a Perth based which requires to make his Perth office a smart office. The company
wants to install several smart devices in the main Perth office so that the operation of several
basic living is either controlled by a tablet or are fully automated. The company implemented the
IoT Smart Office for the client which provides a different level of experience and makes all the
work easy to implements. The company also wants to control the smart devices using the tablet
from its remote office which is in Kalgoorlie. Following are the list of smart devices that are to
be installed in the Perth office –
1 x Ceiling Fan
2 x Windows
1 x Front Door
1 x Carbon Dioxide Detector
1 x Garage Door
1 x Tablet Device
1 x Wind Speed Detector
1 x Lamp
All of these devices in Perth office needs to connect to a single Wireless router and the router
must be connected to a cable modem. The company will be using common ISP “Perth Pods” for
connecting Perth office and remote Kalgoorlie office. All the devices have a high-speed internet
connection so that they can communicate with each other and can carry the information related
to the detection by the sensors. The operation to be performed by the devices are basically
depend upon the program which is used when the sensors detect any object. The network
establishment will improve the connectivity between the nodes and provide optimized
connectivity.
4 | P a g e
Document Page
Part 1
Designing the office of Perth according to the requirement of the company –
1. Adding the wireless router, tablet, cable modem, ISP cloud, and registration
server
Figure 1: Adding wireless router, tablet, cable modem and ISP cloud in Perth Office
In figure 1, we add a tablet to it connect through Wireless router in the Perth office which is
connected to the cables modem via Straight through cable. The cable modem is connected to the
ISP cloud using coaxial cable. The above image shows the infrastructure of the devices in the
office and how these devices are arranged so that the efficient network of IoT devices can be
developed.
5 | P a g e
Document Page
Figure 2: Connecting Registration server to ISP
In figure 2, the registration server is connected to the ISP cloud using the straight-through cable.
The ISP provides the connection of the IoT devices to the internet and enables them to share the
information over the server.
Figure 3: Wireless Router Configuration
In figure 3, is the configuration of the wireless router in Perth Office. The configuration includes
setting up SSID to “OfficeNet”, authentication mode to WPA-PSK, passphrase to 11694267 and
6 | P a g e
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
encryption type to AES. The Encryption technique helps the system to securely transfer the
information from one node to another node. The process of transmission over the wireless
network increases the risk of attack on data or data loss, so the encryption technique is used. The
key is provided only to authorized users.
Figure 4: Setting up IoT service on the Registration server
In figure 4, is the setting up of IoT service over the Registration serve in which we have to just
switch on the service. The username and passwords are provided to the clients so that they can
access to the server. The IoT devices are set up on for the Registration server.
7 | P a g e
Document Page
Figure 5: Setting up the service for DHCP on the Registration server
In figure 5, DHCP service is setup where DNS server is the IP address of the registration server
itself i.e., 111.10.20.30 and the pool IP address starts from 111.0.0.0 /16. The above image
shows the services setup for the DHCP which is responsible for the device or any user to get the
IP address so that it can connect to the internet and start the communicating.
Figure 6: Connecting tablet to the wireless router
In figure 6, we set SSID to “OfficeNet”, WPA-PSK passphrase to 11694267, and encryption
type to AES. The wireless network is established for the communication between the devices and
the system.
8 | P a g e
Document Page
2. Connecting Smart devices and registering them to IoT server
Figure 7: Adding smart devices to the Perth office
In figure 7, we add all the smart devices that are required by the company like a door, fan,
windows, etc. The above image shows the setup for the smart office using IoT devices and
providing automation to the office. The smart office concept is implemented using IoT
technology.
9 | P a g e
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Figure 8: Wireless Module to a smart device
In figure 8, the wireless module is added to the smart device. For this we have to select PT-IOT-
NM-1W module which is the wireless module and now the device can be connected using
wireless medium. This procedure is to be followed to all smart devices with respect to make
them wireless. The Wireless Network faces the issues related to the security so the main concern
while implementing the Wireless Network is on the security of the data.
Figure 9: Connecting smart devices to the wireless router
In figure 9, is the configuration that has to be followed for all the smart devices in order to
connect them to wireless router. For this set SSID to “OfficeNet”, WPA-PSK passphrase to
10 | P a g e
Document Page
11694267, and encryption type to AES. AES is one the best algorithm of the encryption and
provided with the optimized methods.
Figure 10: Registering a user on IoT Registration Server
In figure 10, we register a user on the tablet via browser by accessing the web page on IP address
of Registration server i.e., 111.10.20.30. After opening this web page, we get an option to sign
up now. In that sign up now page we enter 11694267 as username and password and hit create.
11 | P a g e
chevron_up_icon
1 out of 37
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]