PE PowerExams Prepare. Practice. Pass.
CIS-SM · Domain 2 of 6

Service Mapping Configuration

About 20% of the CIS-SM exam — see all 6 domains.

20%
of the exam
60
practice questions
6
domains total

This domain covers how you stand up application services and the maps that represent them, and how you steer the mapping process.

Top-down vs. bottom-up

Service Mapping is fundamentally a top-down discovery technique. You begin at the business-visible top of a service — its entry point — and discover downward through every CI the service depends on. This differs from bottom-up (horizontal) Discovery, which scans the network broadly and populates the CMDB without knowing which CIs belong to which service. Top-down produces a precise, service-scoped map; bottom-up produces a broad inventory. Service Mapping reuses the bottom-up patterns but drives them from the top.

Entry points

An entry point is the front door of an application service — the address from which mapping begins. Common entry point types include a URL/web endpoint, a host-and-port, or a load balancer virtual address. Entry point types are extensible: you can create entry point types when an application is reached in a way the out-of-the-box types do not cover. The entry point seeds the map; everything below it is discovered by following connection sections tier by tier.

Application services and service maps

The modern unit Service Mapping produces is the application service (the CSDM-aligned term; older releases called this a business service). An application service map is the visual, navigable graph of the entry point plus every discovered CI and relationship beneath it. You will see references to classic Service Mapping maps — the established top-down, pattern-driven mapping experience — which the exam still treats as core.

Ways to populate an application service:

  • Pattern-based / top-down — define an entry point, discover downward. Most accurate, fully dependency-aware.
  • Tag-based — populate the service from cloud or resource tags so that any CI carrying the matching tag is included. Strong fit for dynamic cloud workloads.
  • Dynamic CI group — define a query; CIs matching the query are members and membership refreshes automatically.
  • Manual — explicitly add CIs.

Traffic-based discovery as a configuration option

You can enable traffic-based discovery at two scopes: for a specific application service, or for CI types / specific CIs. When enabled, Service Mapping uses observed network traffic to find connections it could not otherwise parse. This is the configuration-side counterpart to the pattern-side connection-section tuning covered in Domain 1.

Steering and maintaining maps

  • After the first discovery, review the map, then run scheduled rediscovery to keep it current.
  • Use skip errors to let discovery continue past a failing node so you can map the rest and fix the failure later.
  • Remove CIs that do not belong to the service to keep the map clean and the impact calculations accurate.

Fast-recall — Domain 2

  • Service Mapping = top-down from an entry point; bottom-up Discovery = broad CMDB inventory.
  • Entry point types: URL/web, host:port, load balancer; entry point types are extensible.
  • Produces an application service (CSDM term) and an application service map.
  • Populate by: top-down pattern, tag-based, dynamic CI group, or manual.
  • Enable traffic-based discovery per service or per CI type/CI.
  • Skip errors to continue; remove non-member CIs to keep maps accurate.

Sample questions from this domain

Three of the 60 in this domain, with the reasoning. The full set is in the question bank.

Question 1 · easy

Which type of service is typically the parent that groups application services to represent something the business consumes?

  • A. Business service
  • B. Network service
  • C. Technical service
  • D. Process service

Why: A business service represents something the business consumes and can group application services. Technical and process services are lower-level or operational constructs, and 'network service' is not the grouping construct here.

Question 2 · medium

In Service Mapping, what does an application service (cmdb_ci_service_discovered) represent?

  • A. A discovered, mapped set of CIs and relationships supporting one logical service, anchored by entry points
  • B. An Event Management alert group
  • C. A single physical server
  • D. The MID Server configuration

Why: An application service is a discovered service mapped from entry points, comprising the CIs and relationships that support it. It is not a single server, MID Server config, or alert group.

Question 3 · medium

What information must you provide to create a new application service for top-down mapping?

  • A. The service name and at least one entry point
  • B. A list of all CIs in advance
  • C. An Event Management rule
  • D. Only the service name

Why: You provide a name and at least one entry point; Service Mapping then discovers the rest. You do not need to enumerate all CIs in advance, and an event rule is not required to create the service.