TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.

Slides:



Advertisements
Similar presentations
TOPIC LEARNING BTEC Level 3 Unit 28 Websites L01- All students will understand the web architecture and components which allow the internet and websites.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Layer and Transport Layer.
Networking Theory (part 2). Internet Architecture The Internet is a worldwide collection of smaller networks that share a common suite of communication.
The Internet Ed Lazowska Bill & Melinda Gates Chair in Computer Science & Engineering University of Washington August 2010.
Prepared By E.Musa Alyaman1 Networking Theory Chapter 1.
OIS Model TCP/IP Model.
Chapter Overview TCP/IP Protocols IP Addressing.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Data Communications and Networks
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
© 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.
TCP/IP. The Internet Protocol Suite is the set of communications protocols used for the Internet and other similar networks. It is commonly also known.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Mr C Johnston ICT Teacher
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Section 2.31 The TCP/IP reference model the de facto Internet standard demonstrates arbitrary nature of layers –various models are possible –OSI & TCP/IP.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
TCP/IP Transport and Application (Topic 6)
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
1 Networking Chapter Distributed Capabilities Communications architectures –Software that supports a group of networked computers Network operating.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
CHAPTER 5 TCP/IP PROTOCOLS. P ROTOCOL STANDARDS Protocols are formal rules of behavior When computers communicate, it is necessary to define a set of.
1 Chapter 8 – TCP/IP Fundamentals TCP/IP Protocols IP Addressing.
Data Communications and Networks
TCP/IP (Transmission Control Protocol / Internet Protocol)
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 3: TCP/IP Architecture.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
Cisco Discovery Semester 1 Chapter 6 JEOPADY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Transmission Control Protocol (TCP) Internet Protocol (IP)
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Lecture 1 on Networking ITNT Network protocols Protocol suites are collections of protocols that enable network communication from one host through.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
Application layer tcp/ip
Network Wiring and Reference
Layered Architectures
Understand the OSI Model Part 2
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Lectures Computer networking تمرین 3 نمره. پژوهش عملیاتی 2 نمره.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
Packet Sniffing.
Topic 5: Communication and the Internet
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Networking Theory (part 2)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Network Models CCNA Instructor Training Course October 12-17, 2009
Protocols 2 Key Revision Points.
How Our Customers Communicate With Us
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Kyle Broussard, Alexandra Mikolai,
Networking Theory (part 2)
Presentation transcript:

TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol

Protocols Systems communicate using a protocol, or a language. Protocols are sometimes called a “handshake” TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet. The following protocols require TCP/IP to function: HTTP – Hypertext Transfer Protocol SMTP – Simple Mail Transfer Protocol (for sending mail) POP – Post Office Protocol (for downloading mail) IMAP – Internet Access Message Protocol FTP – File Transfer Protocol (transferring files between computers)

TCP enables data to be split into smaller IP datagrams - small packets of data which can be re- assembled at the receiving end. TCP ensures the IP datagrams are re-assembled in the right order and ensures the process is completed TCP protocol fragments data into smaller IP datagrams (packets) IP Datagrams TCP enables networking

IP protocol routes the IP datagrams IP software moves the packets across the network Smaller packets (IP Datagrams) move between nodes (routers, servers and dedicated machines) The datagrams/packets are re-assembled at the receiving end by the TCP software the correct order and any mistakes are corrected

Open Systems Interconnection (OSI) Model 1. Your computer 'talks' to other computers connected to the Internet via the TCP/IP protocol stack built into the computer's operating system 2. Datagrams move down through the TCP layer to the IP layer where it receives it's destination IP address. The ISP (Internet Service Provider) router examines the destination address to know where to send it. 3. At the destination, the packets now go upwards through the stack. 4. When the data reaches the top of the stack, the packets have been re- assembled into their original form HIGHEST LAYER Applications protocols layer (http, smtp, pop, ftp, https, etc) LOWEST LAYER Link or Hardware layer: converts binary data between network signals Transport/ TCP Layer – directs packets via port no. to specific application Internet Layer IP directs packets to specific computer using IP address TCP/IP Protocol Stack

Summary TCP breaks data into smaller packets or IP datagrams IP ensure the IP datagrams are routed and reach their destination

Links to short video clips Networking: what is TCP/IP? How TCP/IP Works? feature=related (ip4 ipv6) feature=related 2. How the TCP/IP Protocol works (link - eature=related) eature=related 3. How the internet works- eature=related eature=related

Step by Step in more detail 1.Say you wanted to send a message to another computer 2.The message would start at the top of the protocol stack on your computer and work it's way downward 3.On the Internet, these chunks of data are known as packets. 4.After going through the TCP layer, the packets proceed to the IP layer. This is where each packet receives it's destination address - IP address 5.The ISP has a direct connection to the Internet. The ISPs router examines the destination address in each packet and determines where to send it. 6.As the packets go upwards through the stack, all routing data that the sending computer's stack added (such as IP address and port number) is stripped from the packets. 7.When the data reaches the top of the stack, the packets have been re-assembled into their original form