1 / 12

4. Active Monitoring Techniques

4. Active Monitoring Techniques. 4. Active Monitoring Techniques. ICMP-based method Diagnose network problems Availability / Round-trip delay / Round-trip packet loss TCP-based method One-way bandwidth / Round trip bandwidth Bulk transfer rate UDP-based method

vernacook
Télécharger la présentation

4. Active Monitoring Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 4. Active Monitoring Techniques

  2. 4. Active Monitoring Techniques • ICMP-based method • Diagnose network problems • Availability / Round-trip delay / Round-trip packet loss • TCP-based method • One-way bandwidth / Round trip bandwidth • Bulk transfer rate • UDP-based method • One-way packet loss / Round trip bandwidth

  3. 4. Active Monitoring - ICMP • Internet Control Message Protocol (ICMP), RFC 792 • The purpose of ICMP messages is to provide feedback about problems in the IP network environment • Delivered in IP packets • ICMP message format • 4 byte of ICMP header and optional message

  4. 4. Active Monitoring - ICMP Functions • To announce network errors • If a network, host, port is unreachable, ICMP Destination Unreachable Message is sent to the source host • To announce network congestion • When a router runs out of buffer queue space, ICMP Source QuenchMessage is sent to the source host • To assist troubleshooting • ICMP Echo Message is sent to a host to test if it is alive - used by ping • To announce timeouts • If a packet’s TTL field drops to zero, ICMP Time Exceeded Message is sent to the source host - used by traceroute

  5. 4. Active Monitoring - ICMP Drawbacks • ICMP messages may be blocked (i.e., dropped) by firewall and processed at low priority by router • ICMP has also received bad press by being used in many denial of service attacks and because of the number of sites generating monitoring traffic • As a consequence some ISPs disable ICMP even though this potentially causes poor performance and does not comply with RFC1009 (Internet Gateway Requirements) • In spite of these limitations, ICMP is still most widely used in active network measurements

  6. 4. Active Monitoring - Ping • A simple application that runs on a host, typically supplied as part of the host's operating system • Uses ICMP ECHO_REQUEST and ECHO_RESPONSE packets • Provides round-trip time and packet loss • For average measurement, run ping at regular intervals so as to measure the site's latency and packet loss

  7. 4. Active Monitoring – Ping Example

  8. 4. Active Monitoring - Traceroute • Produces a hop-by-hop listing for each router along the path to the target host • For each hop, it prints the round-trip time for the router • Algorithm: uses ICMP and TTL field in the IP header • Send an ICMP packet with TTL=1 • First router sends back ICMP TIME_EXCEEDED • Then send ICMP packet with TTL=2 and hear back from the second router • Continue till the destination is reached or TTL expires (default max TTL=30) • It shows you only the forward path • The reverse path is seldom the same • To trace the reverse path one must run traceroute on the remote host (reverse traceroute server, Looking Glass Server).

  9. 4. Active Monitoring – Traceroute Example

  10. Measurement Method Example via Ping Ping (ICMP) – Availability, RT Loss, RTT Delay Measurement Test Machine Packet Generator (ICMP) Customer SLA DB Period : 10 min. Packet Size : 40 bytes RSM RSM RSM RSM RSM RSM RSM Gigabit Ethernet Backbone Network

  11. 105x 8 Throughput (Mbps) = t2(㎲) – t1(㎲) Measurement Method Example via TCP TCP – Throughput NTP Synchronized hosts Measurement Source Machine Measurement Destination Machine TCP t1 local time : t1 100 KB t2 local time : t2

  12. Measurement Method Example via UDP UDP – One Way Loss NTP Synchronized hosts Measurement Source Machine Measurement Destination Machine UDP 1 Packet (1000 Byte) 100 KB 100 KB Received Packet Counts One way Loss = 100 - x 100 (%) Sent Packet Counts

More Related