Review of Chapters 12, 13 & 14 Transport Layer Session Layer Presentation Layer.

Slides:



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

CISCO NETWORKING ACADEMY Chabot College ELEC Transport Layer (4)
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.
Intermediate TCP/IP TCP Operation.
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.
Open System Interconnection
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
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 OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
Communication Network Protocols Jaya Kalidindi CSC 8320(fall 2008)
Process-to-Process Delivery:
2-2008UP-Copyrights reserved1 ITGD4103 Data Communications and Networks OSI Reference Model Lecture-5: OSI Reference Model week 5- q-2/ 2008 Dr. Anwar.
Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.
TCP/IP Application and Transport
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
The Saigon CTT Semester 1 CHAPTER 12 – 13 – 14 Le Chi Trung.
Presentation on Osi & TCP/IP MODEL
© 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.
Institute of Technology Sligo - Dept of Computing Sem 1 Chapter 14: Layer 6 - The Presentation layer.
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.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
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 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
1 OSI Reference Model. 2 Agenda The Layered Model Layers 1 & 2: Physical & Data Link Layers Layer 3: Network Layer Layers 4–7: Transport, Session, Presentation,
University of the Western Cape Chapter 12: The Transport Layer.
TCP/IP Transport and Application (Topic 6)
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Cisco – Chapters Layers 4, 5, and 6 More Details.
Institute of Technology Sligo - Dept of Computing Chapter 12 The Transport Layer.
Chapter 13 Session Layer. OSI Application Presentation Session Transport Network Data Link Physical Functions of Session Layer Interhost Communication.
Chap 14 Presentation Layer Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Session and Presentation Layers Honolulu Community College Cisco Academy Training Center Semester 1 Version
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.
Page 12/9/2016 Chapter 10 Intermediate TCP : TCP and UDP segments, Transport Layer Ports CCNA2 Chapter 10.
Layer 6 Presentation Layer. Overview Now that you have learned about Layer 5 of the OSI model, it is time to look at Layer 6, the presentation layer.
Data Communication Network Models
McGraw-Hill Chapter 23 Process-to-Process Delivery: UDP, TCP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Cisco I Introduction to Networks Semester 1 Chapter 7 JEOPADY.
Introduction Chapter 1. TCP/IP Reference Model Why Another Model? Although the OSI reference model is universally recognized, the historical and technical.
Chapter 7: Transport Layer
The OSI Model and the TCP/IP Protocol Suite
Networking for Home and Small Businesses – Chapter 6
Networking for Home and Small Businesses – Chapter 6
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Process-to-Process Delivery:
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
Presentation transcript:

Review of Chapters 12, 13 & 14 Transport Layer Session Layer Presentation Layer

Chapter 12 Transport Layer

Layers Layer 1 allows bit streams to be created and to travel. 4 Layer 2 packages those data packets into frames to be converted to bit streams and makes LAN delivery possible. 4 Layer three packages data from upper layers in packets and makes routing and WAN delivery possible.

Layer 4 - Transport Layer But we have made no provision for assuring our data reliably travels end-to-end across the often vast network path. Layer 4 performs multiple functions to provide this "quality of service.”

Quality of Service The phrase "quality of service" is often used to describe the purpose of Layer 4 - the transport layer. Its primary duties are to transport and regulate the flow of information from source to destination, reliably and accurately.

TCP & UDP The emphasis of this curriculum is on TCP/IP Ethernet networks. The TCP/IP protocol of the OSI model Layer 4 (transport layer) has two protocols - TCP and UDP.

TCP TCP supplies a virtual circuit between end-user applications. These are its characteristics:  connection-oriented  reliable  divides outgoing messages into segments  reassembles messages at the destination station  re-sends anything not received  reassembles messages from incoming segments.

UDP UDP transports data unreliably between hosts. Following are the characteristics of UDP:  connectionless  unreliable  transmit messages (called user datagrams)  provides no software checking for message delivery (unreliable)  does not reassemble incoming messages  uses no acknowledgements  provides no flow control

TCP Segment Fields Following are the definitions of some of the fields in the TCP segment:  source port -- number of the calling port  destination port -- number of the called port  sequence number -- number used to ensure correct sequencing of the arriving data  acknowledgment number - next expected TCP octet  window -- number of octets that the sender is willing to accept

TCP & UDP Port Numbers Both TCP and UDP use port (or socket) numbers to pass information to the upper layers.  Numbers below are for public applications  Numbers from are assigned to companies for marketable applications  Numbers above are unregulated

3-Way Handshake  TCP hosts establish a connection- oriented session with one another using a three-way handshake.  A three-way handshake synchronizes a connection at both ends before user data is exchanged.

Window Size Window size determines the amount of data that you can transmit at one time before receiving an acknowledgment from the destination.

Sequencing 4 TCP provides sequencing of segments with a forward reference acknowledgment. 4 If a sequence number is missing in the series, that segment is re-transmitted.

Chapter 13 The Session Layer

The session layer establishes, manages, and terminates sessions between applications.

Dialog Control 4 When the session layer decides whether to use 2-way simultaneous or 2-way alternate communication it is called dialogue control. 4 The session layer uses two major forms of dialog control: 2-way alternate communication 2-way simultaneous communication

2-Way Alternate and 2-Way Simultaneous Communication. 4 2-way alternate communication avoids interrupts by taking turns. 4 2-way simultaneous communication allows 2 messages to cross during a conversation.

Dialogue Separation Dialogue separation is the orderly initiation, termination, and managing of communication.

Layer 5 Protocols Layer 5 has a number of important protocols: 4 Network File System (NFS) 4 Structured Query Language (SQL) Remote Procedure Call (RPC) 4 X-Window System AppleTalk Session Protocol (ASP) 4 Digital Network Architecture Session Control Protocol (DNA SCP)

Chapter 14 The Presentation Layer

Layer 6 - The Presentation Layer 4 The presentation layer is responsible for presenting data in a form that the receiving device can understand. 4 The presentation layer has 3 main functions: data formatting data compression data encryption

Data Formatting To understand how data formatting works, imagine two dissimilar systems. The first system uses Extended Binary Coded Decimal Interchange Code (EBCDIC) to format text. The second system uses American Standard Code for Information Interchange (ASCII) to format text. Layer 6 provides the translation between these two different types of codes.

Graphic File Formats The Internet uses two binary file formats to display images: 4 Graphic Interchange Format (GIF) 4 Joint Photographic Experts Group (JPEG). Any computer with a reader for the GIF and JPEG file formats can read these file types, regardless of the type of computer.

Multimedia File Format 4 The multimedia file format is another type of binary file, which stores sounds, music, and video. 4 Sound files may be completely downloaded, first, and then played, or they may download while they are playing. The latter method is referred to as streaming audio.

Markup Language Another type of file format is markup language. This format acts as a set of directions that tell a Web browser how to display and manage documents. Hypertext Markup Language (HTML) is the language of the Internet.

Encryption & Compression 4 Layer 6 is responsible for data encryption. Data encryption protects information during its transmission.  The presentation layer is also responsible for the compression of files.

Conclusion This concludes our review of chapters 12, 13 and 14. You are now ready to take the online exam!