computer networks practical assignment, Assignments of Computer Networks

Ques 1. Configuring DHCP Server and check how DHCP Server assigns dynamic IP in its own network using. Ques 2. Configuring HTTP Server and check how a user access website using IP address in. Ques 3. Configuring DNS Server and check how DNS Server maps IP address with website address.

Typology: Assignments

2018/2019

Available from 01/20/2022

rimaljeet-kaur
rimaljeet-kaur 🇮🇳

1 document

1 / 12

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
P a g e | 1
Name: Rimaljit kaur Regd. no: 12001112
Roll no: RD2004A03 Course: CAP-257
Assignment 3
Ques 1. Configuring DHCP Server and check how DHCP Server
assigns dynamic IP in its own network using.
Ans 1. DHCP stands for dynamic host configuration protocol and is
a network protocol used on IP networks where a DHCP
server automatically assigns an IP address and other
information to each host on the network so they can
communicate efficiently with other endpoints.
So, here is the way how to turn on DHCP service on the
server. Firstly, go to the server services and select DHCP
then turn on the DHCP service, give start IP address and
save it.
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download computer networks practical assignment and more Assignments Computer Networks in PDF only on Docsity!

Name: Rimaljit kaur Regd. no: 12001112 Roll no: RD2004A03 Course: CAP- 257 Assignment 3 Ques 1. Configuring DHCP Server and check how DHCP Server assigns dynamic IP in its own network using. Ans 1. DHCP stands for dynamic host configuration protocol and is a network protocol used on IP networks where a DHCP server automatically assigns an IP address and other information to each host on the network so they can communicate efficiently with other endpoints. So, here is the way how to turn on DHCP service on the server. Firstly, go to the server services and select DHCP then turn on the DHCP service, give start IP address and save it.

Now, go to the pc0 and from IP configuration turn on DHCP service then it will automatically assign IP address to the pc0. So, in similar way check other pc’s IP addresses.

Ques 2. Configuring HTTP Server and check how a user access website using IP address in. Ans 2. A web server is a computer that runs websites. It's a computer program that distributes web pages as they are requisitioned. The basic objective of the web server is to store, process and deliver web pages to the users. This intercommunication is done using Hypertext Transfer Protocol (HTTP). The webpages can be accessed by IP address of http server. To use http service just turn on the service on the server and you can edit the index webpage of website.

Now, on laptop0 from web browser by entering the http server IP address i.e. 192.168.1.1 the website can be accessed. Ping from laptop0(192.168.1.2) to laptop1(192.168.1.3)

Packet sent from laptop1(192.168.1.3) to laptop2(192.168.1.4):

Now, from pc5(192.168.1.5) we can access the domain on webserver.

Ping from web server (192.168.1.2) to pc6(192.168.1.3): Packet sent from pc5(192.168.1.5) to pc7(192.168.1.4):