Progress test 1
Course code: NWC204
Student name: Trần Tấn Phát
Student ID: SE183798
Part 1: Answering the following questions: (5 marks)
Q1. What is the IP address of your computer?
192.168.0.106
Q2. What is MAC address of your computer?
B4-8C-9D-D2-E8-F1
Q3. What is MAC address of your default gateway?
192.168.0.1
Q4. What is IP address of www.google.com?
1
192.168.0.1
Q5. What is MAC address of www.google.com? Explain your answer.
It is not possible to find the MAC address of www.google.com
Because the MAC address is a hardware address used within a local
network to identify devices. It is not transmitted across the internet.
Part 2: Protocol Identification (5 marks)
Step 1: Analyze the pcap files: challenge_1.pcap, challenge_2.pcap, challenge_3.pcap
Step 2: Answer the following questions for each pcap file
1. What is the source and destination IP address?
Ans: Challenge 1:
Source Address: 192.168.0.20
Destination Address: 192.168.0.1
Challenge 2:
2
Source Address: 192.168.47.1
Destination Address: 192.168.47.134
Challenge 3:
Source Address: 192.168.47.171
Destination Address: 192.168.47.134
2. What is the source and destination MAC address?
Ans: Challenge 1:
Source: Inte_4f:30:1d (00:1f:3c:4f:30:1d)
Destination: Netgear b0:d6:8c (00:18:4d:d6:8c)
Challenge 2:
3
Source: VMware_c0:00:08 (00:50:56:c0:00:08)
Destination: VMware_0f:71:a3 (00:0c:29:0f:71:a3)
Challenge 3:
Source: VMware_1d:b3:b1 (00:0c:29:1d:b3:b1)
Destination: VMware_0f:71:a3 (00:0c:29:0f:71:a3)
3. What protocols are used?
Ans: Challenge 1:
Challenge 2:
4
Challenge 3:
4. According to your analysis, describe briefly about the behavior that are
captured by these files.
Ans:Challenge 1: Captures quick but les reliable network activity
Challenge 2: Captures reliable and ordered network activity
Challenge 3: Captures reliable and ordered network activity
END