CSN105_03_LANNetworkSetup_mod2

docx

School

Seneca College *

*We aren’t endorsed by this school

Course

105

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

18

Uploaded by CommodoreChinchilla3822

Report
LAN Network Setup TERM NAME – Student ID COURSE CODE WEIGHT Ishmeet-kaur- 171069214 CSN105 10% Lab Objectives Upon completion of this lab, you will be able to perform the following: Configure a wireless router Assign static and dynamic IP addressing Secure wireless LAN connectivity Troubleshoot and resolve network connectivity issues Lab Materials Pre-Lab Video: Explanation Cisco Packet Tracer IP address and subnet mask from Instructor o “X” will be used in the lab to indicate your unique IP address and subnet mask Lab Instructions Launch software and perform lab Enter your name and student ID above (Example: david – dtrinh) Answer questions and add screenshots into the corresponding textboxes Save the file on your computer for future reference Academic Integrity Declaration By beginning this lab, I affirm that I will not give or receive any unauthorized help in this lab and that all work provided will be my own. I agree to abide by Seneca’s Academic Integrity Policy, and I understand that any violation of academic integrity will be subject to the penalties outlines in the policy.
CSN105 – Introduction to Computers and Networks Page 2 of 18 Save the file again as a “ .pdf ” file Submit the PDF file for grading Seneca College School of ITAS
CSN105 – Introduction to Computers and Networks Page 3 of 18 Part 1: Planning your Network You have moved into a new house and need to setup internet access for your family and friends. There are various devices that everyone will be using to connect to the internet, but you don’t expect to have more than 20 devices connected on the network at the same time. Some devices you expect include PCs, Printer, File Server, Laptops, and Smart Phones. You decide to subscribe to Seneca College’s Internet services. They provide you with a cable modem that only provides a single ethernet port. Since multiple devices will need to connect to the internet, you purchase a wireless router to allow for additional devices to share the internet connection. Part 2: Physical Network Topology Recall that the physical network topology represents how the devices are physically connected on a network whereas the logical network topology represents how the data is transmitted within a network. Setup the logical network topology using the following devices: Under End Devices > End Devices PC Printer Server Under Network Devices > Wireless Devices Home Router Seneca College School of ITAS
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
CSN105 – Introduction to Computers and Networks Page 4 of 18 Part 3: PC and Router Configuration 1. Connect the PC to one of the router’s Ethernet ports using Cross-Over cable. Do not connect to the internet port! 2. Open the PC properties by clicking on the PC and navigate to the “Desktop then Command Prompt” tab and launch “IP Configuration”. 3. Type in the command: o ipconfig Seneca College School of ITAS Screenshot 2.0: Network Topology [1 mark]
CSN105 – Introduction to Computers and Networks Page 5 of 18 Notice an IP address is not assigned to the interface. The PC should receive an IP address automatically from the router, but the PC is not configured to receive IP addresses via DHCP. 4. Navigate back to the “Desktop” tab and launch “IP Configuration”. 5. Ensure the “FastEthernet0” interface is selected and the IP Configuration is set to “DHCP”. 6. Close the “IP Configuration” and launch “Command Prompt”. 7. In the command prompt, type in the command: o ipconfig The PCs IP Address, Subnet Mask, and Default Gateway will appear. 8. Record the gateway and close the command prompt. 9. Navigate to the “Web Browser” and enter in the default gateway into the URL field to receive a prompt for a username and password: 10.Typically, new routers are pre-configured with a default username and password which is used to access the router. Use the following credentials: o User Name: admin Seneca College School of ITAS
CSN105 – Introduction to Computers and Networks Page 6 of 18 o Password: admin 11.To secure the access to the router, change the default password to another password. Navigate to the “Administration” tab and under “Router Access”, set a new password. Part 4: DHCP Server Settings 1. Since we determined there would be no more than 20 devices connected to this network, navigate to the “Setup” tab under the “Basic Setup” subtab. 2. Under the “DHCP Server Settings”, configure the “Maximum number of Users” to 20. Note that the “Start IP Address” is 100 which means IP address ranging from 192.168.0.100 to 192.168.0.119 will be assigned to devices. 3. Change the “Router IP” IP address to the one assigned to you by Instructor. 4. Change the “Subnet Mask” to the Subnet mask assigned to you by Instructor. 5. Save the settings and allow the router to process the changes. 6. You will need to log back into the router using the new IP address you configured. Seneca College School of ITAS
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
CSN105 – Introduction to Computers and Networks Page 7 of 18 Part 5: Server Configuration Servers are critical components in providing services to computers in a client-server network. Servers need a static IP address to ensure clients can consistently connect to the server. Our file server needs to have a static IP address configured. At the same time, our DHCP server (router) will need to reserve this IP address for the server to prevent assigning the IP address to another device on the network. 1. Open the Server properties and navigate to the “Desktop” tab. Seneca College School of ITAS Screenshot 4.0: DHCP Server Settings [1 mark]
CSN105 – Introduction to Computers and Networks Page 8 of 18 2. Launch the “IP Configuration” and set the “IP Configuration” to “Static”. 3. Recall the range of IP addresses is X.X.X.100 – X.X.X.119. We will assign the first available IP address to the server. o IP Address: X.X.X.100 o Subnet Mask: 255.255.255.X o Default Gateway: X.X.X.10 *Note: “X” represents your unique IP address and subnet mask assigned to you by Instructor. 4. Navigate to the “Config” tab and under “Settings”, record the “Display Name”. 5. Navigate to the “FastEthernet0” interface and record the “MAC Address” 6. Close the Server properties and open the PC properties to log back into the router. 7. Under the “Setup” tab and “Basic Setup” subtab, go to the “DHCP Server Settings” and click on “DHCP Reservation” 8. Manually add the Server into the reservation list and save the settings. Ensure the MAC Address is entered in the correct format. Seneca College School of ITAS Screenshot 5.0: Server IP Configuration [1 mark]
CSN105 – Introduction to Computers and Networks Page 9 of 18 9. Close the PC properties. 10.Select an appropriate network cable to connect the Server to the Router. Remember to connect to one of the router’s available Gigabit Ethernet ports. 11.Open the PC properties and open a command prompt. 12.Attempt to send a packet to the server using the following command: o ping X.X.X.100 Part 6: Printer Configuration Printers are also configured the same way as servers where a static IP address is configured. Use the same process to configure the printer’s IP address. Assign the last IP address to the printer. When a printer is assigned a DHCP IP address, it determines the configuration of the DHCP server and the range of available addresses; it can change when a lease is renewed. Seneca College School of ITAS Screenshot 5.1: “ping” command [1 mark] If you set the Printer’s IP configuration to DHCP, what would be the address assigned to your printer. [1 mark]
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
CSN105 – Introduction to Computers and Networks Page 10 of 18 If both the printer and server are set to DHCP, the printer will request IP addresses from the server, which may handle dynamic IP addresses, while the server's address changes as needed. Part 7: Wireless Configuration Another method of connecting to the router is using a wireless connection. Some routers come with multiple wireless antennas. In our case, this router comes with 3 antennas which transmit data on the 2.4 GHz and 5 GHz bands. To tailor to the various devices that will connect to our network, we will enable all the bands available on this router. 1. Launch the PC properties and login to the router. 2. Navigate to the “Wireless” tab and under the “Basic Wireless Settings” subtab, confirm the “Network Mode” is enabled for all bands. Wireless connectivity is now enabled and any device close enough to the router will obtain an IP address from the router. This could be dangerous as strangers can find the Wi-Fi connection and connect to your personal network. There are a few ways to secure wireless access to your router. SSID Broadcast By default, the SSID (Service Set Identifier) is enabled which advertises the network to any wireless device within range of the router. This means anyone can find the network simply by viewing the Wi-Fi networks available on their device. We can disable the SSID broadcast. 1. Navigate back to the “Basic Wireless Settings” subtab and disable the “SSID Broadcast” for each band. Rename each band’s SSID to your student ID and band frequency. Example: i. 2.4 GHz: SSID = dtrinh_2.4 ii. 5 GHz – 1 = dtrinh_5a iii. 5 GHz – 2 = dtrinh_5b Seneca College School of ITAS Explain what would happen to both the server and printer if we set their IP Configurations to “DHCP”. [1 mark]
CSN105 – Introduction to Computers and Networks Page 11 of 18 Authentication and Encryption Although the SSID is no longer broadcasted to all devices, we can add another layer of security by setting a password to our Wi-Fi connection. This router offers different security protocols for authentication: WEP – Wired Equivalent Privacy WPA / WPA2 – Wireless Protected Access / WPA version 2 Seneca College School of ITAS Screenshot 7.0: SSID Broadcast Configuration [1 mark]
CSN105 – Introduction to Computers and Networks Page 12 of 18 o Personal mode o Enterprise mode WPA is succeeded by WPA2 which is more secure than WPA due to the encryption used by the protocol. There are personal and enterprise modes for each WPA and WPA2. In personal mode, a pre-shared key or passphrase for authentication. In enterprise mode, a RADIUS server is required to manage authentication to the network. In addition to using security protocols for authentication, we want to protect the data being transmitted using encryption. There are 2 types of encryption offered by this router: TKIP – Temporal Key Integrity Protocol AES – Advanced Encryption Standard AES provides more secure encryption than TKIP and is used in both the WPA and WPA2 security protocols. Note that WPA also offers TKIP encryption but WPA2 only offers AES. Consequently, WPA2 provides more security than WPA. 1. Under the “Wireless” and “Wireless Security” subtab, set all the encryption modes to “WPA2 Personal” with AES encryption 2. Assign your student number for each Passphrase Seneca College School of ITAS
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
CSN105 – Introduction to Computers and Networks Page 13 of 18 Guest Network We have secured our wireless network by removing the SSID broadcast and requiring authentication to our network. We have also encrypted our wireless data transmission. Although these settings are sufficient for a typical home network, if you plan on providing internet access to Seneca College School of ITAS Screenshot 7.1: Authentication and Encryption Configuration [1 mark]
CSN105 – Introduction to Computers and Networks Page 14 of 18 your friends but restrict them from accessing your personal network (example: Printer, File Server, etc), we can enable a feature called “Guest Network”. The “Guest Network” allows us to create a “separate” network for our guests where the bands, SSID broadcast, authentication method, and encryption settings can also be configured. Your friends are bringing their laptops to your new house to play the latest game. You want to restrict your friends’ wireless connection to 2.4 GHz. To prevent your friends from knowing about the 5 GHz band, you will disable the SSID broadcast for the 5 GHz band. 1. Add 3 laptops to your network and ensure each laptop is configured with a 2.4 GHz wireless interface card: Use the “PT-LAPTOP-NM-1W” module. You will need to power off the laptop and remove the existing ethernet module before installing the “PT-LAPTOP-NM-1W” module. 2. Use the PC to login into the router. 3. Under the “Wireless” tab and “Guest Network” subtab, enable the guest profiles for each band. 4. Set an appropriate SSID name for each band. 5. Set the appropriate broadcast for each band. 6. Configure the appropriate security mode and encryption for each band. 7. Assign your student number for each Passphrase Seneca College School of ITAS
CSN105 – Introduction to Computers and Networks Page 15 of 18 Seneca College School of ITAS Screenshot 7.2: Guest Network Configuration [1 mark]
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
CSN105 – Introduction to Computers and Networks Page 16 of 18 8. On each laptop, connect to the 2.4 GHz band using the SSID and password you configured for that band. Using the correct SSID and password will allow you to connect to the router. Seneca College School of ITAS
CSN105 – Introduction to Computers and Networks Page 17 of 18 Wireless MAC Filter While gaming with your friends, they all team up against you causing you to lose. You decide to restrict all their access to the internet by filtering out their device from the network. 1. Use the PC to login into the router. 2. Under the “Status” tab and “Local Network” subtab, click on “DHCP Client Table”. 3. Record the MAC address for the last 3 IP addresses. Seneca College School of ITAS
CSN105 – Introduction to Computers and Networks Page 18 of 18 The MAC Address for your laptops may appear different from the screenshot. 4. Navigate back to the “Wireless” tab and “Wireless MAC Filter”. 5. Enable the “Wireless Port” to 2.4G. 6. Enter the MAC addresses of the 3 laptops. Make sure the setting “Prevent PCs listed below from accessing the wireless network” is selected to ensure the laptops are being restricted. After saving the settings, you should notice the laptops are no longer connected to the network. No,they will not be able to connect again to 2.4G, for that I have to give them permission to connect them Seneca College School of ITAS Can the friends reconnect to the 2.4G wireless network? Explain. [1 mark]
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help