0% found this document useful (0 votes)
9 views2 pages

TCP/IP Model and Network Configuration Guide

The document outlines questions and answers related to Internet technology and server configuration, covering topics such as the TCP/IP model, network management, IPv4 vs. IPv6, LiFi technology, and WiFi standards. It also includes steps for configuring DHCP servers, setting up web servers, securing FTP servers, and implementing file-sharing services. Each section provides specific functions, comparisons, and methods relevant to network and server management.

Uploaded by

dongmoyann28
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)
9 views2 pages

TCP/IP Model and Network Configuration Guide

The document outlines questions and answers related to Internet technology and server configuration, covering topics such as the TCP/IP model, network management, IPv4 vs. IPv6, LiFi technology, and WiFi standards. It also includes steps for configuring DHCP servers, setting up web servers, securing FTP servers, and implementing file-sharing services. Each section provides specific functions, comparisons, and methods relevant to network and server management.

Uploaded by

dongmoyann28
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

PART I: Internet Technology (10 marks)

(Answer all questions)

1. Describe the four layers of the TCP/IP model and give one function of each layer.
(2 marks)
o Application Layer: Interfaces with user applications (e.g., HTTP, FTP).
o Transport Layer: Manages end-to-end communication and reliability (e.g., TCP,
UDP).
o Internet Layer: Routes packets across networks (e.g., IP).
o Network Access Layer: Handles physical transmission of data (e.g., Ethernet,
WiFi).
(0.5 mark per layer + function)
2. Define the term “supervision elements” in network management and give two
examples.
(1 mark)
o Supervision elements are tools or functions used to monitor and manage a
network’s performance, security, and availability.
o Examples: SNMP (Simple Network Management Protocol), Syslog.
(0.5 for definition, 0.25 per correct example)
3. Compare IPv4 and IPv6 in terms of address length, configuration, and security.
(2 marks)
o IPv4: 32-bit address, manual or DHCP config, limited built-in security.
o IPv6: 128-bit address, auto-configuration (stateless), built-in IPsec support.
(1 mark per correct comparison point)
4. What is LiFi technology and how does it differ from WiFi?
(1 mark)
o LiFi uses light waves (LEDs) for data transmission, whereas WiFi uses radio
waves.
(0.5 mark for defining LiFi, 0.5 for comparison)
5. Mention two features that distinguish 802.11ac from previous WiFi versions.
(2 marks)
o Higher data rates (up to 1 Gbps).
o Operates on 5 GHz band.
(1 mark per valid feature)
6. List and briefly describe two types of IPv6 addresses.
(2 marks)
o Unicast: Identifies a single interface for one-to-one communication.
o Multicast: Identifies a group of interfaces for one-to-many communication.
(1 mark per correct address type + description)

PART II: Server and Services Configuration (10 marks)

(Answer any two questions)


7. Steps to configure a DHCP server in a LAN (5 marks)
o Install DHCP role.
o Define scope (IP range, subnet mask, gateway).
o Set lease duration.
o Authorize server in Active Directory (Windows).
o Activate scope and test client IP allocation.
(1 mark per correct step)
8. Setting up a basic web server using Apache or Nginx (Linux) (5 marks)
o Install Apache/Nginx via package manager (e.g., apt install apache2).
o Start and enable the service (systemctl start apache2, systemctl enable
apache2).
o Place HTML files in the default web directory (/var/www/html).
o Configure firewall to allow HTTP traffic (ufw allow http).
o Test by browsing server IP.
(1 mark per step)
9. Securing an FTP server (5 marks)
o Use user authentication (e.g., create restricted user accounts).
o Use FTPS or SFTP for encryption.
o Configure vsftpd or OpenSSH for secure access.
o Restrict access using firewall rules.
o Enable logging and monitoring.
(1 mark per method/tool mentioned)
10. File-sharing service using Windows Server (5 marks)

 Install File Server role.


 Create shared folders.
 Set NTFS and share permissions.
 Use Group Policy for folder redirection.
 Test and document shared access.
(1 mark per step)

Common questions

Powered by AI

Supervision elements such as SNMP (Simple Network Management Protocol) and Syslog enhance network management by providing tools to monitor and manage network performance, security, and availability. SNMP allows for the collection and organization of information about managed devices on IP networks, enabling administrators to modify device behavior. Syslog enables the real-time monitoring and logging of network activity, which is crucial for identifying issues, auditing, and ensuring compliance with security policies . These tools are essential for maintaining network performance and security, as they enable proactive management and swift response to anomalies.

The TCP/IP model supports diverse networking needs by providing a structured framework for data communication. The Application Layer interfaces with user applications, allowing for diverse protocols like HTTP and FTP. The Transport Layer manages end-to-end communication and reliability, using protocols such as TCP and UDP. The Internet Layer handles routing of packets across networks using IP. Lastly, the Network Access Layer manages the physical transmission of data using technologies like Ethernet and WiFi . Each layer simplifies the integration and function of network technologies, enabling robust and flexible communication systems.

IPv4 uses 32-bit addresses, which limits the number of unique addresses, requiring manual configuration or DHCP and providing limited built-in security features. IPv6 uses 128-bit addresses, vastly expanding address capacity, supports stateless auto-configuration, and includes built-in IPsec support for enhanced security . These differences impact network operations by offering IPv6 networks increased scalability, simplified configuration, and improved security protocols.

IPv6 addresses seek to address challenges posed by IPv4, such as address exhaustion, manual configuration complexity, and limited security features. IPv6's 128-bit addressing vastly increases the number of possible addresses, resolving address exhaustion. It supports stateless auto-configuration, allowing devices to configure themselves automatically on network attachment, simplifying management. Moreover, IPv6 includes IPsec support, enhancing security capabilities . These features help ensure scalability, ease of management, and robust security in modern networks, addressing infrastructure limitations encountered with IPv4.

802.11ac WiFi standard offers higher data rates, up to 1 Gbps, and operates primarily on the 5 GHz band . These features improve networking capabilities by providing faster data transfer speeds and reducing interference, as the 5 GHz band is less crowded compared to the 2.4 GHz band used by older WiFi standards. This enables more reliable and higher quality connections, especially in environments with multiple devices.

Setting up a basic web server on Linux using Apache involves the following steps: installing Apache through a package manager (ensures software is up-to-date and properly managed), starting and enabling the service (ensures the server runs continuously even after reboots), placing HTML files in the default web directory (/var/www/html for simple management), configuring the firewall to allow HTTP traffic (crucial for security and accessibility), and testing by browsing the server IP . Each step is important for ensuring the server is secure, accessible, and functions correctly to serve web content to users.

Setting up a secure FTP server involves user authentication, using protocols like FTPS or SFTP for encryption, configuring vsftpd or OpenSSH for access, managing access with firewall rules, and enabling logging and monitoring . Security is critical in this context to protect sensitive data during transmission, prevent unauthorized access, and ensure data integrity and confidentiality. Without security measures, data transfer might be vulnerable to interception and unauthorized modification.

LiFi uses light waves, specifically LEDs, for data transmission, which requires line-of-sight and can provide high-speed data transmission in areas where radio wave transmission might interfere with existing communications. WiFi, on the other hand, uses radio waves, which do not require line-of-sight and can cover larger areas but are more susceptible to interference from other devices operating on similar frequencies . LiFi's advantages include higher speeds and better security, as light does not penetrate walls, while its disadvantages are its limited range and need for line-of-sight. WiFi is more versatile in terms of range and application but can suffer from congestion and interference.

The TCP/IP model facilitates communication across different networks by dividing tasks into distinct layers that manage different aspects of data transmission. The Application Layer interfaces with user applications, defining protocols that resolve specific data formats and services. The Transport Layer ensures reliable communication using protocols like TCP and UDP. The Internet Layer provides routing functionalities, enabling packet exchange between networks using IP. The Network Access Layer handles data encapsulation and physical transmission using protocols like Ethernet and WiFi . These layers work together to ensure data is correctly encapsulated, transmitted, routed, and handled at the destination, allowing for seamless communication despite network differences.

Configuring a DHCP server within a LAN is significant because it automates the IP address assignment process, ensuring that devices can connect to the network without manual configuration. This involves installing the DHCP role, defining the IP scope, setting lease durations, authorizing the server in Active Directory, and testing client IP allocations . DHCP simplifies network management by reducing configuration errors and administrative workload while ensuring each device has a valid and unique IP address, facilitating seamless connectivity and communication.

You might also like