Which port would you open in a firewall to enable encrypted terminal sessions?

a- tcp/20 and tcp/21
b- tcp/443
c- tcp/143
d- tcp/22
e- tcp/23


Answer: d- tcp/22

Computer Science & Information Technology

You might also like to view...

You should add the static keyword in the place of ? in which of the following function:

``` #include using namespace std; class Test { public: ? int square(int n) { return n * n; } ? int getAge() { return age; } private: int age; }; ``` a. none b. in the square function because the function does not use any instance data fields. c. in the getAge function d. in both lthe square function and the getAge function

Computer Science & Information Technology

What is used to specify the attributes and behaviors of an object?

A. abstraction B. class definition C. encapsulation D. instantiation

Computer Science & Information Technology

?Reinforce the identifying ________________ of the site and create smooth transitions from one page to another

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The purpose of prescreening an incident is to ____.

A. identify difficult incidents early in the process B. determine the type of incident and how the help desk staff will handle it C. assign a priority to the problem D. All of the above

Computer Science & Information Technology