TCP/IP Network Design Report for Desklib

Verified

Added on  2023/06/04

|24
|930
|115
AI Summary
This document contains network design report of two PCs, two routers and servers. The network will also be configured with DHCP server that will be used in allocating IP addresses to the end devices. The report includes packet forwarding, client pinging, and traceroute command. Subject: TCP/IP, Course Code: N/A, Course Name: N/A, College/University: N/A.

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
1
TCP/IP
TCP/IP
Assessment
Student name:
Student email :
Document Page
2
TCP/IP
Executive summary
This document contains network design report of two PCs, two routers and servers. The Pcs are
configured with different IP addresses .The routers are configured with private IP address for
them to communicate in the network. Each router is configured with in a different subnet.
There different types of servers in the DNS –server which will be used in allocating DNS name to
website .Website server that will be used to allocate specific name to the IP address .The
network will also be configured with DHCP server that will be used in allocating IP addresses to
the end devices.
Document Page
3
TCP/IP
Task 1
The network was set ups as shown. Computers connected together through one switch this
means that they have a common default way. While on the other side servers are connected
through one switch to the routers .Servers are also connected to the router through one
interface.
Configuration of devices

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
4
TCP/IP
Configuration of PC devices
PCO
PCO was configured with 172.164.2.2 255.255.255.0 and default gateway of 172.164.2.1
Document Page
5
TCP/IP
PC1
PC1 was configured with the following 172.164.2.3 255.255.255.0 with default gateway
172.163.2.1. The PC was configured
Document Page
6
TCP/IP
PC2
Pc2 was configured with the following IP address 172.164.2.4 255.255.255.0 with default a
gateway 172.164.2.1

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7
TCP/IP
Router configuration
Router 0
Serial 0/1/0 was configured with IP address 10.200.2.3 255.255. 255.0
The following code was used.
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/1/0
Router(config-if)#ip address 10.200.2.3 255.0.0.0
Router(config-if)#ip address 10.200.2.3 255.255.255.0
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
Document Page
8
TCP/IP
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
Router 0 gigaethernet was configured with IP address 172.164.2.1 255.255.255.0
With the following code:
Router(config-if)#exit
Router(config)#interface Serial0/1/0
Router(config-if)#ip address 10.200.2.3 255.0.0.0
Router(config-if)#ip address 10.200.2.3 255.255.255.0
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
Document Page
9
TCP/IP
Router 1 configuration
Gigabitetherenet configuration
outer(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#ip address 10.200.2.4 255.0.0.0
Router(config-if)#ip address 10.200.2.4 255.255.255.0
Router(config-if)#
Router(config-if)#exit

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
10
TCP/IP
Serial 0/1/0 configuration
Was assigned with IP address 10.200.2.4 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/1/0
Router(config-if)#ip address 10.200.2.4 255.0.0.0
Router(config-if)#ip address 10.200.2.4 255.255.255.0
Document Page
11
TCP/IP
Router(config-if)#
Router(config-if)#exit
Document Page
12
TCP/IP
Server configuration
DHCP config
Was configured with IP address 192.163.1.3 255.255.255.0 with default gateway

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
13
TCP/IP
DNS server configuration
This server was configured as shown below
Document Page
14
TCP/IP
2. Packet forwarding
Router 0
Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#ip route 0.0.0.0 0.0.0.0 10.200.2.4
Router(config)#
Document Page
15
TCP/IP
Router 1
Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface GigabitEthernet0/0/0
Router(config-if)#ip address 192.163.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#
Router(config)#ip route 0.0.0.0 0.0.0.0 10.200.2.3
Router(config)#
Router con0 is now available

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
16
TCP/IP
Press RETURN to get started
Document Page
17
TCP/IP
3. Client pinging
To its own interface 172.164.2.1
Document Page
18
TCP/IP
To the local router interface pinging 172.164.2.1

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
19
TCP/IP
4. Traceroute command
The following shows how the routes followed
This is command that identifies the suitable route that network packets follow to the required
specified host. Mostly used in trouble shooting of computers and to find which path data
follows to the required destination.
Document Page
20
TCP/IP
Task 2
1. DHCP configuration
The DHCP was configured as shown above.
This is network server that automatically provides and assign network devices with addresses,
default gateways and other network parameters that are required in network. DHCP
automatically sends the required network protocols so that clients can communicate with each
other in the network. Without this the DHCP server then the network admin has to allocate
each device an IP address.DHCP servers usually assign PC with unique IP addresses.
Document Page
21
TCP/IP
IP address assigned to the client PC were 172.164.2.5 255.255.255.0 with default gateway
172.164.2.1.The PC is allocated with a unique IP address as shown above .If two PC are
allocated with the same IP address that are the same then IP conflicting will occur.

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
22
TCP/IP
2.0 webserver
4.0
The client is prevented from accessing the server it returns timeout results.
Document Page
23
TCP/IP
References
Archana, C. (2015). Analysis of RIPv2, OSPF, EIGRP Configuration on router Using CISCO Packet
tracer. International Journal of Engineering Science and Innovative Technology (IJESIT)
Volume, 4.
Tracer, C. P. (2009). Cisco Networking Academy.
1 out of 24
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]