Domain 6 Quiz Part I1. Which of the following would a security specialist be able to determine upon examination of a servers certificate?OIDExplanation: OIDs are like the Internet domain name space: organizations that need such an identifier may have a root OID assigned to them. They can thus create their own sub OIDs much like they can create subdomains. A very large and standardized set of OIDs already exists.In computing, object identifiers or OIDs are an identifier mechanism standardizedby the International Telecommunications Union (ITU) and ISO/IEC for naming any object, concept, or "thing" with a globally unambiguous persistent name.An OID corresponds to a node in the "OID tree" or hierarchy, which is formally defined using the ITU's OID standard, X.660. The root of the tree contains the following three arcs:0: ITU-T1: ISO2: joint-iso-itu-tEach node in the tree is represented by a series of integers separated by periods, corresponding to the path from the root through the series of ancestor nodes, to the node. Thus, an OID denoting Intel Corporation appears as follows,1.3.6.1.4.1.343 and corresponds to the following path through the OID tree:1 ISO1.3 identified-organization,1.3.6 dod,1.3.6.1 internet,1.3.6.1.4 private,1.3.6.1.4.1 IANA enterprise numbers,1.3.6.1.4.1.343 Intel CorporationA textual representation of the OID paths is also