Q-1. Deploy a website on localhost using either apache2 or Nginx. Create a DNS name for this website as ‘awesomeweb’. You can use any web template you want or can write your own simple HTML code.
- All followed steps mentioned under Networking Assessment.pdf file.
Q-2. A website can have many subdomains and different services are running on them. Write a Python script to check the status of the subdomains which are up or down. The script should automatically check the status every minute and should update it in tabular format on the screen.
- Implemented python script Check_Subdomain_Status.py file.
- Further corresponding followed steps mentioned under Networking Assessment.pdf file.
Q.3 Task
- All followed steps mentioned under Networking Assessment.pdf file.