author | Christian Urban <christian dot urban at kcl dot ac dot uk> |
Mon, 16 Nov 2015 13:20:24 +0000 | |
changeset 431 | 4b53f83c070c |
parent 389 | 9019f84ef99c |
child 459 | 514485146641 |
permissions | -rw-r--r-- |
16 | 1 |
\documentclass{article} |
384
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
2 |
\usepackage{../style} |
16 | 3 |
|
4 |
\begin{document} |
|
5 |
||
19 | 6 |
\section*{Homework 2} |
16 | 7 |
|
384
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
8 |
\HEADER |
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
9 |
|
16 | 10 |
\begin{enumerate} |
384
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
11 |
\item Often problems in e-voting are due to difficulties with |
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
12 |
authentication. Keep this in mind for what could go |
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
13 |
wrong with the following discount offered by an |
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
14 |
insurance company: John Hancock Insurance is partnering |
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
15 |
with Vitality, which you might know as one of those |
372
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
16 |
work-related wellness programmes. The programme is |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
17 |
available in 30 US states. If you sign up for this, John |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
18 |
Hancock will send you a free Fitbit monitor. That's a |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
19 |
tiny, pill-shaped device that some people wear in |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
20 |
sleek-looking bracelets to track how far they walk/run, |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
21 |
the calories burned, and the quality of sleep. That |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
22 |
means the insurance company would know exactly when a |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
23 |
customer does a sit-up, how far she runs -- or when he |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
24 |
or she has skipped the gym for a few days. For `good' |
384
3a7c08f2bf5d
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
372
diff
changeset
|
25 |
customers there will be a discount in their premiums. |
372
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
26 |
Why is this a problem? |
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
27 |
|
486153025d71
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
239
diff
changeset
|
28 |
|
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
29 |
\item Voice voting is the method of casting a vote in the `open air' for everyone |
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
30 |
present to hear. Which of the following security requirements do paper ballots |
185
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
31 |
satisfy \textbf{better} than voice voting? Check all that apply and give a brief explanation |
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
32 |
for your decision. |
16 | 33 |
|
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
34 |
\begin{itemize} |
185
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
35 |
\item[$\Box$] Integrity |
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
36 |
\item[$\Box$] Enfranchisement |
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
37 |
\item[$\Box$] Ballot secrecy |
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
38 |
\item[$\Box$] Voter authentication |
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
39 |
\item[$\Box$] Availability |
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
40 |
\end{itemize} |
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
41 |
|
239
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
42 |
\item Explain how an attacker can use chain voting in order to |
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
43 |
influence the outcome of a poll using paper ballots. |
16 | 44 |
|
239
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
45 |
\item Which of the following mechanisms help with defending against |
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
46 |
chain voting? Check all that apply. Give a brief reason for each |
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
47 |
defence that mitigates chain voting attacks. |
16 | 48 |
|
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
49 |
\begin{itemize} |
185
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
50 |
\item[$\Box$] Using a glass ballot box to make it clear there are no |
f10d905e947f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
109
diff
changeset
|
51 |
ballots in the box before the start of the election. |
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
52 |
\item[$\Box$] Distributing ballots publicly before the election. |
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
53 |
\item[$\Box$] Checking that a voter's ID (drivers license, passport) matches the voter. |
239
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
54 |
\item[$\Box$] Each ballot has a unique ID. When a voter is given a |
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
55 |
ballot, the ID is recorded. When the voter submits his or her |
0db764174afb
updated home works
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
193
diff
changeset
|
56 |
ballot, this ID is checked against the record. |
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
57 |
\end{itemize} |
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
58 |
|
193
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
59 |
\item In the Estonian general election, votes can be cast via Internet |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
60 |
some time before the election day. These votes cast via Internet can |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
61 |
be changed an unlimited amount of times, the last vote is |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
62 |
tabulated. You can even change your vote on the polling day in |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
63 |
person. Which security requirement does this procedure address? |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
64 |
|
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
65 |
\item What is the main difference between online banking and e-voting? |
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
66 |
(Hint: Why is the latter so hard to get secure?) |
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
67 |
|
193
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
68 |
\item Imagine, hypothetically, you have a perfectly secure Internet |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
69 |
voting system, by which I mean nobody can tamper with or steal votes |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
70 |
between your browser and the central server responsible for vote |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
71 |
tallying. What can still go wrong with such a perfectly secure |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
72 |
voting system, which is prevented in traditional elections with |
a97b828bf87f
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
185
diff
changeset
|
73 |
paper-based ballots? |
16 | 74 |
\end{enumerate} |
75 |
||
109
b71ce151aba8
added new version
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
97
diff
changeset
|
76 |
|
16 | 77 |
\end{document} |
78 |
||
79 |
%%% Local Variables: |
|
80 |
%%% mode: latex |
|
81 |
%%% TeX-master: t |
|
82 |
%%% End: |