First 3 Sections Flashcards

1
Q

How do you enable privileged commands?

A

“en” (Enable)

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

What command is used to change the hostname of a router?

A

hostname [name of device]

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

How do you show the interface status and configuration?

A

“sh ip int br” (Show IP int brief)

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

What command is used to enter configuration mode?

A

“conf t” (Configure terminal)

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

How do you configure the interface IP address and subnet?

A

“<Config-if> int [interface name]"
"<Config-if> ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx"</Config-if></Config-if>

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

What command is used to save changes and activate the configuration?

A

“no shut” (No shutdown)

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

What does a copper cross-over cable allow?

A

It allows two PCs to talk to each other.

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

What is the purpose of a server in DHCP?

A

A server provides IP addresses to devices using DHCP (Dynamic Host Configuration Protocol).

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

At which layer does a switch operate?

A

A switch operates at Layer 2 as it uses Ethernet frames.

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

How does a switch learn MAC addresses?

A

A switch learns MAC addresses by using Hardware ASICs (Application-Specific Integrated Circuits).

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

What type of topology does a bridge learn MAC addresses on?

A

A bridge learns MAC addresses on a software level in a Hub Topology.

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

What is the main function of a router?

A

A router routes traffic from one IP network to another.

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

How does a firewall control traffic?

A

A firewall can permit or block traffic using firewall rules.

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

Where can a firewall be placed?

A

A firewall can be placed either outside a LAN or inside a LAN.

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

What does an IDS (Intrusion Detection System) do?

A

An IDS monitors network traffic for violations or suspicious activities.

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

What action does an IDS take when it detects violations?

A

An IDS will only alert or notify the system administrator but will not take direct action.

17
Q

What is the function of an IPS (Intrusion Protection System)?

A

An IPS performs the functions of an IDS but also takes proactive measures to prevent detected violations or attacks.

18
Q

What layer does a switch operate at in the TCP/IP model?

A

A switch operates at Layer 2 of the TCP/IP model as it uses Ethernet frames for forwarding traffic.

19
Q

What is the purpose of a three-way handshake?

A

A three-way handshake establishes a connection between two network entities and enables parameter agreement and communication setup.

20
Q

What are the steps involved in a three-way handshake?

A

SYN, SYN-ACK, ACK (Synchronize, Synchronize-Acknowledgment, Acknowledgment)

21
Q

What do the hexadecimal values in a PDU indicate?

A

The hexadecimal values indicate which protocol stack to use.

22
Q

What is the purpose of port numbers?

A

Port numbers indicate which service should handle the data and ensure it reaches the correct application or service running on the client or server.

23
Q

What are the three ranges of port numbers?

A

Well-known Ports (0-1023), Registered/User Ports (1024-49151), Dynamic/Private/Ephemeral/Random Ports (49152-65535)

24
Q

What service assigns IP addresses to devices?

A

DHCP (Dynamic Host Configuration Protocol) assigns IP addresses to devices.