System Architecture & Hardware Configurations

Slides:



Advertisements
Similar presentations
ICS 434 Advanced Database Systems
Advertisements

NETWORKING CLASSIFICATION OF COMPUTERS * Size *Cost *#of users *Storage capacity.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica System architectures Updated: November 2014.
12 Chapter 12 Client/Server Systems Hachim Haddouti.
Basic Computer Networks Configurations School of Business Eastern Illinois University © Abdou Illia, Spring 2007 Week 1, Thursday 1/10/2007)
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Distributed Systems: Client/Server Computing
© 2001 by Prentice Hall8-1 Local Area Networks, 3rd Edition David A. Stamper Part 3: Software Chapter 8 Client/Server Architecture.
DATABASE MANAGEMENT SYSTEMS 2 ANGELITO I. CUNANAN JR.
Telnet/SSH: Connecting to Hosts Internet Technology1.
System Architecture & Hardware Configurations Dr. D. Bilal IS 592 Spring 2005.
For more notes and topics visit:
Data Storage and Data Processing Architectures The difficulty is in the choice George Moore, 1900.
Application Layer CHAPTER 2. Announcements and Outline  Administrative Items  Questions? Recap 1.Introduction to Networks 1.Network Type 2.N etwork.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
Csi315csi315 Client/Server Models. Client/Server Environment LAN or WAN Server Data Berson, Fig 1.4, p.8 clients network.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Client – Server Architecture. Client Server Architecture A network architecture in which each computer or process on the network is either a client or.
How computer’s are linked together.
The Client/Server Database Environment Ployphan Sornsuwit KPRU Ref.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Personal Computer - Stand- Alone Database  Database (or files) reside on a PC - on the hard disk.  Applications run on the same PC and directly access.
Networks.
Database Architectures Database System Architectures Considerations – Data storage: Where do the data and DBMS reside? – Processing: Where.
Kiew-Hong Chua a.k.a Francis Computer Network Presentation 12/5/00.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Enterprise Network Systems Client/ Server Mark Clements.
TM 8-1 Copyright © 1999 Addison Wesley Longman, Inc. Client/Server and Middleware.
Client – Server Architecture A Basic Introduction 1.
System Architecture & Hardware Configurations Dr. D. Bilal IS 582 Spring 2008.
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
Distributed Processing, Client/Server and Clusters
Unit 3 Virtualization.
Telecommunications and Networks
Peer 2 Peer & Client Server
The Client-Server Model
Module 8: Networking Services
Database System Concepts and Architecture
Enterprise Systems Architectures
Principles of Network Applications
MVC and other n-tier Architectures
3.1 Types of Servers.
The Client/Server Database Environment
System Architecture & Hardware Configurations
CHAPTER 2 Application Layer.
TYPES OF SERVER. TYPES OF SERVER What is a server.
Data Networking Fundamentals
Introduction to client/server architecture
#01 Client/Server Computing
Computer (Transport) Layer
Ch > 28.4.
Telnet/SSH Connecting to Hosts Internet Technology.
Chapter 2 Database Environment Pearson Education © 2009.
Comparison of LAN, MAN, WAN
Computing Architectures
Basic Computer Networks Configurations
An Introduction to Computer Networking
Introduction to Local Area Networks
Network Models, Hardware, Protocols and number systems
Peer-to-Peer (p2p) Systems
Tiers vs. Layers.
File Operations Access Permissions.
Network+ Guide to Networks, Fourth Edition
GCSE OCR 3 A451 Computing Client-server and peer-to-peer networks
Client/Server Computing
Objectives Explain the role of computers in client-server and peer-to-peer networks Explain the advantages and disadvantages of client- server and peer-to-peer.
#01 Client/Server Computing
Presentation transcript:

System Architecture & Hardware Configurations Dr. D. Bilal IS 582 Spring 2006

System Architecture Two major system architectures: Hierarchical Client/Server

Hierarchical Architecture Processing and activities are controlled by the host system Remote computers connected to host system have limited functions (input/output)

Hierarchical Architecture Remote computers connected to the host system emulate “dumb” terminals in communicating with the host system. “Dumb” terminals have no or limited processing capabilities.

Client/Server Architecture Client: a user’s computer Server: a dedicated computer in a network shared by multiple users More than one server can exist in this architecture (e.g., database server, Web server, application server, e-mail server)

Client/Server Architecture A computing architecture in a LAN or WAN environment Clients on network perform certain processing functions when requesting information from a server in the network

Client/Server Architecture TCP/IP to establish communications between clients and servers Clients handle the user interface screen formatting, display of results, input/output make requests and send them to the application server

Client/Server Architecture Server searches for requested information and sends results to the client(s) Server performs database management, information retrieval, transaction and processing tasks. Server delivers access to files, applications, and network communications.

File Server Architecture User requests information from a server Entire database file is downloaded in the computer making the request results in slow communication between the user’s computer and the server.

File Server Architecture Software programs are loaded onto the server only. Installing updates are done in server Updates take less time to install than those in client/server architecture

Client/Server Architecture One client may connect to one or more servers: OPAC server, Webmail server, and other servers One server may connect to multiple clients concurrently.

Client/Server Architecture Each client that is connected in a client/server network must have part of the automation software (e.g., user interface) loaded onto its hard disk that allows it to perform certain application tasks.

Client/Server Architecture If all OPACs in a network must have access to the Web, all clients must have a Web browser. If all clients must provide access to e-mail, they must have the e-mail client software loaded on them.

Client/Server Architecture Servers may be large scale computers, mid-range computers, or high speed microcomputers. True client/server means that the application was originally designed to run on a network (LAN or WAN).

Types of Client/Server: Two-Tier Database processing tasks are done in the server. Application processing tasks are done in the client requesting the information. A request is generated in the client and transmitted to the server. The Database Management System that resides on the server searches for the desired information and transmits the results of the request to the client.

Types of Client/Server: Three-Tier Used when applications are in high demand. An additional server is used for application processing tasks. Both the client and the additional server perform application processing tasks. The other server performs the database management tasks (searching, retrieval, etc.).

Types of Client/Server: Thin Clients Computer terminals rather than desktop computers. Do little or no data processing tasks. Process information (input/output). Used to lower PCs and Macs cost used in a network.

Types of Client/Server: Thin Clients May be used as e-mail stations, Web access stations, and/or OPACs stations. Can co-exist with thick or fat clients in a network.

Client/Server Architecture Benefits See Bilal, 2002, pp. 33-34. Disadvantages See Bilal, 2002, p. 34. See client/server software architecture at http://www.sei.cmu.edu/str/descriptions/clientserver.html

Options for Hardware Configurations Non-networked (a.k.a. stand-alone) Advantages Disadvantages Difference between stand-alone hardware configuration and stand-alone software configuration.

Options for Hardware Configurations Networked: LAN-based Advantages Disadvantages Networked: WAN-based

ASP Model ASP (Access Service Provider) To outsource network maintenance and troubleshooting to a vendor Vendor does database installation and update Fee-based service