Netscape Application Server

Slides:



Advertisements
Similar presentations
Netscape Application Server Application Server for Business-Critical Applications Presented By : Khalid Ahmed DS Fall 98.
Advertisements

Technical Architectures
Web Server Hardware and Software
BICS546 Client/Server Database Application Development.
15 Chapter 15 Web Database Development Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
DATABASE APPLICATION DEVELOPMENT SAK 3408 The Web and DBMS.
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
Building Enterprise Information Portal using Oracle Portal 3
Understanding and Managing WebSphere V5
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Client/Server Architectures
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Week 7 Lecture Web Database Development Samuel Conn, Asst. Professor
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Networked Application Architecture Design. Application Building Blocks Application Software Data Infrastructure Software Local Area Network Server Desktop.
第十四章 J2EE 入门 Introduction What is J2EE ?
Serveur Internet sous Windows NT Eric Lapaille (c) 1996.
DEV-5: Introduction to WebSpeed ® Stephen Ferguson Sr. Training Program Manager.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 JSP Application Models.
Electronic Commerce Semester 1 Term 1 Lecture 7. Introduction to the Web The Internet supports a variety of important tools, such as file transfer, electronic.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
The Holmes Platform and Applications
J2EE Platform Overview (Application Architecture)
Introduction to Oracle Forms Developer and Oracle Forms Services
Progress Apama Fundamentals
Chapter 8 Environments, Alternatives, and Decisions.
InGenius Connector Enterprise Microsoft Dynamics CRM
System Architecture & Hardware Configurations
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
The Client/Server Database Environment
Introduction to Oracle Forms Developer and Oracle Forms Services
Open Source distributed document DB for an enterprise
Principles of Network Applications
Introduction to Oracle Forms Developer and Oracle Forms Services
Web Software Model CS 4640 Programming Languages for Web Applications
The Client/Server Database Environment
The Client/Server Database Environment
CSC 480 Software Engineering
System Architecture & Hardware Configurations
Chapter 9: The Client/Server Database Environment
Introduction to J2EE Architecture
IBM Start Now Host Integration Solutions
#01 Client/Server Computing
Enterprise Application Architecture
Chapter 3: Windows7 Part 4.
Chapter 16 Designing Distributed and Internet Systems
Ch > 28.4.
Scalable SoftNAS Cloud Protects Customers’ Mission-Critical Data in the Cloud with a Highly Available, Flexible Solution for Microsoft Azure MICROSOFT.
An Introduction to Computer Networking
Web Development Using ASP .NET
Data Security for Microsoft Azure
Goals Introduce the Windows Server 2003 family of operating systems
Lecture 1: Multi-tier Architecture Overview
One-Stop Shop Manages All Technical Vendor Data and Documentation and is Globally Deployed Using Microsoft Azure to Support Asset Owners/Operators MICROSOFT.
Appcelerator Arrow: Build APIs in Minutes. Connect to Any Data Source
Web Application Server 2001/3/27 Kang, Seungwoo. Web Application Server A class of middleware Speeding application development Strategic platform for.
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
A Network Operating System Edited By Maysoon AlDuwais
Graduation Project #1 University Internet Student Registration System
Mark Quirk Head of Technology Developer & Platform Group
Introduction of Week 5 Assignment Discussion
#01 Client/Server Computing
Presentation transcript:

Netscape Application Server Application Server for Business-Critical Applications Presented By : Khalid Ahmed DS 520 - Fall 98

OLD CLIENT-SERVER MODEL Connection Clients were required to have dedicated lines, leased lines, dialups, or some other access to the Server. Network Protocol Clients had to use the same network protocols as the Server they wanted to communicate with, TCP/IP, IPX/SPX, NetBUI, etc. Hardware Requirements Clients had to meet specific machine requirements: microprocessor speed; screen resolution; RAM; hard disk space; modem speed; etc. Clients were required to make a huge investment in hardware.

OLD CLIENT-SERVER MODEL Operating System Requirements The Clients had to run a specific Operating System and version. Software Updates Application updates via floppy disks or CDs were frequent. The Client was required to perform the costly installation or update.

New Client-Server Model Internet Connection Clients need only have access to the Internet to access a website. Network requirements are largely eliminated because TCP/IP is the default Internet protocol. Now it’s easy for clients to communicate with a server. Instant Access Clients no longer need to install or update applications, they simply access the service on a website. Any updates you’ve made to the application will be immediately available. Now it’s easy and inexpensive for you to update your services. Client Browser Clients can use almost any browser and they don’t need special hardware. They can also use any Operating System and version for which a web browser exists. Now it’s inexpensive for clients to access a server.

Basic Web Applications DB Databases Documents Enterprise Data Web Server CGI, SSJS, NSAPI, ISAPI, WAI, Etc. Client Browser Internet Connection

Enterprise C/S Applications Robust Web Applications Business Logic Tier Web Servers Application Servers Presentation Tier Rich Clients (Java C/C++, VB) Web Browser Data Tier Databases Enterprise C/S Applications Legacy Systems Documents HTTP IIOP

Requirements of Web-based Business Applications In order to deploy robust applications over the web, the web solution must deliver on the following key requirements for business critical computing: Transaction Management Capabilities Scalability High Performance Robustness Security

Shortcomings of the Web for Deploying Business Applications Lack of transaction management capabilities and stateless environment. No model for application scalability. Unpredictable performance under heavy and varying loads. Difficult application deployment and management. Lack of end-to-end security.

Netscape Application Server (NAS) Netscape application server is a programmable application server. It provides all the core system and application services required to enable rapid deployment and facilitate management of high volume, transaction-based web applications. Some of it’s key features include: Rapid deployment of transactional applications. Session and state management. High scalability. High performance. Security. Dynamic content generation. Management capabilities.

Key Components of Netscape Application Server

Netscape Application Server Architecture

Netscape Application Server Components Web Server to Netscape Application Server (NAS) Communication Communication between a web server and NAS occurs through NSAPI, ISAPI and optimized CGI. Communication with the web browsers occurs through the HTTP, SHTTP or SSL protocols. Load Balancing System Incoming requests first pass through the NAS load balancing system, which directs requests to available servers for optimized processing under heavy loads. Request Management System The NAS is a multi-threaded system and the Request Management System assigns threads from a dynamic thread pool to process the requests.

Netscape Application Server Components Application Logic Processing System The application logic processing system handles all requests related to processing business logic. Requests are identified by their Globally Unique IDentifier (GUID) and checked against the Global Directory Service (GDS). The GDS determines the language of the application logic object. It then loads the appropriate language specific handler for the request.It could be a .class file for a java application or a .DLL file for a C++ application. System and Application Services These services can be broadly classified into four categories:

Netscape Application Server Components Transaction Management System Database Access Services Presentation Services Application Services Administrative Services The administrative services provides us with a framework for managing distributed NAS and applications. It supports Java based administrator tools for easy point-and-click management of servers and applications. Kernel Services It provides low-level services to all the other services and sub-systems.

How does the NAS operate ? When a request comes in from a web browser, the request is passed to the web server via the HTTP, SHTTP or SSL protocol. The request is processed by the appropriate Web Connector such as NSAPI (for Netscape webservers) or ISAPI (for Microsoft web servers). The request is then forwarded to a correspondong Listener. The web connectors and listeners manage the passing of requests from the web server to the NAS. In a environment with multiple NAS, a request is first handled by the Load Balancing System. It then directs the request to the server best suited for this process. The Request management system

How does the NAS operate ? then assigns threads from a dynamic thread pool to process the request. The request is then handed to the application logic processing system where the appropriate application logic is executed to process the request. Application logic processing might involve calling one or more functions from the following subsystems: Data Access Services such as database access operations and connection caching. Transaction management system such as transaction manager and database request manager. System and Application Services such as session manager and distributed state manager. Presentation Services such as presenting formatted data to the browser.

NAS Applications as part of a three-tiered environment. The applications on a Netscape Application Server run in a distributed, three-tiered environment.

NAS Applications as part of a three-tiered environment. Client Tier The first tier is the client or user interface tier. The software providing the user interface can be either a web browser displaying a HTML page or a client application installed on desktop PC’s. Middle Tier The middle tier is the NAS. This tire consists of server machines running both NAS software and server-side application code. Database Tier The database tier consists of one or more database servers, which can be from different vendors.

Netscape Application Builder Rapid Development of Business Applications Wizards for Point-&-click Development Pre-built Application Services and Class Libraries (Java, C/C++) Reusable Application Components Distributed Deployment of Application Components Distributed Development Using Three-Tier Programming Model

Netscape Application Builder Robust Application Development Tools Application Logic Designer HTML Designer Query Designer Project Manager Third-party Tool Support

Netscape Server administration Advanced cluster management Enterprise-wide views of all servers and processes Event monitoring & alerts Multi-view graphical performance monitoring ACL, User & Group Management Load balancing customization Application administration Application partitioning Integrated deployment

Summary Key Benefits of the Netscape Application Server: Enables Rapid Development of Business Applications Provides Industry Leading Performance & Scalability Provides High Availability & Reliability Enables Enterprise Application Integration Allows Client-Independence (HTML, Java, C++, VB) Provides Open & Extensible Architecture