SlideShare a Scribd company logo
PROTOCOLO HTTP
  XÓCHITL MACÍAS MÁRQUEZ
           DN11C
  16 DE NOVIEMBRE DEL 2012
This article's introduction may be too long for its
overall length. Please help by moving some material
from it into the body of the article. For more
information please read the layout guide and
Wikipedia's lead section guidelines. (Noviembre
2012)
In its popular deployment on the
internet, HTTPS provides authenticationof the
web site and associated web server that one
is communicating with, which protects against
Man-in-the-attacks Additionally, it provides
bidirectional encryption of communications.
Because HTTPS piggybacks HTTP entirely on top of
TLS, the entirety of the underlying HTTP protocol can be
encrypted. This includes the request URL (which
particular web page was requested), query
parameters, headers, and cookies (which often contain
identity information about the user).
E.g. if the user first accesses the front page of the
website with HTTP where he only after that clicks
an HTTPS link to the log-in page, the session has
already been compromised.
A common misconception is that HTTPS
is performance heavy and cannot be
deployed on existing equipment.
Deploying HTTPS also allows the
use of SPDY which is designed to
reduce page load times and
latency.
HTTPS is a URI scheme which
  has identical syntax to the
standard HTTP scheme, aside
    from its scheme token.
 However, HTTPS signals the
   browser to use an added
encryption layer of SSL/TLS to
       protect the traffic.
The main idea of HTTPS is to create a secure channel over an
insecure network. This ensures reasonable protection from
eavesdroppers and man-in-the-middle attacks provided that
adequate cipher suites are used and that the server certificate
is verified and trusted.
Dn11 c u3_a9_xmm

More Related Content

PPT
Crystal sculptures in artistic glass plates
PDF
The Efficient Event - California Savings Summit 2013
PDF
Fall 1990 Minnesota Plant Press
PDF
Luxury sofa chair
DOCX
Market basket predictive_model
PDF
Swiss edilizia interni-4
PDF
The Efficient Event: Find Savings with Excellent Event Management (from ASBO ...
PPTX
Setting up for Success: Unlocking Events
Crystal sculptures in artistic glass plates
The Efficient Event - California Savings Summit 2013
Fall 1990 Minnesota Plant Press
Luxury sofa chair
Market basket predictive_model
Swiss edilizia interni-4
The Efficient Event: Find Savings with Excellent Event Management (from ASBO ...
Setting up for Success: Unlocking Events

Viewers also liked (9)

PPTX
Amazing presentation
PDF
ВВС_Проведення великих спортивних заходів зміцнює економіку країни
PPTX
natural salt products
PPS
Export manager Uniti - IN CINA - CHINA
PDF
PDF
Interna china (in Chinese)
PDF
Spring 1988 Minnesota Plant Press
PPTX
The story of_bread 2
PDF
Effective Energy Management - California Savings Summit 2013
Amazing presentation
ВВС_Проведення великих спортивних заходів зміцнює економіку країни
natural salt products
Export manager Uniti - IN CINA - CHINA
Interna china (in Chinese)
Spring 1988 Minnesota Plant Press
The story of_bread 2
Effective Energy Management - California Savings Summit 2013
Ad

Similar to Dn11 c u3_a9_xmm (20)

PPTX
Understanding-Web-Communication-HTTP-vs-HTTPS.pptx
PPTX
http,https, hypertext transfer protocol and secured
DOC
ODP
Https presentation
PPTX
Lecture 6- http
PPTX
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
PPTX
Http Vs Https .
PPT
Ssl https
PPTX
HTTPS and YOU
PDF
BAIT1103 Chapter 4
PPTX
HTTP.pptx...............................
PPTX
Http protocol
PPTX
HTTPS
PPTX
HTTP & HTTPS
PDF
An Introduction to Cyber World to a Newbie
PPTX
PPTX
Http_Protocol.pptx
PDF
HTTP/2 - A brief introduction
Understanding-Web-Communication-HTTP-vs-HTTPS.pptx
http,https, hypertext transfer protocol and secured
Https presentation
Lecture 6- http
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
Http Vs Https .
Ssl https
HTTPS and YOU
BAIT1103 Chapter 4
HTTP.pptx...............................
Http protocol
HTTPS
HTTP & HTTPS
An Introduction to Cyber World to a Newbie
Http_Protocol.pptx
HTTP/2 - A brief introduction
Ad

More from Xochitl Macias Marquez (20)

PPTX
Predro infante
PPTX
Redes sociales
PPTX
PPTX
FUENTES DE EXCEL
PPTX
FUNCIONES DE EXCEL
PPTX
Vio conferencia
PPTX
PPTX
Llamadas telefónicas
PPTX
Equidad de genero
PPTX
Dn11 c u3_a11_xmm
PPTX
Dn11 c u3_a10_xmm
PPTX
Dn11 c u3_a8_xmm
PPTX
Dn11 c u3_a6_xmm
PPTX
Dn11 c u3_a5_xmm
PPTX
Dn11 c u3_a4_xmm
PPTX
Dn11 c u3_a7_xmm
PPTX
Equidad de genero
PPTX
Presentacion homosexual
Predro infante
Redes sociales
FUENTES DE EXCEL
FUNCIONES DE EXCEL
Vio conferencia
Llamadas telefónicas
Equidad de genero
Dn11 c u3_a11_xmm
Dn11 c u3_a10_xmm
Dn11 c u3_a8_xmm
Dn11 c u3_a6_xmm
Dn11 c u3_a5_xmm
Dn11 c u3_a4_xmm
Dn11 c u3_a7_xmm
Equidad de genero
Presentacion homosexual

Dn11 c u3_a9_xmm

  • 1. PROTOCOLO HTTP XÓCHITL MACÍAS MÁRQUEZ DN11C 16 DE NOVIEMBRE DEL 2012
  • 2. This article's introduction may be too long for its overall length. Please help by moving some material from it into the body of the article. For more information please read the layout guide and Wikipedia's lead section guidelines. (Noviembre 2012)
  • 3. In its popular deployment on the internet, HTTPS provides authenticationof the web site and associated web server that one is communicating with, which protects against Man-in-the-attacks Additionally, it provides bidirectional encryption of communications.
  • 4. Because HTTPS piggybacks HTTP entirely on top of TLS, the entirety of the underlying HTTP protocol can be encrypted. This includes the request URL (which particular web page was requested), query parameters, headers, and cookies (which often contain identity information about the user).
  • 5. E.g. if the user first accesses the front page of the website with HTTP where he only after that clicks an HTTPS link to the log-in page, the session has already been compromised.
  • 6. A common misconception is that HTTPS is performance heavy and cannot be deployed on existing equipment.
  • 7. Deploying HTTPS also allows the use of SPDY which is designed to reduce page load times and latency.
  • 8. HTTPS is a URI scheme which has identical syntax to the standard HTTP scheme, aside from its scheme token. However, HTTPS signals the browser to use an added encryption layer of SSL/TLS to protect the traffic.
  • 9. The main idea of HTTPS is to create a secure channel over an insecure network. This ensures reasonable protection from eavesdroppers and man-in-the-middle attacks provided that adequate cipher suites are used and that the server certificate is verified and trusted.