TLE CSS 10 Q3 Wk1 Mod3L7
TLE CSS 10 Q3 Wk1 Mod3L7
TLE CSS 10 Q3 Wk1 Mod3L7
Department of Education
Region I
SCHOOLS DIVISION OF ILOCOS NORTE
TLE-ICT-CSS 10
Quarter 3 – Module 3 (cont.)
SETTING-UP COMPUTER NETWORKS (SUCN)
(Learning Outcome 2: Set Network Configuration)
Lesson 7: Internet Protocol (IP Address)
Competency
Check network connectivity of each terminal in
accordance with network design
(TLE_IACSS9-12SUCN-Ia-e-34)
Prepared by:
1
TLE-ICT-CSS- Grade 10
Alternative Delivery Mode
2
10
TLE-ICT-CSS 10
Quarter 2 – Module 3
SETTING-UP COMPUTER NETWORKS (SUCN)
(Learning Outcome 2: Set Network
Configuration)
Lesson 7: Internet Protocol (IP Address)
3
Introductory Message
This Contextualized Learning Module (CLM) is prepared so that you, our
dear learners, can continue your studies and learn while at home. Activities,
questions, directions, exercises, and discussions are carefully stated for you to
understand each lesson with ease.
This CLM is composed of different parts. Each part shall guide you step-by-
step as you discover and understand the lesson prepared for you.
Pre-test is provided to measure your prior knowledge on the lesson. This will
show you if you need to proceed in completing this module or if you need to ask
your facilitator or your teacher’s assistance for better understanding of the lesson.
At the end of this module, you need to answer the post-test to self-check your
learning. Answer keys are provided for all activities and tests. We trust that you
will be honest in using them.
In addition to the material in the main text, Notes to the Teacher is also
provided to our facilitators and parents for strategies and reminders on how they
can best help you in your home-based learning.
Please use this module with care. Do not put unnecessary marks on any
part of this CLM. Use a separate sheet of paper in answering the exercises and
tests. Likewise, read the instructions carefully before performing each task.
If you have any question in using this CLM or any difficulty in answering the
tasks in this module, do not hesitate to consult your teacher or facilitator.
Thank you.
4
What Do You Already Know?
Let us determine how much you already know about internet protocol.
Pretest LO1
I. Let’s Identify
Directions. Identify what is described/referred to in each of the following items.
1. A part of the IP address that identifies a particular network.
2. This identifies a host on the network.
3. It is an identifying number that is associated with a specific computer
or computer network.
4. These are used for communication between different hardware’s
used in the computer network.
5. A protocol suite that has become the dominant standard for
internetworking.
6. The first bits (Octet 1) are reserved for the network address. The
remaining 24 bits are available for the host address.
7. The first 24 bits (Octet 1, 2, & 3) are reserved for the network
address while the last 8 bits available for the host address.
8. The first 16 bits (Octet 1 and 2) are reserved for the network address
while the last 16 bits are available for the host address.
What To Know?
Information Sheet 1
Directions: Read the Information Sheet 1 with comprehension and find out how
much you can remember and how much you learned by doing the tasks given.
5
Internet Protocol (IP)
• Sets of rules governing communication within and
between computers on a network.
• Protocol specifications define the format of the
messages to be exchanged.
• A 32-bit sequence of 1s and 0s.
• A unique identifier.
• A numerical label.
Kinds of Protocol
a. Transmission Control Protocol /Internet Protocol (TCP/IP). A protocol suite that
has become the dominant standard for internetworking. This represents a set of
public standards that specify how packets of
information are exchanged between
computers over one or more networks.
b. Internetwork Packet
Exchange/Sequenced Packet Exchange
(IPX/SPX). A protocol suite originally
employed by Novell Corporation’s network
operating system, NetWare. It delivers
functions similar to those included in
TCP/IP. Novell in its current releases
supports the TCP/IP suite. A large installed
base of NetWare networks continues to use
IPX/SPX.
c. NetBIOS Extended User Interface
(NETBEUI). Used primarily on small Windows NT networks. This cannot be routed or
used by routers to talk to each other on a large network. This is suitable for small
peer-to-peer networks, involving a few computers directly connected to each other.
d. AppleTalk. A protocol suite used to network Macintosh computers. It is composed
of a comprehensive set of protocols that span the seven layers of the Open Systems
Interconnection (OSI) reference model.
e. Hypertext Transfer Protocol (HTTP) governs how files such as text, graphics, sound,
and video are exchanged on the World Wide Web (WWW). The Internet Engineering
Task Force (IETF) developed the standards for HTTP.
f. File Transfer Protocol (PTF) provides services for file transfer and manipulation. It
allows multiple simultaneous connections to remote file systems.
g. Secure Shell (SSH). It is sed to securely connect to a remote computer.
h. TELNET. It is an application used to connect to a remote computer that lacks security
features.
6
i. Post Office Protocol (POP3). It is used to download e-mail from a remote mail
server.
j. Internet Message Access Protocol (IMAP). Used to download e-mail from a remote
mail server.
k. Simple Mail Transfer Protocol (SMTP). Used to send e-mail to a remote e-mail
server.
IP Structure
1. Consisted of 4 section
2. Each section is 8 bits long
3. Each section can range from 0 to 255
4. Written, for example 192.168.100.1
7
the
governments.
B 10 128-191 128.1.0.1 to Used/reserved Supports
191.255.255.254 for medium-sized 65,000 hosts on
networks, each 16, 000
implemented by networks
universities.
C 110 192-223 192.0.1.1 to Used/reserved Supports 254
233.255.254.254 for small hosts on each
networks, of 2 million
implemented by networks
ISPs for customer
subscriptions.
D 1110 224-239 224.0.0.0 to Used/reserved Reserved for
239.255.255.255 for special use multicast
for multicasting. groups.
E 11110 240-255 240.0.0.0 to Used/reserved Reserved for
254.255.255.254 for experimental future use, or
testing. research and
development
process.
Parts of IP Address
1. The network ID (network address) identifies the network segment to which the
host belongs. A network segment is a logical division of a network into unique
numeric network IDs called subnets.
2. The host ID (host address)
identifies an individual host on some specific
network segment. A host can communicate
directly only with other hosts on the same
network segment. A host must use a router to communicate with hosts on other
subnets.
Note: The example given above is a Class C IP address.
Subnet Mask
• This indicates the network portion of an IP address. Like the IP address, the
subnet mask is a dotted-decimal number. Usually, all hosts within a LAN use the
same subnet mask.
o 255.0.0.0:
Class A, which
indicates that
the first octet
of the IP
address is the
network
portion.
8
o 255.255.0.0: Class B, which indicates that the first two octets of the IP
address are the network portion.
o 255.255.255.0: Class C, which indicates that the first three octets of the IP
address are the network portion.
• Class D addresses are used for multicast groups. There is no need to
allocate octet or bits to separate network and host addresses. Class E
addresses are reserved for research use only.
What To Process?
Activity 1. Classify Me
Directions. Given the following sample IP address, classify them according to class (Class A, B,
C, D, and E).
_1. 192.168.5.10
_2. 130.5.4.77
_3. 241.0.0.1
_4. 224.0.0.5
_5. 10.50.13.40
What To Transfer?
9
10
References
Google Images
Network Design Windows. (2021). To network ID or host ID that is the question. Accessed
on 14 March 2021. Retrieved at https://www.serverbrain.org/network-design-
2003/to-network-id-or-host-id-that-is-the-question.html
11
For inquiries and feedback, please write or call:
Office Address : Brgy. 7B, Giron Street, Laoag City, Ilocos Norte
Telefax : (077) 771-0960
Telephone No. : (077) 770-5963, (077) 600-2605
E-mail Address : sdoin.lrmds@deped.gov.ph
Feedback link: : https://bit.ly/sdoin-clm-feedbacksystem
12