What are the advantages of using Telnet? Is it safe?
What will be an ideal response?
Yes, as long as it is not used as a remote shell. It is perfectly safe to quickly test or gather information
about a given network service.
Computer Science & Information Technology
You might also like to view...
Name four of the 12 animation principles.
What will be an ideal response?
Computer Science & Information Technology
You are doing a binary search of the dictionary for page where a word should be, using the recursive binary search. What is done to guarantee that the successive dictionaries to be searched are smaller?
a. Search a dictionary with one less page. b. Search a dictionary with one less word. c. Search a dictionary with half the words. d. Recursively search the half the dictionary where the word should be.
Computer Science & Information Technology