Computer Science, asked by ramisharshad83, 3 months ago

Explain the following questions : a. Between https and http which one is secure and why? b. Explain the function of TCP/IP protocol​

Answers

Answered by karthikgowda0409
0

Explanation:

HTTP is unsecured while HTTPS is secured. HTTP sends data over port 80 while HTTPS uses port 443. HTTP operates at application layer, while HTTPS operates at transport layer. No SSL certificates are required for HTTP, with HTTPS it is required that you have an SSL certificate and it is signed by a CA.

Similar questions