M03 - Install and Manage Network Protocols
M03 - Install and Manage Network Protocols
November 2023
Addis Ababa, Ethiopia
Table of Contents
Table of Contents ............................................................................................................................. i
Acknowledgment ............................................................................................................................ ii
Acronym ........................................................................................................................................ iii
Introduction to the Module ............................................................................................................ iv
Module Instruction ...................................................................................................................... v
Unit One: Network protocols ....................................................................................................... 1
1. Introduction to network protocols ........................................................................................... 2
1.1. Network protocol ..................................................................................................................... 3
1.2. Manage appropriate network protocol service ......................................................................... 5
1.2.1. Select network protocol service .................................................................................... 5
1.2.2. Test network protocol service ....................................................................................... 7
1.2.3. Validate network protocol service ................................................................................ 9
1.3. Design a network address system .......................................................................................... 11
1.3.1. IP address .................................................................................................................... 13
1.4. Configuring and testing IP address ........................................................................................ 15
1.4.1. Configuring an IP Address (Windows): ................................................................. 15
Self-check Questions .................................................................................................................... 17
Operation sheet 1.1 ....................................................................................................................... 19
LAP Test ....................................................................................................................................... 31
Unit Two: Network protocols application ............................................................................... 32
2 . Introduction to network protocol applications .................................................................... 33
2.1 Common network protocol applications ........................................................................ 33
2.2 Evaluating user requirement and recommend network-protocol services ..................... 35
2.3 Applying IP addressing scheme ..................................................................................... 36
2.4 . Network layers ............................................................................................................. 38
Self-check questions ..................................................................................................................... 41
Developer profile .......................................................................................................................... 42
Reference .................................................................................................................................. 43
Page iii of 49 Ministry of Labor and Install and Manage Network Version -1
Skills Protocols Level - III November, 2023
Author/Copyright
Introduction to the Module
This module covers the performance outcomes, skills and knowledge required to install and
manage network protocols in a networking environment.
Network protocols are a set of rules that define how data is transmitted and received over a
network. They enable communication between devices and ensure that data is exchanged in a
standardized and efficient manner. Here are some common network protocols such as TCP, IP,
HTTP and HTTPS, FTP, DHCP.
An IP address, or Internet Protocol address, is a numerical label assigned to each device connected
to a computer network that uses the Internet Protocol for communication. There are two type of IP
address namely IPV4 and IPV6.
Network layers refer to the conceptual divisions or levels of functionality within a computer
network.. The most commonly referenced model for understanding network layers is the OSI
(Open Systems Interconnection) model, which consists of seven layers.
This module is designed to meet the industry requirement under the Hardware and Networking
Service occupational standard, particularly for the unit of competency: Installing and managing
Network Protocols
This module covers the units:
• Install and manage network protocols
• Identify network protocol applications
This guide will also assist you to attain the learning outcome stated in the cover page. Specifically,
upon completion of this learning guide, you will be able to:
• Understand of network protocols services
• Select, teste and validate appropriate network protocol services
• Design a network addressing system, with subnet and host IDs
• Configure and test IP address
• Understand common network protocol applications
• Evaluate user requirement and recommend network-protocol services
• Apply IP addressing scheme
• Understand Network layers
This unit is developed to provide you the necessary information regarding the following content
coverage and topics:
• Overview of network protocols services
• Selecting, testing and validating network protocol services
• Designing a network addressing system
• Configuring and testing IP address
This unit will also assist you to attain the learning outcomes stated in the cover page. Specifically, upon
completion of this learning guide, you will be able to:
• Understand of network protocols services
• Select, teste and validate appropriate network protocol services
• Design a network address system
• Configure and test IP address
Part II: - Select the appropriate answer from the given alternative
_______1. Which protocol is commonly used for transferring files between a client and a server over
a network?
A. SMTP C. HTTP
B. FTP D. SNMP
_______2. What is the purpose of a subnet mask in IP networking?
A. To identify the default gateway
B. To determine the network portion of an IP address
C. To establish a secure connection
D. To allocate IP addresses dynamically
A. FTP C. DNS
B. DHCP D. SNMP
_______4. Which class of IP address provides the largest number of host addresses per network?
A. Class A
B. Class B
C. Class C
D. Class D
_______6. How can you test the connectivity between two devices on a network using their IP
addresses?
A. By pinging the destination IP address
B. By performing a DNS lookup
C. By establishing an FTP connection
D. By sending an email
Note: If you need to set a static DNS server, select Use the following DNS server address: and
input the address of DNS server. By default, the computer obtains the address automatically.
Step 6:- Use the Edit IP settings drop-down menu and select the Automatic (DHCP) option.
Notes:- Once you complete the steps, the networking stack configuration will reset, and your
device will request an IP address from the DHCP server (usually your router).
Step 4:- Type the following command to configure the network adapter to obtain its TCP/IP
configuration using DHCP and press Enter:
netsh interface ip set address "Ethernet1" dhcp
In the command, make sure to change “Ethernet1” for the adapter’s name that you want to
configure.
After completing the steps, the network adapter will stop using a static IP address, and it’ll obtain
a configuration automatically from the DHCP server.
Step 4:- Type the following command to enable the network adapter to obtain its TCP/IP
In the command, make sure to change “Ethernet0” for the adapter’s name that you want
to configure.
Step 5:- Type the following command to enable the network adapter to obtain its DNS
configuration using DHCP and press Enter:
Set-DnsClientServerAddress -InterfaceIndex 3 -ResetServerAddresses
In the command, change “3” for the InterfaceIndex for the adapter to configure.
Note: - Once you complete the steps, the IP and DNS addresses will be reset from the adapter, and
your computer will receive a new dynamic configuration from DHCP.
Step 5:- Right-click the network adapter and select the Properties option.
Step 6:- Select the “Internet Protocol Version 4 (TCP/IPv4)” option.
Step 7:- Click the Properties button.
Note:- After completing the steps, the statically assigned TCP/IP configuration will no longer be
available, and the computer will automatically request a dynamic network configuration from the
network.
Step 4: -Type the following command to view the complete TCP/IP network configuration and
press Enter: ipconfig /all.
Once you complete the steps, you will have an overview of the PC's entire TCP/IP configuration.
Refresh network settings
To release and renew the network configuration with Command Prompt, use these steps:
Step 1:Open Start.
Step 2:- Search for Command Prompt, right-click the top result, and select the Run as
administrator option.
Step 3:- Type the following command to remove the current network configuration and
press Enter: ipconfig /release
Step 4:- Type the following command to reconfigure the network configuration and
press Enter: ipconfig /renew
Once you complete the steps, the entries stored in the DNS cache of Windows 10 will be deleted
and refreshed. Usually, this command will come in handy when you cannot connect to another
computer or website using the host or domain name due to outdated information in the local cache.
This unit is developed to provide you the necessary information regarding the following content
coverage and topics:
• Common network protocol applications
• Evaluating user requirement and recommend network-protocol services
• Applying IP addressing scheme
• Network layers
This unit will also assist you to attain the learning outcomes stated in the cover page. Specifically, upon
completion of this learning guide, you will be able to:
• Understand common network protocol applications
• Evaluate user requirement and recommend network-protocol services
• Apply IP addressing scheme
• Understand Network layers
Website reference
[1] https://pureinfotech.com/change-static-dynamic-ip-address-windows-10/
[2] https://www.windowscentral.com/software-apps/windows-11/how-to-configure-a-static-ip-
on-windows-10-or-11
[3] https://www.researchgate.net/publication/357226205