IP lab 2 Wireshark - ananthan05/Networking-Fundamentals-IP- GitHub Wiki

  1. Ping command sends a small message, called a "ping packet," to the target computer. The target computer then responds back to your computer with another message.

a.Use ping on google.com

image

b.sending 8 packets to check the output over google.com

image

c. When you ping the localhost we are sending ping packets to our own computer, and it responds back to itself. It's a basic step is to troubleshoot the network-related issues and understanding whether the problem lies within your local system or external network connectivity.

image

a. Tracert over google.com

image

b. tracert -d google.com

image

  1. How many hops is your machine away from google.com?

10 hopes

  1. NO, output is not same as the first time hopes increased

image

image

a. Information about the routing table

image image

b. Information about ethernet statistics

image image image image image

4.The purpose of NSLOOKUP (Name Server Lookup) is to help you find information about a domain or IP address on the internet. It is a command-line tool or utility used to query DNS (Domain Name System) servers to translate domain names into IP addresses or vice versa.

a. The internet address is 192.168.93.131

image

b.The mail exchanger for the domain google.com is smtp.google.com

image

c. Name: I-AM-ELB-01-882940732.ap-south-1.elb.amazonaws.com

image

5.ARP is used to find the physical hardware address (MAC address) of a device on a local network when you know its IP address. And RARP is the reverse of ARP. While ARP is used to find the MAC address when you know the IP address, RARP is used to find the IP address when you know the MAC address.

a.

image

b.

image

c.

image

d.

image

a.

WhatsApp Image 2023-07-31 at 21 13 47

b.

WhatsApp Image 2023-07-31 at 21 13 47

  1. Wireshark

1 a. data transferred

image

b. the source and destination IP of that log

image

c.The Data length (Bytes) and verify the checksum status on destination.

image

2 a. 1.jpeg

b.

image

c.

image

3 a.LIMBO

image

b.call id

image

4

Bluetooth devices communications

image

a.

image

b.

image

c.

image