Changes between Version 23 and Version 24 of Other/Summer/2016/SCDN_Project
- Timestamp:
- Aug 15, 2016, 9:28:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2016/SCDN_Project
v23 v24 11 11 </center> 12 12 }}} 13 == Satellite Content Delivery Network Background == 13 14 14 == Project: Implementation of MobilityFirst component in Java == 15 A 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 17 The figure above shows a basic SCDN setup built using MobilityFirst (MF) components. 15 18 16 19 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, 18 23 19 24