1 Network Model. 1-2 Divide and Conquer A method of managing large system.

Slides:



Advertisements
Similar presentations
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
1-1 Chapter 1 Changes in Telecommunications. Knowledge Checkpoints  The nature of data communications  The data communications industry  Telecommunications.
Lecture 4a: Communication and Networking CSCI102 - Introduction to Information Technology B ITCS905 - Fundamentals of Information Technology.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Communicating over the Network
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Chapter Two Networking Standards and the OSI Model.
Week 1 Things you want to know. Week 1 This is a series of things you want to know as you walk away from the course. What elements make up a communication.
COMPUTER NETWORKS.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
4/11/40 page 1 Department of Computer Engineering, Kasetsart University Introduction to Computer Communications and Networks CONSYL Computer and.
OIS Model TCP/IP Model.
Chapter 3 Telecommunication Architectures and Standard.
Business Data Communications, Fourth Edition Chapter 1: Introduction to Communications.
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Network Architecture & Standards
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
1-1 Business Data Communications and Networking, 6 th ed. FitzGerald and Dennis.
1 Introduction and Internet Applications Chapter 1 Introduction and Overview.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Introduction to Technology Infrastructure Chapter 1.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Computer Networks Chapter 2 – Network Models. Summer 2006Computer Networks2 Communication Tasks  The tasks given below need to be taken care of in any.
Chapter 11 Introduction to Computer Networks Chapter 1.
1-1 Business Data Communications and Networking, 6 th ed. FitzGerald and Dennis.
INTRODUCTION. A Communications Model Source –generates data to be transmitted Transmitter –Converts data into transmittable signals Transmission System.
Technical Education Click here to move on Index H.323 Related Standards Lesson 4.
Network Standards By Rashid Amin. “A standard provides a model for development that makes it possible for a product to work regardless of the individual.
Network Standards ISQS 3349/6341. The Importance of Standards Ensure that hardware and software produced by different vendors can work together. Makes.
CENG 490/510 Network Programming Russell Deaton Rm
Business Data Communications & Networking Introduction to Data Communications Lecture 1.
William Stallings Data and Computer Communications
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
When we communicate, we are sharing information. This sharing can be local or remote. Between individuals, local communication usually occurs face to face,
WAN Overview Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Computer and Data Communications Read Chapters 1 & 2.
Chapter 1 The Data Communication Industry The best way to approach data communication The data communication industry Challenge & solution to business-oriented.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
BZUPAGES.COM Standardized Protocol Architectures  Vendors like standards because they make their products more marketable  Customers like standards because.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
Lecture 1 on Networking ITNT Network protocols Protocol suites are collections of protocols that enable network communication from one host through.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Why Study Data Communications?
Chapter 3: Network Protocols and Communications
The OSI Model Prof. Choong Seon HONG.
PROTOCOLS PROTOCOLS.
Chap. 2 Network Models.
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Networking and Internet
Networking and Internet
TASK 4 Guideline.
Network Protocol Layers
OSI Model OSI MODEL.
Business Data Communications and Networking, 6th ed.
Introduction and Overview
Presentation transcript:

1 Network Model

1-2 Divide and Conquer A method of managing large system

1-3 Network Model A method of managing, describing and analyzing data communications networks, by breaking the entire set of communications functions into a series of layers, each of which can be defined separately. This allows vendors to develop software and hardware to provide the functions separately.

1-4 Networking Model Open System Interconnection (OSI) Model, developed in 1984, by International Standards Organization (ISO). Other models like TCP/IP, developed in 1982 have become more prominent in the design of networks and network technology.

1-5 Simplified Network Model

1-6 Simplified Network Model u Application layer (Layer 4) The application software used by the network user, allows the user to define what message are sent over the network.

1-7 Simplified Network Model u Network layer (Layer 3) Takes the message generated by the application layer and performs three functions before passing them to the data link layer. 1. Translates the destination of the message into an address understood by the network. 2. If multiple routes possible, it decides which routes to take. 3. Collects message accounting information that can be used to identify how many messages each user has sent and to track errors.

1-8 Simplified Network Model u Data link layer (Layer 2) Takes the message generated by the network layer and performs three functions before passing the message on the physical layer. 1. It controls the physical layer by deciding when to transmit messages over the media. 2. It formats the message by indicating where messages start and end, and which part is the address. (It may break it into smaller packets). 3. It detects and corrects any errors that have occurred in the transmission of the message.

1-9 Simplified Network Model u Physical layer (Layer 1) The physical connection between the sender and receiver. It transfers a series of electrical, radio, or light signals through the circuit from sender to receiver. It specifies the type of connection, and the signals that pass through it.

1-10 Network Models For Communications to be successful, each layer in one computer must be able to communicate with its matching layer in the other computer. This is accomplished by standards.

1-11 OSI Network Model

1-12 OSI Network Model

1-13 OSI versus TCP/IP

1-14 Research, Standard & Investment

15 Network Standards

1-16 The Importance of Standards Standards are necessary in almost every business and public service entity. The primary reason for standards is to ensure that hardware and software produced by different vendors can work together. The use of standards makes it much easier to develop software and hardware that link different networks because software and hardware can be developed one layer at a time.

1-17 The Standards Making Process Two types of standards: Formal standards are developed by an official industry or government body. Defacto standards emerge in the marketplace and supported by several vendors, but have no official standing.

1-18 The Standards Making Process Formal standardization process has three stages 1. Specification stage: developing a nomenclature and identifying the problems to be addressed. 2. Identification of choices stage: those working on the standard identify the various solutions and choose the optimum solution from among the alternatives. 3. Acceptance, the most difficult stage: defining the solution and getting recognized industry leaders to agree on a single, uniform solution

1-19 Telecommunications Standards Organizations u International Organization for Standards (ISO) Member of the ITU, makes technical recommendations about data communications interfaces.

1-20 Telecommunications Standards Organizations u International Telecommunications Union - Telecommunication Standardization Sector (ITU-TSS) Technical standard setting organization of the UN ITU. Formerly called the Consultative Committee on International Telegraph and Telephone (CCITT) Comprised of representatives of over 150 Postal Telephone and Telegraphs (PTTs), like AT&T, RBOCs, or common carriers.

1-21 Telecom Standards Organizations American National Standards Institute (ANSI) Institute of Electrical and Electronics Engineers (IEEE) Electronic Industries Association (EIA) National Institute of Standards and Technology (NIST) National Exchange Carriers Association (NECA) Corporation for Open Systems (COS) Electronic Data Interchange -(EDI) of Electronic Data Interchange for Administration Commerce and Transport (EDIFACT).

1-22 The Integration of Voice, Video and Data The integration of voice and data is largely complete in wide area networks. The integration of video into computer networks has been much slower, partly due to past legal restrictions, and partly due to the immense communications needs of video.

1-23 A Comparison of the TCP/IP and OSI Protocol Architectures

1-24 Message Routing

1-25 Configuration for TCP/IP Example

1-26 Protocol Data Units in the TCP/IP Architecture