some website opened with http protocal and some website opened with https (s suffix) what it means.
Ten answers:
srini s
2008-04-27 17:07:01 UTC
hi,
HTTPS is secured http protocol it run on TCP post 443. HTTP run on TCP port 80. HTTPS transfer encrypted data . HTTP is not encrypted.
yap_jp
2008-04-27 08:04:39 UTC
https (Hypertext Transfer Protocol over Secure Socket Layer) is a URI scheme used to indicate a secure HTTP connection. It is syntactically identical to the http:// scheme normally used for accessing resources using HTTP. Using an https: URL indicates that HTTP is to be used, but with a different default TCP port (443) and an additional encryption/authentication layer between the HTTP and TCP. This system was designed by Netscape Communications Corporation to provide authentication and encrypted communication and is widely used on the World Wide Web for security-sensitive communication such as payment transactions and corporate logons.
Strictly speaking, https is not a separate protocol, but refers to the combination of a normal HTTP interaction over an encrypted Secure Sockets Layer (SSL) or Transport Layer Security (TLS) connection. This ensures reasonable protection from eavesdroppers and man-in-the-middle attacks.
An https: URL may specify a TCP port; if it does not, the connection uses port 443 (unsecured HTTP typically uses port 80).
anonymous
2008-04-27 20:00:13 UTC
HTTP - Hypertext Transfer Protocol
https (Hypertext Transfer Protocol over Secure Socket Layer) is a URI scheme used to indicate a secure HTTP connection. It is syntactically identical to the http:// scheme normally used for accessing resources using HTTP. Using an https: URL indicates that HTTP is to be used, but with a different default TCP port (443) and an additional encryption/authentication layer between the HTTP and TCP. This system was designed by Netscape Communications Corporation to provide authentication and encrypted communication and is widely used on the World Wide Web for security-sensitive communication such as payment transactions and corporate logons.
Z
2008-04-27 08:36:55 UTC
yap_jp has the best and most complete explanation of all.
Just a little to add to that.
The prefixes that you type into your browser "http" "https" "ftp" or others - are trying to tell the browser how to talk to the remote site -- they are names that represent the TCP port numbers -- that yap_jp referred to.
https = 443, http = 80, ftp =21
Effectively telling the browser what "language" to speak to the remote computer.
Summary answer is that https is more secure - you can "read" the information on the line with your eyes when using http. https requires substantial knowledge of encryption to read.
Nothing is ever 100% secure with respect to computers.
Anuj
2008-04-27 09:07:25 UTC
In http data transmissted through network is plain text and if anybody has captured your data packets can read the information contained in packet, information like username and password.
In https data transmitted is encrypted using some encryption algorithm so that your information is protected.All sites like yahoomail,orkut etc. has login page that use https protocol to protect login information by encrypting it.
Nitin
2008-04-27 08:09:49 UTC
https means secure. If u r making online transactions, always look for https.
raghu nayak
2008-04-27 10:33:06 UTC
having https in the url may not mean that site is secure. There may be still some un-secure connections..
Also, security certificate may be invalid etc etc.
Phantom of the Opera
2008-04-27 08:05:11 UTC
's' suffix would mean the transmission is secured via some form of encryption or secured protocol like SSL.
soulfilter123
2008-04-27 08:03:53 UTC
https means it is secured.
Mr. Q
2008-04-27 08:04:26 UTC
and http means its not.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.