Changes between Version 25 and Version 26 of Other/Summer/2016/SCDN_Project


Ignore:
Timestamp:
Aug 16, 2016, 2:50:26 PM (8 years ago)
Author:
Seobo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2016/SCDN_Project

    v25 v26  
    1818
    1919
    20 == Project: Implementation of MobilityFirst Proxy as a Java Servlet Filter==
     20== Project: Implementation of MobilityFirst Proxy in Apache Tomcat Server==
    2121
    22     The goal of this project is to improve the components of the Satellite Content Delivery Network (SCDN) MobilityFirst (MF) setup, specifically the MFProxy. This was done by re-implementing the MFProxy as a Java Servlet filter in an Apache Tomcat Server, when it was previously implemented as part of a Mongoose server (C, C++). This improves the previous implementations by being more portable,
     22    The goal of this project is to improve the components of the Satellite Content Delivery Network (SCDN) MobilityFirst (MF) setup, specifically the MFProxy. This was done by re-implementing the MFProxy as a Java Servlet filter in an Apache Tomcat Server. Within the SCDN, the MFproxy ensures that the client can properly request content and then receive that content.
    2323
    2424
     
    3333    The project is being implemented in the Netbeans IDE (v 8.02) with the tomcat server (v 8.0.27) that comes from the Netbeans installation. This application is mainly being implemented using a Filter in an Apache Tomcat server. The filter processes all requests before it is sent to a Servlet which can also process requests. This is to provide a higher-level filtering for requests that are specifically understood and have specific functions that are unrelated to other functions of the Servlets that can be implemented in the server.
    3434
    35 [[]]
     35[[Image(http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2016/SCDN_Project/MFProxy.2.png)]]
     36=== MFProxy Improvements ===
     37
    3638
    3739=== People ===