Results 1 to 11 of 11

Thread: http and https difference

  1. #1
    Bronze Member
    Join Date
    Oct 2009
    Age
    17
    Liked
    0 times
    Posts
    181

    Arrow http and https difference

    Hypertext Transfer Protocol (http) is a system for transmitting and receiving information across the Internet. Http serves as a request and response procedure that all agents on the Internet follow so that information can be rapidly, easily, and accurately disseminated between servers, which hold information, and clients, who are trying to access it. Http is commonly used to access html pages, but other resources can be utilized as well through http. In many cases, clients may be exchanging confidential information with a server, which needs to be secured in order to prevent unauthorized access. For this reason, https, or secure http, was developed by Netscape corporation to allow authorization and secured transactions.

    Web browser, establishes a connection to a server on a standard port. When a server receives a request, it returns a status and a message, which may contain the requested information or indicate an error if part of the process malfunctioned. Both systems use the same Uniform Resource Identifier (URI) scheme, so that resources can be universally identified. Use of https in a URI scheme rather than http indicates that an encrypted connection is desired.

    There are some primary differences between http and https, however, beginning with the default port, which is 80 for http and 443 for https. Https works by transmitting normal http interactions through an encrypted system, so that in theory, the information cannot be accessed by any party other than the client and end server. There are two common types of encryption layers: Transport Layer Security (TLS) and Secure Sockets Layer (SSL), both of which encode the data records being exchanged.

    When using an https connection, the server responds to the initial connection by offering a list of encryption methods it supports. In response, the client selects a connection method, and the client and server exchange certificates to authenticate their identities. After this is done, both parties exchange the encrypted information after ensuring that both are using the same key, and the connection is closed. In order to host https connections, a server must have a public key certificate, which embeds key information with a verification of the key owner's identity. Most certificates are verified by a third party so that clients are assured that the key is secure.

  2. #2
    Junior Member
    Join Date
    Nov 2009
    Liked
    0 times
    Posts
    2

    Default

    HTTP is the common and its not secured.
    HTTPS is more secured connection and https is used by other companies with money involve like PAYPAL and other sites.

  3. #3
    Gold Member
    Join Date
    Aug 2009
    Age
    21
    Liked
    0 times
    Posts
    534

    Default

    Gmail also uses HTTPS

  4. #4
    Platinum Member talktoanil's Avatar
    Join Date
    May 2008
    Age
    27
    Liked
    1 times
    Posts
    1,212

    Default

    in HTTPs data sent/received is encrypted.

  5. #5
    whwkim
    Guest

    Default

    HTTP is Hyper Text Transport Protocol and is transmitted over the wire via PORT 80(TCP). Its not secure.

    HTTPS (Hypertext Transfer Protocol over Secure Socket Layer, or HTTP over SSL) is a Web protocol developed by Netscape and built into its browser that encrypts and decrypts user page requests.
    HTTPS is normally used in login pages, shopping/commercial sites.

  6. #6
    Junior Member
    Join Date
    Dec 2009
    Liked
    0 times
    Posts
    45

    Talking

    abe copy paste kar diya hain kahin se.

  7. #7
    Banned
    Join Date
    Dec 2009
    Liked
    0 times
    Posts
    15

    Default

    HTTP is Hyper Text Transport Protocol.It is not so secured.
    HTTPS is Hypertext Transfer Protocol over Secure Socket Layer.
    HTTPS is more secured than HTTP.

  8. #8
    Bronze Member
    Join Date
    Jan 2010
    Liked
    0 times
    Posts
    156

    Default

    Although https is safe than http but on the othe hand it is a bit slower too...

  9. #9
    Gold Member
    Join Date
    Feb 2009
    Liked
    0 times
    Posts
    573

    Default

    Using https makes a virtual connection between the two hosts..........
    This is the reason why it is safe............

  10. #10
    d2hmorris
    Guest

    Default

    HTTPS is most better and secured than HTTP.
    Its very safe as well.

  11. #11
    Platinum Member
    Join Date
    Nov 2009
    Liked
    0 times
    Posts
    2,041

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •