Why do large OSPF networks use a hierarchical design? (Choose three.)
Correct Answer: B,C,D
OSPF implements a two-tier hierarchical routing model that uses a core or backbone tier known as area zero (0). Attached to that backbone via area border routers (ABRs) are a number of secondary tier areas. The hierarchical approach is used to achieve the following: Rapid convergence because of link and/or switch failures Deterministic traffic recovery Scalable and manageable routing hierarchy, reduced routing overhead.
Question 207
Which type of organization should use a collapsed-core architecture?
Correct Answer: C
A collapsed-core architecture is a limited investment for a small company, and may be efficient and productive for a limited time.
Question 208
What are three characteristics of the TCP protocol? (Choose three.)
Correct Answer: A,C,E
Question 209
Which of the following is the JSON encoding of a dictionary or hash?
Correct Answer: C
Question 210
Which option about JSON is true?
Correct Answer: B
JSON data is written as name/value pairs. A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value: "name":"Mark" JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.. For example: { "name":"John", "age":30, "cars":[ "Ford", "BMW", "Fiat" ] }