Scalable Web Hosting Service

Total Page:16

File Type:pdf, Size:1020Kb

Scalable Web Hosting Service Scalable Web Hosting Service Ludmila Cherkasova Computer Systems and Technology Laboratory HP Laboratories Palo Alto HPL-1999-52(R.1) October, 1999 E-mail:{cherkasova}@hpl.hp.com Web hosting Web hosting is an infrastructure service that allows to design , service, web integrate, operate and maintain all of the infrastructure server farm, web components required to run web-based applications. It includes server cluster, Web server farms, network access, data staging tools and load balancing, security firewalls. Web server farms are used in a Web hosting scalability, infrastructure as a way to create scalable and highly available performance solutions. One of the main problems in web server farm analysis, management is content management and load balancing. SpecWeb In this paper, we analyze several hardware/software solutions on the market and demonstrate their scalability problems. We outline a new scalable solution FLEX for design and management of an efficient Web hosting service. This solution can be applied to a Web hosting service implemented on different architecture platforms such as web server farms with replicated disk content, web server clusters having access to a shared file system or multi-computer systems using a global (shared) file system. A preliminary performance analysis provides a comparison of the current solutions and FLEX using a synthetic workload generator based on SpecWeb'96 benchmark. FLEX outperforms current solutions 2-7 times. Internal Accession Date Only Ó Copyright Hewlett-Packard Company 1999 Contents 1 Intro duction 3 2 Web Hosting Market and Future Forecast 7 3 Variety of Web Sites and Their Growth 10 4 Typical Hardware and Software Solutions for Web Hosting 13 5 Performance Pitfalls in Scalability of the Current Solutions 16 6 Virtual Servers and Multiple Domains 17 7 New Scalable Web Hosting Solution: FLEX 18 8 Preliminary Performance Analysis of FLEX 19 9 Conclusion 25 10 References 26 2 1 Intro duction As the p opularityof the Web grows, an increasing numb er of businesses are wishing to seize the p otential market opp ortunities that it o ers. The number of public web sites grows exp onentially, and the business users account for the ma jority of that growth. A successful business regard the Web not as a network service only, but as a market: buyers and sellers, comp etitors and partners, pro ducts and services - the core elements of the web market. As the Web increasingly b ecomes a core element of business strategy, so the task of hosting web content has b ecome mission critical. Few companies, however, have the resources, money and exp ertise to build their web site entirely in-house. Forrester Research Inc. suggests that the cost of setting up an internal web site can b e $221,000 in the rst year. For this reason, many businesses cho ose to outsource their Web hosting to Internet service providers and some equipmentvendors, which according to Forrester can slash costs by80%. Although such cost savings are an imp ortant factor, it is not the primary reason for outsourcing Web hosting. Forrester's research shows that the needs for knowledge, increased security, b etter service and supp ort are all seen as more imp ortant in the decision to outsource. Web server farms and clusters are used in a Web hosting infrastructure as a way to create scalable and highly available solutions. One p opular solution is a farm of web servers with replicated disk content (see Figure 1). Web Server Farm Web Web Web Web Server Server Server Server ...... ......... Replicated Disk Content Figure 1: Web Server Farm with Replicated Disk Content. Another p opular solution is a clustered architecture, which consists of a group of no des con- nected by a fast interconnection network, suchasaswitch. In a at architecture, each no de in a cluster has a lo cal disk array attached to it. As shown in Figure 2, the no des in a 3 cluster are divided into two logical typ es: front end (delivery, HTTP servers) and back end (storage, disks) no des. The (logical) front-end no de gets the data from the back-end no des using a shared le system. In a at architecture, each physical no de can serve as both the logical front-end and back-end, all no des are identical, providing both delivery and storage functionality Web Server Cluster (Flat Architecture) Web Web Web Web Server Server Server Server ...... High Speed Interconnect ......... Shared File System Figure 2: Web Server Cluster (Flat Architecture). In a two-tiered architecture shown in Figure 3 the logical front-end back-end no des are mapp ed to di erentphysical no des of the cluster and are distinct. It assumes some underlying software layer (e.g., virtual shared disk) which makes the interconnection architecture transparent to the The NSCA prototyp e of the scalable HTTP server based on two-tier architecture is describ ed and studied in [NSCA94, NSCA95, NSCA96]. In the all solutions, eachweb server has the access to the whole web content. Therefore, any server can satisfy anyclient request. 1 One of the main problems in web server cluster (farm) management is content management and load balancing. In this pap er, we analyze several hardware/software solutions on the market and demonstrate their scalability problems. Load balancing (of either kind) for a cluster (farm) of web servers pursues the goal to equally distribute the load across the no des. This solution interferes with another goal of ecient 2 RAM usage for the cluster (farm). The p opular les tends to o ccupy RAM space in all the 1 We often use the terms of web server cluster and web server farm interchangeably, b ecause the problems as well as the solutions are often very similar. Only in those cases when it matters, it is clearly sp eci ed. 2 We consider only workloads with working set that do es not t in a single server no des RAM. 4 Web Server Cluster (Two-Tier Architecture) Front-End Web Web Web Web Server Server Server Server Nodes ...... Virtual Shared Disk Software Layer High Speed Interconnect Virtual Shared Disk Software Layer Back-End Nodes ......... Disks Figure 3: Web Server Cluster (TwoTierServer Architecture). no des. There is a redundant replication of \hot" content through the RAM of all the no des which leaves muchlessofavailable RAM space for the rest of the content, leading to a worse overall system p erformance. This observation have led to a design of the new \lo calityaware" balancing strategies [VLN97 , LARD98 ]. The cluster of web servers is considered in [VLN97 ]. They suggest the architecture similar to NCSA approach, but to store the data on disks attached to the servers in the cluster rather than in a centralized le server ( at architecture, see Figure 2). In order to exploit the aggregate memory capacity of the cluster, a new memory management strategy is prop osed to control the data caching and data replacementachieving a go o d balance b etween an intra- cluster network trac and disk I/O. Despite that the original load balancing on a cluster is done with Round-Robin DNS [RRDNS95 ](see more discussion in Section 4), the prop osed memory management strategy allows to avoid unnecessary data replication and improve the overall p erformance of the cluster. A new lo cality-aware request distribution strategy (LARD) is prop osed for cluster-based net- work servers in [LARD98 ]. The cluster no des are partitioned into two sets: front ends and backends. Front ends act as the smart routers or switches. They implement LARD to route the incoming requests to the appropriate no de in a cluster. LARD takes into account both a do cument lo cality and the current load. Authors show that on workloads with working sets that do not t in a single server no des RAM, the prop osed strategy allows to improve throughput byafactoroftwo to four for 16 no des cluster. 5 In this pap er, we outline a new scalable solution FLEX for design and management of an ecient Web hosting service. The solution can be applied to a Web hosting service imple- mented on di erent architecture platforms such as web server farms, web server clusters or multi-computer systems [HP-MCS]. FLEX motivation is similar to the \lo calityaware" balancing strategies discussed ab ove: we would liketoavoid the unnecessary do cument replication to improve the overall p erformance of the system. However, we achieve this goal via logical partition of the content on a di erent granularity level. Since the original goal is to design a scalable web hosting service, wehaveanumber of customers and their sites as a starting p oint. Each of these sites mighthave di erent trac patterns in terms of b oth the number and typ es of les accessed and the average access rates. By monitoring the trac to each site and analyzing the combined trac to a system in whole, FLEX prop oses a balanced partitioning of the customers (web sites) by the number of nodes in the system. The elegance and simplicityof the approach consists that the desirable routing can b e done by submiting the corresp ondent con guration les to the DNS server, since eachhostedweb site has a unique domain name. The DNS server is going to route the incoming requests to a corresp ondent no de in the system (accordingly to partition provided by FLEX). FLEX can be easily implemented on a top of the current infrastructure used by Web hosting service providers. A preliminary p erformance analysis provides a comparison of the current solutions and FLEX using synthetic workload generator based on Sp ecWeb'96 benchmark.
Recommended publications
  • Ispconfig Documentation Ispconfig Documentation I
    ISPConfig Documentation ISPConfig Documentation I Table of Contents General...............................................................................................................................................1 1 What is ISPConfig?...............................................................................................................1 2 Terms and structure of the manual.......................................................................................1 3 Installation/Upgrade/Deinstallation.......................................................................................1 3.1 Installation....................................................................................................................1 3.2 Upgrade.......................................................................................................................1 3.3 Deinstallation................................................................................................................2 4 Login and Logout..................................................................................................................2 I Administrator Manual......................................................................................................................3 1 General.................................................................................................................................3 1.1 Login and Password.....................................................................................................3 1.2 ISPConfig Interface
    [Show full text]
  • Installation Guide
    install_guide.book Page i Monday, May 11, 2015 8:48 PM Installation Guide Installation Guide Schrödinger Software Release 2015-2 Schrödinger Press install_guide.book Page ii Monday, May 11, 2015 8:48 PM Installation Guide Copyright © 2015 Schrödinger, LLC. All rights reserved. While care has been taken in the preparation of this publication, Schrödinger assumes no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein. Canvas, CombiGlide, ConfGen, Epik, Glide, Impact, Jaguar, Liaison, LigPrep, Maestro, Phase, Prime, PrimeX, QikProp, QikFit, QikSim, QSite, SiteMap, Strike, and WaterMap are trademarks of Schrödinger, LLC. Schrödinger, BioLuminate, and MacroModel are registered trademarks of Schrödinger, LLC. MCPRO is a trademark of William L. Jorgensen. DESMOND is a trademark of D. E. Shaw Research, LLC. Desmond is used with the permission of D. E. Shaw Research. All rights reserved. This publication may contain the trademarks of other companies. Schrödinger software includes software and libraries provided by third parties. For details of the copyrights, and terms and conditions associated with such included third party software, use your browser to open third_party_legal.html, which is in the docs folder of your Schrödinger software installation. This publication may refer to other third party software not included in or with Schrödinger software ("such other third party software"), and provide links to third party Web sites ("linked sites"). References to such other third party software or linked sites do not constitute an endorsement by Schrödinger, LLC or its affiliates. Use of such other third party software and linked sites may be subject to third party license agreements and fees.
    [Show full text]
  • Web Hosting Service Operating Procedures and Processes
    WEB HOSTING SERVICE OPERATING PROCEDURES AND PROCESSES UNIVERSITY COMPUTER CENTER UNIVERSITY OF THE PHILIPPINES DILIMAN Document Control Document Properties Title Web Hosting Service Operating Procedures and Processes Author Gerardo Maria Roxas Document Type Administrative Document Filename Web Hosting SOP.gdoc File location UPCC/IT Security Version History Version Number Version Date Author/Modified By Description 0.01 October 15, 2018 Gerardo Maria Roxas Initial Version University Computer Center Page 1 of 9 Web Hosting Service Operating Procedures and Processes Table of Contents Document Control 1 Document Properties 1 Version History 1 Table of Contents 2 Overview 3 Web Hosting Application Procedures 3 Responsibilities of Requesting Unit on Web Sites: 4 Active Threat Scanning and Remediation Plan 4 Incident Management 5 Credential Retrieval by Existing Users 8 Additional Information 8 University Computer Center Page 2 of 9 Web Hosting Service Operating Procedures and Processes Overview The Computer Center maintains a basic web hosting service that is available for UP Diliman academic and administrative units free of charge. The hosting service has the following technical characteristics: 1. Runs either Apache 2.2 or Nginx 2. Runs PHP 5.4, with newer servers running PHP 7.2 3. Runs MySQL, with 1 database available upon request. 4. The Computer Center can pre-install CMS sites such as Wordpress upon request. 5. The hosting service is shared, meaning multiple sites can be hosted in a single server. 6. End users normally have access only through FTP. 7. FTP and Database access is available only within the Diliman Network (DilNet) 8. Web ports 80 (HTTP) and 443 (HTTPS) are the only ports exposed publicly.
    [Show full text]
  • Netscape Guide by Yahoo!
    Netscape Guide By Yahoo! Now Available New Customizable Internet Information and Navigation Service Launched by Netscape and Yahoo! SANTA CLARA, CA and MOUNTAIN VIEW, CA -- April 29, 1997 -- Yahoo! Inc. (NASDAQ: YHOO) and Netscape Communications Corporation (NASDAQ: NSCP) today launched Netscape Guide by Yahoo!, a new personalized Internet navigation service designed to provide Internet users with a central source of sites, news and events on the Web. The Guide features customizable sections for several popular information categories, including Business, Finance, Entertainment, Sports, Computers & Internet, Shopping and Travel. Yahoo! plans to expand the service with additional categories in the future, including local information. Netscape Guide by Yahoo! replaces the Destinations section of the Netscape Internet Site and is immediately accessible through Netscape's Internet site (http://home.netscape.com), from the "Guide" button on the Netscape Communicator toolbar and from the "Destinations" button on Netscape Navigator 3.0. Users accessing Destinations will be automatically directed to Netscape Guide by Yahoo!. "Netscape Guide by Yahoo! gives Internet users quick and easy access to the most popular information areas on the Web, all from one central location," said Jeff Mallett, Yahoo!'s senior vice president of business operations. "It also provides Web content providers and advertisers a unique opportunity to reach targeted and growing audiences." "Accessible to the more than four million daily visitors to the Netscape Internet site and the over 50 million users of Netscape client software, Netscape Guide by Yahoo! will direct users to the online sites, news and information they need," said Jennifer Bailey, vice president of electronic marketing at Netscape.
    [Show full text]
  • Ispconfig 3 Manual]
    [ISPConfig 3 Manual] ISPConfig 3 Manual Version 1.0 for ISPConfig 3.0.3 Author: Falko Timme <[email protected]> Last edited 09/30/2010 1 The ISPConfig 3 manual is protected by copyright. No part of the manual may be reproduced, adapted, translated, or made available to a third party in any form by any process (electronic or otherwise) without the written specific consent of projektfarm GmbH. You may keep backup copies of the manual in digital or printed form for your personal use. All rights reserved. This copy was issued to: Thomas CARTER - [email protected] - Date: 2010-11-20 [ISPConfig 3 Manual] ISPConfig 3 is an open source hosting control panel for Linux and is capable of managing multiple servers from one control panel. ISPConfig 3 is licensed under BSD license. Managed Services and Features • Manage one or more servers from one control panel (multiserver management) • Different permission levels (administrators, resellers and clients) + email user level provided by a roundcube plugin for ISPConfig • Httpd (virtual hosts, domain- and IP-based) • FTP, SFTP, SCP • WebDAV • DNS (A, AAAA, ALIAS, CNAME, HINFO, MX, NS, PTR, RP, SRV, TXT records) • POP3, IMAP • Email autoresponder • Server-based mail filtering • Advanced email spamfilter and antivirus filter • MySQL client-databases • Webalizer and/or AWStats statistics • Harddisk quota • Mail quota • Traffic limits and statistics • IP addresses 2 The ISPConfig 3 manual is protected by copyright. No part of the manual may be reproduced, adapted, translated, or made available to a third party in any form by any process (electronic or otherwise) without the written specific consent of projektfarm GmbH.
    [Show full text]
  • Internet Domain Name System
    IINNTTEERRNNEETT DDOOMMAAIINN NNAAMMEE SSYYSSTTEEMM http://www.tutorialspoint.com/internet_technologies/internet_domain_name_system.htm Copyright © tutorialspoint.com Overview When DNS was not into existence, one had to download a Host file containing host names and their corresponding IP address. But with increase in number of hosts of internet, the size of host file also increased. This resulted in increased traffic on downloading this file. To solve this problem the DNS system was introduced. Domain Name System helps to resolve the host name to an address. It uses a hierarchical naming scheme and distributed database of IP addresses and associated names IP Address IP address is a unique logical address assigned to a machine over the network. An IP address exhibits the following properties: IP address is the unique address assigned to each host present on Internet. IP address is 32 bits 4bytes long. IP address consists of two components: network component and host component. Each of the 4 bytes is represented by a number from 0 to 255, separated with dots. For example 137.170.4.124 IP address is 32-bit number while on the other hand domain names are easy to remember names. For example, when we enter an email address we always enter a symbolic string such as [email protected]. Uniform Resource Locator URL Uniform Resource Locator URL refers to a web address which uniquely identifies a document over the internet. This document can be a web page, image, audio, video or anything else present on the web. For example, www.tutorialspoint.com/internet_technology/index.html is an URL to the index.html which is stored on tutorialspoint web server under internet_technology directory.
    [Show full text]
  • Implementation of Embedded Web Server Based on ARM11 and Linux Using Raspberry PI
    International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-3 Issue-3, July 2014 Implementation of Embedded Web Server Based on ARM11 and Linux using Raspberry PI Girish Birajdar Abstract— As ARM processor based web servers not uses III. HARDWARE USED computer directly, it helps a lot in reduction of cost. In this We will use different hardware to implement this embedded project our aim is to implement an Embedded Web Server (EWS) based on ARM11 processor and Linux operating system using web server, which are described in this section. Raspberry Pi. it will provide a powerful networking solution with 1. Raspberry Pi : The Raspberry Pi is low cost ARM wide range of application areas over internet. We will run web based palm-size computer. The Raspberry Pi has server on an embedded system having limited resources to serve microprocessor ARM1176JZF-S which is a member of embedded web page to a web browser. ARM11 family and has ARMv6 architecture. It is build Index Terms— Embedded Web Server, Raspberry Pi, ARM, around a BCM2835 broadcom processor. ARM processor Ethernet etc. operates at 700 MHz & it has 512 MB RAM. It consumes 5V electricity at 1A current due to which power I. INTRODUCTION consumption of raspberry pi is less. It has many peripherals such as USB port, 10/100 ethernet, GPIO, HDMI & With evolution of World-Wide Web (WWW), its composite video outputs and SD card slot.SD card slot is application areas are increasing day by day. Web access used to connect the SD card which consist of raspberry linux functionality can be embedded in a low cost device which operating system.
    [Show full text]
  • Netscape 6.2.3 Software for Solaris Operating Environment
    What’s New in Netscape 6.2 Netscape 6.2 builds on the successful release of Netscape 6.1 and allows you to do more online with power, efficiency and safety. New is this release are: Support for the latest operating systems ¨ BETTER INTEGRATION WITH WINDOWS XP q Netscape 6.2 is now only one click away within the Windows XP Start menu if you choose Netscape as your default browser and mail applications. Also, you can view the number of incoming email messages you have from your Windows XP login screen. ¨ FULL SUPPORT FOR MACINTOSH OS X Other enhancements Netscape 6.2 offers a more seamless experience between Netscape Mail and other applications on the Windows platform. For example, you can now easily send documents from within Microsoft Word, Excel or Power Point without leaving that application. Simply choose File, “Send To” to invoke the Netscape Mail client to send the document. What follows is a more comprehensive list of the enhancements delivered in Netscape 6.1 CONFIDENTIAL UNTIL AUGUST 8, 2001 Netscape 6.1 Highlights PR Contact: Catherine Corre – (650) 937-4046 CONFIDENTIAL UNTIL AUGUST 8, 2001 Netscape Communications Corporation ("Netscape") and its licensors retain all ownership rights to this document (the "Document"). Use of the Document is governed by applicable copyright law. Netscape may revise this Document from time to time without notice. THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN NO EVENT SHALL NETSCAPE BE LIABLE FOR INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY KIND ARISING FROM ANY ERROR IN THIS DOCUMENT, INCLUDING WITHOUT LIMITATION ANY LOSS OR INTERRUPTION OF BUSINESS, PROFITS, USE OR DATA.
    [Show full text]
  • The Ultimate Guide to Web Hosting for Beginners. Don't Be
    Welcome to the Ultimate Guide to Web Hosting for Beginners. Don’t be fooled by the name – this is a top-notch exhaustive resource, for new website owners and veterans alike, created by hosting experts with years of experience. Our mission: to help you save money and avoid hosting scams. Your part: please be kind and share this guide with someone. We made it to help you choose the right hosting, make the most of it and save big bucks on the long run. Here’s what this guide covers: VPS, Cloud and Dedicated hosting: types, pricing and technologies How to choose the right OS SEO and web hosting Installing WordPress in 5 easy steps The common dirty tricks of web hosting companies (and how to avoid them) The Most important features in shared web hosting To make the most of the information we’ve gathered here for you, we recommend taking these articles one at a time. Be sure to keep a notepad and a pen with you, because there will be some stuff you may want to write down. And now, 1. We hope you enjoy reading this guide as much as we had enjoyed writing it 2. Keep safe out there, and open your eyes to avoid scams and dirty tricks 3. Feel free to ask us anything. We’re at http://facebook.com/HostTracer 4. Please consider sharing your hosting experience with us on our community, at http://hosttracer.com Good luck! Idan Cohen, Eliran Ouzan, Max Ostryzhko and Amos Weiskopf Table of Contents Chapter 1: Introduction, and a Hosting Glossary .................................................
    [Show full text]
  • Domain Name System System Work?
    What is the DNS? - how it works Isaac Maposa | Dev Anand Teelucksingh | Beran Gillen Community Onboarding Program | 11 March 2017 Agenda 1 2 3 What is the Domain Structure of the How does the Name System? Domain Name Domain Name System System Work? 4 5 6 Who makes the Stakeholders in the Engage with ICANN Domain Name Domain Name ??? System Work? System. | 2 What is the Domain Name System (DNS)? The Internet, what is it..? ● The Internet is a network of networks that interconnects devices to exchange information. ● In order to “talk” to each other, all of these devices must have a unique numerical address called an Internet Protocol address or IP Address. An example of an IP address is 94.127.53.132 ● When you visit a website from your browser, you are requesting the website from your device’s IP address to the web server’s IP address. ● However, you don’t type in the ip address of the web server, rather the domain name of for example www.google.com ● In so doing, you have queried the DNS. ● So what is this DNS???? | 4 What is the Domain Name System? ● The Domain Name System or DNS overcomes this problem of remembering IP addresses by mapping domain names to IP addresses. ● While this sounds like a phone book, it is not a centralised database. ● The DNS is a distributed database across a hierarchy of networks of servers and provide ways for devices and software (like browsers and email) to query the DNS to get an IP address. ● Domain names must be unique.
    [Show full text]
  • Chapter 1 Web Basics and Overview
    Chapter 1 Web Basics and Overview The Web is an Internet-based distributed information system. Anyone with a computer connected to the Internet can easily retrieve information by giving a Web address or by simply clicking a mouse button. The Web is a great way to disseminate information and making it available 24/7. Information can also be collected from Web users and customers through online forms. Maintainers and administrators can control and update Web content from anywhere on the Web. All these make the Web a powerful tool for mass communication, e-business and e-commerce. Compared with TV, radio, news papers, and magazines, putting the word out on the Web is relatively simple and inexpensive. But a website is much more than such one-way communication media. It can be a virtual o±ce or store that is always open and supported by workers from anywhere. Web service companies o®er free Web space and tools to generate simple personal or even business Web pages. But, well-designed and professionally implemented websites are much more involved. Even then, expertly produced websites are still much more cost-e®ective than other means of mass communication. For business and commerce, the cost of a website is negligible when compared to building and operating a brick-and-mortar o±ce or store. Once in-place, a website is a store that never closes and that is very attractive. People take great pains in building an o±ce or store to project the right image and to serve the needs 7 8 CHAPTER 1.
    [Show full text]
  • OECD‘S Directorate for Science Technology and Industry
    THE ECONOMIC AND SOCIAL ROLE OF INTERNET INTERMEDIARIES APRIL 2010 2 FOREWORD FOREWORD This report is Part I of the larger project on Internet intermediaries. It develops a common definition and understanding of what Internet intermediaries are, of their economic function and economic models, of recent market developments, and discusses the economic and social uses that these actors satisfy. The overall goal of the horizontal report of the Committee for Information, Computer and Communications Policy (ICCP) is to obtain a comprehensive view of Internet intermediaries, their economic and social function, development and prospects, benefits and costs, and responsibilities. It corresponds to the item on 'Forging Partnerships for Advancing Policy Objectives for the Internet Economy' in the Committee‘s work programme. This report was prepared by Ms. Karine Perset of the OECD‘s Directorate for Science Technology and Industry. It was declassified by the ICCP Committee at its 59th Session in March 2010. It was originally issued under the code DSTI/ICCP(2009)9/FINAL. Issued under the responsibility of the Secretary-General of the OECD. The opinions expressed and arguments employed herein do not necessarily reflect the official views of the OECD member countries. ORGANISATION FOR ECONOMIC CO-OPERATION AND DEVELOPMENT The OECD is a unique forum where the governments of 30 democracies work together to address the economic, social and environmental challenges of globalisation. The OECD is also at the forefront of efforts to understand and to help governments respond to new developments and concerns, such as corporate governance, the information economy and the challenges of an ageing population.
    [Show full text]