MODULE I NETWORKING CONCEPTS.

Slides:



Advertisements
Similar presentations
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??
Advertisements

OSI MODEL Maninder Kaur
Open System Interconnection
Chapter 2 Network Models.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Data Communications Network Models.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Communication Network Protocols Jaya Kalidindi CSC 8320(fall 2008)
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications Taught by Mr. Kim No, M.Sc. In Telecommunications Engineering Chapter 2: Network Model 1.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Presentation on Osi & TCP/IP MODEL
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Chapter 2 Network Models
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Data and Computer Communications
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 2 The OSI Model and TCP/IP Protocol Suite.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
NET 221D:Computer Networks Fundamentals
The OSI Model.
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no Nudrat Rehman Roll no
BY SANTHOSH G. What is Networking Network Requirements What is Topology Types of Topologies.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
Network Models.
Protocols Used for communications between entities in a system Used for communications between entities in a system Must speak the same language Must speak.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Chapter 2. Network Models
Overview of Data Communications and Networking
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Lecture Focus: Data Communications and Networking  Network Models  Data Link Layer  Network Layer  ……… Lecture 10 CSCS 311.
Data Communication Network Models
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.
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.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
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.
Network Models.
The OSI Model Prof. Choong Seon HONG.
Chap. 2 Network Models.
The OSI Model & the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
IOS Network Model 2nd semester
Lec 5 Layers Computer Networks Al-Mustansiryah University
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
Network Layer The network layer is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links). Whereas the.
OSI Model. Overview:  Review  OSI Model  Layer 1 - The Physical Layer  Layer 2 - The Data Link Layer  Layer 3 - The Network Layer  Layer 4 - The.
OSI Model OSI MODEL.
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Presentation transcript:

MODULE I NETWORKING CONCEPTS

Network Layer Responsible for source to destination delivery of packets across multiple networks In DLL ,the delivery of packet between 2 systems on the same network,n/w layer ensures that each packet go to final destination Responsibilities Logical addressing n/w layer adds a header to the packet coming from upper layer ,includes logical address of sender and receiver

Network Layer Routing When independent n/w or links are connected to create large n/w , connecting devices like routers or switches route or switch the packet to their final destination

Network Layer

Network Layer The n/w layer at A sends packet to the network layer at B At B it makes decision based on routing table and find that next router is E n/w layer at B sends packet to n/w layer at E The network layer at E sends packet to network layer at F

Transport Layer Responsible for process to process delivery of entire message Process is an application program running on host n/w layer supports source-destination delivery of individual packets and does not recognize any relation between packets Transport layer ensures that whole message arrives in order

Transport Layer Responsibilities are Service point addressing Computers run several pgm at same time Source to destination delivery means delivery not only from one system to other but also to specific process So transport layer header must include a type of address called service point address or port address n/w layer gets each packet to correct computer but transport layer gets the entire message to the correct process on that computer

Transport Layer Segmentation and Reassembly A message is divided into transmittable segments with each segment containing a sequence number These numbers enable transport layer to reassemble message correctly upon arriving on destination and to identify and replace packets that were lost in transmission Connection control Transport layer can be either connectionless or connection oriented

Transport Layer A connectionless transport layer treats each segment as an independent packet and delivers it to the transport layer at destination machine A connection oriented transport layer makes a connection oriented transport layer at destination machine first before delivering the packets Flow Control End-end flow control is performed rather than across a single link

Session Layer It is n/w dialog controller Responsible for dialog control and synchronization Estabilishes and maintains synchronize the interaction among communication systems Responsibilities 1. Dialog Control Allows communication b/w 2 process to take place in either half duplex or full duplex mode

Session Layer 2.Synchronization Session layer allows a process to add check points or synchronization points Eg. If system is sending a file of 2000 pages it is advisable to insert check points after every 100 pages to ensure that each 100 page unit is received and acknowledged independently If a crash happens during transmission of page 523 the page need to be recent after system recovery are pages 501-523 .previous to 501 need not be send

Presentation Layer Concerned with syntax and semantics of information exchanged between 2 systems Responsible for translation compression and encryption Responsibilities 1.Translation The process in two systems are usually exchanging information in the form of character strings,numbers etc The information must be changed to bit streams before it is transmitted

Presentation Layer Different computers use different encoding system So presentation layer at sender changes information from sender dependent format to common format Presentation layer at the receiving machine changes the common format to its receiver dependent format

Presentation Layer 2.Encryption To carry sensitive information a system must be able to ensure privacy Encryption means sender transforms original information to other form and sends resulting message to n/w to other form and sends resulting message to n/w. 3.Compression Reduces no of bits contained in the information

Application Layer Enables the user to access the n/w Provides user interfaces and support for services such as electronic mail,remote file access and transfer etc. It is responsible for providing services to the user Services provided by application layer is

Application Layer 1. Network virtual terminal. A network virtual terminal is a software version of a physical terminal, and it allows a user to log on to a remote host. To do so, the application creates a software emulation of a terminal at the remote host 2. File transfer and access management Application allows a user to access file in a remote host 3. Mail services This application provides the basis for email forwarding and storage