Interview Question
Interview Question
Interview Question
A domain is a logical group of network objects like computers, users, and devices with the same
active directory database. A tree is a collection of domains within a Microsoft active directory
network in which each domain has exactly one parent, leading to a hierarchical tree structure. A
forest is a group of active directory trees.
7. Can you tell the difference between the domain admin groups and the
Enterprise admin groups in the ad (active directory )?
Domain admin groups: The members of the domain admin group have complete control of the
domain.
Enterprise admin group: The members of the enterprise admin group have complete control of the
domains in the forest.
8. What do you know about HTTPS, and what port does it use?
The HTTPS uses the SSL certificates to confirm that the server you are connecting to is the one it
says. The HTTPS traffic goes over TCP port 443.
The sysadmin’s responsibilities include ensuring that system hardware, software, and related
procedures adhere to organizational values and that the system’s availability, performance, and
security are continuously maintained. In larger organizations, system administrators typically work
in teams responsible for different areas of the network, such as storage, security, or email.
What’s new in Windows Server 2019?
It is the latest Windows server version that uses the shortened LTSC or long-term servicing channel.
Some of the most dominant features of the new windows server 2019 are:
• Support for Kubernetes
• Storage Space Direct
• Storage Replica
• Improved Windows Defender
• Windows Subsystem for Linux
• Other GUI new features from Win10 version 1809
• Storage Migration Service
• System Insights
What is the significant difference between NTFS and FAT on a local server?
FAT (File Allocation Table) and FAT32 provide security for local users, while NTFS (New
Technology File System) gives protection for domain users and local users. NTFS gives file-level
security, which is not possible through FAT32.
12. What is the difference between the ipconfig and the ifconfig?
ipconfig ifconfig
Internet Protocol Configuration Interface Configuration
Command used in Microsoft operating
Command used in MAC, Linux, UNIX operating
systems to view and configure network
systems to view and configure network interfaces
interfaces
2. What is the reason for using virtual machines instead of original hardware?
VM or Virtual machines allow us to operate multiple operating systems simultaneously from the
same piece of hardware. Without virtualization, operating multiple systems like Windows and Linux
would require two separate physical units. So it reduces the requirement to invest in additional units
by splitting up a physical server into multiple servers.
22. What is the best technique to connect to the client from the server when it is in
a different place?
It is possible to connect to the client from a different location than the server using the MSTSC
command or Remote Desktop Connection. You can use another person's computer as if you were
sitting right next to it, but you need to either know the distant computer's IP address or be on the
same network.
Start the Run Window and enter the command mstsc /v: COMPUTER /f, where V stands for the
remote computer and f stands for full screen. Next, click.
You can alternatively type mstsc and press Input to launch the Remote Desktop dialogue box, where
you can enter the computer's name or IP address to log in.