Skip to main content

TCP/IP Configuration

3. TCP/IP Configuration

For OUM SERVER and Home network, we manually assign all the IPv4 addresses for each devices. To show how it can be done, there are two methods that can be use. Let's configure the TCP/IP for one of the Home network hosts:


1st Method (GUI):

Assume the host is using Windows operating system...

First, search for Control Panel and open it.

 Figure 1: The Control Panel GUI


Next, click on Network and Internet section. After that, click on Network and Sharing Center. Here is how it looks like

Figure 2: Control Panel > Network and Internet


At the left side, click Change adapter settings. All network adapters for the host will be listed out here.

Figure 3: Control Panel > Network and Internet > Network Connections

 

In this case, this host's currently active network adapter is Wi-Fi 2 . Double click on the network adapter. The network adapter status will be popped out. You can see the IPv4 and IPv6 connectivity and also the speed. Click Properties to begin assign the static IP address for this host.
(Note that the adapter name is not always "Wi-Fi 2". Please refer to your connected network adapter name)

 Figure 4: The properties of the network adapter


Next, double click on Internet Protocol Version 4 (TCP/IPv4) since we are going to configure the IPv4 address of the host.

Figure 5: The IPv4 properties configured automatically from DHCP

 

Most of the devices TCP/IP configuration are already configured automatically by DHCP server nowadays. To set our own configuration, choose Use the following IP address and we can start configure it manually. 

The host address range for Home network is from 192.168.0.1 until 192.168.0.254. For this purpose, we will choose IP address 192.168.0.5 for this specific host/device. We will also configure the Subnet mask, default gateway and DNS server based on what we have calculated from the Subnetting Calculation post.

Figure 6a: The IPv4 properties configured manually

 

 We also can do these steps for OUM Server. This is how it can be configured

Figure 6b: OUM Server's IPv4 Configuration


Once the configuration is done, click OK to apply the changed IPv4 configuration. To verify the configuration we have made, open Command Prompt and enter command ipconfig /all.

Figure 7: ipconfig /all command output
    

As you can see the IPv4 address, subnet mask and default gateway have changed.

 

2nd Method: Using command prompt/cmd

 

Command prompt is the input field in a text-based user interface screen for an operating system or program.

To configure the TCP/IP, we will be using tools called netsh.exe. With netsh.exe you can easily view your TCP/IP settings.

First, search command prompt and open it as administrator


 

Then, type in command netsh to enter the netsh.exe environment.


Now, to check the current IPv4 configuration, enter command interface ipv4 show config. This command behaves the same as ipconfig /all however it can be used in netsh.exe environment.


This is the auto configuration from DHCP server. As you can see, the DHCP enabled is set to Yes. Now we need to make our own configuration. 

To change the IPv4 address, the syntax of the command is
interface ip set address name=[the adapter's name] static [IPv4 address] [subnet mask] [default gateway]

Hence, since we are going to configure one of the Home network hosts, the command we should enter is
interface ip set address name="Wi-Fi 2" static 192.168.0.5 255.255.255.0 192.168.0.1


 

(Note that the adapter name is not always "Wi-Fi 2". Please refer to  your connected network adapter name)


Now to verify our configuration, type back in the command interface ip show config to see the new configuration


The IPv4 address, subnet mask and default gateway server has changed accordingly. Also, notice that the DHCP enabled is set to No. This indicates that the configuration is not set automatically by the DHCP itself.

We can also do these steps to configure the OUM Server TCP/IP by using IPv4 address 10.0.0.4, subnet mask 255.192.0.0, default gateway 10.0.0.1 and dns server 10.0.0.4 which is the OUM server.


Comments

Popular posts from this blog

Subnetting Calculation

2. Subnetting Calculation In this section, we are expecting to show the calculation on how to identify the IP address that was assigned for the Online Learning System Server based on the information given in the project scenario. Figure 1: Network Topology (click to see clear image of Network Topology) Based on the scenario given, we choose Class A and Class C as the IP Address for the OUM network and Home network, respectively. We have calculated the IP address that assigned to all the devices on both networks. OUM Network Class A : 10.0.0.0 /8 Assume: 3 Department including It Center Each faculty is given their network address. Assign IT Center as another subnet with their own network address. From the network address, assigned as the  4 th  available address as the address of OUM Server.   According to the scenario given, from the network address, the 4 th  available address 10.0.0.4 which is assigned to OUM SERVER. Figure 2: Subnetting Calculation for O...

OSI Layer Model

1. OSI Layer Model In the OSI Layer Model, there are 7 layers used as references to help and shows how networks operate. This OSI Layer Model was first introduced by The International Standard Organization (ISO) in the late 1970s. According to the project scenario, the data travels from the student’ s  computer to the OnlineLearning System server which is in the OUM IT Center will pass through all the 7 layers for the data transmission. Layer 7: Application Layer As we know, Application Layer is the top layer of the OSI Model. According to the project scenario, the student’s computer are able to direct interact with the OnlineLearning System server which located in OUM IT Center by typing the link ( https://www.oum.edu.my/ ) using any supported browsers such as Safari, Chrome or Mozilla Firefox. In this case, we can clearly say that the application layer are known as software provided for the end-user to interact with.   Layer 6: Presentation Layer The presentati...

Introduction

Team Members :- Yuvanes A/L Gopal (B032010338) Muhammad Haidar Bin Ismail (B032010203) Muhammad Alif Haikal Bin Mohd Alizan (B032010055) Chua Yoke Qi (B032010050) Logavani A/P Panneer Selvam (B032010217)