University Networking Assignment: TCP/IP Configuration and Services

Verified

Added on  2020/02/23

|20
|1525
|360
Practical Assignment
AI Summary
This assignment focuses on configuring a network with three PCs, two routers, and a web server using Cisco Packet Tracer. It details the configuration of PC, server, and router interfaces, including the setup of private IP addresses for the routers. The assignment covers essential networking services such as DHCP and DNS servers, along with web server configuration. It also demonstrates the use of an access control list to block client access to the web server. Screenshots of the configurations and ping tests are included, along with traceroute commands and a comprehensive bibliography of relevant sources. The report provides a practical guide to TCP/IP networking concepts and their implementation.
Document Page
Running head: TCP/IP NETWORKING
TCP/IP Networking
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
TCP/IP NETWORKING
Executive Summary
The network is designed with three PC and two router and cisco packet tracer is used for the
configuration of the network. Appropriate networking protocol are used for the configuration of the
router and the lectures given in the class are used for preparation of the network configuration and
completing the task according to the requirement. The errors generated during the configuration of the
networking devices are resolved with the application of the new technology and the PCs, servers and
the routers are set up according to the rules set on the assignment. The router is configures with a
private IP address and the screenshots of the configuration are attached in the report and the network is
set up for pinging with all the interface of the network. A DHCP server is used for the allocation of the IP
address to the client PC connected with the interface of the first router and the DNS server is configured
with the student name. A client is blocked using the access control list on the router 0 for accessing the
web server and the screenshots are attached in the report.
Document Page
2
TCP/IP NETWORKING
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 from the client end.................................................................................................9
1.4. Traceroute command from the client to the server..........................................................12
Task 2- Configuration of the network service...............................................................................13
2.1. DHCP..................................................................................................................................13
2.2. WEB Server........................................................................................................................14
2.3. DNS....................................................................................................................................15
2.4. Firewall..............................................................................................................................16
Bibliography..................................................................................................................................17
Document Page
3
TCP/IP NETWORKING
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
TCP/IP NETWORKING
Configuration of the WEB server
Configuration of the DHCP server
Document Page
5
TCP/IP NETWORKING
Configuration of the DNS server
Configuration of the router interface
Router 1
Document Page
6
TCP/IP NETWORKING
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
TCP/IP NETWORKING
1.2. Configuration of the router
Router 1 configuration:
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 10.0.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/3/0
Document Page
8
TCP/IP NETWORKING
Router(config-if)#ip address 10.0.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 10.0.3.0 255.255.255.0 10.0.2.2
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
Router 2 configuration:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 10.0.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 10.0.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 10.0.1.0 255.255.255.0 10.0.2.1
Router(config)#
Document Page
9
TCP/IP NETWORKING
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
1.3. Pinging from the client end
Ping the client's own network interface
Ping the local router gateway interface
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 NETWORKING
Pinging the remote router interface
Pinging the server
Document Page
11
TCP/IP NETWORKING
chevron_up_icon
1 out of 20
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]