1.

Difference B/w Two Tier And Three Tier Architecture In Navision?

Answer»

Two Tier Architecture

  • DB Server<-data-> Client
  • all NEEDED data from DB are sent to the client which process them
  • All raw data from DB MUST be transferred to the Client which will process them and DISPLAY them.

Three Tier Architecture

  • DB Server <-data-> Service tier <-results/inputs-> Client
  • Client sends "only" some request for data, service tier READ data from DB server, process them and only the requested result is sent to the client.

Two Tier Architecture

Three Tier Architecture



Discussion

No Comment Found