Application – Transport – Network

Slides:



Advertisements
Similar presentations
PJC CCNA Semester 2 Ver. 3.0 by William Kelly
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.
CCNA – Network Fundamentals
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Transport Layer Network Fundamentals – Chapter 4.
Chapter 7: Transport Layer
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking Assist. Prof.
Lecture 7 Transport Layer
Ensuring the Reliability of Data Delivery © 2004 Cisco Systems, Inc. All rights reserved. Establishing a TCP Connection INTRO v2.0—6-1.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Transport Layer.
TRANSPORT LAYER  Session multiplexing  Segmentation  Flow control (TCP)  Connection-oriented (TCP)  Reliability (TCP)
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.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How TCP/IP Works INTRO v2.0—4-1.
Ensuring the Reliability of Data Delivery © 2004 Cisco Systems, Inc. All rights reserved. Understanding How UDP and TCP Work INTRO v2.0—6-1.
Process-to-Process Delivery:
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.
思科网络技术学院理事会. 1 OSI Transport Layer Network Fundamentals – Chapter 4.
CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
Transport Layer Layer #4 (OSI-RM). Transport Layer Main function of OSI Transport layer: Accept data from the Application layer and prepare it for addressing.
1 7-Oct-15 OSI transport layer CCNA Exploration Semester 1 Chapter 4.
1 Version 3.0 Module 11 TCP Application and Transport.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Transport Layer Network Fundamentals – Chapter 4.
Transport Layer Natawut Nupairoj, Ph.D. Department of Computer Engineering Chulalongkorn University.
TCP/IP Transport and Application (Topic 6)
Networked & Distributed Systems TCP/IP Transport Layer Protocols UDP and TCP University of Glamorgan.
11 TRANSPORT LAYER PROTOCOLS Chapter 6 TCP and UDP SPX and NCP.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Transmission Control Protocol (TCP)
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Cisco Networking Academy S2 C9 TCP/IP. ensure communication across any set of interconnected networks Stack components such as protocols to support file.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
SWICHING & ROUTING.
Page 12/9/2016 Chapter 10 Intermediate TCP : TCP and UDP segments, Transport Layer Ports CCNA2 Chapter 10.
McGraw-Hill Chapter 23 Process-to-Process Delivery: UDP, TCP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 14-Jun-16 S Ward Abingdon and Witney College CCNA Exploration Semester 1 OSI transport layer CCNA Exploration Semester 1 Chapter 4.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI transport layer CCNA Exploration Semester 1 – Chapter 4.
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
Chapter 7: Transport Layer
The Transport Layer Implementation Services Functions Protocols
Chapter 9: Transport Layer
Network Communication Overview
Instructor Materials Chapter 9: Transport Layer
TCP/IP (Original) Application Transport Internet Network Access TCP/IP
Pertemuan 25 TCP/IP Transport Layer
Transport Layer.
Process-to-Process Delivery, TCP and UDP protocols
© 2003, Cisco Systems, Inc. All rights reserved.
Understand the OSI Model Part 2
TCP Transport layer Er. Vikram Dhiman LPU.
SWITCHING & ROUTING.
Network Fundamentals – Chapter 4
Process-to-Process Delivery:
TCP and UDP Layer 3 of the TCP/IP protocol stack. Transport layer
Process-to-process delivery UDP TCP SCTP
Process-to-Process Delivery: UDP, TCP
Computer Networks Protocols
The TCP/IP Model.
Transport Layer 9/22/2019.
Presentation transcript:

Application – Transport – Network Layers

Application/Transport/Network Layer Topics Application layer Transport layer Network layer Purpose: this figure states the chapter objectives. Emphasize: Read or state each objective so each student has a clear understanding of the chapter objectives.

TCP/IP Application Layer Overview File transfer FTP TFTP Network File System E-mail Simple Mail Transfer Protocol Remote login Telnet rlogin Network management Simple Network Management Protocol Name resolution Domain Name System Purpose: This figure discusses application-layer protocols. Emphasize: The common network applications today include file transfer, remote login, network management, and e-mail. We focus on TCP/IP in this course for several reasons: TCP/IP is a universally available protocol and you will use it at work. TCP/IP is a useful reference for understanding other protocols, because it includes elements that are representative of other protocols. TCP/IP is important because the router uses it as a configuration tool. The router uses Telnet for remote configuration, TFTP to transfer configuration files and operating system images, and SNMP for network management. Transition: The next section moves down the model to discuss the transport layer.

Transport Layer Session multiplexing Segmentation Flow control (when required) Connection-oriented (when required) Reliability (when required) Lesson Aim <Enter lesson aim here.>

Mapping Layer 4 to Applications Lesson Aim <Enter lesson aim here.>

Reliable vs. Best-Effort Comparison

UDP Characteristics Operates at transport layer of OSI and TCP/IP models Provides applications with access to the network layer without the overhead of reliability mechanisms Is a connectionless protocol Provides limited error checking Provides best-effort delivery Has no data-recovery features

UDP Header Lesson Aim <Enter lesson aim here.>

TCP Characteristics Transport layer of the TCP/IP stack Access to the network layer for applications Connection-oriented protocol Full-duplex mode operation Error checking Sequencing of data packets Acknowledgement of receipt Data-recovery features

TCP Header Lesson Aim <Enter lesson aim here.>

Establishing a Connection Lesson Aim <Enter lesson aim here.>

Three-Way Handshake Lesson Aim <Enter lesson aim here.> CTL = Which control bits in the TCP header are set to 1

Flow Control Lesson Aim <Enter lesson aim here.>

TCP Acknowledgment Lesson Aim <Enter lesson aim here.>

Fixed Windowing Lesson Aim <Enter lesson aim here.>

TCP Sliding Windowing Lesson Aim <Enter lesson aim here.>

TCP Sequence and Acknowledgment Numbers Lesson Aim <Enter lesson aim here.>

Summary The purpose of application layer is to provide network services The purpose of the transport layer is to hide the network requirements from the application layer.

Summary Transport layer protocols are TCP and UDP TCP is connection-oriented and provides reliable transport UDP is connectionless and provides best-effort transport Port numbers are used associate an application with a transport layer protocol

Summary UDP TCP connectionless, best-effort delivery provides applications with access to the network layer without the overhead of the reliability mechanisms of TCP TCP connection-oriented, provides error checking, delivers data reliably, operates in full-duplex mode, and provides some data recovery functions.

Summary TCP provides acknowledgement of segments with a forward reference acknowledgment. TCP provides the sequencing of segments by providing sequence numbers and acknowledgment numbers in TCP headers

Summary TCP flow control avoids the problem of a transmitting host overflowing the buffers in the receiving host and slowing network performance. The TCP window size allows a specified number of unacknowledged segments to be sent. A fixed window is a window with an unchanging size that can accommodate a specific flow of segments.

Summary A TCP sliding window is a window that can change size dynamically to accommodate the flow of segments. The TCP window size decreases the transmission rate to a level at which congestion and data loss do not occur