Tiers vs. Layers.

Slides:



Advertisements
Similar presentations
BY MAULIK PATEL CED, GPERI Computing Architecture.
Advertisements

COURSE: COMPUTER PLATFORMS
Objectives In this session, you will learn to:
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
IMS1907 Database Systems Week 5 Database Systems Architecture.
Apache Tomcat Server Typical html Request/Response cycle
Client/Server Architecture
Centralized and Client/Server Architecture and Classification of DBMS
DATABASE MANAGEMENT SYSTEMS 2 ANGELITO I. CUNANAN JR.
Client – Server Architecture A Basic Introduction Kathleen R. Murray, Ph.D. May 2002.
SERVER Betül ŞAHİN What is this? Betül ŞAHİN
Simple Database.
Slide 1 Physical Architecture Layer Design Chapter 13.
Csi315csi315 Client/Server Models. Client/Server Environment LAN or WAN Server Data Berson, Fig 1.4, p.8 clients network.
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
A system sharing informati on and services with individuals and groups webster.com/dictionary/ne tworking webster.com/dictionary/ne.
How computer’s are linked together.
CH1. Hardware: CPU: Ex: compute server (executes processor-intensive applications for clients), Other servers, such as file servers, do some computation.
The Client/Server Database Environment Ployphan Sornsuwit KPRU Ref.
1 Welcome to CSC 301 Web Programming Charles Frank.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Database Architectures Database System Architectures Considerations – Data storage: Where do the data and DBMS reside? – Processing: Where.
Networking Relationships What is a computer network?
Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition Copyright © 2004 Pearson Education, Inc. Slide 2-1 Data Models Data Model: A set.
INTRODUCTION TO DBS Database: a collection of data describing the activities of one or more related organizations DBMS: software designed to assist in.
Distributed database system
NETWORKING BASICS.
Application Development
INTRODUCTION to MIS 12/24/20151 Introduction To MIS Component Overview.
Communications & Networks National 4 & 5 Computing Science.
Enterprise Network Systems Client/ Server Mark Clements.
TM 8-1 Copyright © 1999 Addison Wesley Longman, Inc. Client/Server and Middleware.
Chapter 1 : Computer Networks. Lecture 2. Computer Networks Classification: 1- Depend on the geographical area. 2- Depend on functional relationship.
Client – Server Architecture A Basic Introduction 1.
System Architecture & Hardware Configurations Dr. D. Bilal IS 582 Spring 2008.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Databases (CS507) CHAPTER 2.
3.1 Types of Servers.
Business System Development
System Architecture & Hardware Configurations
Chapter 2 Database System Concepts and Architecture
Database System Concepts and Architecture
3.1 Types of Servers.
3.1 Types of Servers.
The Client/Server Database Environment
System Architecture & Hardware Configurations
Database Architectures and the Web
TYPES OF SERVER. TYPES OF SERVER What is a server.
#01 Client/Server Computing
Client-Server Computing
Client-Server Computing
Chapter 16 Designing Distributed and Internet Systems
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Comparison of LAN, MAN, WAN
Ch 15 –part 3 -design evaluation
An Introduction to Computer Networking
Chapter 6 – Architectural Design
Networking and Security
File Operations Access Permissions.
Communications & Computer Networks Resource Notes - Introduction
Teacher Monica Herrera
Architecture of the web
Copyright 2005 Prentice- Hall, Inc.
Client/Server and Peer to Peer
OBJECT STORAGE AND INTEROPERABILITY
#01 Client/Server Computing
Presentation transcript:

Tiers vs. Layers

LAN allows sharing of data and hardware, such as printer and scanners Client Server Model Every information system involves three main functions: Data storage and access methods Application programs to handle the processing logic Interface that allows users to interact with the system. What is single-tier Architecture LAN allows sharing of data and hardware, such as printer and scanners scanner Printer LAN Client Server Client Client

What is Client/Server Architecture? is a device that requests and receives information on the network. The client requests information from server. It presents and manages the user-interface through application program and data manipulation functions. It interprets the results send by server and presents the result to user. Server Is a computer that provides shared resources to network users. A server is a process – not machine. It receives queries or requests from client, interprets and executes the queries and sends the results of queries to the relevant clients. Server records a transaction. Client requests information from the server CLIENT Server transmits the results and query to the client SERVER CLIENT

Types of Server? Client requests data file Server transmits entire file File server client Client transmits SQL command Server transmits results of SQL execution Database server client Client triggers transaction Transaction server Server executes set of SQL commands and verifies result client Client transmits internet communication Server transmits internet communication Web server client Client request print documents Server accepts print job and send to printer Print server client