7.8 KiB
deep-in-net
Objectives
This project will be divided in 8 exercises where we will introduce you to the Cisco Packet Tracer
, a valuable networking tool. Additionally, as a cloud and DevOps student, you will gain insight into key networking concepts as follows:
-
Discovering and dealing with networking devices
, this is fundamental in order to understand how networks are built and maintained. -
Understanding and using important services and protocols
, this is also critical as they provide the framework for communication and data transfer between devices on a network. -
The OSI Model
is a conceptual framework that describes the different layers of network communication and is an essential concept to master when learning about computer networks. -
Discover some important networking commands in Linux
, knowing them is valuable, as Linux is a widely used operating system in networking and server environments. These commands are used to configure and troubleshoot network settings and interfaces, making them essential tools for network administrators and engineers.
Tips
- It is recommended not to rely on IP Subnet Calculator tools.
- To configure the devices, utilize the command-line interface (CLI) available in the
Cisco Packet Tracer
. - Test connectivity for different protocols using appropriate commands.
- Use command-line debugging techniques to troubleshoot communication issues instead of relying on graphical user interface (GUI) tools.
Networking plays a critical role in various IT specialties, and is particularly essential for cloud and DevOps engineering. Be curious and never stop searching!
Guideline
You must respect the defined netmask and IP address for each network!
Instructions
Cisco Packet Tracer:
The Cisco Packet Tracer is a powerful network simulation tool used for teaching and learning complex networking concepts. It allows users to design, configure, and troubleshoot network setups, without the need for physical networking equipment. The tool can simulate a wide range of network devices, including routers, switches, servers, and endpoints, and enables users to create, configure, and connect network topologies in a virtual environment.
You have to install Cisco Packet Tracer
on your machine or VM:
Take your time to discover it!
You will need it in the audit.
Exercise 1:
In your Cisco PacketTracer
create this network:
PC0
can communicate withPC1
.PC2
can communicate withPC3
.PC4
can communicate withPC5
.
Knowledge:
- What is RJ-45 cable?
- Understand what is the difference between straight through and crossover RJ-45 cables.
Exercise 2:
In your Cisco PacketTracer
create this network:
- All computers connected to the Switch must be connected.
- All computers connected to the Hub must be connected.
Knowledge:
- Understand the function of a
switch
and ahub
, how they operate and their role in networking. - Differentiate between the
switch
and thehub
. - Identify the
OSI model layer
that theswitch
andhub
operate on.
Exercise 3:
In your Cisco PacketTracer
create this network:
- Static IP addresses are mandatory for all servers.
- Services provided by each server should be limited to their designated purpose.
- The
DHCP server
must be responsible for assigning IP addresses to all PCs. - The
HTTPS server
must display a hello message andHTTP
must be disabled.
- You must create a user account with the name "deepinnet" and provide
RWDNL
access on yourFTP server
.
-
Configure the following records in your
DNS server
:- Map "deep-in-net.local" to IP address 192.168.1.99.
- Map "deep-in-net.com" to "deep-in-net.local".
deep-in-net.local > 192.168.1.99
deep-in-net.com > deep-in-net.local
- Ensure that "https://deep-in-net.com" redirects to your
HTTPS server
.
Knowledge:
- Define a
server
and its purpose in networking. - Explain
DHCP
and how it operates in a network. - Define
DNS
and its role in network communication. - Understand the purpose of
HTTP
and how it is used in networking. - Explain
HTTPS
and how it is different fromHTTP
. - Understand the purpose of
FTP
and how it operates in network communication. - Define
TCP
andUDP
communication and differentiate between them. - Identify the
OSI model layer
whereTCP
andUDP
operate. - Define a
port
in networking and its function. - Identify the
port
andOSI model layer
for each protocol used. - Understand the different types of
DNS
records.
Exercise 4:
In your Cisco PacketTracer
create this network:
- Both PCs must communicate with each other.
Knowledge:
- What is a
router
and what is its role? - Differentiate between the switch and the router.
- Identify the
OSI model layer
where arouter
operates. - Understand the term "default gateway".
Exercise 5:
In your Cisco PacketTracer
create this network:
- All devices connected to the same switch must be able to communicate with each other.
- All devices in
subnet 1
can communicate with all devices insubnet 2
. - All devices in
subnet 2
can communicate with all devices insubnet 1
.
Exercise 6:
In your Cisco PacketTracer
create this network:
- The PC in
subnet 1
can communicate with The PC insubnet 2
. - The PC in
subnet 2
can communicate with The PC insubnet 1
.
Knowledge:
- What is a routing table and explain its role in routing network traffic.
Exercise 7:
In your Cisco PacketTracer
create this network:
- All devices connected to the same
switch
must be able to communicate with each other. - All devices in
subnet 1
can communicate with all devices insubnet 2
. - All devices in
subnet 2
can communicate with all devices insubnet 1
.
Exercise 8:
In your Cisco PacketTracer
create this network:
- All devices connected to the same switch must be able to communicate with each other.
- All devices in
subnet 1
can communicate with all devices insubnet 2
. - All devices in
subnet 1
can communicate with all devices insubnet 3
. - All devices in
subnet 2
can communicate with all devices insubnet 1
. - All devices in
subnet 2
can communicate with all devices insubnet 3
. - All devices in
subnet 3
can communicate with all devices insubnet 1
. - All devices in
subnet 3
can communicate with all devices insubnet 2
.
Bonus
If you complete the mandatory part successfully and you still have free time, you can implement anything that you feel deserves to be a bonus.
Challenge yourself!
Submission and audit
You must save your Exercises solutions as "ptk" files, and then push them to your repository.
Your repository must look like this:
user:~/deep-in-net$ ls
ex01.pkt
ex02.pkt
ex03.pkt
ex04.pkt
ex05.pkt
ex06.pkt
ex07.pkt
ex08.pkt
bonus.pkt
user:~/deep-in-net$
In the audit you must answer a group of questions, and recreate a network in the
cisco packet tracer
, be prepared. You must also explain any calculations that you have made without the use of tools! If you fail to do any of this, then your project will be considered a failed project! so take your time to learn and practice.