Which one of the following protocols is used for secure communication over a computer network ?
HTTPS
HTTP
FTP
DHCP
Answer is Wrong!
Answer is Right!
This question was previously asked in
UPSC CISF-AC-EXE β 2022
β It uses SSL/TLS (Secure Sockets Layer/Transport Layer Security) encryption to secure the connection between a userβs browser and a server. This ensures that data transmitted is protected from eavesdropping and tampering.
β FTP (File Transfer Protocol) is used for transferring files between computers. While secure versions exist (like SFTP or FTPS), the standard FTP is not secure.
β DHCP (Dynamic Host Configuration Protocol) is a network management protocol used for dynamically assigning IP addresses and other network configuration parameters to devices on a network. It is not a communication protocol for data transfer in the same sense as HTTP or HTTPS.