Which of the following should a technician configure to limit access to a small office home office (SOHO) wireless network by the computer's NIC hardware identification?

A. Encryption
B. MAC filtering
C. SSID broadcast
D. DHCP


Answer: B. MAC filtering

Computer Science & Information Technology

You might also like to view...

The most popular DNS server for UNIX/Linux systems is called _______________.

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

Computer Science & Information Technology

An Access interface element that organizes and lists database objects in a database.

What will be an ideal response?

Computer Science & Information Technology

Which protocol enables you to control a remote computer from a local computer over a network?

A. FTP B. HTTPS C. Telnet D. SMTP

Computer Science & Information Technology

Which of the following would be a base case for a summation algorithm (the sum of the numbers from 0 to n)?

a. If n = 0 then summation(n) = 0 b. if n > 0 then summation(n) = 5 c. If n > 0 then summation(n) = get Value(n) d. If n > 0 then summation(n) = n + summation(n-1) e. None of these

Computer Science & Information Technology