In: Computer Science
Try to make it as simple as you can. Please provide the answers with some examples as fast as you can.
6-What are the potential disadvantages of using a dynamic and static IP Address?
7-Explain the functionality of a global catalog in the Windows networking.
8-Explain the following terms: TCP/IP protocol, and what are two command-line utilities that can be used to check TCP/IP configuration and IP connectivity, respectively?
9-Explain: Which Windows Server utility provides a common interface for tools and utilities and provides access to server roles, services, and monitoring and drive utilities? and which server utility provides information about PowerShell command history?
10- What are Active Directory sites?
Disadvantages of Static IP Address:-
7-
A global catalog is a distributed data storage that is stored in domain controllers (also known as global catalog servers) and is used for faster searching. It provides a searchable catalog of all objects in every domain in a multi-domain Active Directory Domain Services (AD DS). A global catalog provides a partial representation of the objects and is distributed using multi-master replication.
A global catalog is a multi-domain catalog that allows for faster searching of objects without the need for a domain name. It helps in locating an object from any domain by using its partial, read-only replica stored in a domain controller. As it uses only partial information and a set of attributes that are most commonly used for searching, the objects from all domains, even in a large forest, can be represented by a single database of a global catalog server.
A global catalog is created and maintained by the AD DS replication system. The predefined attributes that are copied into a global catalog are known as the Partial Attribute Set (PAS). Users are allowed to add or delete the attributes stored in a global catalog and thus change the database schema.
Some of the common global catalog usage scenarios are as follows:
8:-TCP/IP (Transmission Control Protocol/Internet Protocol)
TCP/IP, in full Transmission Control Protocol/Internet Protocol, standard Internet communications protocols that allow digital computers to communicate over long distances. The Internet is a packet-switched network, in which information is broken down into small packets, sent individually over many different routes at the same time, and then reassembled at the receiving end. TCP is the component that collects and reassembles the packets of data, while IP is responsible for making sure the packets are sent to the right destination. TCP/IP was developed in the 1970s and adopted as the protocol standard for ARPANET (the predecessor to the Internet) in 1983.
TCP/IP model is a concise version of the OSI model. It contains four layers, unlike seven layers in the OSI model. The layers are:
10:- Active Directory sites
What makes Active Directory (AD) a very powerful tool is the combination of two distinctly different structures it possesses: a logical structure and a physical structure. The logical structure consists of forests, domains, etc.. On the other hand, the physical structure is represented by the Domain Controllers (DCs), servers, physical subnets, etc. A Site is a logical means to represent the physical aspects of AD.