Network Design and Configuration: TCP/IP, Routers, and Servers

Verified

Added on  2023/06/04

|24
|930
|115
Practical Assignment
AI Summary
This assignment details the setup of a TCP/IP network, including the configuration of two PCs, two routers, and various servers (DNS, Website, and DHCP). The report covers IP addressing schemes, subnetting, and the configuration of router interfaces. The student describes the configuration of each device, including the commands used. The assignment also covers packet forwarding and traceroute commands. The student explains the functionality of DHCP in assigning IP addresses and the challenges encountered with web server access. References are provided for the tools and concepts used.
Document Page
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
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
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
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
tabler-icon-diamond-filled.svg

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
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
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
chevron_up_icon
1 out of 24
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]