A group of smart spaces are connected only by a space between them such as a hallway or square.
Discuss the factors that determine whether that intervening space can act as a mix zone

What will be an ideal response?


A mix zone is an area in which users do not access location-aware services (i.e., do not give up an identifier
correlated to a location). The idea is that users change their (pseudonymous) identifiers in the mix zone, and
the mix zone acts to prevent correlations between the identifiers used by a particular individual.
To serve as a mix zone, there needs to be sufficiently many travelling through it at any given time. Moreover,
it should be impossible to make an inference based on distances and likely speeds of travel. If, for example,
two spaces are known to be close to one another, then an absence of an identifier in one correlated with a new
presence in another shortly after may provide evidence that those two identifiers belong to the same person.

Computer Science & Information Technology

You might also like to view...

Which of the following log files contains failed user logins on a Linux system?

A) /var/log/faillog B) /var/log/user.log C) /var/log/kern.log D) /var/log/lpr.log

Computer Science & Information Technology

Which of the following are valid on the left side of an assignment operator?

A. A numeric constant B. An expression such as 8*6 C. A declared constant D. A variable

Computer Science & Information Technology

In software project scheduling work, what is a task (or activity) network?

What will be an ideal response?

Computer Science & Information Technology

____ uses the pointer and then increments it.

A. *ptNum-- B. *--ptNum C. *ptNum++ D. *++ptNum

Computer Science & Information Technology