Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Find public information about an event that had an impact on Internet connectivity for individual AS or entire countries. Example types of events are DDoS

Find public information about an event that had an impact on Internet connectivity for individual AS or entire countries. Example types of events are DDoS attacks, prefix hijacking, political developments, social unrest, social media censorship, an earthquake, or other physical phenomena.

Identify a metric that is associated with the control plane behavior of one impacted AS. Briefly justify why your metric is relevant. Use the PyBGPstream library to study/track this metric. Example metrics are the number of prefixes that are advertised by an origin AS, the duration between Announcement and Withdrawal for a prefix, the AS path and any changes it is associated with, change of origin AS for a prefix, advertisements with conflicting multiple origin AS for a single prefix, etc. The code should pull data, process it and produce the metric value. Hardcoded values are not acceptable, the result should be reproducible by running the code.

Show a line graph using matplot lib with the metric of your choice before, during and after the event took place. The goal of this graph is to show that an aspect of the control plane behavior of a network is clearly atypical during the event. So, the x-axis of the line graph will reflect time (in a timescale of your choice), and the y-axis will show your metric.

import pybgpstream

from matplotlib import pyplot as plt

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Auditing and Assurance Services An Applied Approach

Authors: Iris Stuart

1st edition

73404004, 978-0073404004

More Books

Students also viewed these Computer Network questions

Question

18. In Prob. 16, find the angle between t and fil.

Answered: 1 week ago

Question

12. In Prob. II, find the point on 11 where 2 intersects {?

Answered: 1 week ago