Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.

Slides:



Advertisements
Similar presentations
Routing Routing in an internetwork is the process of directing the transmission of data across two connected networks. Bridges seem to do this function.
Advertisements

TCP/IP MODEL Maninder Kaur
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Protocols and the TCP/IP Suite
CS335 Networking & Network Administration Tuesday, May 11, 2010.
CS335 Networking & Network Administration Tuesday, April 20, 2010.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Prepared By E.Musa Alyaman1 Networking Theory Chapter 1.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Lecturer: Tamanna Haque Nipa
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
Chapter 2 TCP/ IP PROTOCOL STACK. TCP/IP Protocol Suite Describes a set of general design guidelines and implementations of specific networking protocols.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
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,
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Presentation on Osi & TCP/IP MODEL
DNS (Domain Name System) Protocol On the Internet, the DNS associates various sorts of information with domain names. A domain name is a meaningful and.
Cisco 1 - Networking Basics Perrine. J Page 19/17/2015 Chapter 9 What transport layer protocol does TFTP use? 1.TCP 2.IP 3.UDP 4.CFTP.
SEED Infotech Pvt. Ltd. 1 Networking in Java. SEED Infotech Pvt. Ltd. 2 Objectives of This Session Describe issues related to any type of network using.
Protocols and the TCP/IP Suite
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.
Introduction and Overview Chapter 1. Why Study TCP/IP? Forms global Internet base technology Has accommodated explosive growth well Protocols work over.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 2 Protocols and the TCP/IP Suite by Zornitza Genova Prodanoff.
Chapter 17 - Internetworking: Concepts, Architecture, and Protocols 1. Internetworking concepts 2. Router 3. protocol for internetworking 4. TCP/ IP layering.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Part 3: Internetworking Internet architecture, addressing, encapsulation, reliable transport and the TCP/IP protocol suite.
Lecture 3 Overview. Protocol An agreed upon convention for communication both endpoints need to understand the protocol. Protocols must be formally defined.
COP 4930 Computer Network Projects Summer C 2004 Prof. Roy B. Levow Lecture 3.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
CS 447 Networks and Data Communication ARP (Address Resolution Protocol) for the Internet Department of Computer Science Southern Illinois University Edwardsville.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
Chapter 17 Internetworking: Concepts, Architecture, and Protocols
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Networking Fundamentals Network Protocols. Protocol Rule for how networks communicate Each OSI layer handled by one or more protocols Protocol Suites.
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Net 221D:Computer Networks Fundamentals
Reading TCP/IP Protocol. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also.
Internet Infrastructure Mapping the World Wide Web.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
J. Liebeher (modified by M. Veeraraghavan) 1 Introduction Complexity of networking: An example Layered communications The TCP/IP protocol suite.
Network Layer 3 Application Presentation Session Transport Network Data Link Physical OSI Model.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
1 Computer Networks Chapter 5. Network layer The network layer is concerned with getting packets from the source all the way to the destination. Getting.
Internet.
A quick intro to networking
How is all that data traffic controlled on the Internet?
Distributed Systems.
Scaling the Network: The Internet Protocol
Lec 2: Protocols.
Using MIS 2e Chapter 6 Appendix
Network Architecture Introductory material
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Networking and Internet
Protocols and the TCP/IP Suite
Review of Important Networking Concepts
ECEN “Internet Protocols and Modeling”
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
OSI Model The Seven Layers
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Scaling the Network: The Internet Protocol
Protocols and the TCP/IP Suite
Protocol Application TCP/IP Layer Model
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
Presentation transcript:

Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting system is called an internetwork or internet. – What is Internet? The Internet is the specific global internetwork that grew out of ARPA-NET for communication of between computer located anywhere in the world

Protocols Each intermediate network must agree to handle transit in exchange for the right to send traffic throughout the internet. Internetworking protocols – All computers and routers in an internet must agree on a common set of internetworking protocols.

What is a protocol? revisited A set of syntactic and semantic rules for communication. details of message formats How a computer should respond when a message arrives. How a computer handles errors or. Independent of lower layers or hardware.

TCP/IP protocol – TCP/IP is the most widely used internetworking protocol suite. TCP: Transmission Control Protocol. IP: Internet Protocol. – TCP/IP is now the defacto standard for internetworking protocols.

TCP/IP suite Here are some of the key features provided by TCP/IP suite: Packet switching Logical addressing Dynamic rooting Name resolution

Packet switching The data is divided in small chunks “packets” – The packets are transmitted independently – Possibly by different routes – And reassembled at the other end. – This allows a faster transmission

Logical addressing Every computer has physical address – Ethernet address 48 bits (MAC address) 90:AF:F4:CA:BA:03 Burned into the chip at the factory Physical addresses are of different formats With no hierarchical scheme Uniform format: IP addresses 32 bits identifying the network and the host. Two systems can not connect to the Internet with the same address at the same time. Translation of IP to Ethernet address and vice versa.

Dynamic rooting Different routes can be taken from source to destination Router can choose a path for the data depending on present conditions Path taken

Name resolution TCP/IP provides a mapping of domain name and numeric addresses – =