It simplifies remote interfaces to distributed objects.
It promotes cleaner application partitioning and encourages reuse.
It provides an initial point of contact for handling all related requests.
It reduces maintainability due to the increased complexity of the design.
It provides loosely coupled handlers that can be combined in various permutations.
第1题:
Which two are characteristics of the IS -IS protocol but not OSPF?()
第2题:
Which two are characteristics of the Intercepting Filter pattern?()
第3题:
A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades performance of the application. Which design pattern provides a solution for this problem?()
第4题:
A developer is designing the presentation tier for a web application which requires a centralized requesthandling to complete common processing required by each request. Which design pattern provides asolution to this problem?()
第5题:
Which two are characteristics of the Transfer Object design pattern?()
第6题:
Flyweight
Transfer Object
Service Locator
Dispatcher View
Business Delegate
Model-View-Controller
第7题:
It encapsulates component lookup procedures
It increases source code duplication and decreases reuse
It improves client performance by caching context and factory objects
It degrades network performance due to increased access to distributed lookup services
第8题:
Front Controller and Transfer Object
Front Controller and Service Locator
Business Delegate and Transfer Object
Business Delegate and Intercepting Filter
第9题:
it provides enhanced visibility across the entire application infrastructure
it provides a set of management tools that enable automation of configuraion
it significantly increases the performance of Web-based applications with no code change
it dramatically reduces costs associated with diagnostics, configuration, and deployment on production servers
第10题:
It encapsulates component lookup procedures.
It increases source code duplication and decreases reuse.
It improves client performance by caching context and factory objects.
It degrades network performance due to increased access to distributed lookup services.
第11题:
Flyweight
Transfer Object
Service Locator
Dispatcher View
Business Delegate
Model-View-Controller
第12题:
Front Controller and Transfer Object
Front Controller and Service Locator
Business Delegate and Transfer Object
Business delegate and Intercepting Filter
Model-View-Controller and Intercepting Filter
第13题:
The Squeaky Bean company has decided to port their web application to a new J2EE 1.4 container. Whilereviewing the application, a developer realizes that in multiple places within the current application, nearlyduplicate code exists that finds enterprise beans. Which pattern should be used to eliminate this duplicatecode?()
第14题:
A developer is designing a web application that makes many fine-grained remote data requests for each client request. During testing, the developer discovers that the volume of remote requests significantly degrades performance of the application. Which design pattern provides a solution for this problem?()
第15题:
Which the two are characteristics of the Service Locator pattern?()
第16题:
Which two are characteristics of the Front Controller pattern?()
第17题:
It resembles a Layer 2 bridge.
Traffic flow through the IPS resembles traffic flow through a Layer 3 router.
Inline interfaces which have no IP addresses cannot be detected.
Malicious packets that have been detected are allowed to pass through, but all subsequent traffic is blocked.
第18题:
it provides centralized request handling for incoming requests.
It forces resource authentication to be distributed across web components.
It reduces coupling between presentation-tier clients and underlying business services.
It can be added and removed unobtrusively, without requiring changes to existing code.
It allows preprocessing and postprocessing on the incoming requests and outgoing responses.
第19题:
It helps verify end-to-end path availability.
It provides traffic rerouting in case of disaster.
HSRP, GLBP, and VRRP can be clients of GSS.
BGP must be the routing protocol between the distributed data centers.
DNS responsiveness is improved by providing centralized domain management.
第20题:
it has lost contact with controller.
its ip address already exists.
it requires a code upgrade.
it is operating normally.
第21题:
It reduces network traffic by collapsing multiple remote requests into one.
It increases the complexity of the remote interface by removing coarse-grained methods.
It increases the complexity of the design due to remote synchronization and version control issues.
It increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.
第22题:
displays a screen with Fix-it check boxes to let you choose which potential security-related configuration changes to implement
has two modes of operationinteractive and non-interactive
automatically enables Cisco IOS firewall and Cisco IOS IPS to secure the router
uses interactive dialogs and prompts to implement role-based CLI
requires users to first identify which router interfaces connect to the inside network and which connectto the outside network
第23题:
Transfer Object
Session Facade
Intercepting Filter
Template Method
Model-View-Controller