This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
The answers to the question two features of HTTPS are given as - It is secure - It is connection-based. is the second option correct? any comments thanks
HTTP is connectionless. I think it is not secure, too. HTTPS is secure. Ruilin SCJD, SCJD [This message has been edited by ruilin yang (edited August 16, 2001).]
HTTPS work over SSL Sockets, SSL layer it's over TCP/Sockets which is connection oriented, so HTTPS is an application layer protocol based on a connection oriented transport layer protocol.