Network Architecture Models Niranjan Rao Julapelly.

Slides:



Advertisements
Similar presentations
Chapter 4 Computer Networks
Advertisements

1 Data Link Protocols Relates to Lab 2. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet,
Eighth Edition by William Stallings
Information Technology Foundations-BIT 112 TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
مقدمة في تقنية المعلومات د. محمد البرواني. مقدمة عن الشبكات مقدمة عن الشبكات.
1 Fibre Distributed Data Interface 100Mbps –1986 ANSI - X3T9.5 committee –Supports IEEE Access Methodology = Modified token-passing Logical topology.
Department of Computer Engineering University of California at Santa Cruz Networking Systems (1) Hai Tao.
Telecommunications Chapter 5 Chapter 5 Telecommunications
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 4, Tuesday 1/30/2007)
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
Chapter 15: LAN Systems Business Data Communications, 4e.
EE 4272Spring, 2003 Chapter 14 LAN Systems Ethernet (CSMA/CD)  ALOHA  Slotted ALOHA  CSMA  CSMA/CD Token Ring /FDDI Fiber Channel  Fiber Channel Protocol.
Computer Networks: Introduction1 Introduction. Computer Networks: Introduction2 Network Definitions and Classification Preliminary definitions and network.
LAN Risanuri Hidayat. LAN-Local Area Network A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects.
Distributed System Concepts and Architectures Summary By Srujana Gorge.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
Damian Gordon.  When we hook up computers together using data communication facilities, we call this a computer network.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
COMPUTER NETWORKS.
1 Computer Networks Course: CIS 3003 Fundamental of Information Technology.
{ Networking High School Computer Application. What is a network? A system containing any combination of computers, computer terminals, printers, audio.
The Ethernet Prepared by: Amer Al-Qadri Ahmad Abdul-Rahman Ismail khistah
NETWORK CHONGSEOK PARK 10DD MRS. VEENA MONY Content.
In The Name Of Allah Whose Blessings Are Uncountable.
Chapter 6 High-Speed LANs Chapter 6 High-Speed LANs.
Network Architecture Models Telvis Calhoun CSc 8320.
Chapter 2 The Infrastructure. Copyright © 2003, Addison Wesley Understand the structure & elements As a business student, it is important that you understand.
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
Networks and Telecommunications
SIMS-201 Computer Networks. 2 Introduction to Computer Networks Chapter 19 The Local Area Network  Overview.
Chapter 7 Local Area Networks: The Basics. Topics Definition of LAN Primary function, advantage and disadvantage Difference between Client/Server network.
 Part 1: The definitions of networking -Network -Standalone -LAN -WAN -Clients -Server -Clients/Server Networks -Peer to Peer Networks Part 1NetworkStandaloneLANWANClientsServerClients/Server.
Networks A network is a collection of computers and devices connected together via communications devices and transmission media Advantages of a network.
20 LAN Hardware Overview Version A.01 H3065S Module 2 Slides.
Computer Network Technology
Week one - networks and Layered Communication Introduction to Networks Layered Communication OSI Model The Physical Layer The Data Link Layer.
Chapter 1 An Introduction to Networking Collected and Compiled By JD Willard MCSE, MCSA, Network+, Microsoft IT Academy Administrator Computer Information.
Local Area Network By Bhupendra Ratha, Lecturer
1 LAN Technologies and Network Topology. 2 Direct Point-to-Point Communication.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
Towards a Common Communication Infrastructure for Clusters and Grids Darius Buntinas Argonne National Laboratory.
FDDI Fiber Distributed Data Interface By Ya’kob, Aidid & Fikri.
LAN technologies and network topology LANs and shared media Locality of reference Star, bus and ring topologies Medium access control protocols.
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
Layer 2 Technologies At layer 2 we create and transmit frames over communications channels Format of frames and layer 2 transmission protocols are dependent.
Summary on Distributed System Concepts and Architectures Vijay Neelakandan
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
OV Copyright © 2013 Logical Operations, Inc. All rights reserved. Network Theory  Networking Terminology  Network Categories  Standard Network.
5 SECTION A 1 Network Building Blocks  Network Classifications  LAN Standards  Network Devices  Clients, Servers, and Peers  Physical Topology  Network.
Chapter2 Networking Fundamentals
Chapter 11 Local Area Networks Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
Computer Network Overview Ikjun Yeom. 2 What is a computer network? a collection of computing nodes and links connecting the nodes why we need it? –to.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
COMPUTER NETWORK CREATED BY:- PALASH SACHAN. CONTENTS INTRODUCTION COMPUTER NETWORK TYPES OF NETWORK CLASSIFICATION OF NETWORK ARCHITECTURE NETWORK TOPOLOGY.
Network Architecture Models Bernard Chen. Outlines Introduction System Architecture Communication Network References.
FDDI (Fiber Distributed Data Interface)
Local Area Networks: Monil Adhikari. Primary Function of a LAN File serving – large storage disk drive acts as a central storage repository Print serving.
FDDI Network Security.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
Data Link Protocols Relates to Lab 2.
CHAPTER 8 Communication and Network Copyright © Cengage Learning. All rights reserved.
COMPUTER NETWORKS Lecture-8 Husnain Sherazi. Review Lecture 7  Shared Communication Channel  Locality of Reference Principle  LAN Topologies – Star.
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
SIMS-201 Computer Networks.
LAN Risanuri Hidayat.
Business Data Communications, 4e
7- chapter Seven Local Area Networks (LAN)
SIMS-201 Computer Networks.
Basics of Telecommunications and Networks
Presentation transcript:

Network Architecture Models Niranjan Rao Julapelly

Outlines Introduction System Architecture Communication Network References

Distributed Computing "Distributed" or "grid computing" in general is a special type of parallel computing which relies on complete computers (with onboard CPU, storage, power supply, network interface, etc.) connected to a network by a conventional network interface, such as Ethernet. This is in contrast to the traditional notion of a supercomputer, which has many CPUs connected by a local high-speed computer bus.parallel computingEthernet supercomputercomputer bus

Distributed System Categories Multiple computer systems collaborating to deliver a single application ▫Can be broadly applied to high-performance computing (HPC) whereby multiple computers, commonly called clusters, collaborate to solve a single problem Multiple applications collaborating together as a system ▫Can be broadly applied to application integration whereby multiple discrete applications receive a copy of “some” data and process the data accordingly.

Distributed Service Distributed Service depend on the system architecture and the underlying communication network. In the upper level, system architecture is an abstract description of major components and their relation In the lower level, network architecture specifies the communication facilities

Outlines Introduction System Architecture Grid Peer-to-Peer Model Client-Server Communication Network References

Architectures: Grid Integrates and coordinates resources and users that live within different control domains Built from multi-purpose protocols and interfaces that address such fundamental issues as authentication, authorization, resource discovery, and resource access. Allows its constituent resources to be used in a coordinated fashion to deliver various qualities of service, (e.g. response time, throughput, availability, and security) [Foster, 2002]

Architectures: Peer-to-Peer Model In this model, end users share resources in a peer style, potentially acting as both CLIENT and SERVER Advantages: 1. removes single point failure and associated performance bottlenecks 2. releases the network traffic overhead by providing service locally

P2P Categories P2P were classified into three different categories: 1. Centralized P2P systems 2. Decentralized structured P2P systems (there is no central server and peers are structured according to some strict rules) 3. Decentralized unstructured P2P systems

Architectures: Client-Server Workstation-server model [Chow, 1997] ▫A work station may serve as a Stand-Alone computer or as a part of an overall network ▫Some workstations are Diskless Workstation, all file and boot services are supported by the network

Architectures: Client-Server Processor-Pool model ▫Most workstations are idling at any instance in time. ▫Collects all processing power in Processor Pool Server ▫Users access a virtual single computer system with intelligent terminals

HPC Technology: Remote Direct Memory Access (RDMA) Allows data to move directly from the memory of one computer into that of another without involving either one's operating system.

HPC Technology: Cisco® Infiniband 20-Gbps bandwidth Transport functions are all implemented in hardware that offloads all communications tasks such as reliable, in-order delivery and multiplexing, which allows more CPU cycles to be spent on processing rather than communications. [Cisco, 2006] Has RDMA implementation

HPC Technology: SCSI RDMA Protocol Transfers data using SCSI (Small Computer System Interface) using an RDMA communication service. [Intel, 2002]

Outlines Introduction System Architecture Communication Network Wired Network Wireless Network References

Communication Network The existence of multiple computer systems in a distributed system implies the need to interconnect these computers System components may be connected by point- to-point or multipoint communication channels

Communication Network Point-to-point links are direct connections between pairs of computer nodes Multiple links allow the connection of nodes into a cluster and are usually implemented by using common buses or interconnection networks (switches)

Wired Interfaces: Ethernet Family of local-area network (LAN) products covered by the IEEE standard that defines CSMA/CD protocol ▫Carrier sense—Each station continuously listens for traffic on the medium to determine when gaps between frame transmissions occur. ▫Multiple access—Stations may begin transmitting any time they detect that the network is quiet (there is no traffic). ▫Collision Detect – Execute a random backoff before retransmission.

Wired Interfaces: Ethernet Three data rates are currently defined for operation over optical-fiber and twisted-pair cables: ▫10 Mbps—10Base-T Ethernet ▫100 Mbps—Fast Ethernet ▫1000 Mbps—Gigabit Ethernet

Wired Interfaces: Ethernet Local area networks can be connected to form a Metropolitan Area Network (MAN) or a Wide Area Network (WAN) Bus Based: IEEE 802 LAN ▫Ethernet: ▫Token Bus ▫Token Ring ▫Fiber Distributed Data Interface (FDDI) ▫Distributed Queue Dual Buses (DQDB)

802.4: Token Bus 802.5: Token Ring Utilizes Token Passing: ▫Move a small frame, called a token, around the network. Possession of the token grants the right to transmit. ▫If a node receiving the token has no information to send, it passes the token to the next end station. ▫Each station can hold the token for a maximum period of time. Data Rate: 4.16 Mbps A token bus network is very similar to a token ring network, the main difference being that the endpoints of the bus do not meet to form a physical ring.

FDDI - Fiber Distributed Data Interface FDDI uses dual-ring architecture with traffic on each ring flowing in opposite directions (called counter-rotating). During normal operation, the primary ring is used for data transmission, and the secondary ring remains idle. Optical Fiber (FDDI) or Copper Wire (CDDI) Several FDDI Station-Attachment Types 100 Mbps

Wireless: Specification are wireless standards that specify an "over-the-air" interface between a wireless client and a base station or access point, as well as among wireless clients. Data Rates up to 54 Mbps Can operate in Infrastructure (base station) or peer- to-peer mode (ad-hoc). Commonly used in MANETs

Wireless: Zigbee Based on standard for low-complexity and low-power consumption wireless connectivity. Provides Mesh routing capability (based on AODV) Commonly used in wireless sensor networks and industrial automation. [Kwang, 2006]

Outlines Introduction System Architecture Communication Network References

Chow, Randy, et. al.,Distributed Operating Systems & Algorithms, Addison Wesley, March 18, 1997 Ge, Z.; Figueiredo, D.R.; Sharad Jaiswal; Kurose, J.; Towsley, D.; Modeling peer-peer file sharing systems, INFOCOM Twenty- Second Annual Joint Conference of the IEEE Computer and Communications Societies. IEEE Volume 3, 30 March-3 April 2003 Page(s): vol.3 Kwang Koog Lee; Seong Hoon Kim; Yong Soon Choi, A Mesh Routing Protocol using Cluster Label in the ZigBee Network; Mobile Adhoc and Sensor Sysetems (MASS), 2006 IEEE International Conference on Oct Page(s): Foster, Ian, What is a Grid? A Three Point Checklist, Argonne National Laboratory & University of Chicago, July 20, 2002 Enterprise Distributed Systems and Infiniband, Cisco 2006 SCSI RDMA Protocol (SRP), Intel 2002