Routers Flashcards

(47 cards)

1
Q

When a computer knows the destination IP address is not on its network, what message does it send to the default router?

A

ARP message

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

What is a primary goal of a router?

A

stop broadcasts

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

On a router by default, all interfaces are ________.

A

down, administratively down

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

Which command displays the networks a router can communicate with?

A

show ip route

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

How can you create a default route on a router?

A

ip route ‘destination-ip’ ‘destination-subnet’ ‘gateway-ip’

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

On a serial connection, what end of the connection needs to set the clock?

A

DCE

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

Which command can be used to impersonate the service provider and set the speed?

A

clock rate x

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

How do you create a floating static route?

A

increase the administrative distance to be greater than the default

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

What two commands are needed when assigning a vlan to a switch port?

A

switchport mode access

switchport access vlan x

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

What command is used to create a subinterface?

A

interface FastEthernet x/y.z

.z assigns subinterface to interface

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

What command is used to assign a tag to a subinterface?

A

encapsulation dot1q z

z refers to subinterface

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

What command is used to enable trunk mode on a port?

A

switchport mode trunk

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

What is the command for creating a VLAN?

A

vlan x

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

Which command should you use to assign a vlan to an interface?

A

switchport access vlan x

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

What command is used to create a subinterface?

A

interface ‘type’ x/y.z

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

When configuring a trunk port on a switch supporting both Cisco ISL and 802.1q encapsulation, which command should be entered first?

A

switchport trunk encapsulation dot1q

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

What does Cisco VoIP require from DHCP?

A

ip address and TFTP server

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

What are the 3 options a DHCP server will most likely assign?

A

router(gateway), subnet mask, dns server

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

On which of the following platforms is DHCP typically configured?

A

DHCP from a network device

DHCP relay from a central DCHP server

20
Q

What type of message is DHCP?

21
Q

When configuring DHCP for distributing a specific range of addresses, what must you configure first?

A

ip dhcp excluded-address ‘ip-address range start’ ‘ip-address range end’

22
Q

What command is used to configure DHCP for a vlan?

A

ip dhcp pool vlan x

23
Q

What command is used to assign DNS server(s)?

A

dns-server ‘ip-address’ ‘ip-address2’

24
Q

What command is used to show the binding ip addresses?

A

show ip dhcp binding

25
What windows command is used to end a lease on an IP address from a DHCP server?
ipconfig /release
26
What windows command is used to request a new ip address from a DHCP server?
ipconfig /renew
27
What is the command for a DHCP relay?
ip helper-address 'ip-address'
28
What is the function of routing protocols?
educate routers dynamically without user involvement
29
What is the only way a static route will detect failure?
link status changes to down
30
Which routing protocols use distance vector (DV)?
RIP, EIGRP, BGP
31
What is a distance vector protocol?
only know information from neighbor devices
32
What is a link state protocol?
maintains map of network system, loop free
33
What is the largest network that uses BGP?
the internet
34
Is distance vector or link state more resource efficient?
distance vector
35
Does distance vector or link state have loop free mechanics in place?
link state
36
What is a metric?
measurement for best path
37
What is the metric for RIP?
hops
38
What is the metric for IGRP?
bandwidth/delay
39
Which routing protocols use link state?
OSPF
40
What is the metric for OSPF?
bandwidth
41
What is a feature of EIGRP?
unequal load balancing
42
What is IS-IS?
routing protocol similar to OSPF, developed by OSI
43
What is the default advertising timer for RIPv2?
30 seconds
44
What was one of the most significant changes between RIP versions 1 and 2?
RIPv2 is classless
45
What does the network command do (in RIP)?
tells RIP what networks to advertise tells RIP what interfaces to send advertises out of
46
If a packet comes into a router’s interface from another network and it does not match a route in the routing table, what will the router do with the packet?
drop the packet
47
What command shows the details of the routing protocol?
show ip protocols