Introduction to Data Communications

Slides:



Advertisements
Similar presentations
Exercises and Solutions Lecture 1
Advertisements

Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Chapter 2 Network Models.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
Chapter 1. Introduction 1.#.
CSIS 6251 CSIS 625 Week 1 Introduction, Basic Concepts, OSI Model Copyright 2001 & Dan Oelke Portions Copyright Dmitry Gringauz For use by.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 expanded by Jozef Goetz Overview of Data Communications and Networking PART I.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
Lecturer: Tamanna Haque Nipa
1 Overview of Data Communication and Computer Networks : Data Communication and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Presentation on Osi & TCP/IP MODEL
Kashif Bashir Chapter 2 Network Models.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Prepared By Kapil Soni IICE Udaipur (Learning Centre Code: ) 1 Networking.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Kyung Hee University Chapter 2 Network Models. 2 Kyung Hee University 2.1 LAYERED TASKS We use the concept of layers in our daily life. As an example,
Spring 2006Computer Networks1 Chapter 2 Network Models.
Chapter 2. Network Models
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
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
Chapter 1. Introduction. 1. DATA COMMUNICATIONS Telecommunication: communication at a distance Data: information presented in whatever form is agreed.
Ch 2. Network Models. 1. LAYERED TASKS Concept of layers – Consider two friends who communicate through mail – What happens when one sends a letter to.
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
CIS 321 – Fall 2004 Data Communications & Networking Chapter 1 - Introduction.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Data Communication Network Models
Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After.
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)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Data Communications ผู้สอน : ผศ. ดร. ศักดิ์ชัย ทิพย์จักษุรัตน์ (2D/1) ผศ. ดร. อรฉัตร จิตต์โสภักตร์ (2D/2)
Data Communication Introduction. CSE 320 Data Communication 2 Data Communication is the exchange of information from one entity to the other using a Transmission.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
Networking Using the OSI Model.
Overview of Data Communications and Networking
Computer Networks.
PROTOCOLS PROTOCOLS.
Computer Networks.
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
The OSI Model & the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
PRESENTATION COMPUTER NETWORKS
Networking and Internet
Lec 5 Layers Computer Networks Al-Mustansiryah University
Networking and Internet
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Overview of Data Communication and Computer Networks
11/30/2018 Subject Name: COMPUTER NETWORKS I Subject Code: 10CS55
Overview of Data Communications and Networking
DATA COMMUNICATION Lecture-8.
Network Model.
Data Communication Networks
Data Communication Chapter 1 Introduction 1.#.
Introduction to TCP/IP protocol Suite
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
Introduction to the Course
Chapter 1. Introduction 1.#.
Part I. Overview of Data Communications and Networking
Presentation transcript:

Introduction to Data Communications In data communications, we transfer information in analog or digital form between two parties over a distance on networks The components of a given system are The message The sender The receiver The medium The protocol

Data Representation Information comes in many forms: Text may be in ASCII, Extended ASCII, Unicode or ISO Numbers: integers/fractions/exponentials Images: GIF or JPEG or other Audio: raw audio or compressed MP3 Video: AVI, MPEG, Flash or other

Structures and Topologies Connection types may be: Point-to-Point: 2 devices directly connected Multipoint: multiple devices sharing links Topologies may be: Meshes, partly or fully meshed Stars, buses or rings

Network Categories Personal Area Networks or PANs Local Area Networks -LANs, usually private Local (to a floor, a building or a campus) Metropolitan Area Networks (MANs) Town or city wide, public or private Wide Area Networks (WANs) National and International or Global

Internetworks When 2 or more networks are connected, they become an internetwork (small i) When many networks are connected to the Global Internet, they become part of the Internet (capital I) In AIT 235, we will increase our focus on transmission technologies and protocols

Protocols and Standards We will be studying many protocols in use in data communications. Most of them are issued by Standards Organizations that publish open standards. The standards documentation may be available on the Web or may be purchased for a fee.

Standards Organizations Many organizations play a part in telecommunications and usually have well-known acronyms associated with them. They include the following: ISO ITU-T ANSI IEEE EIA Frame Relay Forum ATM Forum ISOC IETF and others

Network Models To give flexibility to networks, tasks are divided or “layered” in a hierarchy One standard hierarchy is the 7 layer ISO model A more common hierarchy is the 5 layer TCP/IP In both models, each layer has a task and two interfaces, one up and one down We will take a brief look and each layer and its tasks or responsibilities

The ISO OSI Model

The Internet or TCP/IP Model Divides networking into five “layers”. The layers from top to bottom are: Application - what we actually want to do Transport - end-to-end responsibility Network - routing and switching Data link - framing the bits Physical - carrying the bits Let’s look at each layer individually

Physical Layer This layer deals with the electrical and mechanical equipment needed to transmit information over the network It is concerned with Physical characteristics of interfaces and media Representation and the transmission rate of bits Bit Synchronization and Line Configuration Physical Topology and Transmission Mode It carries the Bits across each physical link

Data Link Layer Prepares the data into frames so that they can be transmitted across the network Specific responsibilities include: Framing and frame synchronization Physical Addressing Flow control and Error control Access control It aligns bits and contains them in Frames

Network Layer The network layer is responsible for the delivery of a packetized frame from its source to its destination The network layer is responsible for Logical or network-wide addressing Routing or switching (more on that later) It creates Packets to contain the frames

Transport Layer The transport layer is responsible for the end to end delivery of the packet from source to destination The transport layer is responsible for Service-point addressing Segmentation and reassembly Connection, flow and Error control It creates Segments to contain the packets

Application Layer The application layer deals with interfaces and support for e-mail, remote file access and transfer and other services such as the World Wide Web. It is the interface to the user.

Remembering the Layers Transport Layer - Segments Network Layer - Packets Data Link Layer - Frames Physical Layer - Bits S, P, F, B = Swap Pizza For Beer