Match the following protocols with the default port that they use

1. Telnet a. 25
2. POP3 b. 23
3. SMTP c. 3389
4. RDP d. 110

1-b, 2-d, 3-a, 4-c

Computer Science & Information Technology

You might also like to view...

Discovering a user's password by observing the keys he or she presses is called which of the following?

a. Password hashing b. Password crunching c. Piggybacking d. Shoulder surfing

Computer Science & Information Technology

To change the string "ABCDEFGHI" to "aaaaaFGHI" you would use the _________ function.

a. memset b. memcmp c. memchr d. memcopy

Computer Science & Information Technology