11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP
Advertisements

Cisco 2 - Routers Perrine. J Page 14/30/2015 Chapter 10 TCP/IP Protocol Suite The function of the TCP/IP protocol stack is to transfer information from.
Communication Protocols II Ninth Meeting. TCP/IP family.
Networking Theory (part 2). Internet Architecture The Internet is a worldwide collection of smaller networks that share a common suite of communication.
Protocols and the TCP/IP Suite
Overview of TCP/IP1-1 Overview of TCP/IP  System Administrators and network administrators  Why networking - communication  Why TCP/IP m Provides interoperable.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OIS Model TCP/IP Model.
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,
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.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Chapter 9.
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.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
Network Communications Technology Chapter 19 Internet Architecture and TCP/IP.
TCP/IP and the Internet ARPANET (1969) –R&D network funded by DARPA. –Packet Switching Survive nuclear war. –Experimental to operational (1975). –Not suitable.
Mukesh N. Tekwani Elphinstone College Mumbai
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke 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)
TCP/IP Transport and Application (Topic 6)
11 TRANSPORT LAYER PROTOCOLS Chapter 6 TCP and UDP SPX and NCP.
The Transport Layer application transport network data link physical application transport network data link physical application transport network data.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
1 Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Advanced UNIX programming Fall 2002, lecture 16 Instructor: Ashok Srinivasan Acknowledgements: The syllabus and power point presentations are modified.
Slide #1 CIT 380: Securing Computer Systems TCP/IP.
Page 12/9/2016 Chapter 10 Intermediate TCP : TCP and UDP segments, Transport Layer Ports CCNA2 Chapter 10.
Fall 2004FSU CIS 5930 Internet Protocols1 TCP/IP Protocol Suite Reading: Chapter 13.
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
ECEN “Internet Protocols and Modeling” Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Lecture notes and.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
© 2003, Cisco Systems, Inc. All rights reserved.
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.
Application Layer Functionality and Protocols Abdul Hadi Alaidi
The OSI Model & TCP/IP model
Protocols and the TCP/IP Suite
Introduction to Networks
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Understand the OSI Model Part 2
Networking for Home and Small Businesses – Chapter 6
Network Architecture Introductory material
Net 431: ADVANCED COMPUTER NETWORKS
Introduction to Networks
Networking for Home and Small Businesses – Chapter 6
Protocols and the TCP/IP Suite
Review of Important Networking Concepts
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
ECEN “Internet Protocols and Modeling”
Process-to-Process Delivery:
Review of Important Networking Concepts
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Networking Theory (part 2)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
OSI Model OSI MODEL.
Network Architecture Models
Protocols and the TCP/IP Suite
Networking for Home and Small Businesses – Chapter 6
OSI Reference Model Unit II
Process-to-Process Delivery: UDP, TCP
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Networking Theory (part 2)
Unit – III Network Essentials
Presentation transcript:

11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts

11/18/ What is TCP/IP? TCP/IP is a name refers to an entire collection of data communication protocols: TCP: Transmission Control Protocol IP: Internet Protocol ICMP: Internet Control Message Protocol...

11/18/ TCP/IP Features ● Open protocol standards ● Independence from specific physical network hardware ● Ethernet ● Token ring ● Dial-up line ● X.25 net … ● A common addressing scheme ● Standardized high-level protocols

11/18/ Topics of Discussion ● Data Communication Model ● TCP/IP Protocol Architecture ● TCP/IP Layers ● Major TCP/IP procotols in each Layer

11/18/ Data Communication Model

11/18/ TCP/IP Protocal Architecture

11/18/ Application Layer The Application Layer is the level of the protocol hierarchy where user-accessed network processes reside. In TCP/IP, this refer to any network process that occurs above the Transport Layer. This includes all of the processes that users directly interact with, as well as other processes at this level that users are not necessarily aware of.

11/18/ Transport Layer The Transport Layer guarantees that the receiver gets the data exactly as it was sent. In TCP/IP this function is performed by the Transmission Control Protocol (TCP). TCP/IP also offers a second Transport Layer service, User Datagram Protocol (UDP), that does not perform the end-to-end reliability checks.

11/18/ Network Layer The Network Layer manages connections across the network and isolates the upper layer protocols from the details of the underlying network. In TCP/IP, the Internet Protocol (IP) is used in the Network Layer

11/18/ Data Link Layer The reliable delivery of data across the underlying physical network is handled by the Data Link Layer. TCP/IP rarely creates protocols in the Data Link Layer. Most RFCs that relate to the Data Link Layer discuss how IP can make use of existing data link protocols

11/18/ Physical Layer The Physical Layer defines the characteristics of the hardware needed to carry the data transmission signal. Features such as voltage levels, and the number and location of interface pins, are defined in this layer. Examples:RS232C and V.35, IEEE TCP/IP does not define physical standards - it makes use of existing standards.

11/18/ TCP/IP Protocol Architecture ● 3 to 5 functional levels ● Data Encapsulation ● Headers ● Data

11/18/ TCP/IP Data Encapsulation

11/18/ Data Structures

11/18/ Data Link and Physical Layer ● The lowest layer ● Protocols in this layer provide the means for networking device to deliver data to the other devices on a directly attached network. ● Protocols in this layer are hidden to the users ● IP (logical network) addresses are converted into physical (network) addresses ● e.g. ARP – address resolution protocol

11/18/ Network Layer ● Internet Protocol (IP) ● IPv4 and Ipv6 (connectionless protocol) ● Defines the datagram – basic unit of transmission ● Defines the Internet addressing scheme ● Moves data between Network access layer and the Transport layer ● Routes datagrams to remote hosts ● Performs fragmentation and re-assembly of datagrams

11/18/ IP Datagram Format

11/18/ Routing

11/18/ Network Layer – ICMP Internet Control Message Protocol provides: ● Flow control ● unreachable destinations detection ● Routes redirection ● Remote hosts status checking

11/18/ Transport Layer ● Transmission Control Protocol (TCP): ● Reliable data delivery with positive acknowledgment with retransmission ● Connection-oriented ● Three-way handshake ● User Datagram Protocol (UDP) ● Minimum protocol overhead (unreliable) ● Connectionless

11/18/ Application Layer Application Protocols: ● HTTP – Hypertext Transfer Protocol ● SMTP – Simple Mail Transfer Protocol ● DNS – Domain Name Service ● FTP – File Transfer Protocol ● Telnet – Network Terminal Protocol ● NFS – Network File System ● NIS – Network Information System