Which of the following protocols uses port 443?
A. SSH
B. SFTP
C. HTTPS
D. SHTTP
C
Explanation: HTTPS uses port 443.
You might also like to view...
Comments __________ .
a) help improve application readability b) are preceded by two forward slashes c) are ignored by the compiler d) All of the above.
The condition expression1 ^ expression2 evaluates to true when .
a) expression1 is true and expression2 is false b) expression1 is false and expression2 is true c) both expression1 and expression2 are true d) Both a and b.
If you select a text wrapping setting of Top and Bottom, text is prevented from wrapping around a table
Indicate whether the statement is true or false
____ means that we know which operation to do first and precisely which operation to do next as each step in an algorithm is completed.
a. Ordering b. Conditioning c. Abstracting d. Orientation