TCP/IP Networking - Network Configuration and Service Implementation
VerifiedAdded on  2020/04/07
|19
|1449
|41
Practical Assignment
AI Summary
This assignment solution details the configuration of a TCP/IP network, encompassing the setup of PCs, servers, and routers. It includes step-by-step instructions for configuring network interfaces, implementing IP packet forwarding, and verifying connectivity through ping and traceroute commands. The solution further explores the configuration of essential network services, such as DHCP for dynamic IP address allocation, a web server for hosting content, DNS for domain name resolution, and a firewall for network security. The document provides configuration details, including the routing tables, and demonstrates the functionality of each component within the network. The assignment is designed to provide practical experience in network setup and service 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
Table of Contents
Task 1: Setting up a Network..........................................................................................................2
1.1. Configuration of the PC, Server and Router interface.........................................................2
1.2. Configuration of the router with IP packet forwarding.......................................................6
1.3. Pinging from the client end.................................................................................................8
1.4. Traceroute command from the client to the server..........................................................11
Task 2- Configuration of the network service...............................................................................12
2.1. DHCP..................................................................................................................................12
2.2. WEB Server........................................................................................................................13
2.3. DNS....................................................................................................................................14
2.4. Firewall..............................................................................................................................15
Bibliography..................................................................................................................................16
TCP/IP NETWORKING
Table of Contents
Task 1: Setting up a Network..........................................................................................................2
1.1. Configuration of the PC, Server and Router interface.........................................................2
1.2. Configuration of the router with IP packet forwarding.......................................................6
1.3. Pinging from the client end.................................................................................................8
1.4. Traceroute command from the client to the server..........................................................11
Task 2- Configuration of the network service...............................................................................12
2.1. DHCP..................................................................................................................................12
2.2. WEB Server........................................................................................................................13
2.3. DNS....................................................................................................................................14
2.4. Firewall..............................................................................................................................15
Bibliography..................................................................................................................................16

2
TCP/IP NETWORKING
Task 1: Setting up a Network
1.1. Configuration of the PC, Server and Router interface
Configuration of the PC0
TCP/IP NETWORKING
Task 1: Setting up a Network
1.1. Configuration of the PC, Server and Router interface
Configuration of the PC0
⊘ 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
Configuration of the PC1
Configuration of the WEB server
TCP/IP NETWORKING
Configuration of the PC1
Configuration of the WEB server
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 DHCP server
Configuration of the DNS server
TCP/IP NETWORKING
Configuration of the DHCP server
Configuration of the DNS server

5
TCP/IP NETWORKING
Configuration of the router interface
Router 0
Router 1
TCP/IP NETWORKING
Configuration of the router interface
Router 0
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
Routing table of the routers
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
C 172.18.1.0/24 is directly connected, FastEthernet0/0
C 172.16.2.0/30 is directly connected, Serial0/3/0
S 172.18.3.0/24 [1/0] via 172.18.2.2
172.18.0.0/16 is variably subnetted, 3 subnets, 2 masks
S 172.18.1.0/24 [1/0] via 172.18.2.1
C 172.18.2.0/30 is directly connected, Serial0/3/0
C 172.18.3.0/24 is directly connected, FastEthernet0/0
1.2. Configuration of the router with IP packet forwarding
Router 0 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 172.18.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/3/0
TCP/IP NETWORKING
Routing table of the routers
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
C 172.18.1.0/24 is directly connected, FastEthernet0/0
C 172.16.2.0/30 is directly connected, Serial0/3/0
S 172.18.3.0/24 [1/0] via 172.18.2.2
172.18.0.0/16 is variably subnetted, 3 subnets, 2 masks
S 172.18.1.0/24 [1/0] via 172.18.2.1
C 172.18.2.0/30 is directly connected, Serial0/3/0
C 172.18.3.0/24 is directly connected, FastEthernet0/0
1.2. Configuration of the router with IP packet forwarding
Router 0 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 172.18.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/3/0
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

7
TCP/IP NETWORKING
Router(config-if)#ip address 172.18.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 172.18.3.0 255.255.255.0 172.18.2.2
Router 1 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 172.16.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 172.18.1.0 255.255.255.0 172.18.2.1
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
TCP/IP NETWORKING
Router(config-if)#ip address 172.18.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 172.18.3.0 255.255.255.0 172.18.2.2
Router 1 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 172.16.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 172.18.1.0 255.255.255.0 172.18.2.1
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down

8
TCP/IP NETWORKING
1.3. Pinging from the client end
Ping the client's own network interface
Ping the local router gateway interface
TCP/IP NETWORKING
1.3. Pinging from the client end
Ping the client's own network interface
Ping the local router gateway interface
⊘ 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
Pinging the remote router interface
Pinging the server
TCP/IP NETWORKING
Pinging the remote router interface
Pinging the server
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

10
TCP/IP NETWORKING
TCP/IP NETWORKING

11
TCP/IP NETWORKING
1.4. Traceroute command from the client to the server
TCP/IP NETWORKING
1.4. Traceroute command from the client to the server
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide
1 out of 19
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.





