Contents
Table of Contents |
---|
...
...
...
Business Service Naming Standard
A business service is a collection of related, structured activities or tasks that produce a specific service or product. A business service may sometimes consist almost entirely of a single application but the service represents a capability of an organization (e.g., Budget Analysis) as opposed to how that capability is made available to the client (e.g., Excel).
Business service CI names should follow the form of:
{service} {capability} [ - (owner)]
Where:
...
{service}
...
...
{capability}
...
...
{owner}
...
The name of the primary end user of the CI. The owner name is rarely used and should only be included when a business service is provided for the exclusive use of a single client or to eliminate duplication of CI names. The owner should always be enclosed in parentheses and separated from the rest of the CI name by a hyphen.
Business Service CI Name Examples
The following are examples of CI names that have been standardized using the conventions described above.
Common | Standard |
---|---|
Network Projects | Network Design |
Cognos | Business Intelligence Services |
ZotPortal | Campus Portal Support |
UCINet | Campus Network Support |
Application Software Naming Standard
...
...
Application software CI names should follow the form of:
{common_name} [({nickname})] [{version}] [ - (owner)]
Where:
...
{common_name}
...
...
...
{nickname}
...
Nickname, abbreviation, or acronym for the CI. The nickname should always be enclosed in parentheses to separate it from the full name.
...
{version}
...
A version is used to identify a specific baseline of a CI. This information should only be included if the CI is being defined to track a specific version or release of the applicaiton.
...
{owner}
...
...
Application Software CI Name Examples
The following are examples of CI names that have been standardized using the conventions described above.
Common | Standard |
---|---|
GATS | Graduate Applicant Tracking System (GATS) |
GD ZotPortal Portlets | ZotPortal Portlets - (Grad Division) |
Jack/port location (JPL) database | Jack/Port Database (JPL) |
Client Device Naming Standard
All workstations, laptops, kiosks, and other network-based client devices have unique host names that are assigned at the time the device is configured for the end user. Host names for client devices are divided into three or four segments with the segments separated by hyphens. The total length of a device name cannot exceed 15 characters. Since host names are unique to the device to which they are assigned, the host name is also used as the CI name for the device. Device host names follow the form of:
{division}[-{subdivision}]-{type}-{sequence_number}
Where:
{division} | A mandatory two- to four-character code representing the major unit that owns the device. |
---|---|
{subdivision} | If the primary unit is a large one this segment is used to define the subdivision of the larger unit. The subdivision is optional and is separated from the rest of the CI name by a hyphen. |
{type} | A mandatory code indicating the type of device. See below for a list of device type codes. |
{sequence_number} | A three-digit sequence number beginning at 001. The sequence number has no relation to the device's IP address. Occasionally, sequence numbers may be reissued as devices are retired but the same sequence number will not be issued to more than one device within a particular division, subdivision, and type combination. |
Device Type Codes
Only the following device type codes may be used in a device name:
Code | Represents |
---|---|
D | Windows Desktop |
MD | Mac OS Desktop |
L | Windows Laptop |
ML | Mac OS Laptops |
V | Virtual Machines |
TC | Thin Clients |
PRSNT | DEDICATED Presentation Systems |
K | Kiosks |
Client Device CI Name Examples
The following are examples of CI names that have been standardized using the conventions described above.
Device Name | Description |
---|---|
OIT-WSG-D-001 | The first desktop workstation deployed in the Windows Service Group within OIT. |
OR-ORA-L-023 | The 23rd laptop installed in the Office of Research Administration department within the overall Office of Research. |
DTS-K-002 | The second kiosk system installed for Distribution & Transportation Services. |
Technical Notes
NetBios names are limited to a maximum of 15 characters as described in the following articles:
...