Without NetBIOS, SMB uses TCP port ____________________.

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


445

Computer Science & Information Technology

You might also like to view...

File ____ are specific types of computer code that you use to save an image for various types of output or use with other applications.

A. supplements B. codes C. formats D. applications

Computer Science & Information Technology

?In a use case diagram, the user becomes a(n) _____, with a specific role that describes how he or she interacts with a system.

A. ?agent B. ?actor C. ?interlocutor D. ?master

Computer Science & Information Technology

Consider the following statements:struct personalInfo{  string name;  int age;  double height;  double weight;};struct commonInfo{  string name;  int age;};  personalInfo person1, person2;commonInfo person3, person4;Which of the following statements is valid in C++?

A. person1 = person3; B. person2 = person1; C. person2 = person3; D. person2 = person4;

Computer Science & Information Technology

________________________________________ is a technique that enables a router to switch data quickly from one path onto another path.

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

Computer Science & Information Technology