0% found this document useful (0 votes)
94 views1 page

LAN IP Addressing & Subnetting Guide

This document discusses IP addressing and subnetting for a LAN configuration. It defines IP addresses and subnets, explaining that IP addresses contain both a network and host portion separated by a subnet mask. It provides steps to configure the TCP/IP settings on a local computer, including assigning an IP address, subnet mask, default gateway and preferred DNS within a specified range. It also recommends using ipconfig in CMD to verify the network connection and settings.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views1 page

LAN IP Addressing & Subnetting Guide

This document discusses IP addressing and subnetting for a LAN configuration. It defines IP addresses and subnets, explaining that IP addresses contain both a network and host portion separated by a subnet mask. It provides steps to configure the TCP/IP settings on a local computer, including assigning an IP address, subnet mask, default gateway and preferred DNS within a specified range. It also recommends using ipconfig in CMD to verify the network connection and settings.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

COC 2 LAN Configuration (IP Addressing & Subnetting)

IP or Internet Protocol Address - is an address used to uniquely identify a device on an IP network.


It is made up of 32 binary bits which can be divisible into a network portion and host portion with
the help of a subnet mask. The 32 binary bits are broken into four octets (1 octet = 8 bits). Example:
[Link]

A sub network or subnet is a logical subdivision of an IP network. The practice of dividing a network into
two or more networks is called Subnetting. Computers that belong to a subnet are addressed with an
identical most significant bit group in their IP addresses.

Step LAN Configuration (IP Addressing & Subnetting)

1. Click open network & inter sharing


2. open network and Inter setting
3. click local area connection properties
4. uncheck TCP/IPV6
5. click TCP/IPV4 then properties
6. click use the following IP or Internet protocol address
i. IP address- 192.168.0. 27
ii. Subnet mask- [Link]
iii. default gateway-[Link]
iv. Preferred DNS – [Link]
7. close

Take Note: If ever Windows will run network diagnostics and verify the connection is good. Here
we had no problems with it, but if you did, you could run the network troubleshooting wizard.

Verify network connections

1. typer in search bar CMD

2. type IPCONFIG -is a command line tool used to control the network connections on Windows
NT/2000/XP machines. ... Ipconfig displays all current TCP/IP network configuration values and refreshes
Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.

3.

You might also like