Network Administration Assignment
Network Administration Assignment
In order for a LAN to be effective and secure the need of the user it should be
implemented according to a series of planned steps. Outline the steps
1. Equipment
First, you need the right equipment to set up your LAN. This includes:
A router
Ethernet cables for every device you want to connect
A computer
Devices
A broadband connection, router, and modem (if looking to connect to the
internet)
2. Connect the First Computer
3. Set Up the Wi-Fi
4. Connect to the Internet
5. Connect the Remaining Devices
A domain.
An internet domain is an administrative structure for organizing, delivering and
accessing services on the internet. The terms "domain" and "domain name" are
often used interchangeably (in context of the internet) because the domain structure
is associated with how domains are named.
Internet domains are set up in accordance with the Domain Name Service (DNS),
an application layer protocol and service used on networks to translate host names
to their associated IP addresses. DNS is an essential component of the internet. It is
implemented as a decentralized, hierarchical system that's distributed globally
across a conglomeration of DNS servers. The service acts as a giant directory for
resolving domain names to IP addresses and IP addresses to domain names,
irrespective of where the domains are located.
Domain controller.
A domain controller (DC) is a crucial component in a network infrastructure
that manages user authentication, authorization, and centralized management of
network resources. It plays a vital role in the Windows Server environment and
is responsible for maintaining security, managing user accounts, and enforcing
policies within a domain.
Tree.
In networking, a tree is a hierarchical network topology that is structured in a tree-
like manner, with a root node at the top and branches extending downward. It is a
common design for organizing and connecting network devices, such as switches,
routers, and hubs. The tree topology offers scalability, ease of management, and
efficient data flow within the network.
A forest.
In the context of networking, a "forest" typically refers to a concept within the
Windows Server environment known as an Active Directory Forest. Active
Directory is a directory service developed by Microsoft that is used to manage
resources and provide authentication and authorization services in a Windows
network environment.
Difference between a local user and a Domain account.
1. Local User Account:
1. A local user account is created and stored locally on a single computer
or device.
2. It is specific to that particular computer or device and cannot be used
to access resources on other computers in a network.
3. The account's permissions and access rights are limited to the local
machine where it is created.
4. Local user accounts are typically used on standalone computers or
devices that are not part of a network domain.
2. Domain Account:
1. A domain account is created and managed by a central server called a
domain controller in a Windows domain network.
2. It is stored centrally on the domain controller and can be accessed
from any computer within the domain.
3. Domain accounts allow users to log in to any computer within the
domain using their credentials, providing a unified login experience.
4. The domain administrator can define and enforce policies, access
controls, and permissions that apply to domain accounts across the
network.
5. Domain accounts provide centralized management, allowing
administrators to easily manage user accounts, security settings, and
group policies from the domain controller.