Ping Hackathon 2018.

Slides:



Advertisements
Similar presentations
SYSTEM ADMINISTRATION Chapter 19
Advertisements

COP 4930 Computer Network Projects Summer C 2004 Prof. Roy B. Levow Lecture 1.
CS335 Networking & Network Administration Introductions History of Networks Simple Computer Networks.
ICMP: Ping and Trace CCNA 1 version 3.0 Rick Graziani Spring 2005.
Web and Internet Part I ST: Introduction to Web Interface Design Prof. Angela Guercio Spring 2007.
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
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Defining the IP Packet Delivery Process INTRO v2.0—4-1.
Electronic Commerce Last Week
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
CCNA Introduction to Networking 5.0 Rick Graziani Cabrillo College
1 Version 3.1 Module 4 Learning About Other Devices.
Fundamental of IP network ~ ping, traceroute ~ Practice 1 Information and Communications Technology Internet Engineering.
Internet Control Message Protocol ICMP. ICMP has two major purposes: –To report erroneous conditions –To diagnose network problems ICMP has two major.
Hands-on Networking Fundamentals
Managing Network connections. Network Cabling Ethernet Topology Bus topology – Connects each node in a line – Has no central connection point Star topology.
Unit 4, Lesson 11 How Data Travels the Internet
Lecturer: Ghadah Aldehim
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.
How the Internet Works: What happens when information is sent from your computer?
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 8 TCP/IP Suite Error and Control Messages.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
© 2002, Cisco Systems, Inc. All rights reserved..
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.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Mr C Johnston ICT Teacher BTEC IT Unit 05 - Lesson 05 Network Protocols.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Unit 4, Lesson 11 How Data Travels the Internet AOIT Principles of Information Technology.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
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.
Presented by Rebecca Meinhold But How Does the Internet Work?
IT ELECTRONIC COMMERCE THEORY NOTES
Internet Control Message Protocol (ICMP) Chapter 7.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
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.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 4 Learning About Other Devices.
DIYTP Network Basics  How do computers communicate?  Network Interface Card (NIC)  Media Access Control Address (MAC)  Unique to each NIC 
Computer Networks 0111-ICMP Gergely Windisch
Click to edit Master subtitle style Chapter 8: IP Subnetting, Troubleshooting and Introduction to NAT Instructor:
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
Reading for next class No new reading, but there will be a quiz Ch 4.1 – 4.23: Internet applications.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 8 TCP/IP Suite Error and Control Messages.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
Ping and Traceroute by Aleisa A. Drivere Supervisor Graciela Perera.
LESSON Networking Fundamentals Understand TCP/IP.
Troubleshooting a Network
Troubleshooting ip Chapter 5e.
TCP/IP Utilities Richard Goldman May 29, 2003.
COMP2322 Lab 5 IP Steven Lee March 22, 2017.
Ping and traceroute.
Network Tools and Utilities
Instructor Materials Chapter 1 Ever Wonder How It Works?
Academic Talent Search
ICMP ICMP = Internet Control Message Protocol Layer 3
COMPUTER NETWORKS CS610 Lecture-33 Hammad Khalid Khan.
ICMP – Using Ping and Trace
Part1: Ipconfig ping command Tracert command Getmac command
Introduction to Networking
Troubleshooting IP Communications
How Data Flows through the Internet
ICMP – Using Ping and Trace
ITL Simple Diagnostic Tools
Networking Lab.
Internet Control Message Protocol
Troubleshooting ip Chapter 5e.
INFORMATION FLOW ACROSS THE INTERNET
Networking Lab.
Internet Control Message Protocol
Presentation transcript:

Ping Hackathon 2018

Pinging Ping is short for Packet Internet Groper It is a utility that sends a message to a computer and waits for a response A utility is part of system software that is used to help manage the computer’s resources, as opposed to application software If the response is received, information about the times required and so on are reported If the response is not received in a certain amount of time, the request is said to have “timed out”

Pinging (Cont.) It works by sending special packets called ICMP (Internet Control Message Protocol--echo request and echo reply packets) to a destination which is defined by an IP address or URL. (We will learn more about ICMPs later in the semester.) If the destination responds, you have a good connection and a working route. If the destination does not respond, you really can’t determine anything about the connection. Many computers turn off the ability to use this service.

Breaking it down Pinging consists of the command “ping” followed by an IP address or domain name ping 139.84.10.210 ping www.lasalle.edu It sends out special packets which request a response (echo reply) if the destination host is reached

host A host is a computer or device that is connected to a TCP/IP network, including the Internet. Each host has a unique IP address. A computer may always have the same address or may have a different address each time it connects to the networks. For wireless networks, the IP address may easily change. IP addresses should be unique.

Domain name A domain name is a string of characters standing in for an IP address You can have One Name which links to Multiple Addresses One Address which links to Multiple Names Domain names are used in URLs to identify particular Web pages. For example, in the URL http://www.pcwebopedia.com/index.html, the domain name is pcwebopedia.com.

Packet The information that moves between computers is a called a packet. Packets hold all the information. So, a packet is a message (protocol + “some” data) or a piece of a message transmitted over a packet-switching network. Packets contain an address (identifier) so that it can be routed to its destination.

Now we are going to try some pinging exercises. You are going to use the command line for your computer. The next set of slides will show you how to get this information. Go to the start command and in the search box type cmd. (next slide).

Pinging: Start/Run

Type cmd in the search box Type cmd here and click on the x

Pinging: type ping followed by domain name

You will get a black window where we will issue commands.

Pinging You are going to look at some examples and then try this on your own machine.

Pinging a host which was off at the time Timed out Can use IP instead of domain name

Traceroute Hackathon 2018

Traceroute This is a utility that determines the route taken by a packet from your computer (the local host) to some other host on the network It doesn’t actually follow a single packet but sends out a series of packets The packets are restricted in the number of “hops” they can take When the limit is reached, information about the node is (should be) returned Each consecutive packet is allowed one more hop

hop A hop is a term that describes when a packet moves from one from one node to the next. “Some Internet Service Providers (ISPs) advertise how many hops away from Internet backbone they are. Theoretically, the fewer hops it takes to get your data onto the backbone, the faster your access will be.” (webopedia)

Traceroute (Cont.) Traceroute shows how many hops were required to reach the destination as well as the length of time for each hop. You can use traceroute to get an idea of where things move through the internet. This can be useful in trying to determine how information passes through the connections.

Traceroute (Cont.) Go to Start/Run, type cmd, and then type “tracert” followed by the domain name of the host. For example: tracert www.google.com

tracert google.com