Remember to capture screenshots of the process you take with the installation
Configure a range of server types
This is best done with:
Cisco Packet Tracer
Assessment
Report with screenshots
This report will be longer than one page with all the screenshots
Centres can use simulation software.
Domain Name System (DNS)
Web Server
directory
Dynamic Host Configuration Protocol (DHCP)
file server
You will be configuring two main types of servers: Domain Name Server (DNS) and a Web Server.
Both form the basis of how we use the internet.
The DNS is what allows us to enter www.google.com and it finds the webserver. The DNS has a table of each IP Address and each domain.
For example, if you type: google.com, the web browser (Chrome or Safari) goes out through the router to a DNS and asks:
a) "Do you know this domain?"
b) "The DNS says, yes, I know it's at this IP Address: 172.217.169.78"
c) The request then goes through a series of DNS's until it gets to the webserver (172.217.169.78) that has it's own unique IP address
d) The web page comes back with what you asked for
Try this out on your own computer:
1 - On a Windows machine (Macs, use these intructions), go to the Start Menu and type CMD
2 - Type: ping google.com
3 - The resulting set of numbers separated by full stops ( . ) is the physical number of the server
Every server / device / computer on the internet has it's own unique IP address.
Now, open a web browser and type the IP address: 172.217.169.78 in the address bar and press enter
What happens?
This is how DNS and HTTP/HTTPS works
Often times the DNS Server inside a company, is the same computer as the web server.
Here are the instructions for Cisco Packet Tracer
Drag two PCs onto the screen
2. Drag a Switch onto the screen
3. Drag a Server onto the screen
4. Press the cable button
5. Click on the first PC and drag a line to the Switch
6. Do the same with each of the other devices
7. Click on PC0
8. Desktop Tab
9. IP Configuration
10. Enter the IP address as 192.168.1.2
11. Enter the DNS Server as: 192.168.1.1
12. Press X to close this window
SCREENSHOT HERE PLEASE FOR YOUR REPORT
13. Click on the Server
14. Desktop Tab
15. IP Configuration
16. Make the IP Address: 192.168.1.1
17. If you press Tab, the Subnet mask is created automatically
18. Make the DNS, the same as the server: 192.168.1.1
18a. Turn DNS On
Take Screenshot
SCREENSHOT HERE PLEASE FOR YOUR REPORT
19. Go to the Services Tab
19a.
20. HTTP (Hypertext Transfer Protocol)
This is a set of rules that tells a browser and a webserver how to communicate with web pages.
21. Turn HTTP 'Off' as this is the unsecure internet
22. Leave HTTPS 'On'
23. Click on the (edit) button on the index.html row <--this is the main page that will load in Step _____
24. Highlight all the information between the <html> </html> tags. This is the language of web pages
25. Press Delete on your keyboard
26. After the first <html> type <h1> Full name's website </h1>
e.g. <h1> Chris Lewis' website</h1>
27. Press Save
28. Press Yes
29. Click on PC0
30. Click on Web Browser
31. Type 192.168.1.1 and press Go
It will replace it with http:// and the IP address and the text
'Server Reset Connection', which means it cannot access the unsecure internet
32. Now add an 's' after http and press Go
33. It will bring up your webpage you edited before.
SCREENSHOT HERE PLEASE FOR YOUR REPORT