Reading for next class No new reading, but there will be a quiz Ch 4.1 – 4.23: Internet applications.

Slides:



Advertisements
Similar presentations
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Introduction to IPv4 Introduction to Networks.
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Computer Networks Performance Metrics Advanced Computer Networks Fall 2013.
Computer Networks Performance Metrics Computer Networks Term B10.
CPSC 441 Tutorial - Network Tools 1 Network Tools CPSC 441 – Computer Communications Tutorial.
CSEE W4140 Networking Laboratory Lecture 3: IP Forwarding and ICMP Jong Yul Kim
CS335 Networking & Network Administration Introductions History of Networks Simple Computer Networks.
Network Measurement Bandwidth Analysis. Why measure bandwidth? Network congestion has increased tremendously. Network congestion has increased tremendously.
Web and Internet Part I ST: Introduction to Web Interface Design Prof. Angela Guercio Spring 2007.
CISCO NETWORKING ACADEMY Chabot College ELEC ping & traceroute.
Ping and traceroute Lab/Homework exercise Assigned 9/12/2006 Due 9/19/2006 CSIT 220 Fall, 2006 Based on T. Blum Exercises.
1 ICMP – Using Ping and Trace CCNA Semester
1 ICMP : Internet Control Message Protocol Computer Network System Sirak Kaewjamnong.
21.1 Chapter 21 Network Layer: Address Mapping, Error Reporting, and Multicasting Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Electronic Commerce Last Week
CCNA Introduction to Networking 5.0 Rick Graziani Cabrillo College
CS 6401 Internet Protocol Outline Introduction to Internet Protocol Header and address formats ICMP Tools.
Fundamental of IP network ~ ping, traceroute ~ Practice 1 Information and Communications Technology Internet Engineering.
1 Computer Networks and Internets Spring 2005 Assistant Professor JainShing Liu.
How the Internet Works Acknowledgment and Disclaimer: This presentation is supported in part by the National Science Foundation under Grant Any.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Unit 4, Lesson 11 How Data Travels the Internet
Problem Statement Map of OSU Routers Gopi Krishna Tummala Rupam Kundu Graduate Students The Ohio State University.
Chapter 4. After completion of this chapter, you should be able to: Explain “what is the Internet? And how we connect to the Internet using an ISP. Explain.
1 IP: putting it all together Part 2 G53ACC Chris Greenhalgh.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
KIS – Cvičenie #5 IP konfigurácia v prostredí OS Windows Marián Beszédeš, B506
How do loss and delay occur?
POSTECH DP&NM Lab. Internet Traffic Monitoring and Analysis: Methods and Applications (1) 4. Active Monitoring Techniques.
PC1 LAN GW SP RTR1 SP RTR2 DST 4 * 25 ms 21 ms dst [ ] 4. A third packet is sent with TTL=3, which decrements at each hop, and expires after RTR2,
Mr C Johnston ICT Teacher BTEC IT Unit 05 - Lesson 05 Network Protocols.
Presented by Rebecca Meinhold But How Does the Internet Work?
Internet Control Message Protocol (ICMP) Chapter 7.
Introduction 1-1 Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge  end systems, access networks, links 1.3 Network core  circuit switching,
PRACTICAL INTRODUCTION TO INTERNET TECHNOLOGY. Practical one PACKET DELAY AND LOSS IN INTERNET In this experiment, you will observe real delays and loss.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
Internet Infrastructure Mapping the World Wide Web.
Network Layer: Address Mapping, Error Reporting, and Multicasting
Packet switching Monil Adhikari. Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data.
Motivation and Tools NETD411 – Computer Technology and Architecture.
A special acknowledge goes to J.F Kurose and K.W. Ross Some of the slides used in this lecture are adapted from their original slides that accompany the.
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Introduction and Overview of Network and Telecommunications (contd.)
Ping and Traceroute by Aleisa A. Drivere Supervisor Graciela Perera.
Lecture#6:Connectivity Verification
Introduction and Overview of Network and Telecommunications (contd.)
LESSON Networking Fundamentals Understand TCP/IP.
Review: Switch Model: Reduce the Mess
Traceroute traceroute is a Unix utility designed by Van Jacobson in 1987 The Windows equivalent is called tracert The Linux equivalent is called tracepath.
Connectivity Verification
Ping and traceroute.
Network Tools and Utilities
ICMP ICMP = Internet Control Message Protocol Layer 3
COMPUTER NETWORKS CS610 Lecture-33 Hammad Khalid Khan.
Chapter 6 – Routing.
8 Network Layer Part V Computer Networks Tutun Juhana
ICMP – Using Ping and Trace
Part1: Ipconfig ping command Tracert command Getmac command
Introduction to Networking
Troubleshooting IP Communications
Lecture#7:Connectivity Verification
Ping Hackathon 2018.
CS 428 Computer Networking
ICMP – Using Ping and Trace
Internet Control Message Protocol Version 4 (ICMPv4)
Lecture#6:Connectivity Verification
Networking Lab.
INFORMATION FLOW ACROSS THE INTERNET
Networking Lab.
Exercise 10 Toking Ring MTU=4464 Ethernet MTU=1500 FDDI MTU=4352 H1 H2
Presentation transcript:

Reading for next class No new reading, but there will be a quiz Ch 4.1 – 4.23: Internet applications

Review: Traceroute 3 probes Local host: Alice Remote host: Jack Probe successive hops to find network path – sends 3 packets that will reach each router on path towards destination – Each router returns packets to sender – sender times interval between transmission and reply.

Review: Traceroute Local host: Alice Remote host: Jack Technically, a hop is defined as the action that occurs when a packet “jumps” from one router to the next. 1 hop 2 hop 3 hop N-1 hop N hop

Traceroute Example 1 C:\> tracert allspice.lcs.mit.edu 1 20ms 25ms 15ms philadelphia4.t3.ans.net ( ) ms 120ms 140ms New-York2.t3.ans.net ( ) 3 300ms 280ms 260ms Cambridge1.bbnplanet.net ( ) 4 339ms 279ms 279ms Allspice.lcs.mit.edu ( ) 3 delay measurements

Traceroute Question 6 C:\> tracert allspice.lcs.mit.edu 1 20ms 25ms 15ms philadelphia4.t3.ans.net ( ) ms 120ms 140ms New-York2.t3.ans.net ( ) 3 300ms 280ms 260ms Cambridge1.bbnplanet.net ( ) 4 339ms 279ms 279ms Allspice.lcs.mit.edu ( ) How many computers are there in this route? How many hops?

Traceroute Question 7 C:\> tracert allspice.lcs.mit.edu 1 20ms 25ms 15ms philadelphia4.t3.ans.net ( ) ms 120ms 140ms New-York2.t3.ans.net ( ) 3 300ms 280ms 260ms Cambridge1.bbnplanet.net ( ) 4 339ms 279ms 279ms Allspice.lcs.mit.edu ( ) How many packets are sent by local host? How many packets are forwarded by New York (New- York2.t3.ans.net )?

Traceroute Question 8 C:\> tracert allspice.lcs.mit.edu 1 20ms 25ms 15ms philadelphia4.t3.ans.net ( ) ms 120ms 140ms New-York2.t3.ans.net ( ) 3 300ms 280ms 260ms Cambridge1.bbnplanet.net ( ) 4 339ms 279ms 279ms Allspice.lcs.mit.edu ( ) What’s the average round trip time form local host to Cambridge1.bbnplanet.net?

Traceroute Example 2 C:\> tracert ms 1 ms 1 ms ms 11 ms 9 ms c hsd1.pa.comcast.net [ ] 3 11 ms 10 ms 10 ms te sur02.statecollege.pa.pitt.comcast.net [ ] 4 17 ms 15 ms 15 ms be-3-ar03.lowerpaxton.pa.pitt.comcast.net [ ] 5 21 ms 21 ms 27 ms he ar01.pittsburgh.pa.pitt.comcast.net[ ] 6 45 ms 31 ms 32 ms be-7016-cr01.newyork.ny.ibone.comcast.net [ ] 7 29 ms 28 ms 29 ms ae12.edge1.NewYork2.level3.net [ ] ms 302 ms 306 ms ae-4-4.car1.Manchesteruk1.Level3.net [ ] ms 210 ms 207 ms ae-4-4.car1.Manchesteruk1.Level3.net [ ] ms 103 ms 106 ms ms 107 ms 107 ms ae29.erdiss-sbr1.ja.net [ ] ms 106 ms 106 ms ae31.londpg-sbr1.ja.net [ ] ms 109 ms 109 ms ae21.read-rbr3.ja.net [ ] ms 117 ms 105 ms ae1.read-rbr2.ja.net [ ] ms 107 ms 107 ms ae2.oxfo-rbr2.ja.net [ ] ms 107 ms 107 ms Oxford-University-2.ja.net [ ] ms 110 ms 108 ms csurb.backbone.ox.ac.uk [ ] ms 110 ms 110 ms boucs.backbone.ox.ac.uk [ ] ms 107 ms 107 ms boucs-lompi1.sdc.ox.ac.uk [ ] ms 109 ms 108 ms aurochs-web-154.nsms.ox.ac.uk [ ] Trace complete. Level3: Trans-atlantic link comcast Janet: UK’s research network oxford

Traceroute Exercise 1 Step 1: Start  Run  cmd Step 2: Trace route to – Somewhere in the U.S. – Somewhere outside U.S. Discuss the results with classmates next to you – How may hops are there in the path? – What’s the average delay from you computer to the remote host? – How many major networks does the path traverse? What are they? – For destination outside US, from which router do the packets leave US?

Traceroute Exercise 2 For this exercise, you need to use the traceroute server at traceroute.pl. When you view this web page, execute a traceroute (trace) to: traceroute.pl 1.your machine 2.Somewhere in US 3.Somewhere outside US

Traceroute Exercise 3 At the command prompt, type: – tracert Describe what is strange about the observed output, and why traceroute gives you such an output