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.1.7 Packet Tracer – Web and Email

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

Last Updated on March 24, 2018 by Admin

10.2.1.7 Packet Tracer – Web and Email

  • 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 – Web and Email (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.1.7 Packet Tracer – Web and Email
10.2.1.7 Packet Tracer – Web and Email

Objectives

Part 1: Configure and Verify Web Services

Part 2: Configure and Verify Email Services

Background

In this activity, you will configure web and email services using the simulated server in Packet Tracer. You will then configure clients to access the web and email services.

Note: Packet Tracer only simulates the process for configuring these services. Web and email software packages each have their own unique installation and configuration instructions.

Part 1: Configure and Verify Web Services

Step 1: Configure web services on CentralServer and BranchServer.

  1. Click CentralServer and click the Services tab > HTTP.
  2. Click On to enable HTTP and HTTP Secure (HTTPS).
  3. Optional. Personalize the HTML code.
  4. Repeat Step1a – 1c on BranchServer.

Step 2: Verify the web servers by accessing the web pages.

There are many endpoint devices in this network, but for the purposes of this step, use PC3.

  1. Click PC3 and click the Desktop tab > Web Browser.
  2. In the URL box, enter 10.10.10.2 as the IP address and click Go. The CentralServer website displays.
  3. In the URL box, enter 64.100.200.1 as the IP address and click Go. The BranchServer website displays.
  4. In the URL box, enter centralserver.pt.pka and click Go. The CentralServer website displays.
  5. In the URL box, enter branchserver.pt.pka and click Go. The BranchServer website displays.
  6. What protocol is translating the centralserver.pt.pka and branchserver.pt.pka names to IP addresses?

____________________________________________________________________________________

Domain Name Service (DNS)

Part 2: Configure and Verify Email Services on Servers

Step 1: Configure CentralServer to send (SMTP) and receive (POP3) Email.

  1. Click CentralServer, and then select the Services tab followed by the EMAIL button.
  2. Click On to enable the SMTP and POP3.
  3. Set the domain name to centralserver.pt.pka and click Set.
  4. Create a user named central-user with password cisco. Click + to add the user.

Step 2: Configure BranchServer to send (SMTP) and receive (POP3) Email.

  1. Click BranchServer and click the Services tab > EMAIL.
  2. Click On to enable SMTP and POP3.
  3. Set the domain name to branchserver.pt.pka and click Set.
  4. Create a user named branch-user with password cisco. Click + to add the user.

Step 3: Configure PC3 to use the CentralServer email service.

  1. Click PC3 and click the Desktop tab > E Mail.
  2. Enter the following values into their respective fields:
    1. Your Name: Central User
    2. Email Address: central-user@centralserver.pt.pka
    3. Incoming Mail Server: 10.10.10.2
    4. Outgoing Mail Server: 10.10.10.2
    5. User Name: central-user
    6. Password: cisco
  3. Click Save. The Mail Browser window displays.
  4. Click Receive. If everything has been set up correctly on both the client and server, the Mail Browser window displays the Receive Mail Success message confirmation.

Step 4: Configure Sales to use the Email service of BranchServer.

  1. Click Sales and click the Desktop tab > E Mail.
  2. Enter the following values into their respective fields:
    1. Your Name: Branch User
    2. Email Address: branch-user@branchserver.pt.pka
    3. Incoming Mail Server: 172.16.0.3
    4. Outgoing Mail Server: 172.16.0.3
    5. User Name: branch-user
    6. Password: cisco
  3. Click Save. The Mail Browser window displays.
  4. Click Receive. If everything has been set up correctly on both the client and server, the Mail Browser window displays the Receive Mail Success message confirmation.
  5. The activity should be 100% complete. Do not close the Sales configuration window or the Mail Browser window.

Step 5: Send an Email from the Sales client and the PC3 client.

  1. From the Sales Mail Browser window, click Compose.
  2. Enter the following values into their respective fields:
    1. To: central-user@centralserver.pt.pka
    2. Subject: Personalize the subject line.
    3. Email Body: Personalize the email.
  3. Click Send.
  4. Verify that PC3 received the email. Click PC3. If the Mail Browser window is closed, click E Mail.
  5. Click Receive. An email from Sales displays. Double-click the email.
  6. Click Reply, personalize a response, and click Send.
  7. Verify that Sales received the reply.
  • 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: 9.3.1.2 Packet Tracer Simulation – Exploration of TCP and UDP Communications
Next Post: 10.2.2.7 Packet Tracer – DNS and DHCP
  • 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.