1/115
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are the three logical planes of network functions?
Management plane, Control plane, Data plane
What does YAML stand for?
YAML Ain't Markup Language
In JSON, whitespace [is/isn't] significant.
isn't
In XML, whitespace [is/isn't] significant.
isn't
In YAML, whitespace [is/isn't] significant.
is
What are the four JSON 'primitive' data types?
-string -number -boolean -null
What are the two JSON 'structured' data types?
-object -array
What kind of JSON data type is the value of this key-value pair?
"key" : "value"
string
"What kind of JSON data type is the value of this key-value pair?
"key" : 5
number
What kind of JSON data type is the value of this key-value pair?
"key" : false
boolean
What kind of JSON data type is the value of this key-value pair?
"key" : null
null
What kind of JSON data type is the value of this key-value pair? key: [“yes", "no"]
array
What kind of JSON data type is the value of this key-value pair?
"key" :{"interface": "gigabitethernet1/1"}
object
In YAML, [...] indicates a list.
-
What does CRUD stand for?
Create, Read, Update, Delete
REST APIs must be [stateful/stateless].
stateless
[...] is Cisco's SDN solution for automating campus LANs.
SD-Access
[...] is Cisco's SDN solution for automating data center networks.
ACI
[...] is Cisco's SDN solution for automating WANs.
SD-WAN