lab 35 Flashcards

1
Q

What color and from which side of the conversation is the HTML code line of: <h1>Welcome to Damn Vulnerable Web Application!</h1>?

blue
red
client
server

A

blue
server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the proper term for the network communication container at the Data Link Layer or Layer 2?

Packet
Frame
Segment
Datagram
Protocol data unit

A

Frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which pane of the Wireshark interface can be used to view the contents of a packet’s payload in both HEX and ASCII?

Packet List
Packet Details
Packet Data
Packet Stream

A

Packet Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What display filter comparison operator is used to express the concept of two values not being the same?

==
!=
/=
x=
<>

A

!=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following statements is true?

Display filters limit the packets accepted into the capture buffer.

Capture filters are used to highlight specific frames already present in the capture buffer.

Display filters are used to find packets matching specific values from a capture buffer.

Capture filters and display filters are defined in the same location within Wireshark.

A

Display filters are used to find packets matching specific values from a capture buffer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the primary factor that determines what header or payload information can be viewed through a network sniffer?

Encryption
Wired vs wireless
IPv4 vs IPv6
Use of switches or routers

A

Encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly