Technology Guruu

  • Home
  • Site Info
    • About Us
    • Disclaimer
    • Privacy Polacy
  • Home
  • Digital Marketing
    • SEO
    • SMM
    • SEM
  • Quotes
  • Technical
  • Java
  • .Net
    • C#.Net
    • ASP.Net
  • Keychains

Wednesday, 28 June 2017

Connected and Disconnected Data Access Architecture

 Akansha     17:30:00     TechnicalQuestions     No comments   

The Ado.Net Frame Work Supports Two Models of Data Access Architectures one is Connected Oriented architecture and second One is Disconnected Oriented Architecture.

ADO.Net Architecture

Connected and Disconnected Data Access Architecture
Complete Architecture

Connected Oriented Architecture in ADO.Net

  • In connected oriented architecture client application will perform database operations on central database directly. 
  • Before performing database operation connection has to open explicitly to central database as well as after completion of the database operation connection has to close explicitly 
  • In this architecture programmer has to write the code to open the connection as well as to close the connection

Advantages:

  •  Accessing data will be faster

Dis Advantages:

  • It Increase network traffic
  • Burden on database server
  • Explicitly programmer has to write the code to open the connection as well as to close the connection.
  • To overcome the above drawbacks we have to go for disconnected oriented architecture.

Disconnected Oriented Architecture in Ado.net:  

  • In Disconnected oriented architecture client application will not perform all the database operations on central database instead of that it will depend on Local database.
  • Central database will be part of remote machine but local database will be part of client machine.
  • Whenever client application required some data it will fetch from the central database, will be fill into local database then only we can bind the data from local database to client application.
  • If we want to perform any modifications like update,insert,delete,select. In this architecture we will perform on local database which we will reflect to central database directly(internally).
  • In this architecture programmer doesn't require to open the connection explicitly as well as no need to write any code and no need to close connection. This will happen internally automatically.

Advantages:

  • It reduce network traffic.
  • Reduce the burden on database server which improves the performance of the application
  • no need to write the code to open or to close the connection.

Dis Advantages:

  • Accessing data will be slower.
  • In this architecture local database object to creating with in the client machine which consumes client machine memory which affects the performance of client application.
Friends You Like My Post Please Share To Your friends Through Social Media Like Google +,Facebook,Twitter etc
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Popular Posts

  • Missing My Friend Quotes : Friendship Day Quotes 2017
    Friends today my article about missing friends and moments with them. Here you are seen the best friendship quotes and some  feelings when...
  • Love Failure Quotes and Sad valentines day Quotes
    We Love Someone is a easy process sometime takes long time to love someone love others within short period but anyway always love dependin...
  • Brief description about Delegates
    Introduction about delegates and why delegates are came the main purpose of delegates how to useful and what are the advantages and disadv...
  • Na Tanu Samjhawan Ki Song lyrics
    Na Tanu Samjhawan Ki Song Lyrics With English Translation Movie : Humpty Sharma ki Dulhaniya Song : Samjhawan Song Singer : Arijit ...
  • Detail Introduction about C#.Net
    Brief Introduction about C#.Net  Introduction C#.Net is the one of the Programming Language the .Net Framework also contains ano...
  • Wonderful sayings about Life.
    I Believe Follow  Things(Life Quotes) I Believe I believe: ********** Believe in Life ********** That we don't have to chan...
  • Brief Description about Multicast Delegate
    Multicast delegate is an extension of normal delegate. It helps you to point more than one method at a single moment of time. Multicast ...
  • Brief description about properties
    Properties in C#.Net Properties Property is a member of a class which we will use to assign the value to a variable as well as whi...
  • Top 10 valentine's day Quotes and Greetings wishes
    All Lovers have Anxiety in Valentines day because it is a festival to all lovers in these they enjoy a lot and celebrate the Valentine...
  • Valentines day poems and wishes or Quotes
    A friendship that like love is warm; A love like friendship, steady.we are having the most difference between love and Friendship you mus...

Categories

  • Entertainment (67)
  • TechnicalQuestions (58)
  • Quotes (11)
  • C#.Net (8)
  • Java (8)
  • ValentinesDay (4)
  • SEO (3)
  • Home
  • About Us
  • Disclaimer
  • Privacy Policy
  • Sitemap

Copyright © 2015-2017 Good Friends 5.All Rights Reserved• And Our Sitemap • All Logos and Trademark Belongs To Their Respective Owners•