on ‎2008 Jun 13 10:30 AM
Hi Frnds,
when we Use HTTP's and HTTP.
Can anyone explain...
Regards,
Raj
Request clarification before answering.
HTTP
The HyperText Transfer Protocol is an application layer protocol, which means it focuses on how information is presented to the user of the computer but doesnu2019t care a whit about how data gets from Point A to Point B. It is stateless, which means it doesnu2019t attempt to remember anything about the previous Web session. This is great because there is less data to send, and that means speed. And HTTP operates on Transmission Control Protocol (TCP) Port 80 by default, meaning your computer must send and receive data through this port to use HTTP. Not just any old port will do
HTTPS
Secure HyperText Transfer Protocol (HTTPS) is for all practical purposes HTTP. The chief distinction is that it uses TCP Port 443 by default, so HTTP and HTTPS are two separate communications. HTTPS works in conjunction with another protocol, Secure Sockets Layer (SSL), to transport data safely. Remember, HTTP and HTTPS donu2019t care how the data gets to its destination. In contrast, SSL doesnu2019t care what the data looks like. People often use the terms HTTPS and SSL interchangeably, but this isnu2019t accurate. HTTPS is secure because it uses SSL to move data
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.