Match each term with the correct statement below.

A. a low-power, short-range, and low-data rate specification that is based on 802.15.4 but that includes standards for network configuration, security and other higher-level features
B. set of standards primarily for smartphones and smart cards that is used to establish communication between devices
C. an attack that accesses unauthorized information from a wireless device
through a Bluetooth connection
D. a WWAN based on IEEE 802.16-2004 that can serve as a substitute for
fiber optic connections between buildings
E. an RFID tag that does not have its own power supply but uses the tiny
electrical current induced in the antenna by the incoming signal
F. an optical, wireless, point-to-point, line-of-sight wireless technology for outdoor transmissions
G. an IEEE 802.15.7 standard that transmits data by the intensity of the modulating optical source
H. an attack that sends unsolicited messages to Bluetooth-enabled devices
I. a network that introduces actuators in addition to sensors so that immediate effects can be made on the human body
J. a network that utilizes sensors placed on the human body to monitor human biological functions that are transmitted to a third party physician


A. ZigBee
B. near field communication
C. bluesnarfing
D. Fixed WiMAX
E. passive RFID tag
F. free space optics
G. VLC
H. bluejacking
I. ABSN
J. MBSN

Computer Science & Information Technology

You might also like to view...

Here is a function prototype and a few lines of code. What is the correct call statement?

``` void Function(int *p, int &r, string s); int a, b; string s; ``` A. Function(a, b, s); B. Function(&a, &b, s); C. Function(a, &b, s); D. Function(&a, b, s);

Computer Science & Information Technology

A free or low-cost Web site promotion option is to exchange ____ links with other sites.

A. image B. sidebar C. reciprocal D. affiliated

Computer Science & Information Technology

Variables that are associated with an object are called properties or attributes.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The space between lines of text in the same paragraph is called ____.

A. line spacing B. leading C. paragraph spacing D. double spacing

Computer Science & Information Technology