Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

10.2.3.3 Packet Tracer – FTP

Posted on March 13, 2018March 24, 2018 By Admin

Last Updated on March 24, 2018 by Admin

10.2.3.3 Packet Tracer – FTP

  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.1 Version 6.0 Online Assessment
Chapter 10 Exam Chapter 10 Exam Chapter 10 Exam Online Test
Next Chapter
Chapter 11 Exam Chapter 11 Exam Chapter 11 Exam Online Test
Lab Activities
 10.2.1.7 Packet Tracer – Web and Email
 10.2.2.7 Packet Tracer – DNS and DHCP
 10.2.3.3 Packet Tracer – FTP
 10.3.1.2 Packet Tracer – Explore a Network
 10.3.1.3 Packet Tracer Multiuser – Tutorial – Client Side
 10.3.1.4 Packet Tracer Multiuser – Implement Services – Client Side

Packet Tracer – FTP Servers (Answer Version – Optional Packet Tracer)

Answer Note: Red font color or gray highlights indicate text that appears in the Answer copy only. Optional activities are designed to enhance understanding and/or to provide additional practice.

Topology

10.2.3.3 Packet Tracer – FTP
10.2.3.3 Packet Tracer – FTP

Objectives

Part 1: Configure FTP Services on Servers

Part 2: Upload a File to the FTP Server

Part 3: Download a File from the FTP Server

Background

In this activity, you will configure FTP services. You will then use the FTP services to transfer files between clients and the server.

Note: Packet Tracer only simulates the process for configuring these services. FTP server and client software packages each have their own unique installation and configuration instructions. The first time you attempt to connect to a web address, Packet Tracer takes several seconds to simulate the DNS name resolution process.

Part 1: Configure FTP Services on Servers

Step 1: Configure the FTP service on CentralServer.

  1. Click CentralServer > Services tab > FTP.
  2. Click On to enable FTP service.
  3. In User Setup, create the following user accounts. Click Add to add the account:
    Username Password Permissions
    anonymous anonymous limited to Read and List
    administrator cisco full permission
  4. Configure the FTP service on BranchServer.Click the default cisco user account and click Remove to delete it. Close the CentralServer configuration window.

 

Step 2: Configure the FTP service on BranchServer.

Repeat Step 1 on BranchServer.

Part 2: Upload a File to the FTP Server

Step 1: Transfer the README.txt file from the home laptop to CentralServer.

As network administrator, you must place a notice on the FTP servers. The document has been created on the home laptop and must be uploaded to the FTP servers.

  1. Click Home Laptop and click the Desktop tab > Text Editor.
  2. Open the README.txt file and review it. Close the Text Editor when done.
    • Note: Do not change the file because this affects scoring.
  3. In the Desktop tab, open the Command Prompt window and perform the following steps:
    1. Type ftp centralserver.pt.pka. Wait several seconds while the client connects.
      • Note: Because Packet Tracer is a simulation, it can take up to 30 seconds for FTP to connect the first time.
    2. The server prompts for a username and password. Use the credentials for the administrator account.
    3. The prompt changes to ftp>. List the contents of the directory by typing dir. The file directory on CentralServer displays.
    4. Transfer the README.txt file: at the ftp> prompt, type put README.txt. The README.txt file is transferred from the home laptop to CentralServer.
    5. Verify the transfer of the file by typing dir. The README.txt file is now listed in the file directory.
    6. Close the FTP client by typing quit. The prompt will return to PC>.

Step 2: Transfer the README.txt file from the home laptop to BranchServer.

  1. Repeat Step 1c to transfer the README.txt file to branchserver.pt.pka.
  2. Close the Command Prompt and Home Laptop windows, respectively.

Part 3: Download a File from the FTP Server

Step 1: Transfer README.txt from CentralServer to PC2.

  1. Click PC2 and click the Desktop tab > Command Prompt.
    1. Type ftp centralserver.pt.pka.
    2. The server prompts for a username and password. Use the credentials for the anonymous account.
    3. The prompt changes to ftp>. List the contents of the directory by typing dir. The README.txt file is listed at the top of the directory list.
    4. Download the README.txt file: at the ftp> prompt, type get README.txt. The README.txt file is transferred to PC2.
    5. Verify that the anonymous account does not have the permission to write files to CentralServer by typing put sampleFile.txt. The following error message displays:
      • Writing file sampleFile.txt to centralserver.pt.pka:
      • File transfer in progress...
      • %Error ftp://centralserver.pt.pka/sampleFile.txt (No such file or directory Or Permission denied)
      • 550-Requested action not taken. permission denied).
    6. Close the FTP client by typing quit. The prompt returns to the PC> prompt.
    7. Verify the transfer of the file to PC2 by typing dir. README.txt is listed in the directory.
    8. Close the command line window.
  2. In the Desktop tab, open the Text Editor and then the README.txt file to verify the integrity of the file.
  3. Close the Text Editor and then the PC2 configuration window.

Step 2: Transfer the README.txt file from BranchServer to the Smart Phone.

Repeat Step 1 for Smart Phone, except download the README.txt file from branchserver.pt.pka.

  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.1 Version 6.0 Online Assessment
Chapter 10 Exam Chapter 10 Exam Chapter 10 Exam Online Test
Next Chapter
Chapter 11 Exam Chapter 11 Exam Chapter 11 Exam Online Test
Lab Activities
 10.2.1.7 Packet Tracer – Web and Email
 10.2.2.7 Packet Tracer – DNS and DHCP
 10.2.3.3 Packet Tracer – FTP
 10.3.1.2 Packet Tracer – Explore a Network
 10.3.1.3 Packet Tracer Multiuser – Tutorial – Client Side
 10.3.1.4 Packet Tracer Multiuser – Implement Services – Client Side
Uncategorized

Post navigation

Previous Post: 10.2.2.7 Packet Tracer – DNS and DHCP
Next Post: 10.3.1.2 Packet Tracer – Explore a Network
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.