nerdexam
Cisco

200-201 · Question #364

Drag and Drop Question Refer to the exhibit. Drag and drop the element names from the left onto the corresponding pieces of the PCAP file on the right. Answer:

The correct answer is source address -> 10.0.2.15; source port -> 50588; destination port -> 443; destination address -> 192.124.249.9; Network Protocol -> TCP; Transport Protocol -> Internet Protocol v4; Application Protocol -> TLS v1.2. In a PCAP file, the source address (10.0.2.15) and destination address (192.124.249.9) are the IP addresses found in the Internet Protocol v4 (Network Protocol) header, while source port (50588) and destination port (443) are TCP (Transport Protocol) fields. TLS v1.2 is the…

Submitted by rohit_dlh· Mar 6, 2026Network Traffic Analysis / Security Monitoring and Analysis - understanding packet capture structure, protocol layering (IP, TCP, TLS), and the ability to identify source/destination addresses and ports within a captured network frame, commonly tested in CompTIA CySA+, Security+, or similar cybersecurity certifications.

Question

Drag and Drop Question Refer to the exhibit. Drag and drop the element names from the left onto the corresponding pieces of the PCAP file on the right. Answer:

Exhibit

200-201 question #364 exhibit

Answer Area

Drag items

source addressdestination addresssource portdestination portNetwork ProtocolTransport ProtocolApplication Protocol

Correct arrangement

  • source address -> 10.0.2.15
  • source port -> 50588
  • destination port -> 443
  • destination address -> 192.124.249.9
  • Network Protocol -> TCP
  • Transport Protocol -> Internet Protocol v4
  • Application Protocol -> TLS v1.2

Explanation

In a PCAP file, the source address (10.0.2.15) and destination address (192.124.249.9) are the IP addresses found in the Internet Protocol v4 (Network Protocol) header, while source port (50588) and destination port (443) are TCP (Transport Protocol) fields. TLS v1.2 is the Application Protocol operating over TCP port 443, which is the standard HTTPS/TLS port. The labels 'Network Protocol' and 'Transport Protocol' are swapped in the correct arrangement - Internet Protocol v4 is the Network Layer (Layer 3) protocol, and TCP is the Transport Layer (Layer 4) protocol, which aligns with the OSI model.

Topics

#PCAP Analysis#Network Protocols#OSI Model#Packet Inspection

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice