Networks Basics
Networks Basics
The goal of this course is to provide the learner with an engaging, exploratory
view of networks, including the internet.
Upon completion of the Networking Basics course, students will be able to
perform the following tasks:
Networks Basics 1
sources
https://www.netacad.com/courses/getting-started-cisco-packet-tracer?
courseLang=en-US
Select, delete, inspect, label, and group components within your network
Real time mode ⇒ the real time in the network as things are happening.
stimulation mode ⇒ allows you to add packets and watch them as they travel
across the network.
Physical
Networks Basics 2
Physical Tab
Config
Config Tab
Networks Basics 3
you to learn the CLI commands
and the Cisco Internetwork
Operating System (IOS) while you
are using the Config tab.
CLI
CLI Tab
The CLI tab provides access to the
command line interface of a Cisco
device. Using the CLI tab requires
knowledge of device configuration
with IOS ( Internetwork Operating
System ). Here, you can practice
configuring Cisco devices at the
command line. CLI configuration is
a necessary skill for more
advanced networking
implementations.
Desktop
Networks Basics 4
Desktop Tab
Services
Services Tab
A server has all of the functions of a host
with the addition of one more tab, the
Services tab. This tab allows a server to be
configured with common server processes
such as HTTP, DHCP, DNS, or other
services, as shown in the figure.
There are two way to look at a network in Packet Tracer. Logical mode shows you
how devices are connected in the network. Physical mode shows you where the
devices are located in the network.
Networks Basics 5
Notes From CTP labs:
PCs and laptops can also be connected to networking devices using a console
cable or a USB cable. This connection provides management access.
Management access is used to view and change device configurations.
PCs and laptops can also be connected to networking devices using a console
cable or a USB cable. This connection provides management access.
Management access is used to view and change device configurations.
You have connected Laptop_1 to Backup_Router via a USB console cable. With
the USB console connected, you will access the command line interface (CLI)
of Backup_Router via terminal software and configure a hostname.
Questions:
1. Besides Ethernet and the console cables, what are other ways to connect
devices?
Networks Basics 6
2. What is the difference between the wiring closet Rack, Table, and Shelf?
Logical mode provides a high level view of our network topology, and
ignores any of the physical aspects of the network. Physical mode
takes accounts of the physical scale and placement of the devices in
the network.
PT file Types:
Packet Tracer has the ability to create four different types of files. These file types
are used for different purposes and include: .pka, .pkt, .pksz, and .pkz.
The .pkt file type is created when a simulated network is built in Packet Tracer
and saved. The .pkt file can also have graphic background images embedded
within it. However, .pkt files have no instructions window or activity scoring.
Networks Basics 7
the .pksz File Type
The .pksz file type is specific to Packet Tracer Tutored Activities (PTTA).
These files bundle a .pka file, media assets, and a scripting file for the hinting
system. These activities provide support, in the form of contextualized hints,
for students who are working on completing the activity.
You will see Save As PKZ... in the File menu. This file type was previously used
to embed images and other files in a Packet Tracer file. However, images are
now embedded directly within a regular .pkt or .pka file by default. Therefore,
consider .pkz as a deprecated file type.
There are two types of assessment items that take advantage of Packet
Tracer. These include Packet Tracer Media Objects (PTMO) and Packet Tracer
Skills Assessments (PTSA). PTMOs can be either a .pkt or .pka file. A PTMO
will show up inline with a question on your quiz, module exam, or some other
type of graded assessment. You launch the .pkt or .pka file directly from inside
the assessment. Typically, you configure the network or investigate the
topology, and then answer a multiple choice assessment question or
questions.
You can encounter PTSAs at a mid-point in a course or at the end of the
course. PTSAs are summative skill assessments in which you demonstrate
your skill by implementing the technologies that you have learned. PTSAs are
standalone assessments, have their own grading engine, and the results are
recorded in a course gradebook, if there is one. After completing a PTSA, you
receive item level feedback for each graded component.
PT Connection Types
Networks Basics 8
i’ll explain the types and names of the cables (connections) in order:
2. console cable :
4. copper cross-over :
6. Phone Line :
Networks Basics 9
Scenario: Simulates older PSTN connections.
7. Coaxial Cable:
Scenario: Used to simulate WAN links in lab environments, with the DCE
end providing the clock rate.
9. Octal:
Internet Protocol(IP address) is a set of rules for routing and addressing data
on the internet. The IP addresses are used to identify the devices on a
network and allow the devices to connect and transfer data on a network.
DHCP stands for dynamic host configuration protocol. This protocol assigns IP
addresses to devices dynamically.
Networks Basics 10
The subnet mask is used to differentiate the host and the network ID portion of
the IP address.
You can relate the IP address to your street address. The subnet mask
defines the length of the street name. The network part of the address is
your street, 192.168.0. The house number is the host port of the IP
address. For the IP address 192.168.0.2, the house number is 2 and the
street is 192.168.0. If there is more than one house on the same street, for
example, house number 3, will have an address 192.168.0.3. The maximum
number of houses on this street is 253, ranging from 2 to 254.
The default gateway is analogous to the street intersection. The traffic from
the 192.168.0 street has to exit through the intersection to another street.
Another street is another network. In this network, default gateway is the
wireless router that directs the traffic from the local network to the cable
modem, and the traffic is then sent to the ISP.
Networks Basics 11