GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Certification  >  Sun  >  310-051
Go To First  |  Previous Question  |  Next Question 
 310-051  |  Question 42 of 421    Print  
Your company’s employee assistance program (EAP) application is now required to be deployed on the
Web. The following are characteristics and requirements of the new system:
• The UI is an off-the-shelf, unsigned terminal-emulator applet.
• The applet communicates with a terminal server using a proprietary TCP/IP-based protocol.
• The terminal server sits behind the corporate firewall and listens on port 10001.
• The only configurable items for the applet are the host IP and port of the terminal server.
• You company’s firewall only allows traffic through on port 80 for HTTP and port 443 for HTTPS.
Problem: The applet is unable to communicate through the firewall.
Which two statements about this architecture are false? (Choose two)
A. If the applet were signed, it could communicate directly with the terminal server.
B. If the terminal server were signed, the applet could communicate with it directly on port 10001.
C. The applet can communicate with the terminal server if the firewall is modified to allow traffic through
on port 10001.
D. The applet can communicate with the terminal server if it is configured to communicate with the
terminal server on port 80 or 443.
Answer: A, B


  
Total Answers and Comments: 2 Last Update: September 13, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: ss_holmes
 
A and B are indeed the correct answers. The question asks for statements that are FALSE.. and therefore A and B are the correct (FALSE) answers.

Above answer was rated as good by the following members:
marekasf
April 21, 2007 14:49:41   #1  
jaceko Member Since: April 2007   Contribution: 1    

RE: Your company’s employee assistance program (...
Correct answer should be C D
 
Is this answer useful? Yes | No
September 12, 2007 22:59:48   #2  
ss_holmes        

RE: Your company’s employee assistance program (...
A and B are indeed the correct answers. The question asks for statements that are FALSE.. and therefore A and B are the correct (FALSE) answers.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

 Which of the following are benefits of Server Clustering? A             ReplicationB              High SecurityC              Easy ManageabilityD              Load BalancingE             
 Choices A, D and E are correct. Through the use of replicas, server clusters increase the reliability and availability of a system. They provide a fault tolerance mechanism with load distribution 

 CORBA is a standard for A             Messaging using virtual channels called QueuesB              Standardized development practicesC              Messaging using virtual channels called topicsD              Accessing distributed object
 Choice D is correct. Common Object Request Broker Architecture (CORBA) is a standard for distributed communication involving applications written using different languages. Hence choice D is 

 Which of the following are not true about Screen Scrapers? A             Screen scrapers function as Terminal Emulators on one end and as Object Interfaces on the other.B              Screen Scraping may be a useful tool when used in conjunction with the off-board servers.C              Changes to
 Choices C and D are correct. When using screen scrapers, any changes to the legacy user interface will also affect the new GUI. Also screen scraping is the best alternative only if the existing 

 Undefined Primary Keys refers to? A             Refers to Entity Beans that do not use Primary KeysB              Primary Keys that are defined during developmentC              Primary Keys that remain undefined until the bean is deployedD             
 Choice C is correct. One problem with container-managed persistence in EJB 1.0 was that the bean developer had to define the primary key during development. This forced the developer to make 

 Both CMT and BMT may be used with Entity and Session Beans. True or False? A             TrueB              False
 Choice B is correct With EJB1.1 only Session Beans with equal to 'Bean' can have bean-managed transactions. Entity Beans are not allowed to be BMT beans. Hence choice 

 Which of the following is not a resource management technique?  A             Maintaining a smaller pool of Stateless Beans to serve a large number of clients.B              Providing Database Connection PoolingC              Persistence of Entity BeansD             
 Choice C is correct. Persistence of Entity beans is the ability to save data represented by the bean into a database. It is not a resource management technique. Choice C is false and therefore 

 HTTPS is defined as A             HTTP with SecurityB              HTTP on secure lineC              HTTP over SSLD              HTTP with SSL 
 Choice C is correct HTTPS stands for HTTP over SSL. With HTTPS, SSL sits above the TCP-IP layer and below the application protocol layer. Hence choice C is correct.  

 HTTP is A             Connection LessB              Connection BaseC              StatefulD              StatelessE              Secure
 Choice B and D are correct. HTTP (HyperText Transfer Protocol) is a transport mechanism for MIME (Multipurpose Internet Mail Extensions) documents. MIME documents often contain HTML (HyperText 

  Asynchronous communication is achieved by using: A             Remote Procedure CallsB              RMI/IIOPC              Message Oriented MiddlewareD              CORBA
 Choice C is correct. Message Oriented Middleware or MOM is used for asynchronous messaging between applications. Most popular implementations support Point to Point (one to one) and Publish 

  Which of the following is not part of the Messaging architecture: A             Decentralized messaging using IP MulticastingB              Decentralized messaging using Secure Sockets Layer (SSL)C              Use of virtual channels called QueuesD             
 Choice B is correct. Only choice B is not a standard paradigm in messaging architecture. Hence choice B is correct.IP Multicasting can be used as a technique for decentralized messaging. Queues 


 Sponsored Links

 
Related Articles

BI Role in Making Corporate Decisions

BI Role in Making Corporate Decisions What is a Corporate Decision A decision that deals with the safety success and livelihood of a business can be defined as a corporate decision These decisions can range anywhere from financial issues and customer satisfaction to product popularity and environmen
 

Performing DML Operations on XML Schema Based XMLType Views

Performing DML Operations on XML Schema Based XMLType Views Analyzing the underlying query of the empSch v view discussed in the preceding section you may note that each attribute of the EMP T object used in the select list maps to a certain column of a single table namely emps What this means in pr
 

SQL Server 2005 Integration Services Review

SQL Server 2005 Integration Services using Visual Studio 2005 A Beginner s Guide SQL Server 2005 A offering of Microsoft Corporation for database management the SQL server 2005 is one of the powerful database management systems in the world Available for integration in almost any system that uses Mi
 

SQL Server Integration Services

SQL Server Integration Services Here is a sample chapter from Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 by Jayaram Krishnaswamy Environment set up for Visual Studio 2005 with respect to SSIS and multiple tasking Connecting to Microsoft Access Text Files Excel S
 

SQA Planning and Requirements

SQA Planning and Requirements The scope of Software Quality Assurance or SQA starts from the planning of the application until it is being distributed for the actual operations To successfully monitor the application build up process the SQA team also has their written plan In a regular SQA plan the
 

Point to Point Protocol (PPP)

Point to Point Protocol PPP The Point to Point Protocol is a platform that is used to connect any individual computer or a network to the internet service provider The connection is established between two points only and that is why it is called Point to Point Protocol The PPP is considered be the
 

Web Server

Web Server A web server can be a program or the computer itself which receives the requests from various other browsers and responds to those requests These requests are all requests that are being sent for some documents There are two kinds of web servers available The web server program and the
 

N-Tier Architecture: Data Access Layer

N Tier Architecture Data Access Layer In an N Tier architecture the data access layer consists of components that aid one in the process of accessing the database When it is used correctly the data access layer serves as an abstract level for the structures of the database Simple changes that are ma
 

N-Tier Architecture: The Business Rules Layer

N Tier Architecture The Business Rules Layer Business Rules Layer in N Tier Architectures The Business Rules Layer in an N Tier architecture is that layer that contains the Business logic and or Business rules of the application Reserving a separate layer strictly for Business logic in an N Tier arc
 

N-Tier Architecture Presentation Logic Layer

N Tier Architecture Presentation Logic Layer Composition of the Presentation Layer The Presentation Layer in an N Tier structure is commonly referred to as the client” layer It consists of parts that are used to present data to an end user Examples of components on the Presentation Layer
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape