Which transport protocol is commonly used to provide a secure connection for NETCONF sessions?
Answer : A
NETCONF is commonly transported over Secure Shell, which provides encryption, integrity protection, and peer authentication for the management session. After establishing the secure transport connection, the client and server exchange NETCONF capabilities and use RPC messages to retrieve or modify device data. IGMP manages IPv4 multicast group membership and does not provide a secure management transport. ARP resolves IPv4 addresses to Layer 2 hardware addresses within a local network. SIP establishes and manages communication sessions such as voice calls. Although NETCONF can conceptually operate over supported secure transports, NETCONF over SSH is the widely recognized deployment model. Secure transport is particularly important because NETCONF can expose operational information and perform configuration changes that materially affect access-network devices and subscriber services.
==============
A QoS policy examines a packet's markings and assigns it to a forwarding class. Which QoS function is being performed?
Answer : A
Classification examines packet information and determines how the packet should be treated by the QoS system. The decision can use fields such as VLAN priority, Differentiated Services Code Point, protocol information, or interface context. After classification, the packet is assigned to an appropriate forwarding class and queue so that scheduling, congestion management, and other policies can provide the intended treatment. Shaping controls an outgoing rate by buffering excess traffic, while policing enforces a traffic profile by dropping or remarking nonconforming packets. Optical amplification increases optical signal power and is unrelated to packet classification. Effective classification is essential when a fixed-access network carries services with different requirements, such as voice, IPTV, management traffic, and best-effort Internet access.
==============
In an IPFIX deployment, which component observes traffic and sends flow records to a receiving system?
Answer : A
An IPFIX exporting process observes traffic at an observation point, creates flow records, and sends those records to an IPFIX collecting process. Templates describe the fields contained in the exported records, allowing the collector to interpret information such as source and destination addresses, transport ports, protocol identifiers, counters, and timestamps. The collector can store and analyze these records for traffic visibility, capacity planning, troubleshooting, accounting, or security analysis. IPFIX does not permanently store all collected information on the exporting network device. A passive optical splitter cannot inspect or export traffic because it has no active processing functions. An 802.1X supplicant participates in access authentication, while a SIP registrar maintains information used to locate SIP users or endpoints.
==============
Which Altiplano intent is used to define the uplink interfaces that connect an OLT toward the aggregation network?
Answer : A
The uplink-connection intent defines how an OLT connects toward the aggregation or transport network. It is used to configure relevant uplink resources, which can include network-facing interfaces and associated parameters supported by the device and intent model. This intent is distinct from the broader device intent and device-configuration information used to identify and configure the particular access node and its assigned profiles. Subscriber authentication, Wi-Fi radio operation, and multicast membership reporting are separate functional areas and are not substitutes for the OLT uplink-connection intent. By representing uplink connectivity as an intent, Altiplano can translate the desired connection into lower-level device configuration and apply it consistently through model-driven management. The resulting configuration must still match the capabilities and physical resources available on the selected OLT.
==============
What is the primary purpose of vectoring in a DSL access network?
Answer : B
DSL vectoring is primarily used to reduce or cancel far-end crosstalk between copper pairs operating within the same cable bundle. Crosstalk can significantly reduce the attainable data rate, particularly with high-frequency technologies such as VDSL2. A vectoring system measures interference among coordinated lines and generates compensating signals that counteract the crosstalk. This can improve connection stability and allow lines to operate closer to their theoretical performance. Vectoring is different from bonding. Bonding combines the capacity of multiple physical copper pairs to increase the aggregate subscriber bitrate. Vectoring also does not divide optical signals because that is the function of a splitter in a passive optical network. Its effectiveness generally depends on coordinating the relevant DSL lines through compatible access equipment.
==============
A residential gateway ONT provides routed Internet access to devices in a subscriber's home. Which DHCP role does it normally perform on the home LAN?
Answer : A
A Layer 3 residential gateway normally operates as a DHCP server on the subscriber's home LAN. It assigns private IP addresses and other configuration information, such as the default gateway and DNS server addresses, to connected devices. On its network-facing WAN interface, the gateway may operate as a DHCP client to obtain service parameters from the operator's network. These two DHCP roles must not be confused. The gateway also commonly performs routing, Network Address Translation, firewall enforcement, and local Ethernet or Wi-Fi connectivity. The OLT transports and controls subscriber access traffic but does not normally allocate private LAN addresses directly to individual home devices. This architecture separates the operator-facing connection from the subscriber's private local network and allows multiple home devices to share the broadband service.
==============
What is a principal responsibility of the NFV Orchestrator in an NFV environment?
Answer : A
The NFV Orchestrator coordinates the lifecycle of network services composed of one or more virtualized network functions and helps coordinate the infrastructure resources required by those services. It can work with Virtual Network Functions Managers and Virtualized Infrastructure Managers during service instantiation, scaling, modification, and termination. The VNFM focuses on the lifecycle of VNF instances, while the VIM manages virtualized compute, storage, and networking resources. The NFV Orchestrator does not terminate GPON optical signals, manage individual home Wi-Fi radio channels as its primary function, or perform physical fiber installation. Its higher-level coordination role helps translate a network-service definition into the deployment and resource actions necessary to create and maintain that service within the virtualized environment.
==============