Which type of remote wireless bridge connection is used to connect multiple LAN segments, or buildings together?

A. segment-to-segment
B. multipoint-to-multipoint
C. point-to-point
D. point-to-multipoint


Answer: D

Computer Science & Information Technology

You might also like to view...

Which command is used to change access permissions on an X server?

What will be an ideal response?

Computer Science & Information Technology

For what exact range of values of variable x does the following code segment print 'C'?

``` if (x <= 200) if (x < 100) if (x <= 0) cout << 'A'; else else cout << 'B'; else cout << 'C'; cout << 'D'; ``` a. 0 < x < 100 b. x <= 0 c. 100 <= x <= 200 d. x > 200 e. 100 < x <= 200

Computer Science & Information Technology

Wi-Fi ________ are wireless access points that are available in many public locations

Fill in the blank(s) with correct word

Computer Science & Information Technology

The value in a table that is the primary key of another table is a(n) ________ key

Fill in the blank(s) with correct word

Computer Science & Information Technology