39
|
1 |
\documentclass{article}
|
|
2 |
\usepackage{charter}
|
|
3 |
\usepackage{hyperref}
|
50
|
4 |
\usepackage{amssymb}
|
39
|
5 |
|
|
6 |
\begin{document}
|
|
7 |
|
|
8 |
\section*{Homework 4}
|
|
9 |
|
|
10 |
\begin{enumerate}
|
50
|
11 |
\item Voice voting is the method of casting a vote in the `open air' for everyone
|
|
12 |
present to hear. Which of the following security requirements do paper ballots
|
|
13 |
satisfy better than voice voting? Check all that apply and give a brief explanation
|
|
14 |
for your decision.
|
39
|
15 |
|
|
16 |
\begin{itemize}
|
50
|
17 |
\item[$\Box$] Integrity\bigskip\bigskip
|
|
18 |
\item[$\Box$] Enfranchisement\bigskip\bigskip
|
|
19 |
\item[$\Box$] Ballot secrecy\bigskip\bigskip
|
|
20 |
\item[$\Box$] Voter authentication\bigskip\bigskip
|
|
21 |
\item[$\Box$] Availability\bigskip\bigskip
|
39
|
22 |
\end{itemize}
|
|
23 |
|
|
24 |
|
50
|
25 |
\item Explain how an attacker can use chain voting in order to influence the outcome of a
|
|
26 |
poll using paper ballots.
|
|
27 |
|
|
28 |
\item Which of the following mechanisms help with defending against chain voting? Check all
|
|
29 |
that apply. Give a brief reason for each defence that mitigates chain voting attacks.
|
39
|
30 |
|
50
|
31 |
\begin{itemize}
|
|
32 |
\item[$\Box$] Using a glass ballot box to make it clear there are no ballots in the box before the start of the election.
|
|
33 |
\item[$\Box$] Distributing ballots publicly before the election.
|
|
34 |
\item[$\Box$] Checking that a voter's ID (drivers license, passport) matches the voter.
|
|
35 |
\item[$\Box$] Each ballot has a unique ID. When a voter is given a ballot, the ID is recorded. When the voter submits his or her ballot, this ID is checked against the record.
|
|
36 |
\end{itemize}
|
39
|
37 |
|
|
38 |
\end{enumerate}
|
|
39 |
|
50
|
40 |
|
39
|
41 |
\end{document}
|
|
42 |
|
|
43 |
%%% Local Variables:
|
|
44 |
%%% mode: latex
|
|
45 |
%%% TeX-master: t
|
|
46 |
%%% End:
|