C1000-156 · Question #32
You analyzed network flows and decided that you want to track any network bandwidth violations by any application that comes from your network source. You want to report on all applications that…
The correct answer is A. Reference map. To track network bandwidth violations by any application coming from your network source and report on all applications that create traffic along with the amount of data from each IP address, you need to store the IP address, the application, and the amount of data in a…
Question
You analyzed network flows and decided that you want to track any network bandwidth violations by any application that comes from your network source. You want to report on all applications that create traffic and the amount of data (total bytes) from each IP. You want to store the IP address, the application, and the amount of data in the reference data collection. What type of reference data collection must you create to support this use case?
Options
- AReference map
- BReference map of maps
- CReference set
- DReference map of sets
How the community answered
(28 responses)- A57% (16)
- B14% (4)
- C21% (6)
- D7% (2)
Explanation
To track network bandwidth violations by any application coming from your network source and report on all applications that create traffic along with the amount of data from each IP address, you need to store the IP address, the application, and the amount of data in a reference data collection. The appropriate type of reference data collection for this use case is a "Reference map." Here is why: In this context, the key can be the combination of the IP address and the application, and the value can be the amount of data (total bytes). Data Structure: This structure enables efficient lookups and updates, which is ideal for tracking and reporting bandwidth usage per application per IP address. Use Case Suitability: The reference map is suitable for scenarios where you need to store and retrieve values based on a specific key, and it supports storing complex data structures efficiently. This type of reference data collection supports the use case by allowing the storage and retrieval of detailed network traffic information per application and IP address.
Topics
Community Discussion
No community discussion yet for this question.