Objectives:
Section 1 - Architecture (10%)
1. Discuss the relationships between IBM WebSphere Application Server, v5.0 and the application components (browser, HTTP server, plug-in, firewall, database servers, MQSeries, etc.)
2. Evaluate the design considerations of IBM WebSphere Application Server, v5.0 installations in an enterprise application environment (LDAP, database servers, JMS, etc.)
3. Integrate the WebSphere architecture with the local topology (effects of adding nodes to cells (e.g. application and configuration synchronization issues) )
4. Describe workload management strategies
----------------------------------------------------------------------------------------------------
7. Which of the following are TRUE statements with respect to LDAP and the IBM HTTP Server?
A. LDAP is an information directory where users and groups can be defined only once and shared across multiple machines and applications.
B. LDAP is an Internet protocol for exchanging basic management information.
C. The IBM HTTP Server "LDAP Plug-in" allows authentication and delegation to be performed by the directory.
D. LDAP is a proprietary protocol that IBM uses to communicate between the IBM HTTP Server and the Web container
(select 1)
-------------------------------------------------------------------------
B. (
http://www.gracion.com/server/whatldap.html)
falsch:
A: LDAP selbst ist ein Protokoll.
C: bin ziemlich sicher das das nonsens ist.
D: sicher falsch, weil LDAP nicht proprietär ist.
------------------
11When SSL ID tracking is used as the session affinity mechanism, the lifetime of an SSL session ID is controlled by configuration options in ___________ .
A. Edge Server
B. Web server
C. Application Server
D. Enterprise application
(select 1)
-----------------------------------------------
18Which of the following statements are FALSE with respect to an SSL connection?
A. SSL can be used between an "Applet Container" and the embedded HTTP server.
B. SSL can be used between an "Applet Container" and an "EJB Container".
C. SSL can be used between an "Applet Container" and a "Web Container".
D. SSL can be used between an "Applet Container" and a "Web server".
E. SSL can be used between an "Applet Container" and a "Client Container".
(select 2)
------------------------------------------------
20. What is the first IBM WebSphere Application Server, V5.0 component that receives a servlet request from a browser?
A. Web server
B. Web server plug-in
C. Application server
D. Servlet redirector
(select 1)
--------------------------------------------------
(select 1)
B. Web Server Plug-in Bestandteil des Webservers entscheidet, ob request durch Webserver (statischer Inhalt) oder durch Application Server (dynamischer Inhalt) verarbeitet wird (SysManConfig, S. 69f).
Der Webserver ist keine WAS Komponente. Das Webserver plugin schon. Das entsprichende config File wird in WAS generiert und in den Webserver kopiert.
Ansonsten kann auch A richtig sein. C auch eventuell.
Dies ist eine typische IBM Sch...-Frage
------------------------------------------------
33. Which of the following statements best describe the characteristics of the Web server plug-in?
A. It provides communication between the Web server and the Application Server.
B. It is configured while installing the Web server.
C. It handles workload management between multiple application servers.
D. It communicates via the HTTP protocol.
E. It communicates via the OSE protocol.
(select 3)
-------------------------------------------------
(SysManConfig, S. 69f)
A ja.
B nicht, weil es in einen installierten Webserver kopiert wird und bei der WAS Installation konfiguriert wird.
C. Ja.
D. ja.
E. glaub ziemlich sicher, OSE ist deprecated. Frühere Versionen von WAS
--------------------------------------------------
42. In a multi-node configuration where each node has an application server, which of the following protocols is used for direct communication between the two application servers?
A. HTTP
B. IIOP
C. OSE
D. LDAP
(select 1)
--------------------------------------------------
B. bin ich mir ziemlich sicher. Zumindest kann man damit auch in einen Cluster einen Server genau adressieren.
----------------------------------------------------
45. Which of the following are TRUE with respect to distributed administration?
A. A managed process is an individual server process, like a JMS Server.
B. A node consists of a set of 'managed processes' managed via a cell agent.
C. A managed process on machine "Y" can communicate directly with a managed process on machine "X".
D. Only one active Network Deployment may be installed in the environment.
E. The Deployment Manager AdminService passes object requests directly to a node agent.
(select 2)
A, C
B-- gibt keinen Cell agent
D -- geht wohl. etwa für eine parallele Testinstallation
E -- Kommunikation node agent -- Admin Service läuft immer pull vom node agent aus