Small & Large Networks
Network Protocols +
Threats and Vulnerabilities
Device Security
Commands
100

What type of devices would you want in you network to support growth?

Devices that have a fixed type/number of interfaces would not support growth. You need devices that are modular or support modularity. 

100

What type of priority does video and voice require on a network and why?

Voice and video traffic have delay sensitive characteristics and must be given high priority over other traffic types such as web, email, and file transfer traffic.


100

What should you do to prevent attacks on passwords?

One of the most common types of access attack uses a packet sniffer to yield user accounts and passwords that are transmitted as clear text. 

Repeated attempts to log in to a server to gain unauthorized access constitute another type of access attack. 

Limiting the number of attempts to log in to the server and using encrypted passwords will help prevent successful logins through these types of access attack.

100

What is the command to block multiple failed login attempts on a router?

The login block-for X attempts X within X

command will cause the device to block authentication after X unsuccessful attempts within X seconds for a duration of X seconds.

100

What do the following show commands show you?

show running-config
show interfaces
show arp
show ip route
show protocols
show version

200

What type of network feature do you need to keep from having down time and loss of profit for a large business?

Redundancy is not normally found in very small companies, but larger small companies might use port density redundancy or have redundant Internet providers/links to keep form having down time.

200

What is VoIP?

VoIP is a technology that converts analog voice signals into digital IP packets that can be sent over an IP network.


200

The four classes of threats are?

The four classes of threats are as follows:

  • Hardware threats - physical damage to servers, routers, switches, cabling plant, and workstations
  • Environmental threats - temperature extremes (too hot or too cold) or humidity extremes (too wet or too dry)
  • Electrical threats - voltage spikes, insufficient supply voltage (brownouts), unconditioned power (noise), and total power loss
  • Maintenance threats - poor handling of key electrical components (electrostatic discharge), lack of critical spare parts, poor cabling, and poor labeling
200

How to you securely connect to a router remotely?

Use SSH.

200

What is CDP?

CDP is a Cisco-proprietary protocol that can be disabled globally by using the no cdp run global configuration command, or disabled on a specific interface, by using the no cdp enable interface configuration command. Because CDP operates at the data link layer, two or more Cisco network devices, such as routers can learn about each other even if Layer 3 connectivity does not exist. The show cdp neighbors detail command reveals the IP address of a neighboring device regardless of whether you can ping the neighbor.

300

What information do you need to use plan for network growth?

Several elements that are needed to scale a network include documentation of the physical and logical topology, a list of devices that are used on the network, and an analysis of the traffic on the network.


300

What does the tracert command do?

What does tracert -6 command do?

IT shows you all devices between you and the device you are trying to connect to.

The -6 option in the command C:\> tracert -6 is used to force the trace to use IPv6.

300

What is Stateful Packet Inspection?

What is Packet Filtering?

What is Application Filtering?

What is URL Filtering?

Stateful packet inspection on a firewall checks that incoming packets are actually legitimate responses to requests originating from hosts inside the network. 

Packet filtering can be used to permit or deny access to resources based on IP or MAC address. 

Application filtering can permit or deny access based on port number. 

URL filtering is used to permit or deny access based on URL or on keywords.

300

What are the steps to set up SSH on a router?

There are four steps to configure SSH on a Cisco router. First, set the host name and domain name. Second, generate a set of RSA keys to be used for encrypting and decrypting the traffic. Third, create the user IDs and passwords of the users who will be connecting. Lastly, enable SSH on the vty lines on the router.

300

What does the show ip interface brief command show you?

The show ip interface brief command is used to verify the status and IP address configuration of the physical and switch virtual interfaces (SVI).


400

What do you need to look at to traffic flow patterns?

Traffic flow patterns should be gathered during peak utilization times to get a good representation of the different traffic types. The capture should also be performed on different network segments because some traffic will be local to a particular segment.


400

What is a intermediate device?

A device passing network traffic and connecting different networks.

400

What is a DoS attack?

What is a access attack?

What is a reconnaissance attack?

Reconnaissance attacks - the discovery and mapping of systems, services, or vulnerabilities

Access attacks - the unauthorized manipulation of data, system access, or user privileges

Denial of service - the disabling or corruption of networks, systems, or services


400

What is vulnerability

A weakness or flaw that can allow an attacker to gain access to a system

400

What does arp -a and arp -d do in command prompt?

arp -a
Displays current ARP entries.

arp -d clears the ARP table entries.

500

How do you establish a network baseline?

An effective network baseline can be established by monitoring the traffic at regular intervals. This allows the administrator to take note when any deviance from the established norm occurs in the network.

500

What is device capacity?

The port density, processing, and memory capacity of a device.



500

What are the 3  AAA's?

Authentication, authorization, and accounting are network services collectively known as AAA. 

Authentication requires users to prove who they are. 

Authorization determines which resources the user can access. 

Accounting keeps track of the actions of the user.


500

What is stateful packet inspection?

The ability of a device to track TCP connections and only allow returning data to the inside connection

500

What does the Terminal Monitor command do?

The terminal monitor command is very important to use when log messages appear. Log messages appear by default when a user is directly consoled into a Cisco device, but require the terminal monitor command to be entered when a user is accessing a network device remotely.