Department of Education: Learning Activity Sheet Number: 2 (Quarter 1) Set Network Configuration Internet Protocol
Department of Education: Learning Activity Sheet Number: 2 (Quarter 1) Set Network Configuration Internet Protocol
Department of Education
SHS
Region V
SCHOOLS DIVISION OF SORSOGON
CASTILLA CLUSTER
Internet Protocol
I. Introductory Concept
A protocol is a set of rules. A letter sent through the postal system also uses protocols. Part of the
protocol specifies where on the envelope the delivery address needs to be written. If the delivery address
is written in the wrong place, the letter cannot be delivered. Internet protocol works in a similar way.
Internet protocols are sets of rules governing communication within and between computers on a network.
Protocol specifications define the format of the messages to be exchanged. Timing is crucial to network
operation. Protocols require messages to arrive within a certain amount of time so that computers do not
wait indefinitely for messages that may have been lost. Therefore, systems maintain one or more times
during transmission of data. Protocols also initiate alternative actions if the network does not meet the
timing rules. Many protocols consist of a suite of other protocols that are stacked in layers. These layers
depend on the operation of the other layers in the suite to function properly.
To understand how networks and the Internet work, you must be familiar with the commonly used
protocols. These protocols are used to browse the web, send and receive e-mail, and transfer data files. You
will encounter other protocols as your experience in IT grows, but they are not used as often as the common
protocols described here: • TCP/IP: The Transmission Control Protocol /Internet Protocol (TCP/IP) suite of
protocols has become the dominant standard for internetworking. TCP/IP represents a set of public standards
that specify how packets of information are exchanged between computers over one or more networks.
• IPX/SPX: Internetwork Packet Exchange/Sequenced Packet Exchange is the 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.
• NetBEUI: NetBIOS Extended User Interface is a protocol used primarily on small Windows NT networks.
NetBEUI cannot be routed or used by routers to talk to each other on a large network. NetBEUI is suitable
for small peer-to-peer networks, involving a few computers directly connected to each other. It can be used
in conjunction with another routable protocol such as TCP/IP. This gives the network administrator the
advantages of the high performance of NetBEUI within the local network and the ability to communicate
beyond the LAN over TCP/IP.
Depending on the size of the network, IP-based networks are divided into three classes.
·Class A- Class A networks are mega monster networks with up to 224 nodes 16 million plus. Class A
networks have their network addresses from 1.0.0.0 to 126.0.0.0, with the zero's being replaced by node
addresses.
· Class B- Class B networks are smaller networks in comparison they can have only about 65,000 nodes!
Network addresses for these ranges from 128.0.0.0 to 191.0.0.0. Here the last two zeros get replaced by
the node addresses.
· Class C- These are the baby networks that can have only 254 nodes at the maximum. The network IP
addresses for these range from 192.0.0.0 to 223.0.0.0.
For a given network address, the last node address is the broadcast address. For example, for the C class
network with address 192.168.1.0, the address 192.168.1.255 is the broadcast address, used to transmit to
all nodes in that network. So, this address along with the network address itself should not be used as node
address. If you want your network to be permanently on the Internet, then you need to be allocated a
network address by the InterNIC. Most of the network addresses now available for allocation are class C
addresses. There are other classes of networks class D and class E. These are primarily used for
experimental purposes.
The subnet mask 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. Table 3 shows default
subnet masks for usable IP addresses that are mapped to the first three classes of IP addresses:
• 255.0.0.0: Class A, which indicates that the first octet of the IP address is the network portion
• 255.255.0.0: Class B, which indicates that the first two octets of the IP address are the network portion
• 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.
IpConfig
Ipconfig is a command used to find out the IP address of a certain network you are connected to.
1) Click on Start Button, then type cmd (command prompt) on the search box.
3) Type ipconfig and press enter. The figure below shows the IP configuration window using the
ipconfig command. The information from this window will be useful because it shows the IP address, subnet
mask and default gateway of a network you are connected to.
Assigning a static IP Address In a home network with several computers and devices, it is ideal to
assign each of them a specific address. This is for the purpose of avoiding problems when you do
troubleshoot which requires figuring out the IP address of each of them. It is also a means to prevent address
conflicts between the devices. You can also manage them with ease if you have assigned their own
addresses.
Here are the procedures in assigning an IP Address on a windows base computer system:
5. Click the Properties button. The Internet Protocol (TCP/IP) Properties dialog box appears.
6. Type the IP address for your computer. Enter the appropriate IP Address in the IP address section.
7. Type a subnet mask. The value used on a local network is commonly 255.255.255.0, but it can be
different, such as 255.255.255.127.
8. Type the default gateway address. The default gateway is the router, so type the router’s address.
9. Type the address for the preferred DNS server. The address should be obtained from your Internet
Service Protocol. It is used to help your computer find web pages and other addresses on the internet.
10.Type the address for the alternate DNS server. The alternate Domain Name System (DNS) server’s IP
address is something that your ISP provides.
11.Click OK to confirm the settings.
12.Close all other open dialog boxes and windows.
Dynamic Host Configuration Protocol (DHCP) is a software utility used to dynamically assign IP addresses
to network devices. This dynamic process eliminates the need to manually assign IP addresses. A DHCP
server can be set up and the hosts can be configured to automatically obtain Figure 56. Assigning a Dynamic
IP Address 107 an IP address. When a computer is set to obtain an IP address automatically, the other entire
IP addressing configuration boxes are dimmed or disabled. The server maintains a list of IP addresses to
assign, and it manages the process so that every device on the network receives a unique IP address. Each
address is held for a predetermined amount of time. When the time expires, the DHCP server can use this
address for any computer that joins the network.
These are the IP address information that a DHCP server can assign to hosts:
• IP address
• Subnet mask
• Default gateway
• Optional values, such as a Domain Name System (DNS) server address
The DHCP server receives a request from a host. The server then selects IP address information
from a set of predefined addresses that are stored in a database. After the IP address information is selected,
the DHCP server offers these values to the requesting host on the network. If the host accepts the offer, the
DHCP server leases the IP address for a specific period of time. Using a DHCP server simplifies the
administration of a network because the software keeps track of IP addresses. Automatically configuring
TCP/IP also reduces the possibility of assigning duplicate or invalid IP addresses. Before a computer on the
network can take advantage of the DHCP server services, the computer must be able to identify the server
on the local network. You can configure a computer to accept an IP address from a DHCP server by clicking
the Obtain an IP address automatically option in the NIC configuration window
If your computer cannot communicate with the DHCP server to obtain an IP address, the Windows
operating system automatically assigns a private IP address. If your computer is assigned an IP address in
the range of 169.254.0.0 to 169.254.255.255, it can communicate with only other computers in the same
range. An example of when these private addresses would be useful is in a classroom lab where you want
to prevent access outside to your network. This operating system feature is called Automatic Private IP
Addressing (APIPA). APIPA continually requests an IP address from a DHCP server for your computer.
Ping
The ping is a Command Prompt command used to test the ability of the source computer to reach a
specified destination computer. The ping command is usually used as a simple way to verify that a computer
can communicate over the network with another computer or network device. The ping command operates
by sending Internet Control Message Protocol (ICMP) Echo Request messages to the destination computer
and waiting for a response. How many of those responses are returned, and how long it takes for them to
return, are the two major pieces of information that the ping command provide
III. Activities
ACTIVITY 1:
Directions: identify the subnet mask and IP address class of the following. An example is provided below.
Write in one-half crosswise. 20points
IP ADDRESS SUBNET MASK IP ADDRESS CLASS
1.2.0.0
192.168.0.1
112.0.0.0
126.0.0.1
128.1.1.1
11..0.0.0
10.177.101.48
221.0.0.0
223.0.0.56
165.0.0.1
ACTIVITY 2:
COLUMN A COLUMN B
ACTIVITY 1:
ACTIVITY 2
COLUMN A COLUMN B
Used for large networks, implemented by large CLASS A
companies and some countries
Used for medium-sized networks, implemented by CLASS B
universities
Used for small networks, implemented by ISPs for CLASS C
customer subscriptions
Used for special use for multicasting CLASS D
Used for experimental testing CLASS E
V. References
Prepared by: