Computer Applications
Consider the following URLs :
https://www.practicepayment.com
— URL1
http://www.practicepayment.com
— URL2
(a) What is the difference between URL1 and URL2 ?
(b) Which of the two URLs will you prefer to use and why ?
(c) Expand www.
Internet
16 Likes
Answer
(a) URL1 uses the "https" protocol which makes the communication between the browser and the web server secure whereas URL2 uses the "http" protocol due to which this communication is not secure.
(b) I would prefer to use URL1 because it uses the "https" protocol that establishes a secure connection for encrypted data transmission between the server and the browser.
(c) World Wide Web.
Answered By
7 Likes
Related Questions
What is the difference between <br> tag and <p> tag in context of HTML ? Illustrate using suitable examples.
How do Intellectual Property Rights provide protection to digital work? Write any two ways to avoid plagiarism.
Write the equivalent CSS code to set the following styles for a web page :
(i) Entire page background color should be yellow
(ii) Second level Heading properties should be as follows :
- Text color should be Red
- Left margin should be 25 px
(i) Write a CSS code to display the first level heading text as My School in Green color and center-aligned.
(ii) Write the CSS code to display the following paragraph below the above mentioned heading :
This is my School I study in class 12
The properties of the paragraph content should be as follows :
(I) Text color should be yellow
(II) Font size should be 25 px
(III) Font style should be bold