Simulazione CCNA (solo errori)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

What do Network Protocols define?

The rules and formats for how messages are exchanged between the source and the destination.

2
New cards

What is required for the Remote Management of a Layer 2 switch?

An IP address (assigned to the Switched Virtual Interface - SVI).

3
New cards

What are the two primary criteria for selecting a Network Medium?

  1. The distance the signal can successfully travel; 2. The environment where it will be installed.

4
New cards

Extranet

An extended network that provides secure access to external partners or customers outside the organization.

5
New cards

Intranet

The private, internal network of an organization, accessible only to employees.

6
New cards

The computing model where server software runs on dedicated machines.

Client/Server

7
New cards

Which connectivity protocol uses coaxial cable as the physical medium?

Cable (Cable TV service)

8
New cards

Which high-bandwidth connection runs over the existing copper telephone line?

DSL (Digital Subscriber Line)

9
New cards

Which internet connection is "not suited for heavily wooded areas"?

Satellite (Requires clear line-of-sight)

10
New cards

To which Layer (and protocol) is the Port Number added?

Transport Layer (L4), protocols TCP or UDP.

11
New cards

Which Cisco IOS mode is protected to prevent unauthorized access to configuration commands?

Privileged EXEC mode (protected by the enable password).

12
New cards

Which two Cisco device access interfaces can be secured with passwords?

Console interface (local access) and VTY interface (remote Telnet/SSH access).

13
New cards

During Decapsulation (receiving), what is the first protocol that examines the frame?

Ethernet (Layer 2)

14
New cards

What is the correct order of decapsulation (bottom-up) for receiving a web page?

Ethernet, IP, TCP, HTTP

15
New cards

When a device sends data to a remote network (across a router), the Destination IP is that of…

…the final destination device.

16
New cards

When a device sends data to a remote network (across a router), the Destination MAC is that of…

…the Next-Hop (the router's interface).

17
New cards

Is DSL classified as a narrowband or broadband connection?

Broadband (High bandwidth).

18
New cards

Which layer uses MAC addresses to forward Frames on the local network?

Layer 2 (Data Link)

19
New cards

Which layer uses IP addresses to route Packets between different networks?

Layer 3 (Network)

20
New cards

Which connection type typically has very low bandwidth (max 56 Kbps)?

Dial-up telephone

21
New cards

User EXEC Mode

The first level of access to the CLI after login. Has limited commands (monitoring only). The prompt ends with >.

22
New cards

Privileged EXEC Mode

Accessed with the enable command. Allows advanced monitoring and file management commands (like copy run start). The prompt ends with #.

23
New cards

Global Configuration Mode

Accessed with configure terminal (from Privileged EXEC mode). Changes made here (e.g., hostname) affect the entire device.

24
New cards

Command: copy running-config startup-config

Saves the currently running configuration (in RAM) to the startup configuration (in NVRAM). The new config will load upon reboot.

25
New cards

Command: service password-encryption

Encrypts (using a weak algorithm) all clear-text passwords (e.g., console, VTY) in the configuration file to prevent them from being read with show running-config.

26
New cards

Key: Tab

Completes abbreviated commands or parameters. (E.g., conf t + Tab -> configure terminal)

27
New cards

Key: ?

Provides context-sensitive help (shows available commands or subsequent options).

28
New cards

Key: Ctrl-Shift-6

The "break sequence." Stops executing commands like ping or traceroute.

29
New cards

Key: Up Arrow

Scrolls backward through the history of previously entered commands.

30
New cards

Key: Space Bar

Displays the next screen when the output is long (e.g., show running-config).

31
New cards

Order of Encapsulation (Sending)

Data -> Segment (TCP) -> Packet (IP) -> Frame (Ethernet).

32
New cards

Telnet Sending (1st Step)

Telnet-formatted Data (Application) is provided to the next layer (Transport).

33
New cards

Telnet Sending (2nd Step)

The TCP header is added (creating a Segment).

34
New cards

Telnet Sending (3rd Step)

The IP header is added (creating a Packet/Datagram).

35
New cards

Telnet Sending (4th Step)

The Ethernet header is added (creating a Frame).

36
New cards

IANA (Internet Assigned Numbers Authority)

Organization responsible for IP address allocation and domain name management (DNS).

37
New cards

ISO (International Organization for Standardization)

The largest developer of international standards. Known for the OSI (Open Systems Interconnection) reference model.

38
New cards

ISOC (Internet Society)

Organization that promotes the open development, evolution, and use of the Internet globally.

39
New cards

Packet Destination (IP)

When sending to a remote network, the destination IP is always that of the final host (e.g., HostA).

40
New cards

Frame Destination (MAC)

When sending to a remote network, the destination MAC is that of the default gateway (e.g., RouterB).

41
New cards

RAM (Volatile Memory)

Short-term memory. Contents are lost when the device is powered off. It holds the running-config.

42
New cards

NVRAM (Non-Volatile Memory)

Long-term memory. Retains contents without power. It holds the startup-config.

43
New cards

Running Configuration

The configuration that is actively running on the device, stored in RAM.

44
New cards

SVI (Switched Virtual Interface)

A logical (Layer 3) interface on a Layer 2 switch that allows the switch to be assigned an IP address.

45
New cards

Main purpose of an SVI

To enable remote management of the switch (e.g., via SSH or Telnet).

46
New cards

Default SVI

Interface VLAN 1 (associated with VLAN 1 by default).

47
New cards

IOS Mode Order (Step 1)

User EXEC Mode (Switch>) - The starting point.

48
New cards

IOS Mode Order (Step 2)

Privileged EXEC Mode (Switch#) - Accessed via the enable command.

49
New cards

IOS Mode Order (Step 3)

Global Configuration Mode (Switch(config)#) - Accessed via the configure terminal command.

50
New cards

IOS Mode Order (Step 4 - Final)

Line Configuration Mode (Switch(config-line)#) - Used to configure specific lines (like console 0 or vty).