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
2
Answer:
https is more secure b/c it ensures more safety...HTTP doesn't have SSL and HTTPS has SSL, which encrypts your information so your connections are secured.
TCP is responsible for breaking data down into small packets before they can be sent over Network and for assembling the packets again when they arrive and IP is it possible for address in sending and receiving the data packets over the internet.
Answered by
23
(A) HTTPS-Hypertext Transfer Protocol Secure
HTTP-Hypertext Transfer Protocol
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.
(B) TCP - Transmission Control Protocol
IP - Internet Protocol
These two protocol were develop in the early days of the Internet by the U.S military. The purpose was allow computers to communicatie over long distance network.
Similar questions