exam questions

Exam 200-201 All Questions

View all questions & answers for the 200-201 exam

Exam 200-201 topic 1 question 143 discussion

Actual exam question from Cisco's 200-201
Question #: 143
Topic #: 1
[All 200-201 Questions]


Refer to the exhibit. Which application protocol is in this PCAP file?

  • A. SSH
  • B. TCP
  • C. TLS
  • D. HTTP
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
skysoft
Highly Voted 3 years, 10 months ago
Correct answer should be "D". TCP is not a application layer protocol. Http is and the used port is 443 (https).
upvoted 27 times
tsabee
3 years ago
It's a very tricky or wrong question Partially agree with you, but the correct answer actually should be "B", because the wireshark identify and recognise automatically the TLS as a protocol (Make sure in the next #112 question - TLSv1.2) and also HTTP. On the one hand in this captured packet there isn't TLS header/layer. Although the port is TCP443, but it doesn't mean that is a HTTPS traffic! It's only a traffic that use TCP443: for extreme idiot example this traffic would be a telnet traffic with modified port number. On the other hand the HTTP also wrong answer: firstly the wireshark recognise the HTTP also, secondly in this case the bulk data/body is showed in the captured packet as "Hyperttext Transfer Protocol" not as simple "Data [205 byte]" I know there is a "www" data in the body, but it isn't mean that is a real HTTP packet. And I know the TCP isn't an application protocol, so may be the question also wrong. But I think the key here is the port/TCP not an upper layer protocol.
upvoted 3 times
...
maxson69
2 years, 10 months ago
Http is port 80 but TLS is 443
upvoted 3 times
maxson69
2 years, 10 months ago
So it's TLS over HTTP
upvoted 1 times
maxson69
2 years, 10 months ago
Answer should be C
upvoted 3 times
...
...
...
bren_
3 years, 10 months ago
or maybe the error is within the question. It should be: "Which protocol.." In that case, TCP is the correct answer
upvoted 1 times
...
...
anonymous1966
Highly Voted 2 years, 3 months ago
Selected Answer: C
A. SSH - port 22 B. TCP - not application protocol (it is a transport protocol) *C. TLS - port 443 D. HTTP - port 80 The aim of the question is to evaluate if you know the TCP ports and ISO/OSI layers.
upvoted 6 times
SecurityGuy
1 year, 2 months ago
I'd agree with this.
upvoted 1 times
...
stickerbombmaster
7 months, 2 weeks ago
But TLS is not application protocol neither mate, question is just dumb
upvoted 1 times
...
...
RoBery
Most Recent 9 months, 3 weeks ago
D- HTTP is the correct answer. When using HTTP over TLS (HTTPS) on port 443, the application protocol is still HTTP. However, it is secured using Transport Layer Security (TLS) to encrypt the communication between the client and the server. The combination of HTTP and TLS results in HTTPS, which is the secure version of HTTP. The application layer protocol remains HTTP, but it operates over a secure TLS-encrypted connection, providing confidentiality and integrity for the data exchanged between the client and server.
upvoted 1 times
...
Stevens0103
1 year, 5 months ago
Selected Answer: D
The destination port number 443 indicates that the application protocol in this PCAP file is HTTPS (HTTP over TLS/SSL). Port 443 is the well-known port for secure HTTP communication, commonly known as HTTPS. In the PCAP file, you can see the TCP SYN and SYN-ACK packets exchanged between the source and destination, followed by TLS handshake packets (PSH, ACK) indicating the establishment of a secure connection. The data in the PCAP file shows the encrypted TLS/SSL payload. Therefore, the application protocol in this PCAP file is HTTPS.
upvoted 1 times
...
alhamry
1 year, 6 months ago
Answer C: The captured frame contains TLS (Transport Layer Security) protocol. The frame in the PCAP capture shows that the packet is using Transmission Control Protocol (TCP) as the transport layer protocol. However, the data payload in the packet is encrypted and cannot be determined without further analysis. The presence of port 443 as the destination port in the TCP header suggests that this is a secure web session using HTTPS. HTTPS uses Transport Layer Security (TLS) to provide encryption for the communication. Therefore, the correct answer is C - TLS. HTTP is not the correct answer because HTTP does not provide encryption for the communication. It is possible that the encrypted data in the packet is related to HTTP traffic, but this cannot be determined from the given information. SSH is not the correct answer because SSH uses a different port number (usually port 22) and a different protocol for secure shell access.
upvoted 1 times
alhamry
1 year, 6 months ago
TLS (Transport Layer Security) is a protocol that is usually implemented at the transport layer of the OSI model. While it is not strictly an application-layer protocol like HTTP or SMTP, it is often used to secure application-layer protocols such as HTTP, SMTP, and FTP. So, depending on the context in which the term "application protocol" is used, TLS may be considered an application protocol or a lower-level protocol. In the context of the given question, where the options were SSH, TCP, TLS, and HTTP, TLS is the most appropriate answer.
upvoted 1 times
...
...
Brickit
1 year, 8 months ago
Correct answer is TLS (not V1.3). With TLS, the first part of the URL (https://www.example.com/) is still visible as it builds the connection.
upvoted 1 times
...
Eng_ahmedyoussef
2 years, 1 month ago
Selected Answer: C
I Think it is TLS
upvoted 2 times
...
Entivo
2 years, 3 months ago
Whoever wrote this question has confused everyone by asking which "application layer" protocol is in use, and there is only one application layer protocol in this list (HTTP). The actual protocol being displayed by Wireshark is SSL/TLS but that is a presentation layer protocol. So the question is a mess and needs clearing up.
upvoted 4 times
...
Heil_Hitlerr
2 years, 3 months ago
Selected Answer: D
The answer is D. Because if you look carefully, you will see that the coded part below has the text "http/1.1."
upvoted 2 times
...
aplicacion101
2 years, 3 months ago
Correct answer should be D-> HTTP. Show the capure in the PCAP inticate : "www.linuxnint.....http1/1...". Besides that is inside Data ( 205 bytes) . Image why is the complete captute showing all secren?
upvoted 1 times
...
surforlife
2 years, 4 months ago
A TLS session operates over a TCP connection. TLS is responsible for the encryption and the authentication of the SDUs exchanged by the application layer protocol while TCP provides the reliable delivery of this encrypted and authenticated bytestream. TLS is used by many different application layer protocols. The most frequent ones are HTTP (HTTP over TLS is called HTTPS 443). TCP is layer 4 protocol not layer 7.
upvoted 1 times
...
omita
2 years, 9 months ago
TLS is an Application Protocol, So answer is TLS
upvoted 2 times
omita
2 years, 9 months ago
Wikipedia: TLS belongs to the Application layer in terms of the TCP/IP model.
upvoted 2 times
...
...
anonymous1966
3 years, 1 month ago
The correct is TLS over HTTP I believe "C" is correct.
upvoted 6 times
...
HarryPotter69
3 years, 1 month ago
SSH = port 22 (standard port number) TCP = a transport protocol (They ask for a application protocol) so this one is ruled out. TLS = depending what its used for can be other ports, but in this case i assume they talk about port 443 HTTP = 80 (standard port number) Now in the packet capture frame 24 the Dst Port shows 443. I believe TLS is the correct answer here.
upvoted 5 times
...
Worlak
3 years, 2 months ago
Vote for C because the next question 112 states that TLS is an application level protocol
upvoted 4 times
...
DPRamone
3 years, 2 months ago
This is an ambiguous question since the answer depends on which model you're referencing. Under the OSI model, TLS is a presentation layer protocol, under the TCP/IP model it's an applicatiion protocol. So under the former, the correct answer is HTTP, while under the latter it can be both HTTP and TLS . But since Question 112 explicitly mentions "application protocol", the safe bet here is probably to go with TLS.
upvoted 2 times
...
VegasBF
3 years, 3 months ago
TCP is an APPLICATION protocol, LMAO. Refer to the destination port and the encrypted content. The APPLICATION protocol is TLS for sure.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago