ITIS 1210 Introduction to Web-Based Information Systems Chapter 3. How TCP/IP Works.

Slides:



Advertisements
Similar presentations
Chapter 7 – Transport Layer Protocols
Advertisements

Network Layer and Transport Layer.
Internet…issues Managing the Internet
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Ch 23 1 Based on Data Communications and Networking, 4th Edition. by Behrouz A. Forouzan, McGraw-Hill Companies, Inc., 2007 Ameera Almasoud.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
Lecturer: Tamanna Haque Nipa
Transmission Control Protocol Internet Protocol TCP/IP.
TCP/IP Web Design & Layout January 23, TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,
Process-to-Process Delivery:
Unit 4, Lesson 11 How Data Travels the Internet
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Page 19/13/2015 Chapter 8 Some conditions that must be met for host to host communication over an internetwork: a default gateway must be properly configured.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
© 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.
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.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 4 Introduction to Network.
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.
Lecture#1 on Internet. Internet Addressing IP address: pattern of 32 or 128 bits often represented in dotted decimal notation IP address: pattern of 32.
Mukesh N. Tekwani Elphinstone College Mumbai
Introduction to Technology Infrastructure Chapter 1.
TCP/IP Suite Transmission Control Protocol/ Internet Protocol Presentation by Chandra Porchia.
University of the Western Cape Chapter 12: The Transport Layer.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 3 Transport Layer.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Chapter 1 What is the Internet?. The Wired World of the Internet Who runs the Internet? Collection of thousands of networks RFCs, users’ agreement about.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Marwan Al-Namari Week 5. Responsible for delivering packets between endpoints over multiple links Physical Link Network Transport Application.
William Stallings Data and Computer Communications
Chapter 23 Internet Control Message Protocol used to report information and errors IP uses ICMP when it sends an error message ICMP uses IP to transport.
1 An Error Reporting Mechanism (ICMP). 2 IP Semantics IP is best-effort Datagrams can be –Lost –Delayed –Duplicated –Delivered out of order –Corrupted.
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
Internet Protocol: Routing IP Datagrams Chapter 8.
Institute of Technology Sligo - Dept of Computing Chapter 12 The Transport Layer.
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Cisco 2 - Routers Perrine. J Page 112/19/2015 Chapter 8 TCP/IP Error Message Some of the conditions that must be met in order for host to host communication.
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 Infrastructure Mapping the World Wide Web.
Process-to-Process Delivery:
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
Chapter 5 Network and Transport Layers
LESSON Networking Fundamentals Understand TCP/IP.
A quick intro to networking
Chapter 4 Introduction to Network Layer
Networking for Home and Small Businesses – Chapter 6
Internet Protocol: Connectionless Datagram Delivery
Networking for Home and Small Businesses – Chapter 6
Chapter 4 Introduction to Network Layer
Data Communication and Computer Networks
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
Process-to-Process Delivery:
ACT102 Introduction to web design
Chapter 15 – Part 2 Networks The Internal Operating System
Protocols 1 Key Revision Points.
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
INFORMATION FLOW ACROSS THE INTERNET
Chapter 15. Satellite Services and the Internet
Chapter 8 – Data switching and routing
Presentation transcript:

ITIS 1210 Introduction to Web-Based Information Systems Chapter 3. How TCP/IP Works

How TCP/IP Works  Before there was the Internet there was …  The telephone company  Circuit-switched  Connection made for each call  Users “owned” circuit during call  Resources released only when call terminated

How TCP/IP Works  Internet works differently  Circuits are permanent  But not dedicated to a single user  Messages inhabit a circuit until delivered  Packet-switched network  Messages decomposed into subsets  Packets  Packets delivered individually to destination

How TCP/IP Works  TCP/IP enables this process  TCP – Transmission Control Protocol  Decomposes messages prior to transmission  Re-assembles messages at destination  IP – Internet Protocol  Routes packets to proper destination

How TCP/IP Works  TCP decomposes original message into packets  Packets limited to 1500 characters or less  Additional data added in a header:  Sequence Number  Checksum  IP places each packet into an envelope  Additional information added in a header:  Sender address  Destination address  Time to keep until discarded  Packets sent out on Internet  Routers examine addressing information  Best path taken for each packet  Checksums used to detect transmission errors  “Bad” packets discarded  Re-transmission is requested  “Good” packets re-assembled at destination

How TCP/IP Works  PCs need special software to connect to the Internet  Interprets TCP/IP  “Socket” or “TCP/IP stack”  Built-in to all modern computers  Winsock or MacTCP  Without this can’t view Web pages