CISCO Exam 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/72

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:38 PM on 9/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

73 Terms

1
New cards

Define Internet

The Internet is a global mesh of interconnected computer networks that communicates using the standardized Internet Protocol Suite (TCP/IP) to link billions of devices worldwide. It is a "network of networks" consisting of private, public, academic, business, and government networks.

2
New cards

Who owns the Internet?

No single person, company, or government owns the Internet

3
New cards

How do we ensure effective communication across the Internet?

We ensure effective communication by adhering to standardized network protocols (such as TCP/IP). These rules govern how data is formatted, addressed, transmitted, routed, and received, ensuring that diverse hardware and software platforms can seamlessly interact.

4
New cards

How large/small can a network be?

As small as a Personal Area Network connecting a single user's devices via Bluetooth to as large as the Internet

5
New cards

Client

A computer or software application that requests services, data, or resources from a server.

6
New cards

Server

A computer or system that provides resources, data, services, or programs to other computers (clients) over a network.

7
New cards

Host

Any device connected to a network that has a unique IP address and can send or receive traffic.

8
New cards

Peer-to-Peer Network

A decentralized network architecture where every computer (peer) can act as both a client and a server, sharing resources directly without a centralized server.

9
New cards

Medium

The physical channel, pathway, or material (copper, fiber-optic, or wireless signals) used to transmit data signals between devices.

10
New cards

Topology Diagram

A visual map or schematic that illustrates the structure and layout of a network's connections and devices.

11
New cards

NIC (Network Interface Card)

The hardware component (circuit board or chip) that physically connects a device to a network medium.

12
New cards

Physical Port

A specialized physical receptacle on a networking device where a cable or connector plugs in.

13
New cards

Interface

A specialized port on a networking device (like a router) that connects to an individual network and often possesses specific IP configuration properties.

14
New cards

Convergence

The integration of data, voice, and video traffic over a single, shared network infrastructure using a unified set of protocols.

15
New cards

Network Architecture

The structural design and framework of a communication network, including its physical configuration, functional organization, and operational protocols.

16
New cards

Network Bandwidth

The maximum capacity of a network link to transmit data over a specific period, typically measured in bits per second (bps).

17
New cards

Cloud Computing

The on-demand delivery of computing services (servers, storage, databases, networking, software) over the Internet on a pay-as-you-go basis.

18
New cards

Data Center

A dedicated physical facility used by organizations to house their critical applications, data, and enterprise-grade computing hardware.

19
New cards

Powerline Networking

A technology that utilizes existing residential electrical wiring to transmit network data signals between rooms without running dedicated Ethernet cables.

20
New cards

What is the benefit of convergence

The primary benefit of convergence is cost efficiency and simplified management.

21
New cards

List some tasks performed by intermediary devices

Regenerating, Maintaining information, Notifying, Directing data, Classifying, Permitting or denying traffic

22
New cards

Give examples of end devices and intermediary devices

  • End Devices: PC, Laptop, Smartphone, IP Phone, Network Printer, Smart TV.

  • Intermediary Devices: LAN Switch, Router, Multilayer Switch, Wireless Access Point (WAP), Firewall.


23
New cards

List the 3 general types of network media

Copper, Fiber, Wireless

24
New cards

Know the criteria for choosing a type of network media

The maximum distance the media can successfully carry a signal

The environment in which the media is to be installed (e.g., electromagnetic interference)

The amount of data and the speed at which it must be transmitted (Bandwidth).

The cost of the media, connectors, and installation.

25
New cards

Differentiate between an intranet and an extranet

Intranet: Exclusive internal employees only

Extranet: Authorized external partners, suppliers, or clients

26
New cards

List and explain the four basic characteristics of network architecture

Fault Tolerance: The network can limit the impact of a failure by using redundant paths so communication continues seamlessly if a link drops.

Scalability: The network can expand quickly to support new users and applications without degrading the performance of existing users

Quality of Service (QoS): The network can prioritize specific types of traffic (like live video or voice calls) over less time-sensitive data (like email) to prevent lag

Security: Protects network assets and transmitted data from unauthorized access, modification, or theft

27
New cards

Give advantages of both circuit-switched and packet-switched networks

Circuit-Switched (Advantage): Provides a dedicated, constant path with guaranteed bandwidth and zero delay variation (ideal for traditional telephone calls)

Packet-Switched (Advantage): Highly efficient use of bandwidth because multiple users can share the same communication paths simultaneously; resilient if paths go down

28
New cards

List and define the 4 primary types of clouds

Public Cloud: Cloud services offered over the public internet to anyone who wants to purchase them

Private Cloud: Cloud infrastructure operated solely for a single organization, hosted either internally or externally

Hybrid Cloud: A composition of two or more clouds (private and public) that remain unique entities but are bound together

Community Cloud: Cloud infrastructure shared by several organizations with common concerns (e.g., compliance, security requirements)

29
New cards

Do companies typically build their own data centers or do they use commercial data centers?

Most small-to-medium companies use commercial data centers or cloud providers due to the immense cost of construction, maintenance, and power infrastructure.

30
New cards

Identify some of the most common external security threats to networks

Viruses, worms, and Trojan horses

Spyware and adware

Zero-day attacks (attacks occurring on the first day a vulnerability is known)

Threat actor attacks (hacker intrusions)

Denial of Service (DoS) attacks

Data interception and theft

31
New cards

List methods used to connect homes/businesses to the Internet

Home Connections: DSL (Digital Subscriber Line), Cable (Coaxial), Fiber-to-the-Home (FTTH), Cellular (4G/5G), Satellite

Business Connections: Dedicated Leased Lines (T1/E1, T3/E3), Business DSL, Metro Ethernet, Satellite

32
New cards

RAM (Random Access Memory)

Volatile memory. It stores the running-config, routing tables, ARP tables, and packet buffers. Data is lost when power is turned off

33
New cards

NVRAM (Non-Volatile RAM)

Non-volatile memory. It stores the startup-config. Data is saved when the device reboots

34
New cards

Flash Memory

Non-volatile memory. It stores the Cisco IOS operating system image file

35
New cards

ROM (Read-Only Memory)

Non-volatile memory. It stores the bootstrap code used to boot the router or switch

36
New cards

Startup-config vs. Running-config

The running-config is currently executing in active RAM, meaning any changes happen immediately but disappear on reboot. The startup-config is the backup configuration saved in NVRAM that loads when the device boots up

37
New cards

CLI Access & Ports

Console Port: Used for out-of-band management. It provides physical, local access using a rollover cable, usually during initial configuration or when network access is down.

VTY Lines (Telnet/SSH): Used for in-band management. It allows remote access across a local network or the internet.

Auxiliary (AUX) Port: Used for remote out-of-band management over a dial-up telephone modem (rarely used today).

38
New cards

Mode Hierarchy & Identification

User EXEC Mode: Prompts with Router>. It allows basic monitoring and limited view-only commands.

Privileged EXEC Mode (Enable Mode): Prompts with Router#. It allows full viewing of configurations, debugging, and file management.

Global Configuration Mode: Prompts with Router(config)#. It allows changes that affect the entire device.

Specific Configuration Submodes: Prompts like Router(config-if)# (Interface mode) or Router(config-line)# (Line mode). They change specific components.

39
New cards

What is DHCP

DHCP (Dynamic Host Configuration Protocol) is a network protocol used to automatically assign IP addresses, subnet masks, default gateways, and DNS server settings to client devices when they connect to a network

40
New cards

Is CISCO case sensitive?

No CISCO is not case sensitive

41
New cards

What are the 3 elements common to all communication methods

Sender, Receiver, Channel/medium

42
New cards

What is encoding

Converting information into a format suitable for transmission

43
New cards

What is decoding

Converting received information back into a form the destination can understand

44
New cards

What is encapsulation

Adding protocol information, such as headers, to data as it moves down through network layers

45
New cards

What is de-encapsulation

Removing protocol information as data moves up through network layers at the destination

46
New cards

Why are messages broken into segments before traveling across a network

Segmentation makes data easier to transmit, allows multiple users to share the network, and allows pieces of data to be managed independently

47
New cards

What is unicast

One sender → one receiver

48
New cards

What is multicast

One sender → a specific group of receivers

49
New cards

What is broadcast

One sender → all devices on the local broadcast domain/network

50
New cards

What is a protocol

A set of rules that determines how devices communicate

51
New cards

What is a protocol suite

A group of related protocols that work together to provide network communication

52
New cards

What is proprietary

Technology controlled by a particular company or organization rather than being an open standard.

53
New cards

What is an open standard

A publicly available standard that allows products from different manufacturers to work together

54
New cards

What is segmentation

Breaking a large message into smaller pieces for transmission

55
New cards

What is multiplexing

Combining multiple communications so they can share the same network connection

56
New cards

What are the 7 layers of the OSI model

Application, Presentation, Session, Transport, Network, Data Link, Physical

57
New cards

What are the 4 layers of the TCP/IP model

Application, Transport, Internet, Network Access

58
New cards

What is the PDU at the Application/Presentation/Session layers

Data

59
New cards

What is the PDU at the Transport layer

Segment for TCP; datagram for UDP

60
New cards

What is the PDU at the Network layer

Packet

61
New cards

What is the PDU at the Data Link layer

Frame

62
New cards

What is the PDU at the Physical layer

Bits

63
New cards

Why do we use layered models when studying networking

They break complicated networking processes into smaller, easier-to-understand sections and provide common standards for communication

64
New cards

What are advantages of segmentation

It makes data easier to manage, allows multiple conversations to share the network, improves efficiency, and can reduce the effect of errors

65
New cards

What is a disadvantage of segmentation

It creates additional overhead because each segment needs headers and the pieces may need to be reassembled

66
New cards

What is an IP address

A logical address used to identify a device/interface and its location on a network

67
New cards

What is a MAC address

A physical/data-link address used to identify a network interface on a local network

68
New cards

How many IP addresses are placed on a packet traveling over the Internet

Two: a source IP address and a destination IP address

69
New cards

How many MAC addresses are placed on a frame

Two: a source MAC address and a destination MAC address

70
New cards

Which addresses change as data travels through a remote network

MAC addresses change at each router hop. The source and destination IP addresses generally remain the same end-to-end, although NAT can modify IP addressing

71
New cards

What are the two parts of an IP address

The network portion and the host portion

72
New cards

What does ARP do

Address Resolution Protocol maps an IPv4 address to the corresponding MAC address on a local network

73
New cards

What is a proxy ARP

A router responds to an ARP request on behalf of another device, allowing the requesting device to communicate with a destination through the router