Module 2: Basic Switch and End Device Configuration Flashcards

(2.4, 2.5 onvolledig)

1
Q

Wat zijn de lagen van een operating system van binnen naar buiten

A

hardware->kernel->shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

wat doet de shell

A

verwerkt requests van gebruikers door een GUI of CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

wat doet de kernel

A

Communicates between the
hardware and software of a computer
and manages how hardware
resources are used to meet software
requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

wat doet de hardware

A

fysieke componenten van een computer (vb. CPU, memory, disk drives)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Console

A

fysieke management port: nodig voor onderhoud zoals configureren

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SSH(Secure Shell)

A

Legt een veilige externe CLI-verbinding met een apparaat tot stand via een virtuele interface over een netwerk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Telnet

A

Legt een onveilige externe CLI-verbinding met een apparaat tot stand over het netwerk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

waarvoor worden termimal emulation programs gebruikt

A

om te verbinden met een netwerk dmv console port, ssh, telnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

welke privileges heeft user EXEC Mode

A
  • Allows access to only a limited
    number of basic monitoring
    commands
  • Identified by the CLI prompt
    that ends with the > symbol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

welke privileges heeft Privileged EXEC Mode

A
  • Allows access to all
    commands and features
  • Identified by the CLI prompt
    that ends with the # symbol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Global Configuration Mode:
Line Configuration Mode:
Interface Configuration Mode:

A
  • Used to access
    configuration options on the
    device
  • Used to configure console,
    SSH, Telnet or AUX access
  • Used to configure a switch
    port or router interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The first configuration command on any device should be to give it a unique hostname. What are the guidelines for naming devices?

A
  • Start with a letter
  • Contain no spaces
  • End with a letter or digit
  • Use only letters, digits, and dashes
  • Be less than 64 characters in length
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Password guidelines

A
  • Use passwords that are more than 8
    characters in length.
  • Use a combination of UPPER and lowercase
    letters, numbers, special characters, and/or
    numeric sequences.
  • Avoid using the same password for all devices.
  • Do not use common words because they are
    easily guessed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to secure user EXEC mode access:

A
  • First enter line console configuration mode using the “line console 0” command in global
    configuration mode.
  • Next, specify the user EXEC mode password using the “password” password command.
  • Finally, enable user EXEC access using
    the “login” command
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to secure Privileged EXEC mode access

A
  • First enter global configuration mode.
  • Next, use the enable secret password command.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

where is startup config stored

17
Q

where is running config stored

A

RAM(is volaltile)

18
Q

wat is de belangrijkste manier om apparaten in staat te stellen elkaar te vinden en end-to-end communicatie op het internet tot stand te brengen.

A

IP adressen gebruiken

18
Q

wat is de structuur van IPv4

A

dotted decimal notation: 4 decimale nummers tussen 0 en 255. Bijv. 255.255.255.0

19
Q

wat is een IPv4 subnetmasker

A

32-bits waarde die het netwerkgedeelte van het adres onderscheidt van het hostgedeelte. Samen met het IPv4-adres bepaalt het subnetmasker tot welk subnet het apparaat behoort.

20
Q

wat is de default gateway adres

A

IP adres van de router dat de host zal gebruiken om toegang te krijgen tot externe netwerken vb. internet

21
Q

hoe word IPv6 genoteerd

A

IPv6-adressen zijn 128 bits lang en worden weergegeven als een reeks hexadecimale cijfers, gescheiden door dubbele punten “:” Elke vier bits wordt weergegeven door één hexadecimaal cijfer, wat in totaal 32 hexadecimale waarden oplevert

22
Q

is IPv6 case sensitive(hoofdletter gevoelig)

A

nee, kan geschreven worden met hoofdletters of kleine letters

23
Q

Waarom hebben end devices op het netwerk een IP-adres nodig?

A

om te kunnen communiceren met andere apparaten op het netwerk.

24
hoe kan IPv4 adres info automatisch in een end device worden gezet
met DHCP(Dynamic Host Configuration Protocol). het is de default voor automatisch configuratie
25
Hoe versleutel je alle plaintext wachtwoorden?
met de "service password-encryption" global config command
26
Waarom is SSH(Secure Shell) verbinding wel veilig en een Telnet verbinding niet
Bij een Telnet verbinding worden gebruikersauthenticatie, wachtwoorden en commands in plaintext verstuurd over het netwerk