SlideShare a Scribd company logo
http://www.bmas.ja.net
Ingrid Evans & George Neisser
Manchester Computing
University of Manchester
ingrid.evans@man.ac.uk
George.Neisser@mcc.ac.uk
The Bandwidth
Management Advisory
Service - BMAS
Background to BMAS
Recent years have witnessed growth in:
Dynamic Web content.
Multimedia and real-time applications.
Expansion of JANET user base to include FE
colleges.
Advisory Requirement
Identified
In recognition of the changing types of web
traffic, UKERNA carried out a survey in 2002
amongst academic institutions.
The following conclusions were drawn:
There is a general need for web caching.
There is a need for generic advice.
An Invitation to tender was issued Summer
2002.
Manchester & Loughborough awarded contract.
BMAS
BMAS Remit: to deliver leading-edge
state-of-the-art advice to UK academic
institutions on how to maximise the efficiency
of their bandwidth resource utilisation
Staffed by the former JWCS team.
Plenty of experience.
Will expand to include new and on coming
bandwidth management techniques and
technologies.
What is Bandwidth
Management?
In general terms, Bandwidth Management is the
control and monitoring of your network
bandwidth allocation to get best use out of said
link.
Bandwidth Management can encompass
various techniques and policies
Your requirements will depend on numbers of
users, work profiles, teaching and research
programmes, connection capacity etc, etc.
How does bandwidth
management affect me?
As a Web Manager you may want wonder how
bandwidth management affects you.
Consider the following :
“Dear Web manager, we would like streaming
media incorporated onto our web pages……”
How else does bandwidth
management affect me?
Did you know that making your site cacheable
will make it load more quickly for your visitors
and reduce load on your server?
If a site loads quickly people will revisit.
Any other points about
bandwidth management?
What about data compression? Compression
techniques could also help to enhance your site
visitors experience by making your site load
quickly.
Time to sit and think a
while…..
We’d now like you to divide into groups and spend about
5 -10 minutes discussing how you have implemented
bandwidth management techniques on your website.
If you do not think think that you have implemented any
techniques, then consider how bandwidth management
might affect your website.
Think about :
Streaming media, and it’s implications for your site.
Also, discuss the known advantages of caching.
Consider image file formats too and how they might
impact on bandwidth.
Ways to enhance your website using
bandwidth management techniques
Why, and how to, make your site cacheable.
Bandwidth isn’t a problem on campus.
Maybe, but what about external visitors and
distance learning etc? Most people at home
still use dial-up.
A cached website will be returned to the user from a
much nearer location than the site of origin thus
making it load quicker.
How to make your site
cacheable
Add HTTP headers
HTTP headers give control over how browser
and proxy caches handle your web objects.
Not seen in HTML as they are sent by the
server before the HTML.
What do HTTP headers do?
Cache control headers can be quite
specific and control freshness, bypass of
the cache etc with the settings such as:
Max-age =(seconds)
Public
No-cache
Must-revalidate
What else can you do to make
your site cacheable?
Refer to objects consistently using the same URL
Use a common library of images
Make caches store images and pages that don’t change
often by specifying a far off Expires header
If a resource changes (in particular a downloadable file),
change it’s name
Don’t change files unnecessarily to avoid falsely young
‘Last modified” dates. Only copy files to the server which
have actually changed as opposed to copying the entire site.
Use cookies only where necessary as they are difficult to
cache.
Minimise use of SSL
Writing cache-aware scripts -
hints and tips.
When using scripting, don’t POST if possible. POST
method is almost impossible to cache. GET is preferred
Don’t embed user specific information in the URL
Don’t assume that all requests from a user are from
the same host as caches can work together in a variety
of infrastructure
Generate Content-Length response headers. This
allows for the response of the script to be used in a
persistent connection and allows the client to request
multiple objects on one TCP/IP connection thus making
the site seem much faster.
Keeping your visitors happy!
How about reverse caching?
Reverse caching and http-acceleration can
directly benefit web managers
Reverse caches can offload the delivery of
static content from your web server.
Requests to web sites are intercepted by reverse-
proxy caches with held objects being returned to the
requestor as if from the original web site.
Using http-acceleration can make a proxy server
act as an output buffer for dynamic web content.
Reverse proxy caching
advantages
Simpler and faster than web servers
Can be preloaded with content
Can be set to automatically retrieve updated
content.
Possible to have multiple reverse proxies as they
can communicate via ICP (Internet cache protocol)
Can act as defence against hackers as they are
another ‘layer' between the outside world and your
data.
Reverse proxy caching
advantages
Can improve server performance whilst adding
web site traffic surge protection.
Some high-end reverse proxy cache devices
have features which can distribute, as opposed to
store, multimedia formats such as Apple
QuickTime, Windows Media or Real Network's G2
format.
This distribution of multimedia from the network
edge as opposed to the web server, can drastically
reduce server and network bandwidth load
Reverse proxy caching - not
to be confused with……
Prefetching or web acceleration
There is some debate as to whether the practice
of prefetching or web acceleration actually ends
up generating more web traffic in the end!
More details about reverse
proxy and http-acceleration
See :
http://www.nwfusion.com/reviews/2000/0410revtrend.html
For more details about implementing caches and
advanced cache features re multimedia.
Brian Davidson's excellent caching site at
http://www.web-caching.com/mnot_tutorial/how.html
Also : Chapter 13 of ‘Strategies for Web Hosting
and Managed Services” by Doug Kaye - Wiley
Computer Publishing 2002
What about dynamic content
such as streaming media?
Streaming media is becoming much more
widely used as a teaching aide and for distance
learning.
Why should that affect you?
What about dynamic content
such as streaming media?
You may have been asked to incorporate
streaming media into your website.
New advancements in HTML-like languages
mean that complex integrated media can be
generated. Video can be used in conjunction with
text and Powerpoint to provide interactive media
using the SMIL language (Synchronised
Multimedia Integration Language)
What about bandwidth and
streaming media?
Being aware of some of the issues with these
components means that you should be able to
maintain a fast, efficient website, even if you are
using dynamic media.
Streaming media points for
consideration
There are various software solutions available
which will generate streaming content. The big 3
are:
Real Networks Server
Apple QuickTime
Windows Media Server
Each software package has it’s advantages and
disadvantages.
Remember from the outset to consider the
number of users who will be viewing your media,
and at what bit rate
The importance of bit rate
When encoding media files, they should be
optimised for the speed of the recipients
connection .
This is especially important if you think that a lot
of your content will be viewed out of campus
(i.e. via dial up). Files which are not optimised in
this way may result in poor quality for your
visitors and more load on your webserver
generated by visitors trying to view the files on
your server.
The importance of bit rate
Another consideration with bit rate is the fact
that some file formats, such as Apple’s
QuickTime, work better with a higher bit rate of
1000Kbps.
Web server v streaming server
If you only have a few streaming media files, then
loading streaming server software onto your
website should suffice.
If however, you wish to include:
A lot of streaming content
Files which stream at different speeds (for
visitors in different locations)
Complex integrated media
You should possibly consider a dedicated
streaming server. This will also relieve load from
your web server .
A word about complex
integrated media….
Files generated in this way such as those
created using the SMIL language, have their
media divided into components which are then
streamed separately, but viewed as one file by
the visitor.
This process obviously has bandwidth
implications
Streaming media
recommendations
Consider your audience from the outset and what
THEIR bit rate will be
Choose appropriate streaming software taking into
consideration performance over various bit rates
Think about how much streaming media will be
included on your website. If there is a lot, you may be
better off with a dedicated streaming server
Will integrated media be used? If so, think about
bandwidth usage for these types of files
If you run streaming media from your web server,
perhaps you should consider a “viewing policy”
limited by user groups, location or time
Bandwidth Management
techniques - data compression
As a web master you will probably be
responsible for developing a web policy and
overseeing the upload of pages from many
different sources.
Bandwidth Management
techniques - data compression
Encouraging your contributors to be aware of
data compression can reduce bandwidth
consumption and make your WebPages load
more quickly.
Bandwidth Management
techniques - data compression
It’s a simple solution but when used on a large
site, data compression can prevent slow
downloads and thus reduce visitors waiting time.
What do we mean by data
compression?
In a web management context we’re primarily
referring to image compression using a variety
of formats such as JPEG, GIF, PNG etc.
File format features:
JPEG - A lossy compressor which produces
very small file sizes
GIF - A lossless compressor. Can incorporate
transparency into an image.
PNG - Lossless compressor can be used as
patent free replacement for GIF. Can also
incorporate transparency
So where do I come in?
Encourage your contributors to use one of the
aforementioned image file formats
Persuade them not to use large file formats such
as Bitmap (.bmp)
Images should not be anymore than a couple of
centimetres squared in size. If larger, or more
detailed images are required or where there are a
few images, encourage the use of thumbnails. The
Tucows site at http://tucows.mirror.ac.uk/index.html
has a lot of thumbnail software listed.
So where do I come in?
Resolution is an important factor. Do not use
images for the web that have been specifically
created for print. Such images will have an
unnecessarily high resolution which will increase
file size dramatically whilst monitors only have a
resolution of 72 ppi.
A lot to take in!
If you take some bandwidth management
techniques into consideration, your website will
load quickly, and your visitors will see a high
quality website
A lot to take in!
Remember the following points:
Make your website cacheable by:
Use of HTTP headers
Reverse caching
http-acceleration
Don’t forget
Think about the implications of using streaming
media:
Consider which streaming server software is best
for you
Decide how much streaming media will be used
now and in the near future
Assess what your streaming media users’ bit rate
will be.
And another thing!
There’s also data compression
Use compressed image file formats
such as JPEG, GIF and PNG
Encourage use of thumbnails where
appropriate.
Encourage use of smaller, more widely
spaced images.
You don’t get away that easily..
We’d like you to search on the web and see
what you can find on the subject of “Bandwidth
Management” that is applicable to you.
Try http://www.zdnet.com
http://www.bravenet.com
http://www.w3c.org - info re image compression
http://www.web-caching.com/ - info re reverse
caching etc
Finally….
Do visit our website at: http://www.bmas.ja.net
Or email us at: support@bmas.ja.net
You can call us on (0161) 2756008
Keep revisiting our website as our content will
continue to increase.
It’s good bye from me…
And it’s goodbye from him…

More Related Content

PPTX
Caching and Its Main Types
PPTX
Cloud Hosting Services
PDF
Enhanced Dynamic Web Caching: For Scalability & Metadata Management
PDF
A COMPARISON OF CACHE REPLACEMENT ALGORITHMS FOR VIDEO SERVICES
PPTX
The Ultimate Guide to Web Hosting for Beginners
DOCX
Content Delivery Network – CDN
PPT
Web Hosting Services in Ahmedabad
Caching and Its Main Types
Cloud Hosting Services
Enhanced Dynamic Web Caching: For Scalability & Metadata Management
A COMPARISON OF CACHE REPLACEMENT ALGORITHMS FOR VIDEO SERVICES
The Ultimate Guide to Web Hosting for Beginners
Content Delivery Network – CDN
Web Hosting Services in Ahmedabad

What's hot (19)

PDF
Tech Brief Questions
PPT
Branch office access with branch cache
PDF
Content Delivery Networks (CDN) Industry Analysis February 2014
PDF
Web Hosting - What is it?
PPTX
Web Hosting Terms Explained
PDF
Implementing Advanced Caching and Replication Techniques in ...
PPTX
AJAX for Scalability
PDF
Dedicated servers - is your project cracking under pressure?
PDF
A Modified Genetic Algorithm based Load Distribution Approach towards Web Hot...
PDF
The Great Mobile Slowdown
PPTX
Web site loading time optimization
PDF
UOW-Caching and new ways to improve response time (Paper)
PPT
By: Luis A. Colón Anthony Trivino
PDF
An Introduction To The DMARC SMTP Validation Requirements
PDF
Personal Web Space at Creighton
PPTX
Analysis of Google Page Speed Insight
PPTX
Selling Web Hosting - Web Hosting Curriculum [10/10]
PDF
High Performance Websites
PDF
An Optimization Technique of Web Caching using Fuzzy Inference System
Tech Brief Questions
Branch office access with branch cache
Content Delivery Networks (CDN) Industry Analysis February 2014
Web Hosting - What is it?
Web Hosting Terms Explained
Implementing Advanced Caching and Replication Techniques in ...
AJAX for Scalability
Dedicated servers - is your project cracking under pressure?
A Modified Genetic Algorithm based Load Distribution Approach towards Web Hot...
The Great Mobile Slowdown
Web site loading time optimization
UOW-Caching and new ways to improve response time (Paper)
By: Luis A. Colón Anthony Trivino
An Introduction To The DMARC SMTP Validation Requirements
Personal Web Space at Creighton
Analysis of Google Page Speed Insight
Selling Web Hosting - Web Hosting Curriculum [10/10]
High Performance Websites
An Optimization Technique of Web Caching using Fuzzy Inference System
Ad

Viewers also liked (19)

PDF
Additional Material DrayTek Training - Bandwidth Management
PDF
Bandwidth Management on Linux
PDF
Bandwidth Management and Control – Who Cares? BW Is Cheap.
PDF
Nevales Content Filtering and Bandwidth Management Solution to the Education...
PDF
Benefits of multi layer bandwidth management in next generation core optical ...
PPT
Bandwidth Management Software
PDF
White Paper - Bandwidth Management and Website Filtering
PPTX
Bandwidth management and qos
DOCX
Industrial technology stem syllabus
PPTX
Etapas de um porojeto
PDF
Prashansa_Bharos_March_2016
DOCX
Catapult configuration data table
DOCX
Timothy welsh unit
PPTX
Os ciclos da Macro História
PPTX
What Questions to Ask at a Parents Teachers Conference
PPT
IWMW 2002: Avoiding Portal Wars - View from the Library
PDF
Hc ct06 atoms_andmolecules
PPTX
Ucla ms class lecture
PDF
Bandwidth Management Solutions for Network Operators
Additional Material DrayTek Training - Bandwidth Management
Bandwidth Management on Linux
Bandwidth Management and Control – Who Cares? BW Is Cheap.
Nevales Content Filtering and Bandwidth Management Solution to the Education...
Benefits of multi layer bandwidth management in next generation core optical ...
Bandwidth Management Software
White Paper - Bandwidth Management and Website Filtering
Bandwidth management and qos
Industrial technology stem syllabus
Etapas de um porojeto
Prashansa_Bharos_March_2016
Catapult configuration data table
Timothy welsh unit
Os ciclos da Macro História
What Questions to Ask at a Parents Teachers Conference
IWMW 2002: Avoiding Portal Wars - View from the Library
Hc ct06 atoms_andmolecules
Ucla ms class lecture
Bandwidth Management Solutions for Network Operators
Ad

Similar to IWMW 2003: C7 Bandwidth Management Techniques: Technical And Policy Issues (20)

PPT
introduction to Web system
PDF
Optimizing Website Performance Tips for Faster Load Times in 2024
PPTX
Web browser architecture.pptx
PDF
Client-side Website Optimization
PPT
Apache Web Server Setup 1
PDF
Content Delivery Network - Exploring the Power
PDF
Content Distribution Network(CDN) Report(IEEE Format)
PDF
Tips to improve your website performance
PDF
Website Performance at Client Level
PDF
Caching necessity and benifits for mobile Operator
PDF
A Proposed Model for Web Proxy Caching Techniques to Improve Computer Network...
PPTX
Ajax For Scalability
PPTX
WP Chap 1 & 2.pptx
PPT
Starting Up a Cost-Free Library Portal for Small-funded Libraries
PDF
Internet Websites
PDF
Making Of PHP Based Web Application
DOCX
web Development.docx service in lahore h
PDF
Demystifying web performance tooling and metrics
PDF
Proxy Not A Product
ODP
Ajax, rss, feeds, web service,
introduction to Web system
Optimizing Website Performance Tips for Faster Load Times in 2024
Web browser architecture.pptx
Client-side Website Optimization
Apache Web Server Setup 1
Content Delivery Network - Exploring the Power
Content Distribution Network(CDN) Report(IEEE Format)
Tips to improve your website performance
Website Performance at Client Level
Caching necessity and benifits for mobile Operator
A Proposed Model for Web Proxy Caching Techniques to Improve Computer Network...
Ajax For Scalability
WP Chap 1 & 2.pptx
Starting Up a Cost-Free Library Portal for Small-funded Libraries
Internet Websites
Making Of PHP Based Web Application
web Development.docx service in lahore h
Demystifying web performance tooling and metrics
Proxy Not A Product
Ajax, rss, feeds, web service,

More from IWMW (20)

PPT
Look who's talking now
PPTX
Introduction to IWMW 2000 (Liz Lyon)
PPTX
Web Tools report
PPT
Personal Contingency Plan - Beat The Panic
PPT
Whose site is it anyway?
PPT
Open Source - the case against
PPT
IWMW 2002: Avoiding Portal Wars - an MIS view
PDF
What does open source mean for the institutional web manager?
PDF
Library 2.0
PPT
Social participation in student recruitment
PDF
Supporting Institutions in Changing Times: Manifesto
PPTX
IWMW 2019 photo scavenger hunt highlights
PDF
How to Turn a Web Strategy into Web Services
PPTX
Static Site Generators - Developing Websites in Low-resource Condition
PPTX
Looking to the Future
PPTX
Looking to the Future
PPTX
Developing Communities of Practice
PDF
How to train your content- so it doesn't slow you down...
PPTX
Grassroots & Guerrillas: The Beginnings of a UX Revolution
PPTX
Connecting Your Content: How to Save Time and Improve Content Quality through...
Look who's talking now
Introduction to IWMW 2000 (Liz Lyon)
Web Tools report
Personal Contingency Plan - Beat The Panic
Whose site is it anyway?
Open Source - the case against
IWMW 2002: Avoiding Portal Wars - an MIS view
What does open source mean for the institutional web manager?
Library 2.0
Social participation in student recruitment
Supporting Institutions in Changing Times: Manifesto
IWMW 2019 photo scavenger hunt highlights
How to Turn a Web Strategy into Web Services
Static Site Generators - Developing Websites in Low-resource Condition
Looking to the Future
Looking to the Future
Developing Communities of Practice
How to train your content- so it doesn't slow you down...
Grassroots & Guerrillas: The Beginnings of a UX Revolution
Connecting Your Content: How to Save Time and Improve Content Quality through...

Recently uploaded (20)

PPTX
Institutional Correction lecture only . . .
PDF
Classroom Observation Tools for Teachers
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
GDM (1) (1).pptx small presentation for students
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
Institutional Correction lecture only . . .
Classroom Observation Tools for Teachers
O7-L3 Supply Chain Operations - ICLT Program
Complications of Minimal Access Surgery at WLH
Anesthesia in Laparoscopic Surgery in India
Sports Quiz easy sports quiz sports quiz
Supply Chain Operations Speaking Notes -ICLT Program
Pharma ospi slides which help in ospi learning
Renaissance Architecture: A Journey from Faith to Humanism
PPH.pptx obstetrics and gynecology in nursing
GDM (1) (1).pptx small presentation for students
STATICS OF THE RIGID BODIES Hibbelers.pdf
Insiders guide to clinical Medicine.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Module 4: Burden of Disease Tutorial Slides S2 2025

IWMW 2003: C7 Bandwidth Management Techniques: Technical And Policy Issues

  • 1. http://www.bmas.ja.net Ingrid Evans & George Neisser Manchester Computing University of Manchester ingrid.evans@man.ac.uk George.Neisser@mcc.ac.uk The Bandwidth Management Advisory Service - BMAS
  • 2. Background to BMAS Recent years have witnessed growth in: Dynamic Web content. Multimedia and real-time applications. Expansion of JANET user base to include FE colleges.
  • 3. Advisory Requirement Identified In recognition of the changing types of web traffic, UKERNA carried out a survey in 2002 amongst academic institutions. The following conclusions were drawn: There is a general need for web caching. There is a need for generic advice. An Invitation to tender was issued Summer 2002. Manchester & Loughborough awarded contract.
  • 4. BMAS BMAS Remit: to deliver leading-edge state-of-the-art advice to UK academic institutions on how to maximise the efficiency of their bandwidth resource utilisation Staffed by the former JWCS team. Plenty of experience. Will expand to include new and on coming bandwidth management techniques and technologies.
  • 5. What is Bandwidth Management? In general terms, Bandwidth Management is the control and monitoring of your network bandwidth allocation to get best use out of said link. Bandwidth Management can encompass various techniques and policies Your requirements will depend on numbers of users, work profiles, teaching and research programmes, connection capacity etc, etc.
  • 6. How does bandwidth management affect me? As a Web Manager you may want wonder how bandwidth management affects you. Consider the following : “Dear Web manager, we would like streaming media incorporated onto our web pages……”
  • 7. How else does bandwidth management affect me? Did you know that making your site cacheable will make it load more quickly for your visitors and reduce load on your server? If a site loads quickly people will revisit.
  • 8. Any other points about bandwidth management? What about data compression? Compression techniques could also help to enhance your site visitors experience by making your site load quickly.
  • 9. Time to sit and think a while….. We’d now like you to divide into groups and spend about 5 -10 minutes discussing how you have implemented bandwidth management techniques on your website. If you do not think think that you have implemented any techniques, then consider how bandwidth management might affect your website. Think about : Streaming media, and it’s implications for your site. Also, discuss the known advantages of caching. Consider image file formats too and how they might impact on bandwidth.
  • 10. Ways to enhance your website using bandwidth management techniques Why, and how to, make your site cacheable. Bandwidth isn’t a problem on campus. Maybe, but what about external visitors and distance learning etc? Most people at home still use dial-up. A cached website will be returned to the user from a much nearer location than the site of origin thus making it load quicker.
  • 11. How to make your site cacheable Add HTTP headers HTTP headers give control over how browser and proxy caches handle your web objects. Not seen in HTML as they are sent by the server before the HTML.
  • 12. What do HTTP headers do? Cache control headers can be quite specific and control freshness, bypass of the cache etc with the settings such as: Max-age =(seconds) Public No-cache Must-revalidate
  • 13. What else can you do to make your site cacheable? Refer to objects consistently using the same URL Use a common library of images Make caches store images and pages that don’t change often by specifying a far off Expires header If a resource changes (in particular a downloadable file), change it’s name Don’t change files unnecessarily to avoid falsely young ‘Last modified” dates. Only copy files to the server which have actually changed as opposed to copying the entire site. Use cookies only where necessary as they are difficult to cache. Minimise use of SSL
  • 14. Writing cache-aware scripts - hints and tips. When using scripting, don’t POST if possible. POST method is almost impossible to cache. GET is preferred Don’t embed user specific information in the URL Don’t assume that all requests from a user are from the same host as caches can work together in a variety of infrastructure Generate Content-Length response headers. This allows for the response of the script to be used in a persistent connection and allows the client to request multiple objects on one TCP/IP connection thus making the site seem much faster.
  • 15. Keeping your visitors happy! How about reverse caching? Reverse caching and http-acceleration can directly benefit web managers Reverse caches can offload the delivery of static content from your web server. Requests to web sites are intercepted by reverse- proxy caches with held objects being returned to the requestor as if from the original web site. Using http-acceleration can make a proxy server act as an output buffer for dynamic web content.
  • 16. Reverse proxy caching advantages Simpler and faster than web servers Can be preloaded with content Can be set to automatically retrieve updated content. Possible to have multiple reverse proxies as they can communicate via ICP (Internet cache protocol) Can act as defence against hackers as they are another ‘layer' between the outside world and your data.
  • 17. Reverse proxy caching advantages Can improve server performance whilst adding web site traffic surge protection. Some high-end reverse proxy cache devices have features which can distribute, as opposed to store, multimedia formats such as Apple QuickTime, Windows Media or Real Network's G2 format. This distribution of multimedia from the network edge as opposed to the web server, can drastically reduce server and network bandwidth load
  • 18. Reverse proxy caching - not to be confused with…… Prefetching or web acceleration There is some debate as to whether the practice of prefetching or web acceleration actually ends up generating more web traffic in the end!
  • 19. More details about reverse proxy and http-acceleration See : http://www.nwfusion.com/reviews/2000/0410revtrend.html For more details about implementing caches and advanced cache features re multimedia. Brian Davidson's excellent caching site at http://www.web-caching.com/mnot_tutorial/how.html Also : Chapter 13 of ‘Strategies for Web Hosting and Managed Services” by Doug Kaye - Wiley Computer Publishing 2002
  • 20. What about dynamic content such as streaming media? Streaming media is becoming much more widely used as a teaching aide and for distance learning. Why should that affect you?
  • 21. What about dynamic content such as streaming media? You may have been asked to incorporate streaming media into your website. New advancements in HTML-like languages mean that complex integrated media can be generated. Video can be used in conjunction with text and Powerpoint to provide interactive media using the SMIL language (Synchronised Multimedia Integration Language)
  • 22. What about bandwidth and streaming media? Being aware of some of the issues with these components means that you should be able to maintain a fast, efficient website, even if you are using dynamic media.
  • 23. Streaming media points for consideration There are various software solutions available which will generate streaming content. The big 3 are: Real Networks Server Apple QuickTime Windows Media Server Each software package has it’s advantages and disadvantages. Remember from the outset to consider the number of users who will be viewing your media, and at what bit rate
  • 24. The importance of bit rate When encoding media files, they should be optimised for the speed of the recipients connection . This is especially important if you think that a lot of your content will be viewed out of campus (i.e. via dial up). Files which are not optimised in this way may result in poor quality for your visitors and more load on your webserver generated by visitors trying to view the files on your server.
  • 25. The importance of bit rate Another consideration with bit rate is the fact that some file formats, such as Apple’s QuickTime, work better with a higher bit rate of 1000Kbps.
  • 26. Web server v streaming server If you only have a few streaming media files, then loading streaming server software onto your website should suffice. If however, you wish to include: A lot of streaming content Files which stream at different speeds (for visitors in different locations) Complex integrated media You should possibly consider a dedicated streaming server. This will also relieve load from your web server .
  • 27. A word about complex integrated media…. Files generated in this way such as those created using the SMIL language, have their media divided into components which are then streamed separately, but viewed as one file by the visitor. This process obviously has bandwidth implications
  • 28. Streaming media recommendations Consider your audience from the outset and what THEIR bit rate will be Choose appropriate streaming software taking into consideration performance over various bit rates Think about how much streaming media will be included on your website. If there is a lot, you may be better off with a dedicated streaming server Will integrated media be used? If so, think about bandwidth usage for these types of files If you run streaming media from your web server, perhaps you should consider a “viewing policy” limited by user groups, location or time
  • 29. Bandwidth Management techniques - data compression As a web master you will probably be responsible for developing a web policy and overseeing the upload of pages from many different sources.
  • 30. Bandwidth Management techniques - data compression Encouraging your contributors to be aware of data compression can reduce bandwidth consumption and make your WebPages load more quickly.
  • 31. Bandwidth Management techniques - data compression It’s a simple solution but when used on a large site, data compression can prevent slow downloads and thus reduce visitors waiting time.
  • 32. What do we mean by data compression? In a web management context we’re primarily referring to image compression using a variety of formats such as JPEG, GIF, PNG etc. File format features: JPEG - A lossy compressor which produces very small file sizes GIF - A lossless compressor. Can incorporate transparency into an image. PNG - Lossless compressor can be used as patent free replacement for GIF. Can also incorporate transparency
  • 33. So where do I come in? Encourage your contributors to use one of the aforementioned image file formats Persuade them not to use large file formats such as Bitmap (.bmp) Images should not be anymore than a couple of centimetres squared in size. If larger, or more detailed images are required or where there are a few images, encourage the use of thumbnails. The Tucows site at http://tucows.mirror.ac.uk/index.html has a lot of thumbnail software listed.
  • 34. So where do I come in? Resolution is an important factor. Do not use images for the web that have been specifically created for print. Such images will have an unnecessarily high resolution which will increase file size dramatically whilst monitors only have a resolution of 72 ppi.
  • 35. A lot to take in! If you take some bandwidth management techniques into consideration, your website will load quickly, and your visitors will see a high quality website
  • 36. A lot to take in! Remember the following points: Make your website cacheable by: Use of HTTP headers Reverse caching http-acceleration
  • 37. Don’t forget Think about the implications of using streaming media: Consider which streaming server software is best for you Decide how much streaming media will be used now and in the near future Assess what your streaming media users’ bit rate will be.
  • 38. And another thing! There’s also data compression Use compressed image file formats such as JPEG, GIF and PNG Encourage use of thumbnails where appropriate. Encourage use of smaller, more widely spaced images.
  • 39. You don’t get away that easily.. We’d like you to search on the web and see what you can find on the subject of “Bandwidth Management” that is applicable to you. Try http://www.zdnet.com http://www.bravenet.com http://www.w3c.org - info re image compression http://www.web-caching.com/ - info re reverse caching etc
  • 40. Finally…. Do visit our website at: http://www.bmas.ja.net Or email us at: support@bmas.ja.net You can call us on (0161) 2756008 Keep revisiting our website as our content will continue to increase. It’s good bye from me… And it’s goodbye from him…

Editor's Notes

  • #3: <number>
  • #4: <number> The UK HE and FE community were asked if they thought there was a need for the centralised JANET Web Cache Service to continue and the overall conclusion was whilst there was no need for the centralised cache structure, an advisory service who could offer information about caching and generic advice, would be useful.
  • #5: <number>
  • #6: <number>
  • #7: <number>
  • #8: <number>
  • #9: <number>
  • #10: <number>