-
Notifications
You must be signed in to change notification settings - Fork 1
/
paper.tex
62 lines (56 loc) · 1.55 KB
/
paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass{article}
\usepackage{titling}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{hanging}
\usepackage[hyphens]{url}
\usepackage[breaklinks=true]{hyperref}
\usepackage{mdframed}
\title{IoT in Smart Homes: Security and Privacy by Design}
\author{
Leah Goggin\\
MIT
\and
Mine Kansu\\
MIT
\and
Alice Lee\\
MIT
\and
Benny Tang\\
MIT, Akamai
}
\begin{document}
\begin{titlingpage}
\maketitle
\begin{abstract}
The proliferation of internet connected devices is an opportunity to bring convenience and efficiency to existing consumer devices and to create entirely new categories of devices. These changes are not the result of merely better hardware and software but of the inherent value of network effects. These network effects also bring new threats that must be addressed by a combination of technical and policy measures. We recommend technical changes that can be implemented by communications standards such as Zigbee to ensure higher security and privacy for users of home IoT devices.
\end{abstract}
\end{titlingpage}
\section*{Executive Summary}
\input{execsum}
\newpage
\tableofcontents
\newpage
\section{Introduction}
\input{intro}
\input{box/intro}
\section{Communication Protocols and Standards}
\input{networks}
\input{box/networks}
\section{Threat Model}
\input{threat}
\input{box/threats}
\section{Policy Landscape}
\input{policy}
\input{box/policy}
\section{Analysis and Recommendations}
\input{recs}
\section{Conclusion}
\input{conclude}
\newpage
\section{Appendix}
\input{append}
\section*{Bibliography}
\input{bib}
\end{document}