CN Formated Pages

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Output:

Server side output:

Client side output:

Aditya Siddhpura [200130107045] Page 32 of 65


Practical – 5
AIM: Create Mesh, ring, bus, star and tree topology in packet
tracer and assign appropriate IP addresses to devices. Describe
complete configure procedure.

1. Mesh:

Creating Mesh topology network using Cisco Packet Tracer.


Step 1: Add end devices. Here, I’ve added 5 desktop PCs.

Step 2: Add 5 switches as a communication device for each PC because end devices
can’t be connected directly so we need a communication device.

Step 3: Connect each computer with corresponding switch via copper straight-through
cable on port FastEthernet.

Step 4: Connect each switch with all other switches in the network via copper crossover
cable on port FastEthernet.

The final look of Mesh topology is as follow:

Step 5: Assign IP address to each PC. IP address configuration is as follow:


Device IP address Subnet Mast

PC0 192.168.1.1 255.255.255.0

Aditya Siddhpura [200130107045] Page 33 of 65


Practical-6
AIM: Create a sub network using two switches, eight computers and
connect both sub network using router in packet tracer and assign
appropriate IP addresses to devices. Describe complete configuration
procedure.

Configuration procedure:
Step 1: First of all, go to toolbar and select Router and put it to the middle of screen.
Then select switches and place them to left and right side of Router. Select end devices
and place them around switches as shown in the figure.

Step 2: Connect end devices with switch and switches with router via copper straight
through cable. The configuration will look as follow:

Step 3: Assign IP address to each end device and router as shown in above figure.
Default gateway for network on left side of router will be 10.0.0.5 and for network on
right side of router will be 11.0.0.5.

Step 4: To check the connection let’s ping the devices.

• Ping from 10.0.0.1 to 11.0.0.4

Aditya Siddhpura [200130107045] Page 47 of 65


Practical-7
AIM: Create a network topology with four host machines, local and
authoritative DNS server and web server. Describe complete
configuration procedure.

Configuration Procedure:
Step 1: Add a router, select two switches and a end device, select various servers and name
them as Local_DNS, Web-Server and Authoritative_DNS. Connect all these devices as
shown in figure.

Step 2: Assign IP address to the devices as:

Device IP Address Gateway DNS

My PC 192.168.0.2 192.168.0.1 192.168.0.3

Local_DNS 192.168.0.3 192.168.0.1 10.0.0.2

Web-Server 10.0.0.3 10.0.0.1 10.0.0.2

Authoritative_DNS 10.0.0.2 10.0.0.1 -

Aditya Siddhpura [200130107045] Page 51 of 65


Practical-8
AIM: Create a network topology with two hosts machines and one FTP
server. Describe complete configuration procedure.

Configuration Procedure:
Step 1: Add a FTP server, switch and two host machines named as FTP server,
Switch0 and PC0 and PC1 Accordingly, as shown in figure.

Step 2: Assign IP Address to devices:


Device IP Address Gateway

FTP Server 10.10.10.0 -

PC0 10.10.10.1 10.10.10.0

PC1 10.10.10.2 10.10.10.0

Aditya Siddhpura [200130107045] Page 54 of 65

You might also like