Implementing TCP/IP Interconnection in a Network Environment

Verified

Added on  2020/04/07

|21
|1602
|163
Practical Assignment
AI Summary
This assignment details the creation of a network using Cisco Packet Tracer, focusing on TCP/IP interconnection. The solution involves configuring two routers, one for client PCs and another to connect to servers. Three servers are configured with different services, including DNS, DHCP, and web services. The assignment covers the configuration of PC interfaces, server settings, and router configurations, including IP address schemes and routing commands. It demonstrates ping tests to verify connectivity and utilizes the traceroute command to trace data packet paths. The network service configuration includes setting up DHCP for IP address allocation, configuring a web server with forward and reverse DNS mapping, and implementing a firewall to control network traffic. The assignment demonstrates practical network configuration and service setup within a simulated environment, providing a comprehensive overview of TCP/IP network implementation.
Document Page
Running head: INTERCONNECTION WITH TCP/IP
Interconnection with TCP/IP
Name of the Student
Name of the University
Author’s note
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
INTERCONNECTION WITH TCP/IP
Executive Summary
Cisco packet tracer is used for the creation of the network according to the requirement of the
assignment. Two routers are used for one for connecting the client PC and another for connecting the
servers. Three servers are used and different configuration such as DNS, DHCP and Web service are
configured on the server and the connectivity is tested by pinging the client interface with the servers.
Document Page
2
INTERCONNECTION WITH TCP/IP
Table of Contents
Task 1: Setting up a Network..........................................................................................................3
1.1. Configuration of the PC, Server and Router interface.........................................................3
1.2. Configuration of the router.................................................................................................7
1.3. Pinging the network from the client end.............................................................................9
1.4. Traceroute command from the client to the server..........................................................12
Task 2- Network service configuration.........................................................................................13
2.1. DHCP..................................................................................................................................13
2.2. WEB Server........................................................................................................................14
2.3. DNS....................................................................................................................................15
2.4. Firewall..............................................................................................................................15
Bibliography..................................................................................................................................17
Document Page
3
INTERCONNECTION WITH TCP/IP
Task 1: Setting up a Network
1.1. Configuration of the PC, Server and Router interface
Configuration of the PC0
Configuration of the PC1
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
INTERCONNECTION WITH TCP/IP
Configuration of the WEB server
Configuration of the DHCP server
Document Page
5
INTERCONNECTION WITH TCP/IP
Configuration of the DNS server
Configuration of the router interface
Router 1
Document Page
6
INTERCONNECTION WITH TCP/IP
Router 2
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
INTERCONNECTION WITH TCP/IP
1.2. Configuration of the router
Router 1 configuration:
Document Page
8
INTERCONNECTION WITH TCP/IP
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.16.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 192.16.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 192.16.3.0 255.255.255.0 192.16.2.2
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
The configuration of the router is done in cisco packet tracer and a proper IP address scheme is
used for the configuration of the interface of the router. The above commands are used for the
configuration of the router and for the interconnection of the two routers the IP route command is
used.
Router 2 configuration:
Document Page
9
INTERCONNECTION WITH TCP/IP
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int Serial0/3/0
Router(config-if)#ip address 192.16.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#int FastEthernet0/0
Router(config-if)#ip address 192.16.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 192.16.1.0 255.255.255.0 192.16.2.1
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
The router is configured with the above commands for allocation of the IP address to the fast
Ethernet port and the serial interface of the router. The routing table can be fetched using the command
ip route and the path used for sending the data packets in the network can be obtained using the
command.
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
INTERCONNECTION WITH TCP/IP
1.3. Pinging the network from the client end
Ping the client's own network interface
Document Page
11
INTERCONNECTION WITH TCP/IP
Ping the local router gateway interface
Pinging the remote router interface
Pinging the server
chevron_up_icon
1 out of 21
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]