Question 2: Reachability and Availability
This task uses the tracert command to find the router level path from your computer to a remote Internet host. The tracert command is a standard command-line utility for discovering the Internet paths that your computer uses. It is widely used for network troubleshooting. It comes pre-installed on Window and Mac, and can be installed using your package manager on Linux. On Windows, it is called “tracert”.
To write tracert output to a file, on the command prompt type: tracert en.wikipedia.org > documents\mytracert.txt and press Enter. The mytracert.txt file is to be created and ‘documents’ simply refers to the folder where the file will be saved. You can direct the output to any file of your choice by specifying correct path.
Now, inspect your tracert output and use it to answer the following questions:
1. How many network hops did it take from your machine to the wikihow.com web server? [3 Marks]
2. What is the IP address of wikihow.com, based on your output? [1 Mark]
3. Use another network command, ping, to uncover the IP address of wikihow.com
a. What is the IP address? Is it the same as the one in the question above, or not? [1 Mark]
b. How many packets of data were sent and received? [1 Mark]
Question 2: Study of LAN environment
Find out information about the network in your current environment (residence, at home, library or in a coffee machine).
1. Using the “arp -a” command in terminal/cmd show the total connected devices.
[3 Marks]
2. Are the IP addresses assigned to the devices/machines statically or dynamically?
[2 Marks]
3. Does the network have a DHCP server? (a network server that automatically provides and assigns IP addresses, default gateways and other network parameters to client devices-Wiki). [2 Marks]
4. If yes, what is the address of the server? Provide the full command and output (i.e., using a screenshot). [3 Marks]
Question 3: Networking Fundamentals
1. Write functions of each layer of OSI reference model, also differentiate between hardware and software layers. Explain in your own words why the Network layer of OSI model is called Internet layer in TCP/IP networking model? [5 marks]
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme