1.
In Networking, which of the following switches is used to get the traffic intensity?
2.
In Flask, which of the following indicates if a particular method is supported by the URL?
3.
In Networking, which of the following commands is used to check if the remote server is reachable?
4.
In Networking, which of the following is not a client-server application?
5.
In Networking, routing is performed by the ___________________________________________ in the OSI network architecture.
6.
In Networking, which of the following devices is used to connect two LANs to enable data and resource sharing?
7.
In Networking, which of the following protocols is used to create, manage and terminate the sessions in an IP-based network?
8.
In Networking, which of the following protocols is used to terminate a session and implement services like voice enriched e-commerce and web-page click-to-dial?
9.
In Networking, which of the following is a valid host ID on the LAN interface attached to a router with the IP address 0: 172.16.2.1/23:
  1. 172.16.1.100
  2. 172.16.1.198
  3. 172.16.2.255
  4. 172.16.3.0
10.
In Networking, what is the correct count for the instance that is created in the following code:
Configuration cfg = new Configuration();
cfg = cfg.configure();
SessionFactory factory = cfg.buildSessionFactory();