<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/424/Security-through-Collaboration-in-MANETs">
    <rdfs:label><![CDATA[Security through Collaboration in MANETs]]></rdfs:label>
    <pub:title><![CDATA[Security through Collaboration in MANETs]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2008-11-14T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[It is well understood that Mobile Ad Hoc Networks (MANETs) are extremely susceptible to a variety of attacks, and traditional security mechanisms do not work well. Many security schemes have been proposed that depend on cooperation amongst the nodes in a
MANET for identifying nodes that are exhibiting malicious behavior such as packet dropping, packet modification, and packet misrouting. We argue that in general, this problem can be viewed as an instance of detecting nodes whose behavior is an outlier when compared to others.
In this paper, we propose a collaborative outlier detection algorithm for MANETs that factors in a nodes reputation. The algorithm leads to a common outlier view amongst distributed nodes with a limited communication overhead. Simulation results demonstrate that the proposed algorithm is efficient and accurate.]]></pub:abstract>
    <pub:series><![CDATA[Lecture Notes of the Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering (LNICST)]]></pub:series>
    <pub:pages><![CDATA[696-714]]></pub:pages>
    <pub:volume><![CDATA[10]]></pub:volume>
    <pub:counter>419</pub:counter>
    <pub:googleCitations>1</pub:googleCitations>
    <pub:tag><![CDATA[manet]]></pub:tag>
    <pub:tag><![CDATA[security]]></pub:tag>
    <pub:tag><![CDATA[misbehavior detection]]></pub:tag>
    <pub:booktitle><![CDATA[Proceedings of The 4th International Conference on Collaborative Computing: Networking, Applications and Worksharing (CollaborateCom 2008)]]></pub:booktitle>
    <pub:publisher><![CDATA[Springer Berlin Heidelberg]]></pub:publisher>
    <pub:author>
       <rdf:List>
         <rdf:first><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Wenjia/Li/"><person:name><![CDATA[Wenjia  Li]]></person:name><rdfs:label><![CDATA[Wenjia  Li]]></rdfs:label></person:PhDStudent></rdf:first>
         <rdf:rest>
           <rdf:List>
             <rdf:first><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Jim/Parker/"><person:name><![CDATA[Jim  Parker]]></person:name><rdfs:label><![CDATA[Jim  Parker]]></rdfs:label></person:Alumnus></rdf:first>
             <rdf:rest>
               <rdf:List>
                 <rdf:first><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi/"><person:name><![CDATA[Anupam  Joshi]]></person:name><rdfs:label><![CDATA[Anupam  Joshi]]></rdfs:label></person:PrincipalFaculty></rdf:first>
                 <rdf:rest rdf:resource="&rdf;nil" />
               </rdf:List>
             </rdf:rest>
           </rdf:List>
         </rdf:rest>
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:PhDStudent rdf:about="http://ebiquity.umbc.edu/person/html/Wenjia/Li/"><person:name><![CDATA[Wenjia  Li]]></person:name><rdfs:label><![CDATA[Wenjia  Li]]></rdfs:label></person:PhDStudent></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/431.pdf]]></pub:softCopyURI>
      <pub:softCopySize>458815</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:InProceedings>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
