Posts

Showing posts from June, 2021

PRESENTATION VIDEO

  This is our Presentation Video for our Group Project. Youtube Link :  https://youtu.be/XDo0RyOwHR4

TCP/IP Setting Manual

Image
In this section, there is a few steps to guide on how to configure the IP address on the server. This manual will be using Windows Operating System. 1) Go to " Start " and then select " Setting ". 2) Then select " Network & Internet " 3) Click on " Wi-Fi ". 4) Then select " Change Adapter Option ". 5) After that, right click on " Wi-Fi " and select " Properties ". 6) Select " Internet Protocol Version 4 " and then click " Properties ". 7) Choose " Use The Following IP Address ", then enter the following information: IP address : 192.158.1.52 Subnet mask : 255.255.255.0 Default gateway : 192.158.1.49 Preferred DNS server : 8.8.8.8 Alternate DNS server : 8.8.4.4  8) After enter all the information, click " OK ".  The configuration is complete.

SUBNETTING CALCULATION

Image
Students are required to suggest private addressing scheme used in OUM network. Explain how you  calculate the subnetting using FLSM based on the number of the faculties. Each faculty is given their  network address. Assign IT Center as another subnet with their own network address. From this  network address, assigned as the  4  th  available address  as the address of the OnlineLearning System  Server. Calculate Subnetting Step 1 : Choose IP Address for OUM network. Network Id : 192.158.1.0/24 Subnet Mask : 255.255.255.0 Faculty = 10 Step 2 : Calculate borrow bit. 10 subdivide means that there are 10 subnet. So, the requirement is 2^n, which is n must be greater or equal to 10. we will take 2^4 which is greater than 10 as our subnet. There are 10 Faculty because there are 10 subdivide. So the borrow bits will be 4 and the new subnet will be 28. New Network Id : 192.158.1.0/28 Step 3 : Calculate new subnet mask. Default Subnet Mask : 255.255.255.0 New Subnet Mask : 255.255.255.240 For