University Network Engineering: Internetworking with TCP/IP Assignment

Verified

Added 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.
Document Page
Running head: INTERNETWORKING WITH TCP/IP
Internetworking 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
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
Document Page
2
INTERNETWORKING WITH TCP/IP
Task 1 - Setting up a Network
1. Network Diagram
2. Configuration of the PCs
Document Page
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.
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
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.
Document Page
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.
Document Page
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.
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
INTERNETWORKING WITH TCP/IP
4. Configuration of the Router interfaces
Router 1 Configuration
Figure 6: Configuration of serial interface of Router 1
Document Page
8
INTERNETWORKING WITH TCP/IP
Figure 7: Configuration of fast Ethernet interface of Router 1
Document Page
9
INTERNETWORKING WITH TCP/IP
Router 2
Figure 8: Configuration of serial interface of 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
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
Document Page
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
chevron_up_icon
1 out of 22
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]