Exercise 1 Quiz
Which of the following Wireshark features is to recover a file for captured FTP data packets?
Follow Stream
Which of the following is NOT true about the layered architecture in computer networking?
Layered architecture is ONLY used in the TCP/IP model, not in the OSI model
Which layer in the OSI model allows the two communicating applications to interpret the meaning to data exchanged?
Presentation Layer
Which of the following application-layer protocols is on top of UDP?
SNMP
Which layer in the OSI model is designed to minimize loss of data during large data exchange?
Session Layer
You can use the Wireshark feature under which of the following menu items to recover a file for captured FTP data packets?
Statistics ->conversations
Wireshark is a packet sniffer that can be used to capture and analyze network packets.
True
Which of the following is the correct display filter that shows all Web traffic on Wireshark?
http or https
Which of the following is the correct display filter that shows everything but excludes FTP traffic on Wireshark?
not ftp
Which of the following is the correct display filter that shows all TCP traffic running on port 80 on Wireshark?
tcp and tcp.port == 80