Important Notice:

Course Content
Introduction To Web Design (Chapter 1) M2-R5.1
About Lesson

HTTP Secure

  • इसका पूरा नाम Hyper Text Transfer Protocol Secure है।
  • It uses 443 port number by default.
  • HTTPS एक ऐसा प्रोटोकॉल है जिसके द्वारा इंटरनेट में ब्राउज़र से किसी भी वेबसाइट पर सुरक्षित कम्युनिकेशन किया जा सकता है।
  • यह, HTTP का एक encrypted version है। इस का मतलब यह है कि ब्राउज़र तथा वेबसाइट के मध्य जितना भी कम्युनिकेशन होता है उसको encrypt किया जाता है।
  • Https दो प्रोटोकॉल से मिलकर बना होता है :- *HTTP *SSL(Secure Socket Layer)/TLS( Transport Layer Security)
  • TLS/SSL use and Asymmetric Public Key Infrastructure (A-PKI).
  • Public and Private Key is used to encrypt the data.
  • The private key is stored on the web server whereas public key is in the public domain.

HTTP Secure

HTTP Secure (HTTPS) is an extension of HTTP. It is used for secure communication over WWW.

  • It uses 443 port number by default.
  • It establishes an encrypted link between the browser and web server.
  • HTTPS is encrypted using TLS (Transport Layer Security) or SSL (Secure Socket Layer).
  • TLS/SSL use and Asymmetric Public Key Infrastructure (A-PKI).
  • Public and Private Key is used to encrypt the data.
  • The private key is stored on the web server whereas public key is in the public domain.
error: Content is protected !!