ExamGecko
Question list
Search
Search

Question 7 - JN0-223 discussion

Report
Export

Which two statements about NETCONF layers are correct? (Choose two.)

A.
NETCONF layers use the messages layer to receive RPCs from a remote NETCONF server.
Answers
A.
NETCONF layers use the messages layer to receive RPCs from a remote NETCONF server.
B.
NETCONF layers use the messages layer to send RPCs to a remote NETCONF server.
Answers
B.
NETCONF layers use the messages layer to send RPCs to a remote NETCONF server.
C.
NETCONF layers use the operations layer to receive RPCs from a remote NETCONF server.
Answers
C.
NETCONF layers use the operations layer to receive RPCs from a remote NETCONF server.
D.
NETCONF layers use the operations layer to send RPCs to a remote NETCONF server.
Answers
D.
NETCONF layers use the operations layer to send RPCs to a remote NETCONF server.
Suggested answer: B, C

Explanation:

NETCONF (Network Configuration Protocol) is a standard protocol defined for managing network devices. NETCONF operates in a layered architecture, which includes the following key layers:

Operations Layer: This layer deals with the actual operations like <get-config>, <edit-config>, <copy-config>, and others. It receives RPC (Remote Procedure Call) requests from a remote NETCONF client and processes these requests.

Messages Layer: This layer is responsible for encoding the RPCs and sending them over the network. It handles the communication between the NETCONF client and server, ensuring that the RPC messages are correctly formatted (usually in XML) and transmitted.

Statement B is correct because the Messages layer is responsible for sending RPCs to a remote NETCONF server.

Statement C is correct because the Operations layer is where the NETCONF server receives and processes the RPCs sent by the client.

Supporting

Reference:

Juniper Networks NETCONF Documentation: Provides a detailed breakdown of the NETCONF protocol layers and their functions.

RFC 6241: The official specification for NETCONF, which describes the layered architecture, including the operations and messages layers.

asked 18/09/2024
Ali Danial
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first