“Nodes of Distributed Systems”

Slides:



Advertisements
Similar presentations
Technical Architectures
Advertisements

Electrical Engineering Department Software Systems Lab TECHNION - ISRAEL INSTITUTE OF TECHNOLOGY Persistent chat room Authors: Hazanovitch Evgeny Hazanovitch.
Multiple Tiers in Action
Client – Server Architecture A Basic Introduction Kathleen R. Murray, Ph.D. May 2002.
C LIENT /S ERVER AND P EER TO P EER National 4/5 Computing Science.
Client/Server Architectures
For more notes and topics visit:
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
Cloud Computing.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
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.
GRNET Greek Research & Education Network GRNET Simple Storage – GSS Ioannis Liabotis, Panos Louridas Amsterdam, June 2007.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Network Resources BICS 565. Device Sharing Sharing CDROM and removable media Shortcuts to folders on other machines Sharing hardware devices across the.
Networking Components 10/2/07. Parts of a Network Clients –Computers that request or order information from a server –Usually desktop computers with their.
Web application architecture1 Based on Jim Conallen: Web Applications with UML.
NETWORKING BASICS.
Networking… By: Allan Joe Next page.
Intro to Web Services Dr. John P. Abraham UTPA. What are Web Services? Applications execute across multiple computers on a network.  The machine on which.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
Windows Azure poDRw_Xi3Aw.
Client – Server Architecture A Basic Introduction 1.
LO2 Understand the key components used in networking.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
CLIENT SERVER COMPUTING. We have 2 types of n/w architectures – client server and peer to peer. In P2P, each system has equal capabilities and responsibilities.
2 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Architecture.
CX Introduction to Web Programming
Chapter 12: Architecture
3.1 Types of Servers.
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
INTRODUCTION TO COMPUTER NETWORKS
System Architecture & Hardware Configurations
3.1 Types of Servers.
Some bits on how it works
3.1 Types of Servers.
Application Layer Functionality and Protocols
System Architecture & Hardware Configurations
CHAPTER 2 Application Layer.
TYPES OF SERVER. TYPES OF SERVER What is a server.
Introduction to client/server architecture
#01 Client/Server Computing
Client-Server Computing
Chapter 3: Windows7 Part 4.
Application Layer Functionality and Protocols
Comparison of LAN, MAN, WAN
Application Layer Functionality and Protocols
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.
CS101 Bigger Networks.
The Client Server Model
Application Layer Functionality and Protocols
Tiers vs. Layers.
Chapter 12: Physical Architecture Layer Design
Introducing the .NET Framework
INTRODUCTION TO COMPUTER NETWORKS
Network+ Guide to Networks, Fourth Edition
INTRODUCTION TO COMPUTER NETWORKS
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
INFORMATION TECHNOLOGY
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Snippet Engine as a Database Server
Client/Server and Peer to Peer
Computer Networks Protocols
Wi-Fi/wireless router
#01 Client/Server Computing
Presentation transcript:

“Nodes of Distributed Systems” Poornima Institute of Engineering & Technology, Jaipur Department of Computer Engineering A Presentation on Presented by,: Manish Bhardwaj (DyHod,CS) “Nodes of Distributed Systems”

Today’s Programme What is Node Clients Fat Thin Hybrid Servers Peers

What is Node Also known as “Knot”. Connection Point. Any Redistribution Point or communication end point. Depends on network and protocol layers. Any device connected to a network which can send, receive or forward information across a network.

Clients Devices that are not capable to run on their own. Connected to remote computers via network and they make them to run. Can be on the same machine. Client connects via network using IPC or shared memory or named pipes. Examples: Web browsers, webmail,online chat, Gaming Client etc.

Types of Client Fat Clients Thin Clients Hybrid

Fat Client Also known as low-fat client ,rich-poor client or thick thin client. Able to run independently. Examples are systems running Development tools like . net framework, java and visual studio

Thin Clients Minimal sort of client Uses resources of host computer. Runs client for required data processing. Examples are JavaScript, AJAX, ASP,JSP running systems

Hybrid Clients Mixture of both Processes locally as well as requires server for storage data.

Servers Physical computer to run more services. Database server, mail server, file server, print server. Web server etc.

Peers Equally distributed Independent