topic 9 : network implementation essentials Flashcards

1
Q

what is are small network topologies?

A
  • majority of businesses are small = most business networks are also small
  • usually simple
  • typically have a single WAN connection provided by DSL, cable, or an Ethernet connection
  • managed by a local IT technician or a contracted professional

[large networks require an IT department to maintain, secure and troubleshoot network devices and to protect organizational data]

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

factors to consider when selecting network devices for a small network

A
  • cost
  • speed and types of ports/interfaces
  • expandability
  • operating system features and services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

why do we need to plan before selecting devices in a small network?

A
  • small networks require planning and design to meet user requirements
  • ensures that all requirements, cost factors, and deployment options are given due to consideration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

devices that will factor into the IP addressing scheme

A
  • end user devices : the number and type of connections (wired, wireless, remote access)
  • servers and peripheral devices (printer, security cameras etc)
  • intermediary devices including switches and access points
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

redundancy in a small network

A
  • required in the network design
  • helps to eliminate single points of failure
  • can be accomplished by installing duplicate network links for critical areas
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

verify connectivity with ping

A
  • the ping command is the most effective way to quickly test Layer 3 connectivity between a source and destination IP address
  • ping command uses the Internet Control Message Protocol (ICMP) echo (ICMP Type 8) and echo reply (ICMP Type 0) messages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ping on a windows 10 host

A
  • the ping command sends 4 consecutive ICMP echo messages and expects 4 consecutive ICMP echo replies from the destination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

verify connectivity with traceroute

A
  • helps to locate layer 3 problem areas in a network
  • a trace returns a list of hops as a packet is routed through a network
  • the syntax of the trace command varies between operating systems

command : tracert (IP address)

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

network baseline

A
  • for monitoring and troubleshooting network performance is to establish a network baseline
  • method for starting a baseline : copy and paste the results from an executed ping, trace or other relevant commands into a text file.
  • some items to consider : error messages and response times from host to host
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

command that verifies the current configuration and settings

A

show running-config

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

show ip interface

A

verifies the layer 3 information of an interface

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

show arp

A

verifies the list of known hosts on the local Ethernet LANs

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

show ip route

A

verifies the Layer 3 routing information

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

command that verifies which protocols are operational

A

show protocols

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

command that verifies the memory, interfaces and licenses of the device

A

show version

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

device identifiers (CDP neighbor device)

A

the configured hist name of a switch, router or other device

17
Q

address list (CDP neighbor device)

A

up to one network layer address for each protocol supported

18
Q

port identifier (CDP neighbor device)

A

the name of the local and remote port in the form of an ASCII character string, such as FastEthernet 0/0

19
Q

capabilities list (CDP neighbor device)

A

whether a specific device is a layer 2 switch or a layer 3 switch

20
Q

platform (CDP neighbor device)

A

the hardware platform of the device

21
Q

basic troubleshooting approaches (steps)

A

1) identify the problem
2) establish a theory of probable causes
3) test the theory to determine cause
4) establish a plan of action and implement the solution
5) verify solution and implement preventive measures
6) document findings, actions and outcomes

22
Q

resolve or escalate the problem?

A
  • sometimes it may not be possible to resolve the problem immediately
  • a problem should be escalated when it requires a manager decision, some specific expertise, or network access level unavailable to the troubleshooting technician

(a company should have a policy for this ^^)

23
Q

IOS debug command

A
  • allows the administrator to display OS process, protocol, mechanism and event messages in real-time for analysis
  • allows for narrowing the output of debug to include only the relevant feature or sub-feature
24
Q

where to use debug commands?

A
  • entered in the privileged EXEC mode
  • used only to troubleshoot specific problems
25
Q

debug commands

A
  • debug ? : lists a brief description of all the debugging command options
  • add “no” in front of debug/ undebug : turns off a specific debugging feature
  • undebug all : turn off all active debug commands at once