In: Computer Science
Using one of the computers which are available in KUST’s Labs. Or even at home, use DOS commands (running “cmd” command) to determine the following (you may need to show the DOS window to demonstrate your answers):
d- How many routers are there between the PC and the remote web server:
I will first send the result of the command ipconfig /all
a) 2. I have an ethernet and wireless network interface device
B). physical address is marked on the screen shot. The physical address for both wireless and ethernet network interface device are different.
C).ipaddress : it is also in the screenshot,
The ipv4 address is , 192.168.43.232
Default gateway: 192.168.43.1
DHCP server: 192.168.43.1
DNS server is also the same.
D). To know how many routers are between the remote server,you can use tracerout utility.
The command helps to identify the route it takes.
for eg.let the remote server is Google
Then type command as tracert then address of Google. (I can't type the address here..I will type the full command in the comment section)
I got 8 routers. In middle. It will be different from time to time,because the best route will be used each time