University Network Engineering: Internetworking with TCP/IP Assignment
VerifiedAdded on  2021/06/14
|22
|1207
|122
Practical Assignment
AI Summary
This assignment provides a comprehensive guide to internetworking with TCP/IP, covering the setup and configuration of a network using Cisco Packet Tracer. The solution details the configuration of PCs, a server (including web, DHCP, and DNS servers), and two routers. It includes network diagrams, IP address assignments, and routing configurations. The assignment also covers configuring network services such as DHCP, a web server, DNS, and a firewall to restrict network access. The document contains detailed screenshots and configurations for each step, including ping tests and traceroute commands to verify network connectivity and functionality. The assignment concludes with a bibliography of relevant resources.

Running head: INTERNETWORKING WITH TCP/IP
Internetworking with TCP/IP
Name of the Student
Name of the University
Author’s Note
Internetworking with TCP/IP
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
INTERNETWORKING WITH TCP/IP
Table of Contents
Task 1 - Setting up a Network.............................................................................................2
1. Network Diagram........................................................................................................2
2. Configuration of the PCs.............................................................................................2
3. Configuration of the Server.........................................................................................4
4. Configuration of the Router interfaces........................................................................7
5. Configuration of the routing on the routers...............................................................10
6. Pinging own network interface on the client PC.......................................................12
7. Pinging local router gateway interface on the Client PC...........................................13
8. Pinging Remote Router Interface on the Client PC...................................................14
9. Using traceroute command from client to server......................................................15
Task 2 - Configuring Network Services............................................................................16
1. DHCP Configuration.................................................................................................16
2. WEB Server Configuration........................................................................................16
3. DNS Configuration....................................................................................................17
4. Firewall Configuration...............................................................................................18
Bibliography......................................................................................................................20
INTERNETWORKING WITH TCP/IP
Table of Contents
Task 1 - Setting up a Network.............................................................................................2
1. Network Diagram........................................................................................................2
2. Configuration of the PCs.............................................................................................2
3. Configuration of the Server.........................................................................................4
4. Configuration of the Router interfaces........................................................................7
5. Configuration of the routing on the routers...............................................................10
6. Pinging own network interface on the client PC.......................................................12
7. Pinging local router gateway interface on the Client PC...........................................13
8. Pinging Remote Router Interface on the Client PC...................................................14
9. Using traceroute command from client to server......................................................15
Task 2 - Configuring Network Services............................................................................16
1. DHCP Configuration.................................................................................................16
2. WEB Server Configuration........................................................................................16
3. DNS Configuration....................................................................................................17
4. Firewall Configuration...............................................................................................18
Bibliography......................................................................................................................20

2
INTERNETWORKING WITH TCP/IP
Task 1 - Setting up a Network
1. Network Diagram
2. Configuration of the PCs
INTERNETWORKING WITH TCP/IP
Task 1 - Setting up a Network
1. Network Diagram
2. Configuration of the PCs
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

3
INTERNETWORKING WITH TCP/IP
Figure 1: Configuration of PC 0 interface
The IP address 192.168.1.3 is used for the configuration of the PC and the IP address
used for the configuration of the fast Ethernet interface is used as the default gateway for the PC.
Figure 2: PC 1 Configuration
The IP address 192.168.1.2 is used for the configuration of the PC and the IP address
used for the configuration of the fast Ethernet interface is used as the default gateway for the PC.
INTERNETWORKING WITH TCP/IP
Figure 1: Configuration of PC 0 interface
The IP address 192.168.1.3 is used for the configuration of the PC and the IP address
used for the configuration of the fast Ethernet interface is used as the default gateway for the PC.
Figure 2: PC 1 Configuration
The IP address 192.168.1.2 is used for the configuration of the PC and the IP address
used for the configuration of the fast Ethernet interface is used as the default gateway for the PC.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

4
INTERNETWORKING WITH TCP/IP
3. Configuration of the Server
WEB Server
Figure 3: Web server configuration
The IP address 192.168.3.3 is used for the configuration of the interface of the Web
server and for the configuration of the gateway address the IP address used at the router 1
interface is applied in the pc.
INTERNETWORKING WITH TCP/IP
3. Configuration of the Server
WEB Server
Figure 3: Web server configuration
The IP address 192.168.3.3 is used for the configuration of the interface of the Web
server and for the configuration of the gateway address the IP address used at the router 1
interface is applied in the pc.

5
INTERNETWORKING WITH TCP/IP
DHCP Server
Figure 4: DHCP Server configuration
The IP address 192.168.3.2 is used for the configuration of the DHCP server.
INTERNETWORKING WITH TCP/IP
DHCP Server
Figure 4: DHCP Server configuration
The IP address 192.168.3.2 is used for the configuration of the DHCP server.
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

6
INTERNETWORKING WITH TCP/IP
DNS Server
Figure 5: DNS Server Configuration
The IP address 192.168.3.3 is used as the IP address of the DNS server and enabling
communication with the other networking device connected in the network.
INTERNETWORKING WITH TCP/IP
DNS Server
Figure 5: DNS Server Configuration
The IP address 192.168.3.3 is used as the IP address of the DNS server and enabling
communication with the other networking device connected in the network.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

7
INTERNETWORKING WITH TCP/IP
4. Configuration of the Router interfaces
Router 1 Configuration
Figure 6: Configuration of serial interface of Router 1
INTERNETWORKING WITH TCP/IP
4. Configuration of the Router interfaces
Router 1 Configuration
Figure 6: Configuration of serial interface of Router 1

8
INTERNETWORKING WITH TCP/IP
Figure 7: Configuration of fast Ethernet interface of Router 1
INTERNETWORKING WITH TCP/IP
Figure 7: Configuration of fast Ethernet interface of Router 1
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

9
INTERNETWORKING WITH TCP/IP
Router 2
Figure 8: Configuration of serial interface of Router 2
INTERNETWORKING WITH TCP/IP
Router 2
Figure 8: Configuration of serial interface of Router 2
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

10
INTERNETWORKING WITH TCP/IP
Figure 9: Configuration of Fats Ethernet interface of Router 2
5. Configuration of the routing on the routers
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 192.168.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
INTERNETWORKING WITH TCP/IP
Figure 9: Configuration of Fats Ethernet interface of Router 2
5. Configuration of the routing on the routers
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 192.168.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit

11
INTERNETWORKING WITH TCP/IP
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 192.168.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 192.168.3.0 255.255.255.0 192.168.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 192.168.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
INTERNETWORKING WITH TCP/IP
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 192.168.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 192.168.3.0 255.255.255.0 192.168.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 192.168.2.2 255.255.255.252
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

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