Networking Group Assignment
Networking Group Assignment
Task 1
In this task, we created a small office network that has two departments they are, sales
department and service department. For this, First of all, we manage all the devices to create
office network and connect those devices using suitable cables. There are two routers, one is
for sales department and another is for service department as shown in figure above. There is
also a switch connects five host computers and the router in sales department and another
switch in service department connects five host computers, the router of sales department and
a printer. Two routers of different two departments are connected through a cross-over cable as
above figure.
Similarly, we assigned 192.168.3.1(made dhcp pool so that each host of service department
receives the ip address automatically), and 192.168.2.2 ip addresses to the ports
FastEthernet 0/0 and fastEthernet 0/1 of router of service department respectively.
The switch of sales department is connected to port FastEthernet 0/0 of router of sales
department and the switch of service department is connected to port FastEthernet 0/0 of
router of service department. And the both routers are connected to port fastEthernet 0/1 of
each others. We setup ip route in both routers so that each host of sales department can
communicate with each host of service department and vice versa.
The physical address of network interface card (Wireless LAN adapter) is 7C-67-A2-93-B6-1E
Step 2
Step 3
vi. Why does Wireshark show the actual MAC address of the local hosts, but not
the actual MAC address for the remote host?
The MAC address of the default-gateway is used for MAC addresses of
remote hosts because on the local network, remote hosts’ MAC addresses
Networking Group Assignment 6
are unknown. The Layer 2 information is removed from the packet and a
new Layer 2 header is assigned with the destination MAC address of the
next hop router after the packet reaches the default-gateway router.