What are two attributes of the jsd JET service process? (Choose two)
A
It executes one API request per session
B
It executes APIs from multiple sessions in parallel
C
It supports only one client session at a time
D
It creates a separate thread to service JET application requests
Correct Answer:
BD
To support application interaction with Junos OS, the JETservice process (jsd), by default, uses TCP port 32767 to listen for and receive requests from applications to execute APIs. Whenever a request comes on the TCP port, jsd creates a separate thread to service the JET application request. The session remains established as long as the client and server are both up and able to communicate with each other. Over the lifetime of a session, jsd can execute many
APIs, and it can execute APIs from multiple sessions in parallel. You can have a maximum of 8 active client sessions connected at any given time.
Reference: https://www.juniper.net/documentation/en_US/junos/information-products/pathway-pages/config-guide-jet-applications/jet-apps-administration-guide- jet.pdf
Show Answer