Posted on 10/07/2003 2:31:07 PM PDT by getget
Edited on 06/29/2004 7:10:04 PM PDT by Jim Robinson. [history]
As Californians head to the polls on Tuesday, voters in at least one county will cast their ballots electronically on machines that have been shown to be flawed.
Election officials around the country have been switching to new computerized polling machines with the hope of avoiding a repeat of the Florida debacle over punch-card voting that marred the 2000 presidential election.
(Excerpt) Read more at wired.com ...
Sounds good, with a couple of slight additions: (1) have a touch-screen machine disabled or clueless people can use to vote which fills out an optical ballot like those used by everyone else; (2) have the scanner (after ensuring that the ballot is valid has no stray marks) marks the ballot with a machine-readable random unique ID and its interpretation of the cast votes; for ballots with multiple races or questions, preferably use a different ID for each question; (3) make a list of all ballots cast available to interested parties; for ballots with multiple races, preferably separate the lists for the different races; (4) have a procedure whereby interested parties can inspect some number of randomly-selected ballots.
Making the ballot contents publicly available in machine-readable format would allow any interested person to ensure the votes were counted correctly [e.g. if each ballot is one line of dashes and X's, with one character for each oval, plus a unique ID at the end, then the number of votes for Arnold should equal the number of X's in his column]; a PERL script or even EGREP could handle that.
Allowing random audits of individual ballots would do a good job of ensuring that 99% or 99.9% of the ballots were recorded correctly. If the scanner rejects ballots which are even remotely ambiguous, then every ballot should precisely match its machine-readable counterpart. If 100 ballots are selected at random and all 100 match, it's unlikely that even 2% are bad (whether intentionally or unintentionally). If 1,000 ballots are selected at random and all 1,000 match, it's unlikely that even 0.2% are bad. Pulling 1,000 ballots for verification would be a non-trivial task, but much easier and much more meaningful than doing a hand-count.
I agree 100%. I've been working the polls for years. Paper ballots are the answer. You have an audit trail. Recounts can easily be done, etc. Been there, done that. Paper is the answer!
Agreed. The physical security of the machines is probably the biggest concern.
If the nature of the voting machine is such that manipulating it would allow people's votes to be manipulated, then it's a major concern. If the nature of the machine is such that that would be impossible, then it's not so much of a concern.
The weak link in election systems is not the machines, it is the poll workers.
Indeed; electronic systems probably provide more opportunity for both honest mistakes and deliberate "mistakes" than paper-based ones, however.
But the simpler it is the less secure it is.
Depends. Consider the old-fashioned paper ballot box. In the morning, inspect it for false compartments, trick openings, etc. and ensure it's empty. At closing, slap a few locks on it. Not exactly rocket science, but it can be quite secure.
Election security has many components, of which the software is but one. The article talks about the software, and the physical security of the hardware, and a paper trail for recounts. But there are other controls, and they are good at what they do, but they mainly relate to the number of ballots cast at each precinct, and not how each voter voted.
Something is downright wrong when someone conducting a recount in Florida can fail to insert all the ballots and report wrong results without noticing that the number of ballots counted doesn't match the number cast. So those controls certainly have to be improved...
Tracking how each voter voted transgresses the anonymity and privacy of each person's vote, which is a very, very important issue. There is a paper summary report printed from each unit which tallies the ballots recorded on each memory card, and these are checked against the tallies uploaded electronically from the memory cards.
What is necessary is to either provide a means by which votes are visibly and indelibly recorded without keeping track of the sequence (e.g. having a machine print out a card, let the voter verify it, and then drop it in a drum) or else (somewhat less desirably) have multiple voting stations being used which feed into one machine, so that the order of ballots going into the machine won't strictly correspond to the order in which voters register.
With this proviso, however, that there be some separation between the person's act of voting and their ballot, accurate and efficient auditing requires ballots to be uniqely identifiable. My preference would be to have the ballots marked with a unique random ID for each race (so if there are ten races, there would be ten unique ID's), and to have the machine output a machine-readable lists of the ballots cast for each race, in order of their random IDs.
Neither the voting units nor the GEMS server are ever connected to the internet. Hackers will have get physical access to the machines. Not impossible, of course, but not easy. And difficult to execute successfully because of the acconting controls on the number of ballots cast at each precinct.
Although much has been made of hackers, the real problem is that someone with legitimate access to the machines might use that access illegitimately. None of the electronic voting systems, to my knowledge, have effective means of preventing that.
Optical scan ballots present problems of their own. Ever had a copier jam? Well, the paper handling mechanisms on the optical scan ballot readers probably don't work as well as your average copier's paper handling system.
Given the simpler paper path and more restricted choice of media, why shouldn't it work as well?
I have seen them pull 2 and 3 ballots through at the same time, jam, etc. etc., ad nauseum.
For the initial count, voters insert ballots singly. If ballots are properly ID coded, mass recounts would be unnecessary unless something goes seriously wrong with the machine count; a random audit would be both easier and more meaningful than a full recount.
Then you have the incomplete mark and incomplete erasure problem.
Have the machine reject any ballot with indeterminate marks. Erasures should be a non-issue, as ballots should be marked indelibly with pen. The purpose of recounts is to deal with the margin of error in the tabulation process. The threshold for recounts is, generally speaking, at the margin of error for the method of counting.
With any election count, there are two things that can go wrong: (1) an individual ballot may be miscounted; or (2) the result of a count may be corrupted, whether by accident or design. The only reason for having a threshhold for recounts (rather than having them always be mandatory) is that there is a limit to how much even badly corrupted counts will affect a multi-precinct result. With electronic voting the margin of error in the tabulation process is very, very small. You will get the same number every single time. Not true with the other methods. Therefore, the rationale for a recount is small. However, there may be other reasons.
The possibility of corrupted results is no smaller with electronic voting than with other methods. Unfortunately, if things do get corrupted there may be nothing to fall back upon.
Having said all of that, the Georgia Secretary of State's response to the recent brouhaha on the security of electronic voting systems has been pure spin, and pure attack on the Hopkins researcher, and not much in the way of reasoned elaboration. I will be interested to see the Diebold internal memos referenced above if they every come back on the net. I've bookmarked the page.
For any voting to be considered acceptable, IMHO, the following criteria should be met:
I'm skeptical, but I'd be interested in seeing the paper if you can find the link. All of the computer systems I've seen use rewritable media, which would imply that it is physically possible to alter the media to show any election result whatsoever.
I'd have such a system available for disabled people, but I don't see any advantages sufficient to justify the cost of having all voters use such machines. Not that there's anything wrong with them--they would have a few advantages--but I see insufficient benefits to justify the expense.
Tough to say. The authors go even beyond my requirements as far as some of the trust issues are concerned (in particular, they provide that no election officials should be ablt to tally the votes without the cooperation of officials from the other party), and they actually seem to appreciate "insider" security risks to a much greater extent than I've seen with other systems.
On the other hand, I see a few problems with this approach:
My punch-tape system would also provide a paper trail. If the system is designed so that exactly one hole will get punched for each office/vacancy for each ballot, then the total number of holes punched should exactly equal the number of offices/vacancies times the number of voters (in the event that a voter does not select a candidate, the system would punch a "no candidate selected" tape for that race)
Discrete ballots, such as you suggest, do have some good characteristics but also some weaknesses:
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.