TCP/IP Reference Model For more notes and topics visit: www.eITnotes.com eITnotes.com.

Slides:



Advertisements
Similar presentations
TCP/IP MODEL Maninder Kaur
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Review on Networking Technologies Linda Wu (CMPT )
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
1 Introduction to TCP/IP. 2 Agenda What Is TCP/IP? IP Addressing.
OIS Model TCP/IP Model.
CS 356 Systems Security Spring Dr. Indrajit Ray
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
NETWORKING CONCEPTS. TCP/IP The TCPIIP protocol suite was developed prior to the OSI model TCP/IP protocol suite was defined as having four layers: Host-to-network,
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
Internet TCP/IP Cameron Schmidt Jordan Gallo. Outline History TCP/IP Layers Applications Transport Internetwork – IPV6 Network Interface and Hardware.
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.
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
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.
TCP/IP: Basics1 User Datagram Protocol (UDP) Another protocol at transport layer is UDP. It is Connectionless protocol i.e. no need to establish & terminate.
Huda AL_Omairl - Network 71 Protocols and Network Software.
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 2 Protocols and the TCP/IP Suite by Zornitza Genova Prodanoff.
Mukesh N. Tekwani Elphinstone College Mumbai
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Introduction to Networks CS587x Lecture 1 Department of Computer Science Iowa State University.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
OV Copyright © 2011 Element K Content LLC. All rights reserved. Networking Models  The OSI Model  The TCP/IP Model.
Chapter 6-2 the TCP/IP Layers. The four layers of the TCP/IP model are listed in Table 6-2. The layers are The four layers of the TCP/IP model are listed.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Data Communications and Networks
William Stallings Data and Computer Communications
Communication Networks - Overview CSE 3213 – Fall November 2015.
BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no Nudrat Rehman Roll no
Lecture 4 Overview. Ethernet Data Link Layer protocol Ethernet (IEEE 802.3) is widely used Supported by a variety of physical layer implementations Multi-access.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 3: TCP/IP Architecture.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Internet protocol Suite
1. Layered Architecture of Communication Networks: TCP/IP Model
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Reading TCP/IP Protocol. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also.
Protocol Layering Chapter 11.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Introduction to TCP/IP. Agenda What Is TCP/IP? IP Addressing.
What is Network Reference Model? A network reference model defines the functions of communication software in a generalized and structured manner which.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
Introduction Chapter 1. TCP/IP Reference Model Why Another Model? Although the OSI reference model is universally recognized, the historical and technical.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
BASICS Gabriella Paolini (GARR) 27/05/11 - ICCU Roma 1 How INTERNET works !
11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Chapter 5 Network and Transport Layers
A quick intro to networking
Chapter 5 Network and Transport Layers
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Net 431: ADVANCED COMPUTER NETWORKS
Communication Networks NETW 501
TCP/IP Protocol Suite: Review
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
OSI Model OSI MODEL.
OSI Reference Model Unit II
16EC Computer networks unit II Mr.M.Jagadesh
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Presentation transcript:

TCP/IP Reference Model For more notes and topics visit: eITnotes.com

Introduction TCP/IP Reference Model What is a protocol? Why was TCP/IP invented ? Layers of TCP/IP Reference Model eITnotes.com

TCP/IP Reference Model TCP/IP is a set of protocols developed to allow cooperating computers to share resources across a network. TCP/IP reference model forms the base of present day Internet. TCP stands for “Transmission Control Protocol”. IP stands for “Internet Protocol”. eITnotes.com

Why was TCP/IP invented ? ARPANET (Advanced Research Project Agency Network) was first network sponsored by U.S. department of defense. It connects many universities and govt. installation using leased telephone lines. Later on when the satellites and radio networks were added to ARPANET, the existing protocols were not able to handle such a network. Therefore a new model called TCP/IP reference model was introduced. eITnotes.com

The TCP/IP Model defined in 1974 for the first time. The main goal of TCP/IP was to build an interconnection of networks, referred to as an internetwork, or internet, that provided universal communication services over heterogeneous physical networks. The clear benefit of such an internetwork is the enabling of communication between hosts on different networks, perhaps separated by a large geographical area. Why was TCP/IP invented ? eITnotes.com

What is a protocol? A protocol is a collection of rules and procedures for two computers to exchange information. Protocol also defines the format of data that is being exchanged. eITnotes.com

Layers of TCP/IP Reference Model Network Interface Layer Internet Layer Transport Layer Application Layer eITnotes.com

Network Interface Layer It is the bottom layer of TCP/IP model and lies above the internet layer. It also called the link layer, because it provides interface to the actual network hardware. This interface provide reliable delivery, and may be packet or stream oriented. It includes wires, network interface cards, etc. Other related details within this layer are connectors, signal strength, and wavelength along with various others. contd… eITnotes.com

It will use the required LAN operating algorithm, such a CMSA/CD(Carrier sense Multiple Access with Collision Detect) or Token Ring Passing and responsible for placing data within frame. The frame format is dependent on the system being used. The frame holds the h/w address of the host,data and checking algos for data integrity. contd… eITnotes.com

Network Interface Layer Protocols ATM : used to transfer packets of fixed size i.e. 53 bytes cell with 600 mbps speed. FDDI(Fiber Distributed Data Interface): data transmission on fiber lines upto 2km with 200 mbps speed. Ethernet: is standard communication protocol for building LAN. It creates communication system that allows sharing of data and resources. eITnotes.com

Internet Layer It is the second layer of TCP/IP and lies b/w Network Interface Layer and Transport Layer. The network layer, provides the “virtual network” image of an internet. Internet Protocol (IP) is the most important protocol in this layer. It is a connectionless protocol that does not assume reliability. IP provides a routing function that attempts to transmit messages to their destination. contd... eITnotes.com

Different packets are routed independently. So the order n which packets arrive at destination can be different from the order in which they were sent. In such case it is the responsibility of the higher layer to arrange these packets. It also provides congestion control. contd… eITnotes.com

A message unit in an IP network is called an IP datagram. This is the basic unit of information transmitted across TCP/IP networks. Other network-layer protocols are ICMP, IGMP, ARP etc. contd… eITnotes.com

Internet Layer Protocols ARP (Address Resolution Protocol) – Resolves IP addresses to the corresponding MAC level h/w address by for instance broadcasting. ICMP (Internet Control Message Protocol) –Diagnostics and error reporting (IGMP) Internet Group Management Protocol –Management of group multicast eITnotes.com

Transport Layer It is the third layer of TCP/IP and lies b/w Internet Layer and Application Layer. This layer acts as a delivery service used by the application layer. It also use checksum, acknowledgement and time outs to control the transmission. It provides the end-to-end data transfer by delivering data from an application to its remote system. contd… eITnotes.com

Transport Layer Protocols Transmission Control Protocol (TCP) which provides connection-oriented reliable data delivery, congestion control, and flow control. User Datagram Protocol (UDP) Provides connectionless, unreliable, service. UDP is used by applications that need a fast transport mechanism and can tolerate the loss of some data. Used for the transmission of small amount of data.E.g video and audio casting eITnotes.com

Application Layer It lies above the transport layer. Application Layer helps people and machines to communicate. It handles the details of the particular application. An application is a user process cooperating with another process. It provide services to various user applications like file transfer, , remote login, fetching web pages etc. eITnotes.com

Protocols used in Application Layer Sr. No.ProtocolFull FormPurpose 1.TELNETTerminal NetworkFor remote login 2.SMTPSimple Mail transfer Protocol For 3.FTPFile Transfer ProtocolFor transferring files 4.DNSDomain Name ServerFor mapping host names into network address 5.HTTPHyper Text Transfer Protocol For fetching wed pages 6.NNTPNetwork News Transfer protocol For moving news articles 7.POP3Post Office Protocol 3For incoming mail eITnotes.com

THANK YOU eITnotes.com