Configura Servidores DHCP, DNS, Web y FTP en Cisco Packet Tracer | Guía CCNA 2025
What Are Servers and Their Role in Business?
Introduction to Servers
- The discussion focuses on the importance of servers in the business environment, particularly for those preparing for the CSNA exam.
- Servers are specialized devices that provide services to other devices or users within a network, commonly referred to as clients.
Characteristics of Servers
- Servers typically possess robust computing capabilities, often featuring dual processors with multiple cores.
- They utilize specialized software, ample RAM, high-capacity network cards (10 or 25 GB/s), and extensive storage options.
Types of Operating Systems for Servers
- Common operating systems used include Windows Server and Linux-based systems like Ubuntu Server.
Functions of Servers in Companies
- Key functions include:
- File sharing (file servers)
- Hosting websites (web servers)
- Email management (email servers)
- Domain name resolution (DNS servers)
- User authentication and resource access control (Active Directory).
Classification of Servers
Physical vs. Virtual Servers
- Physical servers can be rack-mounted or tower models from manufacturers like HP Enterprise and Cisco.
- Virtual servers operate within clusters using hypervisors to create virtual machines; they can also exist in public cloud environments.
Public Cloud Providers
- Major public cloud providers include:
- Amazon Web Services (AWS)
- Microsoft Azure
- Google Cloud Platform (GCP), specifically Google Compute Engine.
Demonstration Using Packet Tracer
Setting Up Network Devices
- The demonstration involves configuring a network from scratch using Packet Tracer, starting with a router and switch setup.
Configuration Steps
- A layer 2 switch is introduced for connectivity without configuration; various server types will be added including DHCP, DNS, web server, and FTP server.
Addressing Scheme Setup
- The addressing scheme uses the subnet
10.10.0.0/24, assigning IP addresses sequentially from10.10.10.1onwards for different devices including PCs.
DHCP Server Configuration
DHCP and DNS Configuration Overview
DHCP Server Configuration
- The speaker discusses the configuration of a DHCP server, emphasizing its role in dynamically assigning IP addresses to devices on a network.
- A subnet mask of 255.255.255.0 (slash 24) is set for the network, with a default gateway of 10.10.10.1 specified.
- The speaker mentions disabling unused services within the DHCP configuration to streamline operations.
DNS Setup
- The DNS service is activated, and an 'A' record is created for the domain "www.pedrolinocaser.com," pointing to the web server's IP address (10.10.10.4).
- This setup allows users to access services more easily by translating domain names into IP addresses.
Web Server Configuration
- The web server is assigned an IP address of 10.10.10.4, with HTTP service enabled.
- Modifications are made to the
index.htmlfile, changing its content and size while personalizing it with the speaker's name.
FTP Server Setup
- An FTP server is configured with an IP address of 10.10.10.5 and user credentials established (username: Pedro; password: Cisco13).
- Permissions for this user include read, write, delete, rename, and list capabilities.
Router Configuration and Testing
- The router's global configuration mode is accessed to set up interface settings including enabling Gigabit Ethernet interface G0/0.
- Commands are executed from a machine to test FTP connectivity using previously defined credentials.
Validation Tests
- The desktop machine’s IP configuration confirms that it receives an appropriate address via DHCP (expected: 10.10.10.x).
- A successful ping test verifies that DNS resolution works correctly by responding from the expected web server IP (10.10.104).
Final Checks and Summary
- Accessing "www.pedrolinocaser.com" displays the modified webpage confirming successful HTTP service operation.
- An FTP command tests file transfer capabilities between devices; successful authentication indicates proper setup.
Conclusion on Services Utilized
- The video summarizes key services discussed: DHCP for dynamic addressing, DNS for name resolution, HTTP for web access, and FTP for file transfers—highlighting their interconnectivity in network management processes.