Uploaded by xiiamix3

Lab03 (2)

Lab Exercise 3 (In lab exercise)
Simulate the real network environment by using following devices and Services.
Maximum number of network Devices used.
 2 PCs
 1 switch
 2 Servers
Network services and servers configured are HTTP and DNS
IP address configuration of Devices
PC1:
Subnet Mask:
PC2:
Subnet Mask:
HTTP Server:
Subnet Mask:
DNS Server:
Subnet Mask:
192.168.1.1
255.255.255.0
192.168.1.2
255.255.255.0
192.168.1.3
255.255.255.0
192.168.1.4
255.255.255.0
Check the end to end connectivity between the devices by using PING command.
All devices must be connected and access across the network
Using simulation mode check the PDUs’ detail of every device as described in LAB-3.
Steps1: Configuration of Layer1 at Devices
Devices
Port numbers / Cable Type
PC1
Ethernet port
PC2
Ethernet port
HTTP Server
Server Ethernet port
DNS Server
Server Ethernet port
Steps2: Configuration of Layer2 at Devices
Devices
Physical address / mac address
PC1
MAC address: MAC1
PC2
MAC address: MAC2
HTTP Server
Server MAC address: MAC3
DNS Server
Server MAC address: MAC4
Steps3: Configuration of Layer3 at Devices
Devices
IP address
PC1
IP address: 192.168.1.1 Subnet Mask: 255.255.255.0
PC2
IP address: 192.168.1.2 Subnet Mask: 255.255.255.0
HTTP Server
Server IP address: 192.168.1.3 Subnet Mask: 255.255.255.0
DNS Server
Server IP address: 192.168.1.4 Subnet Mask: 255.255.255.0
Steps4: PDU (Protocol Data Unit) information of Layer 4 at Devices
Devices
TCP / UDP Port address
PC1
Ping uses ICMP
PC2
Ping uses ICMP
HTTP Server
Use port 80 for HTTP (TCP).
DNS Server
Use port 53 for DNS (UDP)
Steps5: PDU (Protocol Data Unit) information of Layer 7 at Devices
Devices
Protocol Used
PC1
ICMP (for Ping)
PC2
ICMP (for Ping)
HTTP Server
HTTP (for serving web pages)
DNS Server
DNP (for resolving domain names)