1Z0-599 · Question #20
A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet. Which type of…
The correct answer is D. Asynchronous Replication. WAN HTTP Session State Replication Resources in a wide area network (WAN) are frequently spread across separate geographical regions. In addition to requiring network traffic to cross long distances, these resources are often separated by multiple routers and other network…
Question
A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet. Which type of session replication in WebLogic is recommended?
Options
- AMAN Replication
- BWAN Replication
- CSynchronous Replication
- DAsynchronous Replication
- EDatabase Replication
How the community answered
(46 responses)- A2% (1)
- B7% (3)
- C9% (4)
- D80% (37)
- E2% (1)
Explanation
WAN HTTP Session State Replication Resources in a wide area network (WAN) are frequently spread across separate geographical regions. In addition to requiring network traffic to cross long distances, these resources are often separated by multiple routers and other network bottle necks. Network communication in a WAN generally has higher latency and slower interconnect. Slower network performance within a WAN makes it difficult to use a synchronous replication mechanism like the one used within a MAN. WebLogic Server provides failover across clusters in WAN by using an asynchronous data replication scheme. HTTP Session State Replication Weblogic Server uses two methods for replicating HTTP session state across clusters: inmemory replication * Using inmemory replication, WebLogic Server copies a session state from one server instance to another. The primary server creates a primary session state on the server to which the client first connects, and a secondary replica on another WebLogic Server instance in the cluster. The replica is kept uptodate so that it may be used if the server that hosts the servlet fails. * JDBCbased persistence In JDBCbased persistence, WebLogic Server maintains the HTTP session state of a servlet or JSP using filebased or JDBCbased persistence. JDBCbased persistence is also used for HTTP session state replication within a Wide Area
Topics
Community Discussion
No community discussion yet for this question.