\documentclass[11pt,twocolumn]{article}
\usepackage{fullpage,amsmath,amsthm,amsfonts,amssymb,graphicx,multirow}
\addtolength{\topmargin}{-.1in}
\addtolength{\textheight}{1.2in}

\title{InHome: A Local Area Peer-to-peer Caching System}
\author{Mihir Kedia, Raluca Ada Popa, Irene Zhang}
\date{\today}

\begin{document}
\maketitle

\begin{abstract}
  Demand for wide-area bandwidth is explosively increasing as the use
  of bandwidth-hungry applications like Bittorrent rises and websites
  compete to offer a richer browsing experience. ISPs are finding it
  increasingly difficult to keep up with demand, making wide-area
  bandwidth an expensive commodity. On the other hand, the capacity of
  local-area bandwidth has been growing rapidly; capacity that, for
  the most part, remains unused. This paper presents InHome, a system
  that trades cheap local-area bandwidth for expensive wide-area
  bandwidth. InHome is motivated by the observation that many people
  inside an organization access common data, allowing one to trade
  wide-area bandwidth for local area bandwidth by fetching commonly
  accessed data from local peers.
\end{abstract}


\section{Introduction}
\label{sec:intro}
\input{introduction}

\section{Problem Description}
\label{sec:Problem}
\input{problem}

\section{System Design}
\label{sec:design}
\input{design}

\section{Search Algorithms}
\label{sec:Search}
\input{implementation}

\section{Evaluation}
\label{sec:evaluation}
\input{evaluation}


\section{Case Study}
\label{sec:case_study}
\input{case_study}

\section{Related Work}
\label{sec:Related_Work}
\input{related_work}

\section{Conclusion}
\label{sec:conclusion}
\input{conclusion}

\bibliographystyle{abbrv}
\small
\bibliography{papers}


\end{document}
