Your network contains an Active Directory domain named contoso.com. The domain contains a
member server named Server1. Server1 has the IP Address Management (IPAM) Server feature
installed.
A technician performs maintenance on Server1.
After the maintenance is complete, you discover that you cannot connect to the IPAM server on
Server1.
You open the Services console as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that you can connect to the IPAM server.
Which service should you start?

A.
Windows Process Activation Service
B.
Windows Event Collector
C.
Windows Internal Database
D.
Windows Store Service (WSService)
Explanation:
Windows Internal Database
Windows Internal Database is a relational data store that can be used only by Windows roles and
features.
IPAM does not support external databases. Only a Windows Internal Database is supported.
IPAM stores 3 years of forensics data (IP address leases, host MAC addresses, user login/logoff
information) for 100,000 users in a Windows Internal Database. There is no database purge policy
provided, and the administrator must purge data manually as needed.
Incorrect:
Not A. IPAM works even if the Windows Process Activation Service is not running.
Not B. IPAM does not require the Windows Event Collector Service. It need to be running on the
managed DC/DNS/DHCP computers.Not D. IPAM does not require the Windows Store Service. It provides infrastructure support for
Windows Store.This service is started on demand and if disabled applications bought using Windows
Store will not behave correctly.IPAM Deployment Planning
I think answer is A.
According to this, both A and C need to be running:
https://technet.microsoft.com/en-ca/library/jj878309.aspx
But if we use a SQL DB instead of Windows Internal DB, I don’t see why C would need to be running.
0
0
Question doesn’t tell you that SQL is used. As default WID is used.
0
0
I’m going with C
0
0
bobsmith says:
January 16, 2015 at 6:42 pm
Answer = Get-DnsServerStatistics -ZoneName GlobalNames
http://technet.microsoft.com/en-us/library/jj649858.aspx
Nuvin says:
January 31, 2015 at 11:07 pm
The answer is Windows Internal Database. Tested this in a lab, IPAM works even if the Windows Process Activation Service is Disabled. But IPAM does not open if the Windows Internal Database is stopped or disabled.
joe says:
August 3, 2015 at 7:46 pm
I have just managed to get onto one of my companies SQL servers to check something… By the looks of things when SQL is installed the WID service gets removed (the SQL server does not have the WID service listed in services). Therefore the screenshot in this question would suggest that IPAM is actually using WID so WID service needs to be running.
Not saying this is the case but I am confident it is after finding this out.
0
0