Network Architecture by prof' Chon, Kiln Second project proposal PowerPoint PPT Presentation

presentation player overlay
1 / 9
About This Presentation
Transcript and Presenter's Notes

Title: Network Architecture by prof' Chon, Kiln Second project proposal


1
Network Architectureby prof. Chon, KilnSecond
project proposal
  • Name Shakeel
  • Database lab
  • Advisor Prof. Lee,yoon joon

2
Contents
  • Difference between static and dynamic contents in
    web pages
  • Overview
  • progress
  • Schedule
  • Reference list

3
Difference between static and dynamic contents in
web pages
  • Of all the various ways we can make our
    site, our pages, more or less, fall into one of
    the two categories dynamic or static.
  • Dynamic web pages are those which are
    responsive to user actions. The appearance or
    content of the page can change in response to
    actions such as mouse clicks or movements, keying
    in text, or other keyboard actions.
  • Essentially, static pages are those on our
    site that send exactly the same response to every
    request. While the dynamic pages can customize
    the response on the server to offer
    personalization based on cookies and information
    it can get from the visitor.

4
Example
  • For example on the e-business sites we
    find that if we do shopping through web site, we
    select the things we need and when we have done
    our shopping, we will be sent its receipt in the
    web page form.
  • So this receipt is an example of dynamic
    content in the form of the web page changes from
    customer to customer.

5
Overview
  • the cache module will be make that will
    accept only dynamic contents requests from the
    clients,
  • and 2nd the implementation of cache module to
    the web server cache which can send response to
    the cache module.

6
Progress
  • to use other approach
  • The cache on the web server is called
    Reverse Proxy Cache which only accepts the
    request of static contents pages.
  • so one way to implement cache module with web
    server is to change the Reverse Proxy Cache so
    that it can also accept the requests for dynamic
    contents.
  • But it is much difficult task to change
    the Reverse Proxy Cache to make it fulfill the
    request of dynamic contents pages.
  • so it is necessary to use another
    approach to meet the task .

7
Progress( continue)
  • Other approach
  • After researching I have concluded that I should
    implement the cache module with Apache server
    because this is very useful for dynamic contents
    pages.

8
Schedule
  • 10.28 research , analysis
  • 12.6 implementation and simulation
  • 12.15 term paper

9
Reference
  • Mike conner, Gworge Copeland, and Greg
    Flurry.Scaling up e-business applications with
    Caching.
  • Developer toop box Technical Magazine,
    August 2000.
  • http//service2.boulder.ibm.com/devtools/news
    0800/art7.htm
  • http//www.apache.org
  • http//www.hwg.org/bookstore/htmlbooks.html
Write a Comment
User Comments (0)
About PowerShow.com