University Networking Assignment: TCP/IP Configuration and Services
VerifiedAdded 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.

Running head: TCP/IP NETWORKING
TCP/IP Networking
Name of the Student
Name of the University
Author’s note
TCP/IP Networking
Name of the Student
Name of the University
Author’s note
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

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.
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.

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
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
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

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
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
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

4
TCP/IP NETWORKING
Configuration of the WEB server
Configuration of the DHCP server
TCP/IP NETWORKING
Configuration of the WEB server
Configuration of the DHCP server

5
TCP/IP NETWORKING
Configuration of the DNS server
Configuration of the router interface
Router 1
TCP/IP NETWORKING
Configuration of the DNS server
Configuration of the router interface
Router 1
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

6
TCP/IP NETWORKING
Router 2
TCP/IP NETWORKING
Router 2
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

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
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

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)#
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)#
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

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
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
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

10
TCP/IP NETWORKING
Pinging the remote router interface
Pinging the server
TCP/IP NETWORKING
Pinging the remote router interface
Pinging the server

11
TCP/IP NETWORKING
TCP/IP NETWORKING
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide
1 out of 20
Related Documents

Your All-in-One AI-Powered Toolkit for Academic Success.
 +13062052269
info@desklib.com
Available 24*7 on WhatsApp / Email
Unlock your academic potential
Copyright © 2020–2025 A2Z Services. All Rights Reserved. Developed and managed by ZUCOL.