HP HP2-Z31 Exam Practice Questions (P. 3)
- Full Access (90 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Which technology can be used in OpenFlow 1.3 that allows rate limiting of packets that are sent to the SDN Controller?
- ASlicing
- BsFlow support
- CMeter on IP ToS/DSCP bits
- DMeter table
Correct Answer:
D
Per-flow meters -
OpenFlow 1.3 brings support for per-flow meters. These can be attached to flow entries and can measure and control the rate of packets. One of the main applications of perflow meters is to rate limit packets sent to the controller.
Reference: Production-ready SDN with OpenFlow 1.3
http://h17007.www1.hp.com/docs/interop/2013/37958_HPN_SDN_Openflow_Brief_042913_lo.pdf
(page 2)
D
Per-flow meters -
OpenFlow 1.3 brings support for per-flow meters. These can be attached to flow entries and can measure and control the rate of packets. One of the main applications of perflow meters is to rate limit packets sent to the controller.
Reference: Production-ready SDN with OpenFlow 1.3
http://h17007.www1.hp.com/docs/interop/2013/37958_HPN_SDN_Openflow_Brief_042913_lo.pdf
(page 2)
send
light_mode
delete
Question #12
What is used by the HP VAN SDN Controllers for internal communication between controllers?
- AREST API Token
- BAdmin ToKen
- CAuth ToKen
- DService Token
Correct Answer:
D
The Service token is used for internal communication between controllers and is not exposed to the user.
Reference: HP VAN SDN Controller Administrator Guide, Service and Admin Tokens
D
The Service token is used for internal communication between controllers and is not exposed to the user.
Reference: HP VAN SDN Controller Administrator Guide, Service and Admin Tokens
send
light_mode
delete
Question #13
What is a key feature of cloud computing?
- Aserver virtualization
- Bnetwork management virtualization
- Cuser self-provisioning
- Dsoftware-defined networking
Correct Answer:
A
Virtualization is a foundational element of cloud computing and helps deliver on the value of cloud computing. Cloud computing is the delivery of shared computing resources, software or data as a service and on-demand through the Internet
Reference: Virtualization vs. Cloud Computing: What's the Difference? http://www.businessnewsdaily.com/5791-virtualization-vs-cloud-computing.html
A
Virtualization is a foundational element of cloud computing and helps deliver on the value of cloud computing. Cloud computing is the delivery of shared computing resources, software or data as a service and on-demand through the Internet
Reference: Virtualization vs. Cloud Computing: What's the Difference? http://www.businessnewsdaily.com/5791-virtualization-vs-cloud-computing.html
send
light_mode
delete
Question #14
An administrator wants to navigate to the HP VAN SDN Controller graphical user interface to view options such as the OpenFlow Topology, Alerts, and installed applications. Which URL is correct for release 2.0 of the HP VAN SDN Controller configured with IP address 192.168.56.7?
- Ahttps://192.168.56.7:8443/api
- Bhttps://192.168.56.7:8080/sdn/ui
- Chttps://192.168.56.7:8443/sdn/ui
- Dhttp://192.168.56.7:8443/sdn/ui C
Correct Answer:
Explanation
Start the SDN Graphical User Interface
1. Use the Google Chrome browser to access the controller's GUI at the controller IP address: https://<controller_ip_addr>:8443/sdn/ui
For example:
https://127.0.0.1:8443/sdn/ui
2. Enter user name and password credentials, then click Login.
✑ The default user name is "sdn".
✑ The default password is "skyline".
The main controller GUI screen then appears:

Reference: HP VAN SDN Controller Administrator Guide
Explanation
Start the SDN Graphical User Interface
1. Use the Google Chrome browser to access the controller's GUI at the controller IP address: https://<controller_ip_addr>:8443/sdn/ui
For example:
https://127.0.0.1:8443/sdn/ui
2. Enter user name and password credentials, then click Login.
✑ The default user name is "sdn".
✑ The default password is "skyline".
The main controller GUI screen then appears:

Reference: HP VAN SDN Controller Administrator Guide
send
light_mode
delete
Question #15
Which OpenFlow message ensures that all previous flow mod messages have been processed by the OpenFlow switch agent and that there are no flow mod messages queued for processing from an earlier time?
- AFlush
- BPush
- CBarrier
- DForce
Correct Answer:
A
flush()
Pushes buffered data out the Stream; this is NOT guranteed to flush all data, multiple flush() calls may be required, until needFlush() returns false.
Reference: org.openflow.io, Interface OFMessageOutStream
A
flush()
Pushes buffered data out the Stream; this is NOT guranteed to flush all data, multiple flush() calls may be required, until needFlush() returns false.
Reference: org.openflow.io, Interface OFMessageOutStream
send
light_mode
delete
All Pages