logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Difference between clustering and mirroring .


  • Correct Answer
  • - Clustering means one than one database server configured for the same user connection When users connect, one of the server?s responds and connects based on availability The user is completely ignorant of the fact that there are more than one database servers It demands high cost due to infrastructure needs Clustering is hence done on server level - Mirroring means, one has many configured databases on the same server Mirrors are basically copies of the original database Mirroring is hence done on database level 


  • Technology problems


    Search Results


    • 1. What is the difference between Notify URL and Return URL?
    • Discuss
    • 2. Why was PHP developed, what it is used for, and where can you get it?
    • Discuss
    • 3. What is the location of the Active Directory database?
    • Discuss
    • 4. What is Ribbon ?
    • Discuss
    • 5. What is plug and play ?
    • Discuss
    • 6. What is LINQ ?
    • Discuss
    • 7. What are the advantages of LINQ ?
    • Discuss
    • 8. The keyword which indicates that a method can be accessed by only one thread at a time is

    • Options
    • A. Strictfp
    • B. Synchronized
    • C. New
    • D. None
    • Discuss
    • 9. main() { int i; printf("%d",scanf("%d",&i)); // value 10 is given as input here }

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 10. I don't want my class to be inherited by any other class. What should i do?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment