Network and the internet Part eight Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.

Slides:



Advertisements
Similar presentations
PJC CCNA Semester 2 Ver. 3.0 by William Kelly
Advertisements

TCP/IP MODEL Maninder Kaur
CISCO NETWORKING ACADEMY Chabot College ELEC Transport Layer (4)
CCNA – Network Fundamentals
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
Chapter 7 – Transport Layer Protocols
(4.4) Internet Protocols Layered approach to Internet Software 1.
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.
UDP - User Datagram Protocol UDP – User Datagram Protocol Author : Nir Shafrir Reference The TCP/IP Guide - ( Version Version.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
1 Review of Important Networking Concepts Introductory material. This module uses the example from the previous module to review important networking concepts:
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
CS 356 Systems Security Spring Dr. Indrajit Ray
Lecture 8 Modeling & Simulation of Communication Networks.
TRANSPORT LAYER T.Najah Al-Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
1 Transport Layer Computer Networks. 2 Where are we?
Rhys McBreen (How the internet works) X. Contents The Layers and what they do IP Addressing X.
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
Netwrok and the internet Part two Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
1 Chapter Overview TCP/IP DoD model. 2 Network Layer Protocols Responsible for end-to-end communications on an internetwork Contrast with data-link layer.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
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: 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.
CS 3214 Computer Systems Godmar Back Lecture 23. Announcements Project 5 due Dec 8 Exercise 10 handed out Exercise 11 coming before Thanksgiving CS 3214.
Computer Networks (CS 132/EECS148) General Networking Example Karim El Defrawy Donald Bren School of Information and Computer Science University of California.
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.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 04_a Transport Protocols - UDP Instructor: Dr. Li-Chuan Chen Date: 09/22/2003 Based in part upon slides.
University of the Western Cape Chapter 12: The Transport Layer.
TCP/IP Transport and Application (Topic 6)
FALL 2005CSI 4118 – UNIVERSITY OF OTTAWA1 Part 2.5 Internetworking Chapter 25 (Transport Protocols, UDP and TCP, Protocol Port Numbers)
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.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Presented by Rebecca Meinhold But How Does the Internet Work?
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Advanced UNIX programming Fall 2002, lecture 16 Instructor: Ashok Srinivasan Acknowledgements: The syllabus and power point presentations are modified.
Linux Operations and Administration Chapter Eight Network Communications.
Net 221D:Computer Networks Fundamentals
The Internet Book. Chapter 16 3 A Packet Switching System Can Be Overrun Packet switching allows multiple computers to communicate without delay. –Requires.
Chapter 16 - TCP: Software For Reliable Communication Introduction A Packet Switching System Can Be Overrun (merging highways) TCP Helps IP Guarantee Delivery.
1 Version 3.1 Module 10 Intermediate TCP/IP (Layer 4)
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
1 Computer Communication & Networks Lecture 23 & 24 Transport Layer: UDP and TCP Waleed Ejaz
Data Communications and Networks Chapter 6 – IP, UDP and TCP ICT-BVF8.1- Data Communications and Network Trainer: Dr. Abbes Sebihi.
- 1 - DPNM Review of Important Networking Concepts J. Won-Ki Hong Dept. of Computer Science and Engineering POSTECH Tel:
Cisco I Introduction to Networks Semester 1 Chapter 7 JEOPADY.
Chapter 7: Transport Layer
Chapter 5 Network and Transport Layers
The Transport Layer Implementation Services Functions Protocols
Network Architecture Introductory material
Encapsulation/Decapsulation
THE TRANSPORT LAYER Scott Garland COSC 352.
Review of Important Networking Concepts
COMPUTER NETWORKS CS610 Lecture-35 Hammad Khalid Khan.
CPEG514 Advanced Computer Networkst
Computer Networks Topic :User datagram protocol Transmission Control Protocol -Hemashree S( )
Network and the internet
Protocol Application TCP/IP Layer Model
The Internet 2nd Lecture
Transport Layer 9/22/2019.
Presentation transcript:

Network and the internet Part eight Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information Technology Islamic University of Gaza

TCP/IP protocol  TCP/IP protocol is a collection of protocols standards used by the Internet to implement the four-level communication hierarchy implemented in the Internet.  TCP/IP defines a version of the transport layer, we say version because the TCP/IP provides fir more than one way of implementing the transport layer, one of the other options is UDP (user Datagram Protocol).  This means that the application layer might choose to send data via a TCP or UDP version of the transport layer (4.15)

Difference between TCP and UDP 1. Before sending a message as requested by the application layer, a transport layer based on TCP sends its own message to the transport layer at the destination telling that a message is bout to be sent, then waits for this message to be acknowledged.( establish a connection before sending a message). A transport layer based on UDP does not establish such a connection, it sends the message to the address and forgets a bout it.

Figure 4.15 Choosing between TCP and UDP 4-4

Difference between TCP and UDP 2. TCP transport layer at the origin and destination work together by means of acknowledge to assure that all segments of the message are successfully transferred (TCP is called a reliable protocol). UDP doesn't offer such retransmission services (unreliable protocol). 3. TCP provide flow control, meaning that a TCP transport layer at a message’s origin can reduce the rate at which it transmits to keep from overwhelming its counter part at the destination, as well as congestion control, can adjust its transmission rate to alleviate congestion. UDP doesn't support. 4. Transport layer based on UDP is more streamlined that based on TCP

Usage of TCP and UDP Usage of UDP: ◦ DNS lookup ◦ VOIP Usage of TCP: ◦ Mail server

TCP/IP  IP is the Internet’s standard for implementing the tasks assigned to the network layer  An interesting feature associated with forwarding is that each time an IP network layer at a message’s origin prepares a packet, it appends a value called a hop count, or time to live, t that packet  This value is a limit to the number of times the packet should be forwarded as it tries to find its way through the Internet.