Swapna Interview Questions
Swapna Interview Questions
Active Directory (AD) is Microsoft's directory and identity management service for Windows domain networks used for
user authentication and authorization
OR
Active Directory (AD) is a Microsoft-developed directory service that helps manage users, devices, and network
resources in a Windows domain network.
It's a key component of an enterprise's IT infrastructure and provides a centralized way to manage authentication and
authorization for users and machines.
2.What is DHCP?
Dynamic Host Configuration Protocol (DHCP) is a network protocol that automatically assigns IP addresses and other
configuration information to devices on a network
3.What is DNS
DNS, or the Domain Name System, translates human readable domain names (for example, www.amazon.com) to
machine readable IP addresses (for example, 192.0.2.44).
OR
The Domain Name System (DNS) turns domain names into IP addresses, which browsers use to load internet pages. Every
device connected to the internet has its own IP address, which is used by other devices to locate the device.
The ipconfig command is a Windows console application that displays and configures a computer's network settings. It
shows IP addresses, subnet masks, default gateways, and DHCP status.It is often used to troubleshoot network issue, such
as incorrect IP addresses or connectivity problems
OR
The ipconfig command, short for Internet Protocol Configuration, is a command-line utility that provides detailed
information about your computer's network settings. By entering specific ipconfig commands, you can retrieve useful data
such as: your computer's IP address.
5.Who is a Desktop Support Engineer?
Desktop support engineers provide support for users of computers and software systems. They provide hands-on or
remote assistance in computer setups, upgrades, software operation, and maintenance.
6.Describe Domain
A network domain is a collection of interconnected devices, such as computers, printers, and servers, as well as network
objects, such as users, groups, and systems.
A VPN connection establishes a secure connection between you and the internet. Via the VPN, all your data traffic is
routed through an encrypted virtual tunnel.
8.Explain Safe Mode
Safe mode is a diagnostic mode that allows users to operate their computers with a limited set of files and drivers. It's
used to troubleshoot issues and isolate problematic areas.
An operating system (OS) is a software program that allows users to interact with their computer and manages the
computer's hardware and software
Policies: Rules or guidelines that govern how permissions are applied and managed within an organization (e.g., password
policies).
Permissions: Specific authorizations given to users or groups that define what actions they can perform on resources (e.g.,
read, write, execute).
Group Policy is a Microsoft Active Directory (AD) feature that allows IT administrators to manage user and computer
settings across a network
The ping command is a command-line utility that tests the connectivity of a device on a network
Or
A ping is a basic Internet command that allows a user to test and verify whether a given destination IP address exists
and can accept requests in computer network administration.
A RAS (Remote Access Service) server allows remote users to connect to a network via dial-up or VPN. It authenticates
users and establishes secure connections, enabling access to internal resources.
17.Explain Scope and Superscope.
Scope: A DHCP scope is a range of IP addresses that a DHCP server can assign to clients within a specific subnet. It includes
configuration options such as lease duration and DNS servers.
Superscope: A superscope is a collection of multiple DHCP scopes that allow a single DHCP server to manage multiple IP
address ranges, which can help support various subnets on a single server.
OR
A scope is a range of IP addresses that can be assigned to DHCP clients, while a superscope is a feature that groups
multiple scopes together for administrative purposes
PST and OST files are two types of data files used by Outlook to store information locally on your computer:
PST (Personal Storage Table): A file format used by Microsoft Outlook to store copies of messages, calendar events, and
other items. PST files are typically used to archive or move data between Outlook accounts.
OST (Offline Storage Table): A file format allowing users to work offline with Outlook data. OST files sync with the server
when a connection is available, allowing users to access their email and other data without an active internet
connection.
Internet Authentication Service (IAS) is a component of Windows Server operating systems that provides centralized
user authentication, authorization and accounting.