0% found this document useful (0 votes)
25 views

Dec30023 Computer Networking Fundamentals Pw4

PW4,DEC30023,COMPUTER NETWORKING FUNDAMENTALS,Politeknik Seberang Perai (PSP)

Uploaded by

JustShareIt
Copyright
© © All Rights Reserved
0% found this document useful (0 votes)
25 views

Dec30023 Computer Networking Fundamentals Pw4

PW4,DEC30023,COMPUTER NETWORKING FUNDAMENTALS,Politeknik Seberang Perai (PSP)

Uploaded by

JustShareIt
Copyright
© © All Rights Reserved
You are on page 1/ 11

ELECTRICAL ENGINEERING DEPARTMENT

ACADEMIC SESSION l 2023/2024


DEC30023 – COMPUTER NETWORKING FUNDAMENTALS

PRACTICAL WORK : 4 DHCP, DNS and HTTP Using Packet Tracer

PRACTICAL WORK DATE :

LECTURER’S NAME:

TOTAL MARKS
STUDENT ID & NAME :
(100%)

(1) NAME :
STUDENT ID :

(2) NAME :
STUDENT ID :

(3) NAME :
STUDENT ID :

DATE SUBMIT : DATE RETURN :


1 COURSE LEARNING OUTCOMES (CLO)

CLO 2: Construct a simple LAN or WLAN in accordance to IEEE or TIA/EIA568-


A/B wiring standard and network troubleshooting using network
simulation or tools. (P4, PLO5)
PLO 5: Apply appropriate techniques, resources, and modern engineering
and IT tools to well-defined engineering problems, with an awareness
of the limitations.
CLO 3: Demonstrate awareness of the norm practice of professional bodies
such as IEEE or TIA/EIA-568-A/B during practical work session. (A3,
PLO8)
PLO 8: Understand and commit to professional ethics and responsibilities
and norms of technician practice

OBJECTIVES
2
Upon completion the lab session, students should be able to:
a. Construct the IP address to workstation in the LAN connection.
b. Examine end to end connection connectivity using ping command.
c. Construct a DHCP server within a range of IP address.
d. Understand to develop a computer design for LAN using Packet Tracer
program.

3 THEORY
Providing IP addresses to clients is the most fundamental task performed by
a DHCP server. DHCP includes three different address allocation
mechanisms to provide flexibility when assigning IP addresses :

1. Manual Allocation : The administrator assigns a pre-allocated IP


address to the client and DHCP only communicates the IP address to
the device.
2. Automatic Allocation : DHCP automatically assigns a static IP
address permanently to a device, selecting it from a pool of available
addresses. There is no lease and the address is permanently
assigned to a device.
3. Dynamic Allocation : DHCP automatically dynamically assigns or
leases an IP address from a pool of addresses for a limited period of
time chosen by the server or until the client tells the DHCP server that
it no longer needs the address.
EQUIPMENT / TOOLS

4 a. Computer with Cisco Packet Tracer Software

5 PROCEDURE

PART A : BUILDING A TOPOLOGY

Figure 1 : Network Topology

1. Develop a network as shown as above. (Figure 1)

2. Configuring the DHCP Server (Server 0)

Add a server.
Click a server
Then select Config
Global < select Settings:
• Change the Display Name to “DHCP Server”
• Gateway/DNS < Static
• Set the Gateway to 172.16.0.1

FastEthernet:
• IP Configuration < Static
• Set the IP address to 172.16.0.10
• Set the Subnet Mask to 255.255.0.0

HTTP:
• Set HTTP Service and HTTPS Service to Off
DHCP:

• DHCP service ON
• Set the Default Gateway to 172.16.0.1
• Set the DNS Server to 172.16.0.11
• Set the Start IP Address to 172.16.0.100

***Press button Save.

DNS:
• Set the Service to Off

3. Configuring the DNS Server (Server 1)

Add a server.
Click a server
Then select Config

Global < select Settings:

• Change the Display Name to “DNS Server”


• Gateway/DNS < Static
• Set the Gateway to 172.16.0.1

FastEthernet:
• IP Configuration < Static
• Set the IP address to 172.16.0.11
• Set the Subnet Mask to 255.255.0.0

HTTP:

• Set HTTP Service and HTTPS Service to Off

DHCP:
• Set the Service to Off

DNS:
• DNS service ON.
• Entering the www.tsrb.edu Domain Name
o Enter for the Domain Name www.tsrb.edu
o Enter for IP Address 172.16.0.20
o Click Add

• Entering the www.internal.com Domain Name


o Enter for the Domain Name www.internal.com
o Enter for IP Address 172.16.0.30
o Click Add
4. Configuring the www.tsrb.edu Web Server (Server 2)

Add a server.
Click a server
Then select Config

Global < select Settings:

• Change the Display Name to “Web Server: www.tsrb.edu”


• Gateway/DNS < Static
• Set the Gateway to 172.16.0.1

FastEthernet:
• IP Configuration < Static
• Set the IP address to 172.16.0.20
• Set the Subnet Mask to 255.255.0.0

DHCP:
• Set the Service to Off
DNS:
• Set the Service to Off

HTTP
• Set HTTP Service and HTTPS Service to ON.

• Change the sentence, “<hr>Welcome to Packet Tracer 5.0, the


best thing since..... Packet Tracer 4.0.” to “<hr> Welcome to
Tsrb's public web page!” You may add other information as
well. (you can change any sentences).

5. Configuring the www.internal.com Web Server (Server 3)

Add a server.
Click a server
Then select Config
Global < select Settings:

• Change the Display Name to “Web Server: www.internal.com”


• Gateway/DNS < Static
• Set the Gateway to 172.16.0.1

FastEthernet:
• IP Configuration < Static
• Set the IP address to 172.16.0.30
• Set the Subnet Mask to 255.255.0.0
DHCP:
• Set the Service to Off

DNS:
• Set the Service to Off

HTTP
• Set HTTP Service and HTTPS Service to ON.

• Change the sentence, “<hr>Welcome to Packet Tracer 5.0, the


best thing since..... Packet Tracer 4.0.” to “<hr> This is the
corporate internal network!” You may add other information as
well.

6. Configure Two Client Computers using DHCP

Add two client computers.


Global Settings:
• Change the Display Names to “Dynamic 1” and to “Dynamic 2”
respectively
• Set the Gateway/DNS to DHCP

FastEthernet:
• Set the IP Configuration to DHCP

7. Configure One Client Computers using Static IP Addressing

Global Settings:
• Change the Display Name to “Static”
• Set the Gateway/DNS to Static
▪ Set Gateway to 172.16.0.1
▪ Set the DNS Server to 172.16.0.11

FastEthernet:
• Be sure the configuration is set to Static
• Set the IP address to 172.16.0.90
• Set the Subnet Mask to 255.255.0.0

8. Verify connectivity
• Ping (ICMP)

o From a client computer use the click Dynamic


1>Desktop>Command prompt >ping the other client computers
and the servers.
o From the Dynamic 1 client, C> ping 172.16.0.20
o The first one or two pings may fail, but you should receive a reply
on the later pings. This is due to the ping timing out while the ARP
process takes place (later).
• Web Browser (HTTP)

o On the client computers use the click Dynamic 2>Desktop>Web


Browser, enter the URLs of the Web Servers www.tsrb.edu and
www.internal.com.
o You should see the web pages that you created on these servers.

PART B : DEVELOP A NETWORK IN THE FOLLOWING DIAGRAM FIGURE 2.

Figure 2 : Network Topology

1: Set up the devices with IP as in Table 1

DEVICE NAME IP NO. PORT


Members of Network Interface Card
PC A
grouping Gateway
Members of Network Interface Card
PC B
grouping Gateway
Members of Network Interface Card
PC C
grouping Gateway
Network Interface Card
PC D
Gateway
Network Interface Card
PC E
Gateway
2. Apply the data movement simulation and send the data from
i. PCA to PCB
ii. PCB to PCA
3. Records all your findings.
PART C : DEVELOP A NETWORK AS SHOWN IN THE
FOLLOWING DIAGRAM FIGURE 3.

Figure 3. Network Topology


1. Set the devices with IP as Table 2.

DEVICE NAME IP NO. PORT


Members of IP
PC 0 grouping Gateway
Members of IP
PC 1 grouping Gateway
Members of IP
PC 2 grouping Gateway
IP
PC 3
Gateway
IP
PC 4
Gateway
IP
PC5
Gateway
IP
PC6
Gateway
IP
PC7
Gateway

2. Apply the data movement simulation and send the data from
i. PC0 to PC4
ii. PC2 to PC7
3. Records all your findings.
4. Repeat step perform PING command for each PC to check the
connection.

5. Screen Shot PING Command for all PCs.

6 RESULT

7 DISCUSSION

8 CONCLUSION
PRACTICAL SKILL ASSESSMENT (PLO5/P4/CLS3a, 3c/CLO2)

COURSE : DEC30023 COMPUTER NETWORKING FUNDAMENTALS


EXPERIMENT NO. :4
EXPERIMENT TITLE : DHCP, DNS and HTTP Using (PACKET TRACER)
DATE : ___________________________________________
LECTURER’S NAME : ___________________________________________
NAME : ___________________________________________
REGISTRATION NO. : ___________________________________________
CLASS /GROUP : ___________________________________________

Marks Competency Description


Student can understand and follow all instruction and task has been
5 Outstanding
completed successfully without any assistance.
Highly Student can understand and follow all instruction and complete all tasks
4
Competent assigned with some error.
3 Competent Student has been completed task successfully after being assisted.
Not Yet Student can understands and follow the instruction but completes only
2
Competent some of the tasks with a little error.
Having difficulties to complete the task and totally being assisted to
1 Not Achieved
complete the task given.

Task Skill / Aspect Marks Obtain


PART A, B & C
1. Set up the network topology / 15
2. Configure host names and IP addresses on the PCs. / 15
Verify the connection between PCs – Ping Result / 10
3. RESULT (Submitted result / Printscreen) / 10
TOTAL / 50
TOTAL / 100
GENERIC SKILL ASSESSMENT (PLO8/A3/CLS5/CLO3)

CLO3: Demonstrate awareness of the norm practice of professional bodies such as IEEE or TIA/EIA
568 A/B during practical work session.

Score Description

SCORE
Attribute Sub-Attribute
1 2 3 4 5

Does not Perform Perform Perform Perform


perform assigned assigned assigned assigned
assigned tasks within tasks within tasks within tasks
tasks within by the scope by the scope by the beyond the
Work by the scope of work with of work and scope of scope of
Responsibil of work even close meets work and work and
ity with close supervision expectation exceeds beyond
supervision expectation expectation
Has a Has a less Has a Has a good Has a well-
disharmonio harmonious satisfactory relationship acknowledg
us relationship relationship with co- ed
relationship with co- with co- workers and relationship
Work with co- workers and workers and within, with co-
Relation workers and within, within institution, workers and
within, institution, institution, work groups within,
institution, work groups work groups and institution,
work groups and and community work groups
and community community when at and
community when at work when at work work community
when at when at
Ethics work work
Practice Practice less Practice good Practice Always
and inappropriate appropriate working good practice
Professi Work working working culture such working excellent
Ethics culture such culture such as good culture such working
onalism as bad as moral, as good culture such
behavior, no inconsistent timeliness as moral, as good
punctuality behavior, well as being timeliness moral,
as well as less efficient, as well as timeliness
not being punctuality productive being as well as
efficient, as well as and ethical at efficient, being
productive being less work in productive efficient,
and ethical efficient, general and ethical productive
at work in all productive at work in and ethical
situations and ethical most at work in all
at work in situations situations
many
situations
Always
Perform a
Perform a perform a
Perform a Perform a task with
task with task with
task with task with trust,
acceptable trust,
Integrity lack of trust, limited trust, honesty,
trust, honesty,
honesty, honesty, sincerity and
honesty, sincerity and
sincerity and sincerity and transparent
sincerity and transparent
transparency transparency in most
transparency in any
situations
situation
TOTAL 20

You might also like