Part 2 Flashcards
(151 cards)
What are networking devices that forward, filter, and flood packets between networks?
Routers
What is the feasibility of a path?
Cost
What is the first line of defense for the network?
Routers
What measures the distance based on number of networks a packet transverses?
Hop
What measures amount of bits per second capacity of each link in packet’s path?
Bandwidth
What measures amount of microseconds that the routers within the path take to process, queue, and transmit packets?
Delay
What measures the amount of attached links, link failures, errors, and lost packets, within the path?
Reliability
What exchange routing information from WAN to WAN?
Exterior Gateway Protocols
What is a link state routing protocol that calculates the shortest path to all destinations by lowest cost?
OSPF
What determines the path by using a combination of distance, or cost of reaching a destination, and the vector (interface that the traffic from which it will be forwarded) distance uses hop count as metric variable work by having each node share routing table information with its neighbors
Distance Vector Protocols
What is the original distance vector routing protocol used on smaller networks 15 hops or less?
Routing Information Protocol (RIP)
What is an upgraded version of the original distance vector protocol that includes additional information carried in RIP messages and the addition of security measures?
RIP version 2
What is the most commkn hybrid protocol?
EIGRP - Enhanced Intererior Gateway Protocol
What is a Exterior Gateway Protcol that provides interdomian routing between autonomous systems (ASs)?
Border Gateway Protocol (BGP)
What is an EXEC command used to display information about open Telnet or rlogin connections?
Show sessions
What are three modes for Port Security?
Protect mode
Restrict mode
Shutdown mode
What is propriety protocol that can only be used with other cisco routers and switches?
Cisco Discovery Protocol CDP
What allows ping and is vulnerable to DDOS attacks?
ICMP
What allows router to inform hosts of subnet mask information for a particular network segment?
ICMP Mask Reply
Most cisco routers are set by default to not send ICMP mask replies but explicitly using this setting in the config file alleviates doubt and makes auditing the router easier
No ip mask-reply
What are 4 default TCP and UDP services enabled (Small servers)?
Echo
Chargen
Discard
Daytime
No service tcp-small-services
No service udp-small-services
What ensures timely detection of connection failures by monitoring TCP sessions and helps prevent DOS attacks that are aimed at maxing out available VTP lines with fraudlent sessions?
Keep alives
Service tcp-keepalives -in
Enables this service
Where can I find router config help commands
Share drive routeracl.txt
What kind of ACLs are used in the fleet?
Extended
What are a group of statrments that define the handling of network packets?
ACLs