preview

Advantages And Disadvantages Of Https

Better Essays

HTTPS is an abbreviation for Hypertext Transfer protocol secure, a protocol to transfer encrypted data over the web. Tim-Berners Lee in 200 developed HTTP, HTTPS is an extension to this as a measurement of security. It is primarily used for making online payments, email and sensitive data.HTTPS is a secure solution to HTTP as it encrypts Data sent and received with SSL HTTP transfers data as plain text. SSL is an abbreviation of Secure Socket Layers, which was created by Netscape as an internet and webs security level to transfer data securely. SSL is part of TLS Transport Layer Security protocol. TLS ensures confidentiality between an end device, applications and the web. TLS is essential in client-server model because it only allows authenticated users to view and send data.HTTPS uses this security measure …show more content…

An advantage of REST is its simplicity when compared to Simple Object Access Protocol SOAP, which requires writing or using a provided server program and a client program. Roy Fielding created the principles of REST architecture in the year 2000. REST has proved to be a popular choice for implementing Web Services this is used by online retail giants Amazon.

An application or architecture considered REST-ful or REST-style is characterized by:

• State and Functionality division categorically across resource
• Use HTTP commands of GET, POST, PUT, or DELETE over the Internet. Every resource is uniquely addressable using a uniform and minimal set of commands.
• The protocol is often client\/server.

The majority of web-page are made using this same architectural method which indicates the popularity of REST in web development.
There are various benefits of using REST in the designing of web applications one of these is the importance REST applies on security. REST is popular due to the various security measures and other

Get Access