Lesson 2 — CCNA module 1-7 Flashcards
What are end devices?
An end device is either the source or destination of a message transmitted over the network. Each end device on a network has an address.
What is an intermediary device?
Intermediary devices connect the individual end devices to the network. These intermediary devices provide connectivity and ensure that data flows across the network.
What is a Network Media?
The physical or wireless channels used to transmit data between devices, encompassing things like cables, wires, and radio waves
What are the 3 access methods?
Console, Secure Shell (SSH), and Telnet
What is a console?
A physical management port used to access a device in order to provide maintenance, such as performing the initial configurations.
What is a Secure Shell?
Establishes a secure remote CLI connection to a device, through a virtual interface, over a network.
What is a Telnet?
Establishes an insecure remote CLI connection to a device over the network.
What is the User EXEC Mode used for?
It allows access to only a limited number of basic monitoring commands
What is the privileged EXEC mode used for?
It allows access to all commands and features
What is the Global configuration mode used for?
Used to access configuration options on the device
What is the Line Configuration Mode used for?
Used to configure console, SSH, Telnet or AUX access
What is the Interface Configuration Mode used for?
Used to configure a switch port or router interface
What is the primary use of IP addresses?
IP addresses enable devices to locate one another and establish end-to-end communication on the internet.
What is the structure of an IPv4 address called?
Dotted decimal notation.
How is an IPv4 address represented in dotted decimal notation?
As four decimal numbers between 0 and 255, separated by dots.
What is an IPv4 subnet mask?
A 32-bit value that separates the network portion from the host portion of an IPv4 address.
What role does the subnet mask play in networking?
It determines to which subnet a device belongs when combined with the IPv4 address.
What is the default gateway in a network?
The IP address of the router that a host uses to access remote networks, including the internet.
How long is an IPv6 address?
128 bits.
How are IPv6 addresses written?
As a string of 32 hexadecimal values, with every 4 bits represented by one hexadecimal digit.
How are groups of digits separated in an IPv6 address?
Groups of four hexadecimal digits are separated by colons (:).
Are IPv6 addresses case-sensitive?
No, IPv6 addresses are not case-sensitive and can be written in either lowercase or uppercase.
What is a protocol?
A network protocol defines a common set of rules
Where can network protocols can be implemented?
Software, Hardware or both