Web Server Undefinedundefined Nah Kali Ini Kita Akan Belajar Tentang Teknologi Server

Total Page:16

File Type:pdf, Size:1020Kb

Web Server Undefinedundefined Nah Kali Ini Kita Akan Belajar Tentang Teknologi Server Web Server undefinedundefined Nah kali ini kita akan belajar tentang teknologi server. Dalam posting ini saya akan memberikan sedikit tentang server web dan memahami cara kerjanya. Memahami Server Web Web server adalah perangkat lunak yang menyediakan layanan data yang berfungsi menerima permintaan HTTP atau HTTPS dari klien, yang dikenal sebagai browser web dan mengirimkan kembali hasilnya dalam bentuk halaman web halaman yang biasanya membentuk sebuah dokumen HTML Jenis Server Web: Apache Web Server - The HTTP Web Server 1.Apache Tomcat 2.Microsoft Windows Server 2003 Internet Information Services (IIS) 3.Lighttpd 4.Sun Java Sistem Web Server 5.Xitami Web Server 6.Zeus Web Server Tapi web terkenal dan sering digunakan adalah Apache dan Microsoft Internet Information Services (IIS). Para Cara kerja dari Web Server: Server 1.Web adalah mesin dimana aplikasi atau mendistribusikan perangkat lunak beroperasi dalam suatu halaman web untuk pengguna, tentu saja, sesuai dengan permintaan pengguna. 2. Hubungan antara Web Server dan Browser Internet atau kombinasi dari jaringan komputer yang ada di seluruh dunia. Setelah terhubung secara fisik, Protocol TCP / IP (protokol jaringan) yang memungkinkan semua komputer dapat berkomunikasi dengan orang lain. Pada saat browser meminta data web page ke server maka instruksi permintaan data oleh browser dalam wadah dalam TCP transport protocol dan yang dikirim ke alamat yg dalam hal ini adalah protokol berikutnya adalah Text transfer Hyper Protocol (HTTP ). HTTP adalah protokol yang digunakan di World Wide Web (WWW) antar komputer yang terhubung dalam jaringan di dunia. Untuk mengetahui protokol jelas sangan mudah di mana setiap kali Anda mengetik http:// ... Anda harus menggunakannya, dan membawa Anda ke dunia Internet. Berlalunya data dari browser ke Web server disebut permintaan HTTP dan halaman web yg diminta kemudian web server akan mencari data HTML yang ada dan di kemas dalam protokol TCP dan dikirim kembali ke browser. Data yang dikirim dari server ke browser disebut respon HTTP. Jika data yang diminta oleh browser tidak ditemukan oleh server web maka akan meninbulkan error yg sering anda lihat di halaman web yang Error: Halaman 404 Not Found. Ini memberikan rasa dari proses trimatra, yang berarti bahwa pengguna internet dapat membaca dari satu dokumen ke dokumen lain hanya dengan mengklik beberapa bagian dari halaman dokumen (web) itu. Proses yang dimulai dari permintaan webclient (browser), web server diterima, diproses, dan memproses hasilnya dikembalikan oleh server web ke klien web lagi dilakukan secara transparan. Setiap orang dapat dengan mudah mengetahui apa yang terjadi di setiap proses. Dalam garis besarnya saja web server untuk memproses semua masukan yang diperoleh dari clientnya web. Apache Web Server Apache web server yang paling banyak digunakan di Internet. Program ini pertama kali dirancang untuk lingkungan sistem operasi UNIX. Namun, pada beberapa versi Apache mengeluarkan program yang dapat dijalankan pada Windows NT. Apache memiliki banyak program dukungan. Hal ini memberikan layanan yang cukup lengkap bagi penggunanya. Beberapa dukungan untuk Apache: 1. Access Control. Kontrol ini dapat dijalankan berdasarkan nama host atau nomor IP 2. CGI (Common Gateway Interface) Umum digunakan adalah PERL (Practical Extraction and Report Bahasa), didukung oleh Apache dengan menempatkannya sebagai modul (mod_perl) 3. PHP (Halaman / PHP Personal Hypertext Processor) CGI program dengan metode seperti ini, yang memproses teks dan bekerja di server. Apache PHP dukungan dengan menempatkannya sebagai salah satu modulnya (mod_php). Hal ini membuat PHP kinerja yang lebih baik 4. SSI (Server Side Includes) Apache Web Server memiliki Keuntungan dari beberapa Pertimbangan di atas: 1. Apache termasuk dalam kategori freeware. 2. Apache adalah proses instalasi yang sangat mudah, jika dibandingkan dengan server web lainnya seperti NCSA, IIS, dan lain-lain. 3. Mampu beroperasi pada berbagai platform sistem operasi. 4. Mudah untuk mengatur konfigurasi, hanya empat file konfigurasi. 5. Mudah untuk menambahkan peripheral lainnya ke dalam platform web server. Fasilitas atau ciri khas dari web server Apache adalah: 1. Dapat digunakan sebagai pengganti untuk server web NCSA. 2. Perbaikan terhadap kerusakan dan kesalahan pada NCSA 1.3 dan 1.4. 3. Apache merespon web client sangat cepat jauh melebihi NCSA. 4. Mampu di kompilasi sesuai dengan spesifikasi HTTP yang sekarang. 5. Apache menyediakan fitur untuk server multihomed dan virtual. 6. Kita dapat menentukan respon error yang akan dikirim oleh server web menggunakan file atau script. 7. Server Apache secara otomatis dapat berkomunikasi dengan browser klien untuk menampilkan pandangan yang terbaik di browser client. Apache Web server secara otomatis menjalankan file index.html, halaman utamanya, untuk ditampilkan secara otomatis pada clientnya. 8. Apache Web server memiliki tingkat keamanan. 9. Apache memiliki komponen dasar dari sebagian besar server web lainnya. 10. Syarat perkembangan sejarah dan prospeknya, web server Apache memiliki prospek yang cerah. Apache web server dari NCSA yang kemudian dikembangkan untuk NCSA masih memiliki kekurangan dalam kompatibilitas dengan sistem operasi lainnya. Sampai saat ini, server Web Apache dikembangkan oleh tim dari apache.org. 11. Performasi dan konsumsi sumber daya dari web server Apache tidak terlalu banyak, hanya sekitar 20 MB untuk file-file dasarnya dan setiap daemon hanya membutuhkan sekitar 950 KB dari memori per anak. 12. Mendukung transaksi yang aman (secure transaction) menggunakan SSL (secure socket layer). 13. Memiliki dukungan teknis melalui web. 14. Memiliki kompatibilitas tinggi-platform. 15. Mendukung pihak ketiga dalam bentuk modul tambahan. Litespeed Web Server Litespeed web server merupakan teknologi baru yang diciptakan untuk menggantikan Apache Web Server di masa mendatang. Litespeed menurut hasil penelitian memiliki keuntungan yaitu 50% lebih cepat dalam memproses PHP dan lebih cepat 6x dibandingkan Apache Web Server. Berikut adalah rincian dari server Web kelebihan Litespeed: * Kinerja PHP mampu meningkat 50% * Mampu melebihi performa Apache hingga 6x lebih cepat * Pembatasan validasi HTTP request * Anti-DDoS * Prevention System Overloading * Recover dari kegagalan secara langsung dan otomatis * Kompatibel dengan Cpanel, Plesk dan Admin Direct * Dukungan kompatibilitas dengan mod_security request filtering Kompatibel dengan Apache *. Htaccess * Dll Nginx Web Server Nginx dengan cepat memberikan konten statis dengan penggunaan efisien sumber daya yang dapat menyebarkan sistem. dinamis HTTP konten di jaringan menggunakan FastCGI handler untuk script, dan dapat berfungsi sebagai penyeimbang software sangat mampu beban Nginx menggunakan asynchronous-event pendekatan untuk menangani permintaan yang diprediksi memberikan kinerja yang lebih baik di bawah beban, kontras dengan Apache HTTP server model yang menggunakan pendekatan berulir atau proses yang berorientasi untuk menangani permintaan. Fitur • Penanganan file statis, file indeks, dan auto-pengindeksan • Kebalikan proxy dengan caching • Load balancing • Kesalahan toleransi • Dukungan SSL • FastCGI dukungan dengan caching • Nama-server virtual dan berbasis IP • FLV Streaming • MP4 streaming, menggunakan modul streaming yang MP4 • Web page akses otentikasi • kompresi gzip • Kemampuan untuk menangani lebih dari 10.000 koneksi simultan • URL menulis ulang • Custom logging • Server-side termasuk IIS Web Server Internet Information Services (IIS) adalah komponen yang dapat digunakan untuk mengelola web, File Transfer Protocol (FTP), Ghoper, dan NNTP. Komponen IIS hadir dalam sistem operasi Windows NT, Windows 2000, Windows XP, 7 dan Windows Server 2003. Pada Windows 98, untuk mengelola komponen yang diperlukan dari Web Server Web Pribadi (PWS) meskipun tidak ada fasilitas untuk FTP. PWS juga merupakan bagian dari IIS. Komponen PWS terdapat pada CD master Windows 98 dan terletak di \ add-ons \ pws. PWS instalasi dapat dilakukan dari CD <Drive ROOM>: \ ADD-ONS | PWS | SETUP. Komponen pendukung IIS antara lain: • 1. Jaringan Protokol TCP / IP. • 2. Domain Name System (DNS). • 3. Disarankan untuk menggunakan format NTFS demi keamanan. • 4. Software untuk membuat website, salah satunya Microsoft FrontPage. Dalam pembahasan Internet Information Service, yang banyak dibahas adalah Internet Information Services ditemukan pada Windows 2000 Server dan hanya terbatas pada Files transfer Protocol (FTP) dan web saja. Di antara Opsi Server Web Disediakan Baik dan Buruk kita akan Jelaskan Berikut: Apache Keuntungan dan Kerugian 1 Open Source 2 Instalasi mudah 3 Mudah untuk dikustomisasi (file konfigurasi Apache hanya memiliki 4) atau menambahkan peripheral di server web 4 Dapat digunakan dalam berbagai platform mesin dari mainframe ke sistem embedded 5 Ada komunitas yang besar, sehingga mudah untuk menemukan solusi jika ditemukan masalah 6 Mudah dicari di internet Apache Server 7 otomatis berkomunikasi dengan clientnya untuk mendapatkan antarmuka web terbaik 8 keamanan yang baik dan bisa menggunakan SSL (Secure Socket Layer) 9 Tidak bisa diatur sehingga beban seperti IIS akan berlanjut sampai memfork proses baru OS diijinkan batas. Akan memungkinkan penyerang karena RAM akan cepat habis 10 Mudah diserang oleh DoS (di Apache versi 1.3 dan versi 2 ke versi 2.0.36) 11 Apache tidak memproses karakter kutip dalam string dan Pengarah User-Agent dikirim oleh Klien. Ini berarti klien mampu merumuskan masukan mereka hati-hati untuk merusak format baris
Recommended publications
  • A Systematic Review of Web Server Technologies Brixton Hamilton
    A Systematic Review of Web Server Technologies Brixton Hamilton Abstract The choice between different web server technologies is an increasingly relevant problem that users must face. This article will outline the features and functionalities that web servers perform, the differences between them, focusing on Apache, IIS, Jetty and Nginx, and how those relate to the requirements of different users. I will analyse the current trends in web server technologies, and suggest how they might continue to change in the future. As the internet rapidly grows and evolves, so must the web server technologies we use to host the websites on it. From merely tens of thousands of sites predominantly using NCSA server technology shortly after the birth of the internet, as of November 2016 there are 171 Million active sites[1], and over time the ever-changing needs of these sites will need to be met by more suitable web servers. The role of the web server in isolation is clear-cut, it must handle HTTP requests. However, outside this it must work with database systems (such as MySQL or MongoDB), serve dynamic content using server-side scripting languages (e.g. PHP or ASP .NET), and deal with the operating system on which it runs (most commonly Linux). Many different web server technologies exist, and when choosing between them, compatibility with the other elements of your server architecture is important. For the past 20 years, the clear-cut leader for active websites has been Apache, an adaptable, open- source server, usually run alongside Linux, PHP and MySQL as part of a ‘LAMP Stack’.
    [Show full text]
  • A Brief Review of Speech Synthesis
    Computer Science Computer Networks Piotr Leszczyński Book No. s4207 Remote voice Web browser for people with sight impairment Zdalna głosowa przeglądarka WWW dla osób niewidomych Engineering Thesis Written under the advice of Ph.D. Eng. Przemysław Skurowski Bytom September 2009 Contents 1 Introduction............................................................................... 7 2 A brief review of speech synthesis ................................................ 9 2.1 Human speech synthesis ......................................................... 9 2.2 Text-To-Speech systems overview .......................................... 10 2.2.2 Concatenation Speech Systems ...................................... 11 2.2.3 Articulator Speech Systems ............................................ 11 2.2.4 History ........................................................................ 12 3 Application modeling and implementation .................................... 14 3.1 Application concept ............................................................... 14 3.2 Functional requirements ........................................................ 15 3.3 Non-Functional requirements ................................................. 16 3.4 Feasibility analysis ................................................................ 16 3.5 Technical limitations ............................................................. 17 3.5.1 Accessibility ................................................................. 17 3.5.2 Speech synthesis .........................................................
    [Show full text]
  • O'reilly® Jason Hunter
    rr Help for Server-Side Java Developer, '" Jason Hunter O'REILLY® with William Crawford Page 1 of 94 J ava" Servlet Programming Page 2 of 94 THE JAVA"" SERIES Learning Java m Java'" Performance Tuning Java'" Threads Java'" Internationalization Java'· Network Programming JavaServer Pages" Database Programming with JDBC'Mand Java'" Java m Message Service Java'" Distributed Computing Developing Java Beans'M Java" Security Java" Cryptography Also from O'Reilly Java" Swing Java" Servlet Programming Java'M in a Nutshell Java" I/O J ava" Enterprise in a Nutshell J ava™ 2D Graphics Java'" Foundation Classes in a Nutshell Enterprise Javafleans" Java" Examples in a Nutshell Creating Effective JavaHelp'M JiniTM in a Nutshell Java'" and XML The Enterprise Java" CD Bookshelf Page 3 of 94 -, Javan, Servlet Programming Second Edition Jason Hunter with William Crawford O'REILLY® Beijing. Cambridge. Farnham» Koln » Paris > Sebastopol. Taipei. Tokyo Page 4 of 94 Java Servlet Programming, Second Edition byJason Hunter with William Crawford Copyright © 2001,1998 O'Reilly & Associates, Inc. All rights reserved. Printed in the United States of America. Published by O'Reilly & Associates, Inc., 101 Morris Street, Sebastopol, CA 95472. Editors: Robert Eckstein and Paula Ferguson Production Editor: Colleen Gorman Cover Designer: Hanna Dyer Printing History: October 1998: First Edition. April 2001: Second Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O'Reilly logo are registered trademarks and The Java™ Series is a trademark of O'Reilly & Associates, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O'Reilly & Associates, Inc.
    [Show full text]
  • Etude Des Facteurs De Succès Du Projet Open Source Apache HTTP
    Etude des facteurs de succès du projet open source Apache HTTP Dr Ir Robert Viseur * ** * CETIC, Avenue Jean Mermoz, 28, B-6041 Charleroi ** UMONS Faculté Polytechnique, Rue de Houdain, 9, B-7000 Mons [email protected], [email protected] Résumé : Avec Linux, Firefox et OpenOffice.org, le projet Apache HTTP fait partie des success stories populaires dans le domaine open source. Dans cette recherche, nous proposons d’explorer les facteurs de succès qui ont permis au serveur web Apache HTTP de devenir un projet open source mondial et pérenne. Après une étude longitudinale du projet identifiant les facteurs de succès, nous discutons différents apprentissages à l’usage des gestionnaires et développeurs de projets collaboratifs. Mots clés : logiciel libre, open source, serveur web, apache, utilisateur de pointe, world wide web. 1 Study of success factors for the Apache HTTP open source project Dr Ir Robert Viseur * ** * CETIC, Avenue Jean Mermoz, 28, B-6041 Charleroi ** UMONS Faculté Polytechnique, Rue de Houdain, 9, B-7000 Mons [email protected], [email protected] Abstract With Linux, Firefox and OpenOffice.org, Apache HTTP project is one of the popular success stories in the open source sector. In this research, we propose to explore the success factors that enabled Apache HTTP Web server to become a wordlwide and sustainable open source project. After a longitudinal study of the project identifying success factors, we discuss different findings for managers and developers aiming to set up collaborative projects. Keywords free software, open source, web server, apache, lead user, world wide web. 2 Introduction Le serveur web Apache HTTP, avec sa part de marché fréquemment supérieure à 50%, est un des logiciels open source incontournables.
    [Show full text]
  • Comparison of Web Server Software from Wikipedia, the Free Encyclopedia
    Create account Log in Article Talk Read Edit ViewM ohrisetory Search Comparison of web server software From Wikipedia, the free encyclopedia Main page This article is a comparison of web server software. Contents Featured content Contents [hide] Current events 1 Overview Random article 2 Features Donate to Wikipedia 3 Operating system support Wikimedia Shop 4 See also Interaction 5 References Help 6 External links About Wikipedia Community portal Recent changes Overview [edit] Contact page Tools Server Developed by Software license Last stable version Latest release date What links here AOLserver NaviSoft Mozilla 4.5.2 2012-09-19 Related changes Apache HTTP Server Apache Software Foundation Apache 2.4.10 2014-07-21 Upload file Special pages Apache Tomcat Apache Software Foundation Apache 7.0.53 2014-03-30 Permanent link Boa Paul Phillips GPL 0.94.13 2002-07-30 Page information Caudium The Caudium Group GPL 1.4.18 2012-02-24 Wikidata item Cite this page Cherokee HTTP Server Álvaro López Ortega GPL 1.2.103 2013-04-21 Hiawatha HTTP Server Hugo Leisink GPLv2 9.6 2014-06-01 Print/export Create a book HFS Rejetto GPL 2.2f 2009-02-17 Download as PDF IBM HTTP Server IBM Non-free proprietary 8.5.5 2013-06-14 Printable version Internet Information Services Microsoft Non-free proprietary 8.5 2013-09-09 Languages Jetty Eclipse Foundation Apache 9.1.4 2014-04-01 Čeština Jexus Bing Liu Non-free proprietary 5.5.2 2014-04-27 Galego Nederlands lighttpd Jan Kneschke (Incremental) BSD variant 1.4.35 2014-03-12 Português LiteSpeed Web Server LiteSpeed Technologies Non-free proprietary 4.2.3 2013-05-22 Русский Mongoose Cesanta Software GPLv2 / commercial 5.5 2014-10-28 中文 Edit links Monkey HTTP Server Monkey Software LGPLv2 1.5.1 2014-06-10 NaviServer Various Mozilla 1.1 4.99.6 2014-06-29 NCSA HTTPd Robert McCool Non-free proprietary 1.5.2a 1996 Nginx NGINX, Inc.
    [Show full text]
  • Fastcgi 1 Fastcgi
    FastCGI 1 FastCGI FastCGI es un protocolo para interconectar programas interactivos con un servidor web. FastCGI es una variación de la ya conocida Common Gateway Interface (CGI ó Interfaz Común de Entrada). El principal objetivo de FastCGI es reducir la carga asociada con el hecho de interconectar el servidor web y los programas Common Gateway Interface, permitiéndole a un servidor atender más peticiones a la vez. Ventajas • Independencia del lenguaje utilizado. Libertad de elección de la plataforma de desarrollo: C++, PHP, Perl, Java, entre otros. • Se utiliza un proceso separado. Libertad de elección del servidor web. Facilidad para el tratamiento de errores y depuración. • Es posible la ejecución en host separado. Mayor libertad para configuración del sistema, tanto en el diseño de la red como en la elección de los sistemas operativos. Disminución de la carga de trabajo del servidor principal. En resumen, la libertad de diseño de CGI a la velocidad de un módulo del servidor.. Historia CGI es un protocolo para interconectar aplicaciones externas con servidores web. Las aplicaciones CGI corren en un proceso separado que es creado al inicio de cada petición y es finalizado cuando termina su trabajo. Este modelo de "un nuevo proceso por cada petición" hace que los programas CGI sean muy fáciles de implementar, pero limita la eficiencia y la escalabilidad. En altas cargas, la sobrecarga en el sistema operativo por la creación y destrucción de procesos se torna significativa y limita la escalabilidad. Además, el modelo de procesos CGI limita las técnicas de reutilización de recursos (como ser la reutilización de conexiones a base de datos, caché en memoria, etc).
    [Show full text]
  • Web Service - Is a Standardized Medium,Protocol Or Language to Propagate Communication Between the Client and Server Applications on the World Wide Web
    Web service - is a standardized medium,protocol or language to propagate communication between the client and server applications on the World Wide Web. A web service is a software module that is designed to perform a certain set of tasks. Web services are invoked by the user directly or indirectly to provide services to the program/software which is being used as a part of WWW. User may be unaware about such web services. The web services can be searched for over the network and can also be invoked accordingly. When invoked, the web service would be able to provide the functionality to the client, which invokes that web service. Many people think that the internet and the world wide web (WWW) are the same thing. While they are closely linked, they are very different systems. The internet is a huge network of computers all connected together. The world wide web (‘www’ or ‘web’ for short) is a collection of webpages found on this network of computers. Our web browser uses the internet to access the web. The World Wide Web is a way of exchanging information between computers on the Internet, tying them together into a vast collection of interactive multimedia resources. World Wide Web was created by Timothy Berners Lee in 1989 at CERN in Geneva. World Wide Web came into existence as a proposal by him, to allow researchers to work together effectively and efficiently at CERN. Eventually it became World Wide Web. Web architecture Web is a two – tiered architecture. • A web browser display information contents • Web server that transfers information to the client Web services HTML – Hyper text markup language is a document design language not a programming language.
    [Show full text]
  • Difference Between Weblogic Server and Application Server
    Difference Between Weblogic Server And Application Server Hassan is unforgotten and twill corporally while batholitic Jessie belly-flopping and expresses. How indrawn is Donnie when concluded and busying Terencio encouraged some ailments? Is Steffen gradualistic or lurching when disseminate some venuses hornswoggles inaccurately? Oracle license wl server and weblogic server All java application is different request made free to determine or email id and. Search results and other users trust in between datagrid and related issues and create separate container. As bite it performs a similar role to OC4JOracle Application Server in. API's and features of Java EE 7 to simplify application development using. Oracle WebLogic Server Audentia. Both static contents of web application logic by default ports of operations, he was no matter what? Creating your case, other web traffic that you with other application workloads across multiple war or development tools integrate with a network resources. On deep diagnostics before production and easily or release changes. Difference between Jboss and WebLogic WithoutBook. Java ee ones are three levels of java objects, select this flexibility by for commercial edition or for iterative approaches to n managed identities to. What is by purpose and difference between fire and. An intuitive framework for deployment, performance of several requirements of this format etc files from oracle corporation, delete or nas for. What Determines If a PC Is shot to trim a Web Server or Not. Where all the application and. The difference between jboss is not understand classloaders contain web browser and with sending periodic messages stored on distributed management and.
    [Show full text]
  • PERFORMANCE to Improve the Performance Many Things Must Be Considered
    CHAPTER FIVE PERFORMANCE To improve the performance many things must be considered. The web portal must avoid the system downtimes. Different types of the web servers are available in the market. Selection of the web server must be done after considering the server limitations and the needs of the web portal. Most of the time some assumptions are made about the client machine, but to make the robust web portal all the Client side limitations (e.g., communication media limitations or availability of devices like printer, speaker, etc.) must be considered. The most important point about the performance is speed optimization which can be achieved by Task scheduling. Different types of tools are available in the market as per the reQuirements for the Load and Performance Measurement. 5 PERFORMANCE 5.1 Introduction The software products undergo several cycles of alpha and beta tests and receive feedback from the users before they are distributed as a final product. The alpha and beta versions are given to the users and users suggest changes, which are reflected in the final product. If the software is fully customized then different modules are prepared and these models are installed on the user machines and users are asked to use the modules. Dynamic Content Caching (Centralized or Distributed) is used to improve the performance. The End-Users may struggle in the identification and manipulation of variables. The Modelling Web Applications Compare the modelling components using non-object oriented languages, and Compare the modelling components using object-oriented languages. Most commonly used model components are Script, Mark­ up, Style Sheet, Schema, Data languages, and Object-Oriented languages.
    [Show full text]
  • Measurement, Analysis and Performance Improvement of the Apache Web Server ¢¡
    Measurement, Analysis and Performance Improvement of the Apache Web Server ¢¡ Yiming Hu Department of Electrical & Computer Engineering & Computer Science University of Cincinnati Cincinnati, OH 45221-0030 [email protected] Ashwini Nanda IBM T.J. Watson Research Center P.O.Box 218 Yorktown Heights, NY 10598 [email protected] Qing Yang Department of Electrical & Computer Engineering University of Rhode Island Kingston, RI 0288 [email protected] Abstract Performance of Web servers is critical to the success of many corporations and organizations. However, very few results have been published that quantitatively study the server behavior and identify the performance bottlenecks. In this paper we measure and analyze the behavior of the popular Apache Web server on a uniprocessor system and a 4-CPU SMP (Symmetric Multi-Processor) system running the IBM AIX operating system. Using the AIX built-in tracing facility and a trace-analysis tool, we obtained detailed information on OS kernel events and overall system activities while running Apache driven by the SPECweb96 and the WebStone benchmarks. We found that on average, Apache spends about 20-25% of the total CPU time on user code, 35-50% on kernel system calls and 25-40% on interrupt handling. For systems with small RAM sizes, the Web server performance is limited by the disk bandwidth. For systems with reasonably large RAM sizes, the TCP/IP stack and the network interrupt handler are the major performance bottlenecks. We notice that Apache shows similar behavior on both the uniprocessor and the SMP systems. After quantitatively identifying the performance bottlenecks, we proposed 8 techniques to improve the performance of Apache.
    [Show full text]
  • HTTP/2: Analysis and Measurements
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Universidad Carlos III de Madrid e-Archivo UNIVERSIDAD CARLOS III DE MADRID ESCUELA POLITÉCNICA SUPERIOR DEPARTAMENTO DE INGENIERÍA TELEMÁTICA ITT: Sistemas de Telecomunicaciones Proyecto Fin de Carrera HTTP/2: Analysis and measurements Author: José Fernando Calcerrada Cano Tutor: Marcelo Bagnulo Braun Cotutor: Anna Maria Mandalari January 2016 “This, Jen, is the Internet.” Maurice Moss, IT Crowd. Abstract HTTP/2: Analysis and measurements by José Fernando Calcerrada Cano The upgrade of HTTP, the protocol that powers the Internet of the people, was published as RFC on May of 2015. HTTP/2 aims to improve the users experience by solving well- know problems of HTTP/1.1 and also introducing new features. The main goal of this project is to study HTTP/2 protocol, the support in the software, its deployment and im- plementation on the Internet and how the network reacts to an upgrade of the existing protocol. To shed some light on this question we build two experiments. We build a crawler to monitor the HTTP/2 adoption across Internet using the Alexa top 1 million websites as sample. We find that 22,653 servers announce support for HTTP/2, but only 10,162 websites are served over it. The support for HTTP/2 Upgrade is minimal, just 16 servers support it and only 10 of them load the content of the websites over HTTP/2 on plain TCP. Motivated by those numbers, we investigate how the new protocol behaves with the middleboxes along the path in the network.
    [Show full text]
  • “Change Request System”
    “Change Request System” Tesina Para cumplir la acreditación de las estadías profesionales y contar con los créditos necesarios para obtener el grado de Ingeniero en Informática Autor: Irving Adrián Perea Aguilar ​ Asesor académico: Lic. José Giovanni Ortega Tostado ​ Asesor externo: Lic. Elisa Becerra Ulloa ​ Organismo Receptor: Tata Consultancy Services, Ltd. ​ Mazatlán, Sinaloa a 11 de diciembre de 2015 AGRADECIMIENTOS Con todo el amor del universo y por sobre todas las cosas, a mi madre y a mi padre, que entre la adversa incertidumbre de verme crecer y evolucionar, resintieron caídas incluso más fuertes que las mías, pero con sus espíritus grandes y sus almas soñadoras, estuvieron siempre ahí para darme la mano, ayudarme a levantar y seguir avanzando. Al espacio, al tiempo y a los acontecimientos que me pusieron el día de hoy en el lugar en el que estoy, pues no quisiera estar en ningún otro lado. A todos mis amigos (tanto a los pasajeros como a los de planta), que no hicieron mi vida más fácil, pero fácilmente la hicieron mucho más llevadera; con su elocuencia humorística y su desdén hacia las cosas que los adultos consideran importantes, hicieron de lo que va de mi existencia, la broma más larga y graciosa que alguien pudiera contarte. Quiero hacer, además, una mención especial a una criatura muy particular (cuyo nombre preferiría no recordar para nada) quien me motivó a reflexionar mis días con ​ ​ mucho más detenimiento, y logró que reviviera (de forma bastante dolorosa) mi ilusión en la vida, en el color, en las flores, en el cielo, en la magia y en el amor.
    [Show full text]