Networking and Routing Protocols Quiz

Test your knowledge of networking protocols including RIP, OSPF, BGP, routing policies, firewall filters, and JUNOS software configuration. Also includes Windows PowerShell scripting questions.

18 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which protocol family is required prior to assigning an IP address to an interface?

  1. family ip
  2. family ip6
  3. family inet
  4. Family inet4
Question 2 Multiple Choice (Single Answer)

Why would you make a non-backbone area a stub or not-so-stubby area?

  1. to aggregate routes learned from the ABR
  2. to lower the cost of routes advertised by the ABR
  3. to connect a non-contiguous area to the backbone
  4. to decrease the size of the link-state database in that area
Question 3 Multiple Choice (Single Answer)

When configuring an IBGP peering session between loopback interfaces, why is the local-address option required?

  1. for VLSM support
  2. for loop prevention
  3. for TCP reachability
  4. for MD5 authentication
Question 4 Multiple Choice (Single Answer)

When is the default routing policy applied?

  1. only if no policies have been applied
  2. prior to evaluating any applied policy
  3. after all policies have been evaluated
  4. during the evaluation of every applied policy
Question 5 Multiple Choice (Single Answer)

What is the default route preference for directly connected routes?

  1. 0
  2. 1
  3. 5
  4. 17
Question 6 Multiple Choice (Single Answer)

When is the default routing policy applied?

  1. only if no polices have been applied
  2. prior to evaluating any applied policy
  3. after all polices have been evaluated
  4. during the evaluation of every applied policy
Question 7 Multiple Choice (Single Answer)

On what destination port in the layer 4 header does BGP listen?

  1. UDP port 169
  2. TCP port 169
  3. UDP port 179
  4. TCP port 179
Question 8 Multiple Choice (Multiple Answers)

What are three characteristics of RIPv2? (Choose three)

  1. Supports VLSM
  2. Supports Kerberos authentication
  3. Is backward compatible with RIPv1
  4. Multicasts messages to RIP neighbors
  5. Uses Hello Protocol for neighbor discovery
Question 9 Multiple Choice (Multiple Answers)

Which two statements are true concerning the JUNOS software? (Choose two)

  1. Processes are tightly integrated with each other
  2. Processes are fully independent from each other
  3. Processes run in a protected memory environment
  4. Processes may fail and cause a failure of the entire system
Question 10 Multiple Choice (Single Answer)

Assume that a comparable configuration is applied to your peer in AS 11 and that bi-directional TCP reachability has been achieved. Which EBGP configuration will allow the BGP session to become established?

  1. routing-options {autonomous-system 64;} protocols { bgp { group external-peer11{ type external; neighbor 10.0.3.6 { peer as } }
  2. routing-options {autonomous-system 34;} protocols { bgp { group external-peer11{ type external; neighbor 10.0.3.6 { peer as } }
  3. routing-options {autonomous-system 11;} protocols { bgp { group external-peer64{ type external; neighbor 10.0.3.6 { peer as } }
  4. routing-options {autonomous-system 44;} protocols { bgp { group external-peer11{ type external; neighbor 10.0.3.5 { peer as } }
Question 11 Multiple Choice (Multiple Answers)

Which two steps are required for RIP to redistribute IS-IS routes? (Choose two)

  1. apply the redistribution policy to RIP as import
  2. apply the redistribution policy to RIP as export
  3. apply the redistribution policy to IS-IS as import
  4. apply the redistribution policy to IS-IS as export
  5. create a redistribution policy accepting the RIP routes
  6. create a redistribution policy accepting the IS-IS routes
Question 12 Multiple Choice (Multiple Answers)

Firewall filters can be used to accept, discard or reject packets based on _____. (Choose three.)

  1. protocol type
  2. MAC address
  3. TCP or UDP port
  4. source and destination IP address
Question 13 Multiple Choice (Multiple Answers)

For which two functions is the Routing Engine responsible? Choose two

  1. packet forwarding
  2. queuing functions
  3. routing protocol control
  4. JUNOS software operation
Question 14 Multiple Choice (Multiple Answers)

Which two steps are required for RIP to redistribute OSPF routes? (choose two)

  1. apply the redistribution policy to RIP as import
  2. apply the redistribution policy to RIP as export
  3. apply the redistribution policy to OSPF as import
  4. apply the redistribution policy to OSPF as export
  5. create a redistribution policy accepting the RIP routes
  6. create a redistribution policy accepting the OSPF routes
Question 15 Multiple Choice (Single Answer)

Which of the below statement(s) is/are not correct for “Pipeline” in PowerShell?

  1. Pipelines are used for a series of CmdLets to connect commands together.
  2. Pipelines are used to pass the output of each command as input to the next command
  3. Windows PowerShell scripts cannot be written without using pipelines
  4. All of the above
Question 16 Multiple Choice (Single Answer)

Which execution policy is required to be set in PowerShell in order to execute unsigned PowerShell script (.ps1) files?

  1. Restricted
  2. Remotesigned
  3. AllSigned
  4. Unrestricted
Question 17 Multiple Choice (Single Answer)

Which command is used to set the current location in Windows PowerShell?

  1. Get-Location
  2. Push-Location
  3. Pop-Location
  4. Set-Location
Question 18 Multiple Choice (Single Answer)

What are the different ways by default available in Windows PowerShell to hold values in objects that can be used inside the script for reference?

  1. Variables
  2. Arrays
  3. Hash Table
  4. All of the above