You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
%%% A template for a simple PDF/A file like a stand-alone abstract of the thesis.
|
|
|
|
|
|
|
|
\documentclass[12pt]{report}
|
|
|
|
|
|
|
|
\usepackage[a4paper, hmargin=1in, vmargin=1in]{geometry}
|
|
|
|
\usepackage[a-2u]{pdfx}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage{lmodern}
|
|
|
|
\usepackage{textcomp}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
%% Do not forget to edit abstract.xmpdata.
|
|
|
|
|
|
|
|
Network administrators need to be aware of the state of their network. While
|
|
|
|
link-state routing protocols like OSPF have the required information, there was
|
|
|
|
no easy way to present it to the administrator. To solve this problem, we
|
|
|
|
developed Birdvisu, a program to visualise the topology as seen by the BIRD
|
|
|
|
Internet Routing Daemon. Our approach allows the topology to be easily
|
|
|
|
annotated with other data, providing an extensible way of analysing the
|
|
|
|
topology. While not fully featured yet, Birdvisu helped discover several
|
|
|
|
misconfigurations in a community-run network connecting about 1600 people.
|
|
|
|
|
|
|
|
\end{document}
|