0% found this document useful (0 votes)
552 views10 pages

TVL CSS12 Q2 M6

Here are the comparisons based on the given points: 1. Configuration - Manual for static, automatic for dynamic 2. Routing table building - Static are hand typed, dynamic are filled dynamically 3. Routes - Static are user defined, dynamic are updated based on topology changes 4. Implemented in - Small networks for static, large networks for dynamic 5. Security - Static provides high security, dynamic is less secure due to broadcasts
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
552 views10 pages

TVL CSS12 Q2 M6

Here are the comparisons based on the given points: 1. Configuration - Manual for static, automatic for dynamic 2. Routing table building - Static are hand typed, dynamic are filled dynamically 3. Routes - Static are user defined, dynamic are updated based on topology changes 4. Implemented in - Small networks for static, large networks for dynamic 5. Security - Static provides high security, dynamic is less secure due to broadcasts
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

QUARTER 2

LO 2: CONFIGURE NETWORK
SERVICES
SELF- LEARNING MODULE 6
Understanding Static IP
address and Dynamic IP
address for Networking
Writer: Ms. Virgie Alfaras Baylon
Reviewer: Mr. Cyrus N. Caruz
Introductory Message

For the facilitator:

Welcome to the (Computer System Servicing(CSS) Grade-12) Self Learning Module


on (Understanding Static and Dynamic IP Address for networking) !
This Self Learning Module was collaboratively designed, developed and reviewed by
educators from Schools Division Office of Pasig City headed by its Officer-In-Charge
Schools Division Superintendent, Ma. Evalou Concepcion A. Agustin in partnership
with the Local Government of Pasig through its mayor, Honorable Victor Ma. Regis
N. Sotto. The writers utilized the standards set by the K to 12 Curriculum using the
Most Essential Learning Competencies (MELC) while overcoming their personal,
social, and economic constraints in schooling.

This learning material hopes to engage the learners into guided and independent
learning activities at their own pace and time. Further, this also aims to help
learners acquire the needed 21st century skills especially the 5 Cs namely:
Communication, Collaboration, Creativity, Critical Thinking and Character while
taking into consideration their needs and circumstances.

In addition to the material in the main text, you will also see this box in the body of
the module:

Notes to the Teacher


This contains helpful tips or strategies
that will help you in guiding the learners.

As a facilitator you are expected to orient the learners on how to use this module.
You also need to keep track of the learners' progress while allowing them to
manage their own learning. Moreover, you are expected to encourage and assist the
learners as they do the tasks included in the module.
EXPECT AT ION

After completing the lesson the learners should be able:

A. Define Static and Dynamic IP address in networking;


B. Understand the use of Static and Dynamic IP address in networking; and
C. Differentiate between Static and Dynamic IP address in networking

PRET EST

True or False

Directions: Read each statement below carefully. Write T if the statement is correct
and F if wrong in the space provided before each number.

________1. Dynamic IP changes each time when a user connects to a network.

_______ 2. In device tracking Static IP address is Untraceable.

_______ 3. When it comes to security, Static IP is more secure than static IP.

_______4. Static IP address is fixed in nature and does not change until it is
manually changed by the ISP or network administrator.

_______ 5. 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.
RECAP
Directions: Enumerate the following. Write the correct answer on the space
provided.

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

To manually configure an IP address on the device and perform IPv4 networking


input the following:
1. ___________________________________
2. ___________________________________
3. ___________________________________
4. ___________________________________

IPv4 has special IP addresses name each and give IP ranges


5. _______________________________________
6. _______________________________________
7. _______________________________________

On the early days of an IP protocol, there are only 3 subnet mask that could
possibly assigned to a particular workstations. Give the class and subnet mask.

8. ____________________________________
9. ____________________________________
10. ____________________________________
LESSON

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.

https://techdifferences.com/difference-between-static-and-dynamic-ip-address.html
COMPARISON CHART

BASIS FOR STATIC IP ADDRESS DYNAMIC IP ADDRESS


COMPARISON
Provided by ISP (For external IP DHCP
address)
Change acquirement Once static IP is assigned, Dynamic IP changes each
it doesn't change. time when a user
connects to a network
Security Risk is high More secure than static IP
address
Device tracking Trackable Untraceable

ADVANTAGES AND DISADVANTAGES STATIC ROUTING

Advantages

 Easily implemented in a small network.


 No overheads are produced on router CPU.
 Secure because the routes are managed statically.
 It is predictable as the route to the destination is fixed.
 Extra resources (such as CPU and memory) are not required as update
mechanisms are not needed.
 Bandwidth usage is not required between routers.

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.

ADVANTAGES AND DISADVANTAGES OF DYNAMIC ROUTING

Advantages

 Suitable for all the topologies.


 Network size doesn’t affect the router operations.
 Topologies are adapted automatically to reroute the traffic.

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

BASIS FOR STATIC ROUTING DYNAMIC ROUTING


COMPARISON
Configuration Manual Automatic
Routing table building Routing locations are Locations are dynamically
hand-typed filled in the table.
Routes User defined Routes are updated
according to change in
topology
Routing Doesn't employ Uses complex routing
algorithms
algorithms complex routing To perform routing
algorithms. operations.
Implemented in Small networks Large networks
Link failure Link failure obstructs the Link failure doesn't affect
rerouting. the rerouting.
Security Provides high security. Less secure due to
sending broadcasts and
multicasts
Routing protocols No routing protocols are Routing protocols such as
indulged in the process. RIP, EIGRP, etc are
involved in the routing
process.
Additional resources Not required Needs additional
resources to store the
information

ACT IVIT IES

Directions: Compare Static IP address and Dynamic IP address according to the


following comparison:

1. Configuration
2. Routing table building
3. Routes
4. Implemented in what size of network
5. Security

STATIC DYNAMIC
1. 1.
2. 2.
3. 3.
4. 4.
5. 5.
WR AP UP

To connect our devices into computer networking, configuration of IP address is the


most essential part. An Internet Protocol (IP) address is a unique numerical
identifier assigned to each device on a network to identify each connection
uniquely. It encodes the network number and host number of the hosts and
routers connected to the network.

In Computer Networking, Routing is one of most important operation, in which the


data packet is moved from source to destination using an optimized path with a low
delay; the path is elected with the help of routing techniques. The difference
between static and dynamic routing lies in the table entries updation. In static
routing, the routing information is manually updated while in dynamic routing the
information is automatically updated using protocols.

When we compare static and dynamic IP address, the dynamic IP addresses is


more reliable than static because it eliminates the time-consuming process of
manual configuration. It is also less susceptible to the attacks as it periodically
changes, unlike static IP.

VALUI NG

Every device connected to computer network need an IP address, we learned that


we have two types of IP address use into network. Compare and differentiate the
two.

__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
POST T EST

Directions: Tell whether the statement belongs to Dynamic IP or Static IP. Write DI
if the answer is Dynamic and SI if static.

1. _______ Provided by Internet Service Provider (ISP) (For external IP address).


2. _______ The device tracking is untraceable.
3. _______ The IP address is provided by DHCP.
4. _______ No routing protocols are indulged in the process.
5. _______ The device tracking is trackable.
6. _______ Needs additional resources to store the information.
7. _______ Routing uses complex routing algorithms.
8. _______ Routes is user defined.
9. _______ Implemented in a large networks.
10. _______ Less secure due to sending broadcasts and multicasts.

K EY T O CORRECT ION

Pre-test Recap Activity Post-test

1. T 1. IP address STATIC 1. SI
2. F 2. Subnet Mask 1. Manual 2. DI
3. F 3. Default gateway 2. User defined 3. DI
4. T 4. DNS Server 3. Doesn't employ 4. SI
5. T 5. Lookback address 4. Small Network 5. SI
6. Reserved address 5. Provides high security 6. DI
7. Virtual IP address DYNAMIC 7. DI
8. A 255.0.0.0 1. Automatic 8. SI
9. B 255.255.0.0 2. Routes are updated according 9. DI
10. C 255.255.255.0 to change in topology 10. DI
3. Uses complex routing
algorithms
4. Large Network
5. Less secure due to sending
broadcasts and multicasts
R E F E R E N CE S

Online Sites:

https://techdifferences.com/difference-between-static-and-dynamic-routing.html

https://www.netmanias.com/en/post/techdocs/5998/dhcp-network-protocol/understanding-the-
basic-operations-of-dhcp

(access July 22, 2020)

You might also like