Hi,
Given a scenario you may be asked which protocol you would use. As a (very simple) example, you have a website with a page that people buy things with credits
cards. Would you use HTTP or HTTPS for transmiting the credit card info? The answer would be HTTPS.
So, you distinguish the appropriate protocol (HTTPS) from the inappropriate one (HTTP).
John