TCP/IP MODEL Maninder Kaur www.eazynotes.com.

Slides:



Advertisements
Similar presentations
Computer Networks TCP/IP Protocol Suite.
Advertisements

CCNA – Network Fundamentals
OSI MODEL Maninder Kaur
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Layer and Transport Layer.
CCNA 1 v3.1 Module 11 Review.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Gursharan Singh Tatla Transport Layer 16-May
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
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,
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
TCP/IP Reference Model For more notes and topics visit: eITnotes.com.
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Presentation on Osi & TCP/IP MODEL
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
TCP/IP Yang Wang Professor: M.ANVARI.
Huda AL_Omairl - Network 71 Protocols and Network Software.
Mukesh N. Tekwani Elphinstone College Mumbai
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
TCP/IP Transport and Application (Topic 6)
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
MODULE I NETWORKING CONCEPTS.
BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no Nudrat Rehman Roll no
Networking Basics CCNA 1 Chapter 11.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Chapter 2 Network Models
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Enterprise Network Systems TCP Mark Clements. 3 March 2008ENS 2 Last Week – Client/ Server Cost effective way of providing more computing power High specs.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
Introduction Chapter 1. TCP/IP Reference Model Why Another Model? Although the OSI reference model is universally recognized, the historical and technical.
Process-to-Process Delivery:
Computer Communication Architecture
Introduction to Networks
Chapter 5 Network and Transport Layers
Chapter 5 Network and Transport Layers
Distributed Systems.
Chap. 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Networking for Home and Small Businesses – Chapter 6
Introduction to Networks
Networking for Home and Small Businesses – Chapter 6
The OSI Model and the TCP/IP Protocol Suite
Process-to-Process Delivery:
CPEG514 Advanced Computer Networkst
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Protocols 2 Key Revision Points.
Computer Networks Topic :User datagram protocol Transmission Control Protocol -Hemashree S( )
Networking for Home and Small Businesses – Chapter 6
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
Chapter Six: Reference Models
Process-to-Process Delivery: UDP, TCP
Computer Networks Protocols
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

TCP/IP MODEL Maninder Kaur www.eazynotes.com

Introduction to TCP/IP Model The current Internet is based on a TCP/IP reference model. TCP and IP are two protocols of this model. TCP stands for Transmission Control Protocol and IP stands for Internet Protocol. The architecture or model was defined by the US department of defense and is used by ARPANET (Advanced Research Project Agency Network). Maninder Kaur www.eazynotes.com

Goals on which TCP/IP model was designed: The network should connect multiple networks together. The connection should withstand till the source and destination machines are functioning. The architecture should be so flexible that it should be able to transfer data among different hardware or software platforms. Maninder Kaur www.eazynotes.com

(Host- to- Network) Maninder Kaur www.eazynotes.com

Host to Network Layer It is the bottom layer of TCP/IP model & lies below the internet layer. It is also known as Network Interface Layer. Function of this layer is to connect the host to the network & inform the upper layers so that they could start sending the data packets. This layer varies from network to network. Maninder Kaur www.eazynotes.com

Internet Layer It is similar to Network Layer of OSI model in functionality. It allow the hosts to submit the packets to the network & Packets should travel independently using any possible route. The order in which the packets arrive at destination can be different from the order in which they were sent. In such cases it is the responsibility of higher layer to arrange these packets in proper order. Maninder Kaur www.eazynotes.com

Functions of Internet Layer It keeps track of which layer receives the information. It translates the logical address to physical machine address. It breaks larger packets into smaller ones. It provides flow control & congestion control services. Maninder Kaur www.eazynotes.com

Transport Layer It is similar in functionality to transport layer of OSI model. It allows the two processes on source & destination machines to communicate with each other. It divides the byte stream into messages. It handles the flow control so that a fast sender ahould not overflow a slow receiver. Transport Layer also provides two types of services: connection oriented & connectionless services. Maninder Kaur www.eazynotes.com

Transport Layer Connection Oriented Services: TCP (Transport Control Protocol is used for connection oriented services. By this the receiving devices sends an acknowledge back to the source after a packet is received. Functions of TCP: Error Control: Deliver byte stream from source to destination without error. Flow Control: It prevents the source form sending data packets faster than the destination can handle. It divides byte stream into small parts & pass it to internet layer on sender side & reassembles it into original byte at receiver side. Maninder Kaur www.eazynotes.com

Functions of Transport Layer Connectionless Services: UDP (User Datagram Protocol) is used for unreliable connectionless services. It does not sends an acknowledge back to the source. It is faster transmission method. Function of UDP: UDP is used for client-server type request queries & applications in which prompt delivery is more important than accurate delivery such as transmitting speech or video. Maninder Kaur www.eazynotes.com

Application Layer It is the topmost of TCP/IP Model. It is responsible for data transfer between applications. It provides services such as e-mail, file transfer, access to the world wide web etc. to the user applications. It uses the protocols like FTP, SNTP & TELNET to transfer the data between applications Maninder Kaur www.eazynotes.com

Functions of Application Layer Mail Services: It provides various e-mail services. File transfer & Access: It allows users to access files in a remote host, to retrieve files from remote computer for use etc. Remote log-in: A user can log into a remote computer and access the resources of that computer. Accessing the World Wide Web: Most common application today is the access of the World Wide Web. Maninder Kaur www.eazynotes.com