MODULE-12-2ND-QUARTER
MODULE-12-2ND-QUARTER
MODULE-12-2ND-QUARTER
Replication Service: The replication service makes sure that every DC on the network has the same Global
Catalog and Schema
Sites: Sites are representations of the network topology, so AD DS knows what objects go together to
optimize replication and indexing.
Lightweight Directory Access Protocol: LDAP is a protocol that allows AD to communicate with other LDAP
enabled directory services across platforms.
Benefits of Active Directory Domain Services
There are several benefits to using AD DS for your basic network user and computer management.
You can customize how your data is organized to meet your companies needs
You can manage AD DS from any computer on the network, if necessary
AD DS provides built in replication and redundancy: if one Domain Controller (DC) fails, another DC picks up
the load
All access to network resources goes through AD DS, which keeps network access rights management
centralized
DIFFERENCE BETWEEN WORKGROUP (Peer to Peer Network) AND DOMAIN (Client Server Network)
WORKGROUP:
Network type: Peer-to-Peer Windows computer network
Log-in: User can use his/her login credentials only on his or her
system and not others. Hence known as local login.
Administration: Distributed administration wherein each user can manage his
machine independently.
Storage: Mostly distributed. Each device has its own dedicated
storage.
DOMAIN:
Network type: Client/server network
Log-in: User can use his login from any device of the office. Also
known as remote login
Administration: Centralized administration. All devices can be managed from
a centralized device (usually a server).
Storage: Centralized storage preferred. All user data is stored at a
centralized storage device.
MODULE 4
INTRODUCTION:
IP addresses is a series of numbers that allow devices to communicate with each other. Every device
connected to a network is given a unique number called an Internet Protocol (IP) address. This identifies
devices on the internet and allows them to communicate. The most common type of IP address consists of
four series of numbers broken up by periods.
Example: 192.168.100.1
Two types of IP addresses:
1. Static IP Address?
A static IP address is assigned to a specific device and remains constant over time
Static IP Pros: advantage
Simple server hosting. Simplify the process of hosting your own web, email, or File Transfer Protocol (FTP)
server.
Convenient remote access. Allow employees to work remotely because your VPN (Virtual Private Network)
or other remote access option remembers and trusts your IP address.
Reliable communication. Communicate hassle-free over Voice over Internet Protocol (VoIP) and other
digital voice services.
Easy file transfers. Send and receive data quickly with faster upload and download speeds.
Static IP Cons: disadvantage
Potential security weaknesses. Put additional security measures like firewalls in place, because a constant
IP address could give hackers time to attack your network.
Cost Be prepared to pay extra for a static IP. They aren’t included in most internet plans. Using a static IP for
hosting servers means your server would be on constantly, adding another cost.
Complex setup. Look for an Internet Service Provider (ISP) that offers the support needed to manually
configure devices with a static IP. Business ISPs typically offer more support than consumer ISPs.
2. Dynamic IP Address?
A dynamic IP address is assigned by the network when you connect and changes periodically.
Dynamic IP Pros: advantages
Automatic configuration. Spend less time and money on maintenance because most devices are configured
to grab an available IP address automatically.
No additional fees. Save money by choosing dynamic IPs, which don’t cost you anything on top of your
internet plan.
Unlimited devices. Use several devices without needing to disconnect and free up IP addresses or manually
configure each new device in the office.
The most well known network that adopted TCP/IP is Internet. The biggest WAN in the world. TCP/IP defines
five classes of IP addresses: class A, B, C, D, and E. Each class has a range of valid IP addresses. The value of
the first octet determines the class. IP addresses from the first three classes (A, B and C) can be used for host
addresses.
Class E Address
This IP Class is reserved for experimental purposes only or Study. IP addresses in this class ranges from 240.0.
0.0 to 255.255. 255.254.
CONFIGURING IPv4
As you configure your workstation, servers, routers, switches and other layer devices, you will be working a
lot with IP addresses, subnet mask and other parameters that necessary to perform IPv4 networking
For example to manually configure an IP address on the device
IP ADDRESSING
• IP address
• Subnet Mask
• Default gateway
• DNS server
Classless inter-domain routing (CIDR) is a set of Internet protocol (IP) standards that is used to create unique
identifiers for networks and individual devices. The IP addresses allow particular information packets to be
sent to specific computers.
That system is known as CIDR notation.
CIDR is an IP addressing scheme that improves the allocation of IP addresses. It replaces the old system based
on classes A, B, and C. This scheme also helped greatly extend the life of IPv4 as well as slow the growth of
routing tables.
CIDR is a great way to improve the efficiency of IP address distribution. It was vital with IPv4 as IP addresses
were quickly being exhausted. IPv6 is now rolling out and although running out of IP address is now less of a
problem, CIDR will continue to be used.
LEARNING MODULE 6
Understanding Static IP address and Dynamic IP address for Networking
COMPARISON OF STATIC AND DYNAMIC IP ADDRESS FOR NETWORKING
Definition of Static IP address and Dynamic IP Address
Static IP address is fixed in nature and does not change until it is manually changed by the ISP or network
administrator. Static IP address does not change each time when the user connects to the network or sends a
message. It is usually assigned to the servers, mail servers etc.
When a host is configured with static IP address, the process includes a workstation on a network using static
IP addressing and accessing the desired network element directly. Static IP addressing provides consistent
and immediate access with negligible overheads as associated IP address never alters. The benefit of using
static IP is that it gives less downtime, it also provides remote access, which means a user can access his/her
own pc from any location.
Dynamic IP address is usually configured on the devices using DHCP protocol, and it frequently acquires
changes. Each time the user connects to the network its dynamic IP changes. The DHCP (Dynamic Host
Configuration Protocol) server uses a system to trace and look up IP address information that associate to the
active network elements. The tool which is used for translation is known as Domain Name Server (DNS).
DNS stores the IP address along with the mapped domain name to identify the proper location of the
network element and guides the network traffic to the right point. The two protocols DHCP and DNS are
extensively used while browsing the internet. When a user tries to connect to the network DHCP provides
you with a dynamic IP address for a duration and when the user types a URL on the address bar of a browser
the DNS server maps the domain name to the IP address required for the transmission of the web page.
COMPARISON CHART
Disadvantages
Unsuitable for complex topologies and large networks.
Large networks increase configuration complexity and time consumption.
Link failure can hinder traffic rerouting.
The administrator must be extra careful while configuring the routes.
Disadvantages
Initially, it could be complicated to implement.
The broadcasting and multicasting of routing updates make it less secure.
Routes rely on current topologies.
Additional resources are required such as CPU, memory and link bandwidth.
COMPARISON CHART