You are on page 1of 74

Network Practice Sheet

2020
Lab 1 Adding a Static IP Address to a Device Page 1 of 73

Lab 1: Adding a Static IP Address to a Device


Scenario: We have been allocated a whole class B range of IP addresses ranging from 169.4.1.1 to 169.44.255.1

Step 1
Connect two workstations to a switch as shown below:

Step 2
For Workstation A give it the following properties:

IP address = 169.44.1.1
Subnet mask = 255.255.0.0

Step 3
For Workstation B give it the following properties:

IP address = 169.44.255.254

Subnet mask = 255.255.0.0

Step 4
Load up the command prompt for the left workstation. Type in "ipconfig" and press enter, the output should be as
shown below:

Step 5
Attempt to ping (communicate) with Workstation B by typing "ping 169.44.255.254" and press enter.
Workstation A should be successful communicating with Workstation B through the switch. Your output should

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 2 of 73

be as shown below

Step 6
Now we are going to subnet the network by changing the subnet mask. Change the subnet mask for both
workstation A and workstation B to 255.255.255.0

Step 7
Go back to the command prompt on Workstation A and try to ping Workstation B. Your results should be as
shown below.

Q1 Can you explain why pinging workstation B failed?

Q2 Change the IP address of Workstation B to 169.44.1.100. Attempt to ping Workstation B. The results should
as shown below.

Can you explain why communication between Workstation A and Workstation B was successful?

Q3 Why is there a need to subnet networks

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 3 of 73

Q4 We have been allocated a class C range of IP addresses from 196.22.15.0 to 196.22.15.254. What subnet
mask should be used for all the workstations if I plan to create 4 networks each consisting of approximately 50
workstations. What are the Network ID and ranges of IP address for each of the 4 networks? You can use
iNetwork Simulator to get the Network ID for each workstation in a network.

Lab 2: Dynamic IP Addressing (DHCP)


After this lab, students should understand how DHCP Servers operate and also be able to configure a DHCP
server to assign dynamic IP addesses to workstations

Step 1
Construct the following network as shown below

Step 2
Give the following properties to the DHCP server:

IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0

Step 3
Give the following DHCP Server properties:

Enable DHCP Server Services


Start IP Address: 192.168.1.100
End IP Address: 192.168.1.200
Subnet mask: 255.255.255.0

Step 4
Give the following IP properties to pc1, pc2 and pc3

Obtain an IP address automatically (DHCP)

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 4 of 73

Step 5
Turn pc1, pc2 and pc3 off

Step 6
Turn pc1, pc2 and pc3 on

Q1 Go to the command prompt for pc1 and type "ipconfig" and record the results

Q2 Go to the command prompt for pc2 and type "ipconfig" and record the results

Q3 What are the advantages of dynamic IP addressing over static IP addressing?

Q4 Look at the Lease Table on the DHCP server. Can you identify the default lease period for the IP address?

Q5 What happens after the lease period?

Q6 How does the DHCP server keep track of the IP addresses its assigned to the workstations?

Lab 3: IP Name Resolution


The aim of this lab is to develop your understanding of how DNS servers operate. At the end of the lab, you
should be able to configure a DNS server to resolve hostnames to IP addresses.

Step 1
Construct the following network as shown below:

Step 2
Give the following IP properties to the DNS server:

IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Primary DNS server: 192.168.1.1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 5 of 73

Step 3
Give the following IP properties to pc1

IP Address: 192.168.1.5
Subnet Mask: 255.255.255.0
Primary DNS server: 192.168.1.1

Step 4
Give the following IP properties to pc2:

IP Address: 192.168.1.6
Subnet Mask: 255.255.255.0
Primary DNS server: 192.168.1.1

Step 5
Give the following DNS server properties to the DNS Server

Enable DNS server services


Zone information: lab.com
DNS server role: Master DNS server

Step 6
In the DNS table, create the entries as shown below

Q1 Load up the command prompt on pc1 and type "ping dns-server.lab.com". Press enter and record the result.

Q2 Can a machine with one IP address have multiple DNS names? Give an example of how this can be done.
How can this be tested?

Q3 Looking at the Activity Logs, what parts of the packet headers indiciate that a domain hostname can and
cannot be resolved?

Q4 What type of query (iterative or recursive) is used when the workstation attempts to resolve domain host
names? Justify your answer.

Lab 4: Static Routing


As we have seen in the previous exercise on subnetting. A routing device is required for computers on different

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 6 of 73

networks to communicate. This exercise will focus on getting computers on different networks to communicate
via a router. It is recommended that you have completed the exercise on subnetting before continuing.

At the end of this lab, you should have developed an understanding of how routers operate and also be able to
configure a router and add static routes to the routing table

Step 1
Construct the following network as shown below:

Step 2
Connect switch1 to port1 on router1

Step 3
Connect switch2 to port2 on router1

Step 4
Give the following IP properties to pc1

IP Address: 192.168.1.100
Subnet Mask: 255.255.255.128
Default Gateway: 192.168.1.1

Step 5
Give the following IP properties to pc2

IP Address: 192.168.1.101
Subnet Mask: 255.255.255.128
Default Gateway: 192.168.1.1

Step 6
Give the following IP properties to pc3

IP Address: 192.168.1.200
Subnet Mask: 255.255.255.128
Default Gateway: 192.168.1.129

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 7 of 73

Step 7
Give the following IP properties to pc4

IP Address: 192.168.1.201
Subnet Mask: 255.255.255.128
Default Gateway: 192.168.1.129

Step 8
Give the following Interface 1 properties to router1

Enable Interface
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.128

Step 9
Give the following Interface 2 properties to router1

Enable Interface
IP Address: 192.168.1.129
Subnet Mask: 255.255.255.128

Q1 On pc1, load up the command prompt and type "ping 192.168.1.1" and record the results

Q2 On pc1, load up the command prompt and type "ping 192.168.1.129" and record the results

Q3 On pc1, load up the command prompt and type "ping 192.168.1.200" and record the results

Q4 On pc1, load up the command prompt and type "tracert 192.168.1.101" and record the results

Q5 On pc1, load up the command prompt and type "tracert 192.168.2.201" and record the results. Can you
explain why the results in Q5 are quite different to the results in Q6?

Lab 5: Configuring Static Routes on Multiple


Routers
While previous example only involved a single router, this exercise will focus on two routers and help you
understand how routes in a router's routing table functions.

Step 1
Construct the following network as shown below:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 8 of 73

Step 2
Connect pc1 to port 1 on router1

Step 3
Connect pc2 to port 2 on router1

Step 4
Connect pc3 to port 1 on router2

Step 5
Connect pc4 to port 2 on router2

Step 6
Connect port 3 on router1 to port 3 on router2

Step 7
Give the following Interface 1 properties to router1

Enable Interface
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0

Step 8
Give the following Interface 2 properties to router1

Enable Interface
IP Address: 192.168.2.1
Subnet Mask: 255.255.255.0

Step 9
Give the following Interface 3 properties to router1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 9 of 73

Enable Interface
IP Address: 192.168.10.1
Subnet Mask: 255.255.255.0

Step 10
Give the following Interface 1 properties to router2

Enable Interface
IP Address: 192.168.3.1
Subnet Mask: 255.255.255.0

Step 11
Give the following Interface 2 properties to router2

Enable Interface
IP Address: 192.168.4.1
Subnet Mask: 255.255.255.0

Step 12
Give the following Interface 3 properties to router2

Enable Interface
IP Address: 192.168.10.2
Subnet Mask:255.255.255.0

Step 13
Give the following IP properties to pc1

IP Address: 192.168.1.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1

Step 14
Give the following IP properties to pc2

IP Address: 192.168.2.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.2.1

Step 15
Give the following IP properties to pc3

IP Address: 192.168.3.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.3.1

Step 16

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 10 of 73

Give the following IP properties to pc4

IP Address: 192.168.4.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.4.1

Q1 On pc1 load up the command prompt and type "ping 192.168.2.100". Record your results.

Q2 On pc1 load up the command prompt and type "tracert 192.168.2.100". Record your results

Q3 On pc1 load up the command prompt and type "ping 192.168.3.100". Record your results

Q4 On pc1 load up the command prompt and type "ping 192.168.4.100". Record your results

Q5 On pc1 load up the command prompt and type "ping 192.168.2.100", Record your results.

Q6 On pc1 load up the command prompt and type "tracert 192.168.4.100". Record your results.

Step 17
The routing table on router1 should be as shown below. You will notice that is has no idea how to connect to the
192.168.3.0 and the 192.168.4.0 network. We are going to manually add routes to the routing table so that it
recognises these 2 networks

Add the following 2 routes to the routing table on router1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 11 of 73

After modifying the routing table on router1, the routing table should be similar to the one shown below:

Q7 On pc1 load up the command prompt and type "tracert 192.168.4.100" and press enter. Your results should
appear as shown below. Can you explain why this is occurring even after modifying the routing table on router1?
How can you make it so that PC1 192.168.1.100 can communicate with PC4 192.168.4.100? Record the results of
"tracert 192.168.4.100" when its all working.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 12 of 73

Lab 6: Dynamic Routing (RIPv1)


You should complete the exercises on static routing before continuing with dynamic routing. Notice in the last
exercise how troublesome it was to manually add routes for different networks to each router. In a large network
with hundreds of routers, maintaining the routing table statically would be ridiculous. We will now configure the
previous network using RIP version 1 a dynamic routing protocol.

RIP v1 specification:

l The longest path cannot exceed 15 hops


l RIP uses metrics to compare routes
l The maximum datagram size is 512 bytes not including the IP or UDP headers
l It does not support a variable-length subnet mask, which means it sends routing updates based only on a fixed-
length subnet mask or routes that fall on classful boundaries. RIP v1 therefore will not work with a network
that has been subnetted beyond the normal 255.0.0.0, 255.255.0.0, 255.255.255.0.

At the end of this lab you should have an understanding of how RIP updates a router's routing table and you
should also be able to configure a router using RIP

Step 1
Construct the network from the previous lab as shown below:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 13 of 73

Step 2
Connect pc1 to port 1on router1

Step 3
Connect pc2 to port 2 on router1

Step 4
Connect pc3 to port 1 on router2

Step 5
Connect pc4 to port 2 on router2

Step 6
Connect port 3 on router1 to port 3 on router2

Step 7
Give the following Interface 1 properties to router1

Enable Interface
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0

Step 8
Give the following Interface 2 properties to router1

Enable Interface
IP Address: 192.168.2.1
Subnet Mask: 255.255.255.0

Step 9
Give the following Interface 3 properties to router1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 14 of 73

Enable Interface
IP Address: 192.168.10.1
Subnet Mask: 255.255.255.0

Step 10
Give the following routing properties to router1
RIP (Dynamic) routing

Step 11
Give the following Interface 1 properties to router2

Enable Interface
IP Address: 192.168.3.1
Subnet Mask: 255.255.255.0

Step 12
Give the following Interface 2 properties to router2

Enable Interface
IP Address: 192.168.4.1
Subnet Mask: 255.255.255.0

Step 13
Give the following Interface 3 properties to router2

Enable Interface
IP Address: 192.168.10.2
Subnet Mask: 255.255.255.0

Step 14
Give the following routing properties to router2
RIP (Dynamic) routing

Step 15
Give the following IP properties to pc1

IP Address: 192.168.1.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1

Step 16
Give the following IP properties to pc2

IP Address: 192.168.2.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.2.1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 15 of 73

Step 17
Give the following IP properties to pc3

IP Address: 192.168.3.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.3.1

Step 18
Give the following IP properties to pc4

IP Address: 192.168.4.100
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.4.1

Note

In the a real network involving RIP enabled routers, the routers will send our a RIP request after a particular time
interval, this time interval is configurable but is usually set to 30seconds on most brand name routers. iNetwork
does not automatically send out RIP request as it makes it difficult to track changes to the routing table. In order
for the RIP routers to update its routing table you will need to right click on the router device and click on "Send
RIP Request".

Q1 Record the routing table for router1.

Q2 Record the routing table for router2.

Q3 Right click on router1 and click "Send RIP Request". Record the routing table on router1.

Q4 Right click on router2 and click "Send RIP Request". Record the routing table on router2

Q5 On pc4 load up the command prompt and type "ping 192.168.1.100", record your results.

Q6 On pc4 load up the command prompt and type "tracert 192.168.1.100". Record your results.

Q7 What transport protocol and port is used when sending its RIP request packets? Refer to the Activity Logs.

Lab 7: Setting up a Complex Network using RIP


Step 1
Construct the network as shown below:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 16 of 73

Step 2
Connect pc1 to port 1 on router1

Step 3
Connect pc2 to port 1 on router2

Step 4
Connect pc3 to port 1 on router3

Step 5
Connect router1 port 2 to router2 port 2

Step 6
Connect router2 port 3 to router3 port 2

Step 7
Connect router3 port 3 to router1 port 3

Step 8
Give the following IP properties to pc1

IP Address: 202.61.15.5
Subnet Mask 255.255.255.0
Default Gateway: 202.61.15.1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 17 of 73

Step 9
Give the following IP properties to pc2

IP Address: 202.61.16.5
Subnet Mask: 255.255.255.0
Default Gateway: 202.61.16.1

Step 10
Give the following IP properties to pc3

IP Address: 202.61.17.5
Subnet Mask: 255.255.255.0
Default Gateway: 202.61.17.1

Step 11
Give the following Interface 1 properties to router1

Enable Interface
IP Address: 202.61.15.1
Subnet Mask: 255.255.255.0

Step 12
Give the following Interface 2 properties to router1

Enable Interface
IP Address: 10.0.0.1
Subnet Mask: 255.0.0.0

Step 13
Give the following Interface 3 properties on router1

Enable Interface
IP Address: 10.0.0.6
Subnet Mask: 255.0.0.0

Step 14
Give the following routing properties to router1

RIP (Dynamic) routing

Step 15
Give the following Interface 1 properties to router2

Enable Interface
IP Address: 202.61.16.1
Subnet Mask: 255.255.255.0

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 18 of 73

Step 16
Give the following Interface 2 properties to router2

Enable Interface
IP Address: 10.0.0.2
Subnet Mask: 255.0.0.0

Step 17
Give the following Interface 3 properties to router2

Enable Interface
IP Address: 10.0.0.3
Subnet Mask: 255.0.0.0

Step 18
Give the following routing properties to router2

RIP (Dynamic) routing

Step 19
Give the following Interface 1 properties to router3

Enable Interface
IP Address: 202.61.17.1
Subnet Mask: 255.255.255.0

Step 20
Give the following Interface 2 properties to router3

Enable Interface
IP Address: 10.0.0.4
Subnet Mask: 255.0.0.0

Step 21
Give the following Interface 3 properties to router3

Enable Interface
IP Address: 10.0.0.5
Subnet Mask:255.0.0.0

Step 22
Give the following routing properties to router3

RIP (Dynamic) routing

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 19 of 73

Step 23
Right click on router1 and click "Send RIP Request"

Step 24
Right click on router2 and click "Send RIP Request"

Step 25
Right click on router3 and click "Send RIP Request"

Q1 On pc1 load up the command prompt and type "tracert 202.61.16.5". Record your results.

Q2 On pc1 load up the command prompt and type "tracert 202.61.17.5". Record your results.

Q3 Remove the cable between router1 and router3. On pc1 load up the command prompt and type "tracert
202.61.17.5". Can you explain the results?

Q4 Right click on router1 and click "Send RIP Request", right click on router2 and click "Send RIP Request",
right click router3 and click "Send RIP Request". On pc1 load up the command prompt and type "tracert
202.61.17.5". Can you explain the results?

Lab 8: Simulating Firewall Behaviour


This particular lab requires you to setup the network in the Firewall Section of this help component

Step 1
Right click on pc2 and select "Command Prompt".

Step 2
In the command prompt, "ping" pc1. Since we have set up the firewall to block all ICMP traffic from pc2 to pc1
(i.e. Rule 0), the following results will be obtained:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 20 of 73

Step 3
You can examine the behaviour of the firewall by viewing the activity log. You will note that the ICMP packet is
"dropped" because it matches Rule 0.

Step 4
Reset the activity log.

Step 5
Close the command prompt

Step 6
Right click on pc3 and select "Command Prompt"

Step 7
In the command prompt, "ping" pc1. Since we have set up the firewall to block all ICMP traffic from pc3 to pc1
(i.e. Rule 0), the following results will be obtained:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 21 of 73

Step 8
You can examine the behaviour of the firewall by viewing the activity log. You will note that the ICMP packet is
"denied" because it matches Rule 1. Also note the differences between the "deny" and "drop" actions of a firewall.
When a packet is "denied", the firewall responds with an ICMP Destination Unreachable packet. When a packet is
"dropped", there is no response from the firewall.

Step 9
Reset the activity log.

Step 10
Close the command prompt

Step 11
Right click on pc4 and select "Command Prompt"

Step 12
In the command prompt, "ping" pc1. Since this ICMP packet does not match either Rule 0 or Rule 1, the following
results will be obtained:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 22 of 73

Step 13
Close the command prompt

Q1 What happens if Rule 2 and Rule 1 of the firewall are swapped?

Use the "Move Up" or "Move Down" button in the "Firewall Settings" to change the order of the two rules (see
below) and perform the steps in Section 7.4 again to simulate the behaviour of the new ruleset.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 23 of 73

Q2 What happens if you attempt to send TCP or UDP packets across the firewall?

Use the "Firewall Simulation" window to send TCP or UDP packets from a workstation. To access this window,
right click on the workstation you wish to send the packet from (i.e. pc1, pc2, pc3 or pc4):

Then select "Firewall Simulation":

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 24 of 73

On this window enter the relevant information (i.e. protocol, source port, destination IP address and destination
port) and click on the "Send Packet" button to send the packet. Use the activity log to analyse the results.

Lab 9: Setting up a simple HTTP Network


This lab aims to:

l Develop your understanding of how a HTTP server operates


l Show you how to configure a HTTP network
l Develop your understanding of the process taken in order to request a URL from a web browser
l Develop your understanding of the uses of intermediaries such as Proxy Servers and Gateway Servers

Step 1: Add a Workstation Client


Add a workstation client to the drawing pane

Step 2: Configure Workstation Client


Configure a Workstation Client by selecting "Configure IP". Enter in the following details in the appropriate fields
as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 25 of 73

Step 3: Add DNS Server


Add a DNS Server to the drawing pane

Step 4: Configure Domain Name Server


Configure a DNS Server by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 26 of 73

Now tick the "Enable DNS Server Services" box and in the Zone Name field type in "dreamland.com.au".

Then left-click on the "DNS Table" tab on the top of the window. Now add a new host name by right-clicking on
the first empty row of the "DNS Mapping Table" and left-clicking on "New Host". Enter in the following details
in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 27 of 73

Then left click on the "Add Host" button at the bottom of the window.
Add another host with the following details.

After adding the two new hosts to the table, the DNS Mapping Table should look like the following screen
capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 28 of 73

Now left-click "OK" button at the bottom of the window.

Step 5: Add Switch


Add a Switch to the drawing pane

Step 6: Connect Workstation Client and DNS Server to Switch 0


Connect the Workstation Client and Switch
Now do the same but with the DNS Server and Switch.

Step 7: Add Router


Add a Router to the drawing pane

Step 8: Configure Router


Configure the Router by selecting "Configure Interface 1".
Now tick the "Enable Interface" box
Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 29 of 73

Then left-click on the "Interface 2" tab on the top of the window.
Once again, tick the "Enable Interface" box and enter the details in the appropriate fields as seen in the following
screen capture.

Step 9: Connect Switch 0 to Router

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 30 of 73

Connect the Switch and Router


A window will pop-up prompting you to select the appropriate port number that corresponds to the interface
number previously configured in the Router.

Select "Port 1" and left click the "OK" button at the bottom of the window.

Step 10: Add Another Switch


Repeat step 5

Step 11: Connect Switch 1 to Router


Repeat Step 9 with the Switch 1 and Router components.

Step 12: Add HTTP Server


Add a HTTP Server on the drawing pane

Step 13: Configure HTTP Server


Configure a HTTP Server by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 31 of 73

Then left-click on the "Websites" tab on the top of the window.


Now add a new website name by right-clicking on the first empty row of the "Websites Table" and left-clicking on
"New Website".
Enter in the following details in the appropriate fields as seen in the following screen capture.

Now left-click "Add Website" button at the bottom of the window.

Step 14: Connect HTTP Server to Switch 1


Repeat Step 6 for the HTTP Server and Switch 1 components.

After all the components have been added and configured appropriately, the network should look like the
following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 32 of 73

Step 15: Make a valid HTTP Request


The most common way to make a HTTP request is through requesting a website in a web browser. (It is not
necessary to have internet access to simulate a HTTP request.)

Open a Web Browser by right-clicking on the Workstation Client and left-clicking on "HTTP Simulation".

Make a HTTP request for a website by entering in the address text box "http://www.yahoo.com.au" and left-click
on "GO" button.
If the HTTP request was successful, then either the actual website or the default success website will load up,
depending whether internet access is provided or not.

Q1 Write down the HTTP request message after you successfully requested www.yahoo.com.au.

You can also view the "Activity Log" that provides the details of the HTTP request and receiving the HTTP
response.

Q2 What port number was the TCP connection established on?

Step 16: Make an invalid HTTP Request


Repeat Step 15, but this time make a request for "http://www.uts.edu.au" and see what happens.

Q3 Why was this request unsuccessful?

Lab 10: Setting up a HTTP Network with a


Gateway Server
Step 1: Construct a Simple HTTP Network
Construct the simple HTTP network using the instructions in HTTP Server Simulation.

Step 2: Add Gateway Server


Add a Gateway Server to the drawing pane

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 33 of 73

Step 3: Connect the Gateway Server and Switch 1 (Do this before
configuring the Gateway Server)
The Gateway Server presents acts on behalf of the HTTP Server and so the Gateway Server and the HTTP Server
must be connected to the same Switch.

Connect the Gateway Server and Switch 1


The HTTP network with Gateway Server is now complete and should look similar to the following screen capture.

Step 4: Configure Gateway Server


Configure a Gateway Server by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 34 of 73

Then left-click on the "Origin Server" tab on the top of the window. (This will specify which HTTP Server the
Gateway will act on behalf.) Left-click on the "Find Origin Server" button and the IP address of the HTTP Server
connected to the same switch will appear. If it does not appear in the IP Address field then you may need to check
you have setup the network properly.

The IP Address should be "192.168.2.2", the same as the HTTP Server.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 35 of 73

Then left-click on the "Cache" tab on the top of the window.


Now tick the "Enable Cache Services" box

Step 5: Make valid HTTP Request


Open a Web Browser on the workstation client by selecting "HTTP Simulation".

Make a HTTP request for a website by entering in the address text box "http://www.yahoo.com.au" and press
enter.

If the HTTP request was successful, then either the actual website or the default success website will load up,
depending whether internet access is provided or not.

You can also view the "Activity Log" that provides the details of making the HTTP request and receiving the
HTTP response.

Q1 How many hops between HTTP components were made?

Q2 Between which HTTP components - Workstation, Proxy, Gateway and HTTP Server did these hops occur?

Q3 Between which two components was a TCP connection established and why?

Step 6: Make Cached HTTP Request


If you again make the same HTTP request, in the Activity Log the number of hops would have decreased because
the Gateway Server already had the appropriate response cached.

You can view the Cached Websites Table by right-clicking on the Gateway Server and left-clicking on "Configure
Cache".

You will notice that the website has been cached with the date and time of when it was cached.

Q4 How many hops between HTTP components were made this time?

Lab 11: Setting up a HTTP Network with a Proxy


Server
Step 1: Construct a Simple HTTP Network
Construct the simple HTTP network using the instructions in HTTP Server Simulation.

Step 2: Add Proxy Server


Add a Proxy Server to the drawing pane

Step 3: Configure Proxy Server


Configure a Proxy Server by selecting "Configure IP". Enter in the following details in the appropriate fields as

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 36 of 73

seen in the following screen capture.

Then left-click on the "Cache" tab on the top of the window.


Now tick the "Enable Cache Services" box

Step 4: Connect Switch 0 and Proxy Server


The Proxy Server presents requests on behalf of the client and so the Proxy Server and the Workstation Client
must be connected to the same Switch.

Connect the Proxy Server and Switch 0 (the same switch the Workstation Client is connected to)

The HTTP network with Proxy Server is now complete and should look similar to the following screen capture

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 37 of 73

Step 5: Make Valid HTTP Request


Open a Web Browser on the Workstation Client by selecting "HTTP Simulation".

Make a HTTP request for a website by entering in the address text box "http://www.yahoo.com.au" and press
enter.

If the HTTP request was successful, then either the actual website or the default success website will load up,
depending whether internet access is provided or not.

You can also view the "Activity Log" that provides the details of making the HTTP request and receiving the
HTTP response.

This time you will notice that the request was forwarded to the Proxy Server and the Proxy Server handled the
request then forwarded the appropriate response back to the Workstation Client.

The number of hops between HTTP components would have increased due to the use of the Proxy Server.

Q1 How many hops between HTTP components were made?

Q2 Between which HTTP components - Workstation, Proxy, Gateway and HTTP Server did these hops occur?

Q3 Between which two components was a TCP connection established and why?

Step 6: Make Cached HTTP Request


If you again make the same HTTP request, the number of hops in the Activity Log would have decreased because
the Proxy Server already had the appropriate response cached.

You can also view the Cached Websites Table by right-clicking on the Proxy Server and left-clicking on
"Configure Cache".

You will notice that the website has been cached with the date and time of when it was cached.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 38 of 73

Q4 How many hops between HTTP components were made this time?

Lab 12: Setting up a Simple SMTP Network


Step 1: Adding SMTP Client 0
Add a SMTP Client to the drawing pane.

Step 2: Configure SMTP Client 0


Configure a SMTP Client by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

Then left click on the "Email" tab on the top of the window.

Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 39 of 73

Step 3: Add Domain Name Server 0


Add a Domain Name Server to the drawing pane

Step 4: Configure Domain Name Server 0


Configure a Domain Name Server by selecting "Configure IP". Enter in the following details in the appropriate
fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 40 of 73

Then left-click on the "DNS Server" tab on the top of the window.

Now tick the "Enable DNS Server Services" box and in the Zone Name field type in "uts.edu.au".

Then left-click on the "DNS Table" tab on the top of the window.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 41 of 73

Now add a new host name by right-clicking on the first empty row of the "DNS Mapping Table" and left-clicking
on "New Host".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click on the "MX RR" tab on the top of the window. "MX RR" stands for Mail eXchange Resource
Record, and is a list of known email address domains and the corresponding Host for that particular address
domain.

Now add a new mail exchange resource record by right-clicking on the first empty row of the "Mail Exchange
Resource Record Table" and left-clicking on "New MX Resource Record".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Now left-click "OK" button at the bottom of the window.

Step 5: Add SMTP Server 0


Add a SMTP Server by right-clicking on the screen and place the mouse pointer over "Add Server", then left-click
on "SMTP Server".

Step 6: Configure SMTP Server 0


Configure a SMTP Server by right-clicking on the SMTP Server and left-clicking on "Configure IP". Enter in the
following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 42 of 73

Then left-click on the "Mailboxes" tab on the top of the window. This is the list of user mailboxes that this SMTP
Server knows about.

Now add a new mailbox by right-clicking on the first empty row of the "Mailboxes Table" and left-clicking on
"New Mailbox".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click "Add Mailbox" button at the bottom of the window.

Now left-click "OK" button at the bottom of the window.

Step 7: Add Switch 0


Add a Switch to the drawing pane

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 43 of 73

Step 8: Connect SMTP Client 0, SMTP Server 0 and Domain Name


Server 0 to Switch 0
Connect the SMTP Client and Switch

Now do the same but with the DNS Server and SMTP Server.

Step 9: Add Router


Add a Router to the drawing pane

Step 10: Configure Router


Configure the Router by selecting "Configure Interface 1".

Now tick the "Enable Interface" box

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click on the "Interface 2" tab on the top of the window.

Once again, left-click on the "Enable Interface" check box and enter the details in the appropriate fields as seen in
the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 44 of 73

Step 11: Connect Switch 0 to Router


Connect the Switch and Router

A window will pop-up prompting to select the appropriate port number that corresponds to the interface number
previously configured in the Router.

Select "Port 1" and left-click "OK" button at the bottom of the window.

At this stage, the SMTP network should be half completed and should look similar to the network shown below.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 45 of 73

Step 12: Add Switch 1


Repeat Step 7.

Step 13: Connect Switch 1 to Router


Repeat Step 9 with the Switch 1 and Router components.

Step 14: Add SMTP Client 1


Repeat Step 1.

Step 15: Configure SMTP Client 1


Configure a SMTP Client by selecting "Configure Client".

Change the default Domain Name to "google.com".

Then left-click on the "IP" tab on the top of the window.


Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 46 of 73

Then left click on the "Email" tab on the top of the window.

Enter in the following details in the appropriate fields as seen in the following screenn capture

Step 16: Add Domain Name Server 1

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 47 of 73

Repeat Step 3

Step 17: Configure Domain Name Server 1


Configure a Domain Name Server by selecting "Configure IP". Enter in the following details in the appropriate
fields as seen in the following screen capture.

Then left-click on the "DNS Server" tab on the top of the window.

Now tick the "Enable DNS Server Services" box by left-clicking on the check box and in the Zone Name field
type in "google.com".

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 48 of 73

Then left-click on the "DNS Table" tab on the top of the window.

Now add a new host name by right-clicking on the first empty row of the "DNS Mapping Table" and left-clicking
on "New Host".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click on the "MX RR" tab on the top of the window. "MX RR" stands for Mail eXchange Resource
Record, and is a list of known email address domains and the corresponding Host for that particular address
domain.

Now add a new mail exchange resource record by right-clicking on the first empty row of the "Mail Exchange
Resource Record Table" and left-clicking on "New MX Resource Record".

Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 49 of 73

Then left-click "Add Host" button at the bottom of the DNS New MXRR window.

Now left-click "OK" button at the bottom of the window.

Step 18: Add SMTP Server 1


Repeat Step 5.

Step 19: Configure SMTP Server 1


Configure a SMTP Server by selecting "Configure Server".

Change the default Domain Name to "google.com".

Then left-click on the "IP" tab on the top of the window.

Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 50 of 73

Then left-click on the "Mailboxes" tab on the top of the window. This is the list of user mailboxes that this SMTP
Server knows about.

Now add a new mailbox by right-clicking on the first empty row of the "Mailboxes Table" and left-clicking on
"New Mailbox".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click "Add Mailbox" button at the bottom of the window.

Now left-click "OK" button at the bottom of the window.

Step 20: Connect SMTP Client 1, SMTP Server 1 and Domain Name
Server 1 to Switch 1
Connect the SMTP Client and Switch by right-clicking on the SMTP Client (or Switch) and left-click on "Connect

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 51 of 73

with Cable".

Then drag the mouse pointer over the Switch (or SMTP Client) and left-click.

Now do the same with the Domain Name Server and SMTP Server.

The SMTP network is now complete and should look similar to the following screen capture

Step 21: Compose and Send Email


Open SMTP Client 0's inbox by selecting "SMTP Simulation".

Compose a new email by left-clicking on File menu on the top of the window and left-clicking "New Email"
button. Alternatively you can right-click on the Inbox Table and left-click "New Email". Enter in the following
fields as shown in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 52 of 73

Before sending the email, answer the following questions.

Q1 Write down the envelope part of the SMTP message you are about to send.

Q2 Write down the headers part of the SMTP message you are about to send.

Now send an email to "peter@gmail.com" by left-clicking on "File" menu on the top of the window and left-
clicking "Send" option.

Step 22: Check Mailbox


Once you have sent an email to peter@gmail.com, you can now check whether it was received.

Open peter@gmail.com's inbox by right-clicking on the SMTP Client 1 and then left-clicking "SMTP
Simulation".

The email should have been successfully delivered to its recipient.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 53 of 73

You can also reply or forward an email by right-clicking on the Email and left-clicking "Reply" or "Forward".

Q3 What were the commands and reply codes that were sent between each of the SMTP Servers? Start with the
first command send after establishing the TCP connection.

List which component sent the reply code followed by the actual reply code and reply message.

Q4 If you send an email to multiple recipients on the same mail server, how many TCP connection would be
established?"

Q5 What port number was the TCP connection established on?

Q6 What are the Mail Exchange Resource Records used for when sending emails?

Lab 13: Setting up a Complex SMTP Network


Step 1: Construct a Simple SMTP Network
Construct the simple HTTP network using the instructions in the previous lab

Step 2: Configure Router


Configure the Router by selecting "Configure Interface 3".

Now tick the "Enable Interface" box

Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 54 of 73

Step 3: Add Switch 2


Step 4: Connect Switch 2 to Router
Connect the Switch and Router

A window will pop-up prompting to select the appropriate port number that corresponds to the interface number
previously configured in the Router.

Select "Port 3" and left click "OK" button at the bottom of the window.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 55 of 73

Step 5: Add SMTP Client 2


Step 6: Configure SMTP Client 2
Configure a SMTP Client by selecting "Configure Client".

Change the default Domain Name to "yahoo.com".

Then left-click on the "IP" tab on the top of the window.


Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click on the "Email" tab on the top of the window.


Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 56 of 73

Now left-click "OK" button at the bottom of the window.

Step 7: Add Domain Name Server 2


Step 8: Configure Domain Name Server 2
Configure a DNS Server by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 57 of 73

Then left click on the "DNS Server" tab on the top of the window.

Now tick the "Enable DNS Server Services" box and in the Zone Name field type in "yahoo.com"

Then left-click on the "DNS Table" tab on the top of the window.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 58 of 73

Now add a new host name by right-clicking on the first empty row of the "DNS Mapping Table" and left-clicking
on "New Host".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left click "Add Host" button at the bottom of the DNS New Host window.

Add another new host name and enter in the following details.

Now left-click "Add Host" button at the bottom of the DNS New Host window.

Then left-click on the "MX RR" tab on the top of the window.

Now add a new mail exchange resource record by right-clicking on the first empty row of the "Mail Exchange
Resource Record Table" and left-clicking on "New MX Resource Record".

Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 59 of 73

Then left click the "Add Host" button at the bottom of the DNS New MXRR window.

Add another new MXRR and enter in the following details

Then left-click "Add Host" button at the bottom of the DNS New MXRR window.

Step 9: Configure DNS Server 0


Configure a DNS Server by selecting "Configure DNS Table".

Now add a new host name by right-clicking on the first empty row of the "DNS Mapping Table" and left-clicking
on "New Host".

Enter in the follwing details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 60 of 73

Then left-click "Add Host" button at the bottom of the DNS New Host window.

Then left-click on the "MX RR" tab on the top of the window.

Now add a new mail exchange resource record by right-clicking on the first empty row of the "Mail Exchange
Resource Record Table" and left-clicking on "New MX Resource Record".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click "Add Host" button at the bottom of the DNS New MXRR window.

Now left-click "OK" button at the bottom of the window.

Step 10: Configure Domain Name Server 1


Repeat Step 9 but with the Domain Name Server 1.

Step 11: Add SMTP Server 2


Step 12: Configure SMTP Server 2
Configure a SMTP Server by selecting "Configure Server".

Change the default Domain Name to "yahoo.com".

Then left-click on the "IP" tab on the top of the window.


Enter in the following details in the appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 61 of 73

Then left-click on the "Mailboxes" tab on the top of the window.

Now add a new mailbox by right-clicking on the first empty row of the "Mailboxes Table" and left-clicking on
"New Mailbox".

Enter in the following details in the appropriate fields as seen in the following screen capture.

Then left-click "Add Mailbox" button at the bottom of the window.

Step 13: Connect SMTP Client 2, SMTP Server 2 and Domain Name
Server 2 to Switch 2
Connect the SMTP Client and Switch

Now do the same with the Domain Name Server and SMTP Server

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 62 of 73

The SMTP network is now complete and should look similar to the following screen capture

Step 14: Compose and Send Email


Now you can try and send to multiple recipients on multiple networks.

Q1 If you sent a single email to john@student.uts.edu.au, peter@gmail.com and minh@yahoo.com, how many
TCP connections would be established?

Q2 Which components are TCP connected?

Lab 14: Setting up a Wireless Network


Step 1: Add a Wireless Workstation
Add a workstation client to the drawing pane

Step 2: Configure Wireless Workstation


Configure a Wireless Workstation by selecting "Configure IP". Click "Obtain an IP address automatically
(DHCP)" and "Obtain DNS Server addresses automatically (DHCP)" as shown below. Click "OK".

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 63 of 73

Step 3: Add Wireless Router0


Add a Wireless Router to the drawing pane

Step 4: Configure WirelessRouter0


Configure a Wireless Router by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 64 of 73

Then left-click on the "SSID" tab on the top of the window. Enter in the following details in the appropriate fields
as seen in the following screen capture.

Then left-click on the "DHCP Service" tab on the top of the window. Enter in the following details in the
appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 65 of 73

Step 5: Add Wireless Router1


Add another Wireless Router to the drawing pane

Step 6: Configure WirelessRouter1


Configure a Wireless Router by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 66 of 73

Then left-click on the "SSID" tab on the top of the window. Enter in the following details in the appropriate fields
as seen in the following screen capture.

Then left-click on "Generate" to generate the WEP encrypted key.

Then left-click on the "DHCP Service" tab on the top of the window. Enter in the following details in the

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 67 of 73

appropriate fields as seen in the following screen capture.

Step 7: Add Wireless Router2


Add another Wireless Router to the drawing pane

Step 8: Configure WirelessRouter2


Configure a Wireless Router by selecting "Configure IP". Enter in the following details in the appropriate fields as
seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 68 of 73

Then left-click on the "SSID" tab on the top of the window. Enter in the following details in the appropriate fields
as seen in the following screen capture.

Then left-click on the "DHCP Service" tab on the top of the window. Enter in the following details in the
appropriate fields as seen in the following screen capture.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 69 of 73

Step 9: Add and connect a Workstation Client to each of the Wireless


Routers
Add a Workstation Client for each Wireless Router and connect them as follows:

Connect WorkstationClient0 to WirelessRouter0

Connect WorkstationClient1 to WirelessRouter1

Connect WorkstationClient2 to WirelessRouter2

The drawing pane should look something similar to the following:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 70 of 73

Step 10: Configure each of the Workstation Clients


Configure each of the WorkstationClients and left-click "Obtain an IP address automatically (DHCP)" and
"Obtain DNS Server addresses automatically (DHCP)" as shown below. Click "OK".

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 71 of 73

Turn each of the Workstation Clients off and then back on. This will reset each of the clients and obtain a dynamic
IP Address from the Wireless Routers.

Step 11: View Available Wireless Networks


View the available Wireless networks within range of the Wireless Workstation by left-clicking on "View
Available Wireless Networks".

Left-click on the "Refresh" button on the bottom left and it should look something similar to the following screen
capture:

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 72 of 73

Step 12: Connect to Wireless Network


To connect to a available wireless network on the list, simply left-click the desired network and click "Connect".

Select the SSID bluzone from the list of available networks and click on the “Connect” button. Since the wireless
network has a disabled encryption type the status will change to "Connected" and will not require a password.

Now try to connect to the other networks by firstly disconnecting from the existing connection and then use the
network keys configured on the Wireless Routers to connect to the respective networks.

Step 13: Wireless Workstation Command Prompt Simulation


In order to test whether the wireless connection was successful we will now complete the Command Prompt
simulation, similar to as if it was a wired connection.

Open the command prompt on the Wireless Workstation and attempt a "ping" on the connected Workstation
Client connected to the Wireless Router that the Wireless Workstation is currently connected to. For example,
type "ping 192.168.1.100" if the Wireless Workstation is currently connected to the "bluzone" network.

You can now try each of the other wireless networks to test whether the connection actually works.

Step 14: Workstation Client Command Prompt Simulation


Conversely, open the Command Prompt for the Workstation Client that is connected to the same network the
Wireless Workstation is and try and ping the Wireless Workstation. For example, open up the Command Prompt
and type "ping 192.168.1.101".

You can also try combining this wireless network with a HTTP network in order to make requests from the

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020
Lab 1 Adding a Static IP Address to a Device Page 73 of 73

wireless workstation.

file:///C:/Users/arief/AppData/Local/Temp/~hh68EF.htm 11/24/2020

You might also like