Changes between Version 23 and Version 24 of Other/Summer/2016/SCDN_Project


Ignore:
Timestamp:
Aug 15, 2016, 9:28:26 PM (8 years ago)
Author:
Seobo
Comment:

added SCDN overview

Legend:

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

    v23 v24  
    1111</center>
    1212}}}
     13== Satellite Content Delivery Network Background ==
    1314
    14 == Project: Implementation of MobilityFirst component in Java ==
     15A SCDN is a Content Delivery Network that utilizes satellite as a broadcast medium to distribute popular content across a CDN’s servers. As a CDN provides faster user access to content by geographically distributed servers in between the client and the content provider, satellite provides an alternate way for content providers push popular content onto the CDN's servers. Combined with a terrestrial CDN, a Satellite CDN reduces traffic on terrestrial networks especially if many people are requesting the same content.
     16
     17The figure above shows a basic SCDN setup built using MobilityFirst (MF) components.
    1518
    1619
    17     The goal of this project is to improve the components of the Satellite Content Delivery Network (SCDN) MobilityFirst (MF) setup. 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,
     20== Project: Implementation of MobilityFirst Proxy as a Java Servlet Filter==
     21
     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,
    1823
    1924