H12-811 Exam QuestionsBrowse all questions from this exam

H12-811 Exam - Question 37


Which of the following application-layer protocols are based on TCP?

Show Answer
Correct Answer: C,D

FTP (File Transfer Protocol) and HTTP (Hypertext Transfer Protocol) are both application-layer protocols that rely on TCP for establishing connections and ensuring reliable data transfer. FTP uses TCP for its control and data channels to manage the transfer of files efficiently, whereas HTTP, used for transmitting web pages, also operates over TCP to ensure reliable communication. Ping uses ICMP, which is not a TCP-based protocol, and TFTP primarily uses UDP, making both unsuitable choices based on the given options.

Discussion

6 comments
Sign in to comment
buggybombastis10Option: C
May 12, 2023

The answer is think is FTP

RahmaDrOption: C
May 18, 2023

C and D

surveycorps969Option: C
Oct 24, 2023

C and also D

Allenrok
Dec 11, 2023

C and D, the http protocol also uses TCP

IBB90704Option: C
Jan 31, 2024

Respuesta es solamente la C. En la capa aplicacion el PDU es nombrado data no paquete. Ver la pagina 45

FerioSiqueiraOption: C
Feb 16, 2024

The correct answer is C. FTP (File Transfer Protocol). Ping: Uses the ICMP protocol, which operates at the network layer and doesn't utilize TCP. TFTP (Trivial File Transfer Protocol): While sometimes categorized as an application-layer protocol, it primarily uses UDP for datagram-based transfers, not TCP. FTP: Employs TCP to establish a reliable connection and deliver data packets for file transfers. HTTP packet: HTTP works within the application layer but itself isn't a protocol; it defines the format and structure of messages used by various protocols that can run on top of TCP or UDP.