Term
| Distance vector routing protocols |
|
Definition
RIP, IGRP easy to configure not many features |
|
|
Term
| Link state routing protocols |
|
Definition
OSPF, ISIS More difficult to configure Lots of features |
|
|
Term
|
Definition
EIGRP Good combination of distance vector/link state proprietary |
|
|
Term
|
Definition
Can only use the default classes (A, B, C) No authentication Relies on broadcasts - lots of traffic |
|
|
Term
|
Definition
Supports VLSM (subnetting goodness :)) Supports authentication Relies on multicast - less traffic |
|
|
Term
|
Definition
| ip route DestNetworkId DestNetworkSubnet NextHop |
|
|
Term
|
Definition
| RIP updates every 30 seconds (version 1 and 2) |
|
|
Term
|
Definition
| directly maps public address to an internal private address |
|
|
Term
|
Definition
| maps internal address:port combinations to a single external port. |
|
|
Term
| About leased line wan connections |
|
Definition
dedicated bandwidth between locations. T1 CAS, E1 CAS |
|
|
Term
| About On-demand wan connections |
|
Definition
| on-demand bandwidth between locations.
Dial-up, ISDN |
|
|
Term
| About packet switched wan connections |
|
Definition
shared, but guranteed, bandwidth between locations. Frame Relay, ATM |
|
|
Term
| How a serial port physically connects to a wan |
|
Definition
| serial port --> serial cable --> CSU/DSU (modem) --> RJ-48 cable --> wall point |
|
|
Term
|
Definition
| High-Level Data Link Control |
|
|
Term
| which end of crossover serial cable sets clocking |
|
Definition
|
|
Term
| the two ends of a serial crossover cable |
|
Definition
DCE and DTE. router connected to the DCE end sets the clock rate. |
|
|
Term
| add or subtract 1 when subnetting based on number of subnets |
|
Definition
|
|
Term
| add or subtract 1 when subnetting based on number of hosts |
|
Definition
|
|
Term
| effects of "network 6.0.0.0" in rip |
|
Definition
| all interfaces that match the address will advertise |
|
|
Term
|
Definition
| can change VLAN info, can send and receive updates, saves vlan configuration |
|
|
Term
|
Definition
| can NOT change VLAN info, can send and receive updates, does not save vlan configuration |
|
|
Term
| properties of VTP transparent |
|
Definition
| can change VLAN info, can send (passthrough) updates, uses its OWN VLAN config |
|
|
Term
| ethernet frame with 802.1q info attached |
|
Definition
|
|
Term
|
Definition
|
|
Term
| how spanning tree finds redundant links |
|
Definition
| sends "probes" into network and sees if they return on another port |
|
|
Term
|
Definition
| Bridge Protocol Data Units; the probes used by spanning tree to find redundant links. |
|
|
Term
|
Definition
| the switch all other switches form a path to |
|
|
Term
| In STP what is the root port |
|
Definition
| THE port used to reach the root switch |
|
|
Term
| In STP what is a Designated Port |
|
Definition
| a port that is functioning normally |
|
|
Term
| In STP what is a Blocking Port |
|
Definition
| A port that is disabled to prevent loops |
|
|
Term
| how the root switch is elected |
|
Definition
| the switch with the lowest Bridge ID |
|
|
Term
| how the disignated port is elected in a redundant link |
|
Definition
| the switch with the lowest Bridge ID |
|
|
Term
| In STP, how does a switch select the preferred path is both paths have equal priority |
|
Definition
| the path where the first encountered switch has the lowest Bridge ID |
|
|
Term
| How does a switch decide which path to take to the root bridge |
|
Definition
| the cost of the links is summed and the lowest sum is chosen |
|
|
Term
| In STP, which link is blocked with a dual connection between switches |
|
Definition
| the link connecting to the lower port number (ie fa0/1 wins over fa0/2) |
|
|
Term
|
Definition
| VLAN Trunking protocol. Allows VLAN config to be changed on one switch, and is then replicated to all others. |
|
|
Term
| which ports should be set to trunk |
|
Definition
| ports connecting to other switches |
|
|
Term
| Cisco switch security checklist |
|
Definition
-Physical Security -Passwords and Logon Banners -Disable HTTP/HTTPS server -Restrict Remote Access -Use SSH -Setup Logging -Limit CDP -Use BPDU Guard On PortFast Porst |
|
|
Term
| Cisco switch security checklist |
|
Definition
-Physical Security -Passwords and Logon Banners -Disable HTTP/HTTPS server -Restrict Remote Access -Use SSH -Setup Logging -Limit CDP -Use BPDU Guard On PortFast Porst |
|
|
Term
|
Definition
|
|
Term
| about RIP route poisoning |
|
Definition
| RIP will set the number of hops to reach a network to 16 when it goes down to immediately flush it from the network's routing tables. |
|
|
Term
| about RIP triggered updates |
|
Definition
| RIP will immediately update whenever there is a major change to the network |
|
|
Term
|
Definition
| RIP will never tell a router about a route that it learned from that router. Prevents loops. |
|
|
Term
|
Definition
| When a network changes dramatically RIP will not allow updates to that network again for a period of time (default 180 sec). Helps with flapping interfaces, and to prevent loops. |
|
|
Term
|
Definition
Area Border Router. A router that sits between to OSPF areas |
|
|
Term
| command to change OSPF router ID |
|
Definition
select the OSPF process router-id A.B.C.D |
|
|
Term
| Detailed benefits of EIGRP |
|
Definition
-Remembers Backup Routes (does not have to re-calculate after failure) -Simple Configuration -Flexible Summarisation -Variable Load Balancing -Supports Multiple Network Protocols (appletalk, IP, etc.) |
|
|
Term
|
Definition
Neighbour Topology - Holds all possible routes Routing - Holds all actively used routes |
|
|
Term
| name of the currently active route in EIGRP routing table |
|
Definition
|
|
Term
| name of the backup route in EIGRP routing table |
|
Definition
|
|
Term
| About the EIGRP Autonomous System Number |
|
Definition
| like a "group". All routers must have the same AS number to function together. |
|
|
Term
| IPSEC Negotiation protocls |
|
Definition
|
|
Term
| IPSEC Encryption protocls |
|
Definition
|
|
Term
| IPSEC Authentication protocls |
|
Definition
|
|
Term
| IPSEC Protection protocls |
|
Definition
|
|
Term
|
Definition
| uses the same key to encrypt and decrypt |
|
|
Term
|
Definition
| uses public and private keys |
|
|
Term
| How WAN connections match up to the OSI model, from bottom |
|
Definition
LAYER 1: Serial Connection LAYER 2: Frame Relay, PPP, ATM, HDLC |
|
|
Term
|
Definition
Authentication Compression Callback Multilink (teaming) |
|
|
Term
|
Definition
PAP sends credentials in clear-text. CHAP hashes the password before sending |
|
|
Term
| What is the Frame Relay CIR |
|
Definition
Committed Information Rate. The minimum guaranteed bandwidth. |
|
|
Term
| What is the Frame Relay LAR |
|
Definition
Local Access Rate. The speed the connection can physically handle |
|
|
Term
| What is the Frame Relay LMI |
|
Definition
Local Management Interface. Used to set information from the computers in the service provider |
|
|
Term
| What is the Frame Relay DLCI |
|
Definition
Data Link Control Identifier Equivalent to a MAC address |
|
|
Term
| What is the Frame Relay PVC |
|
Definition
Permanent Virtual Circuit. One connection to a remote site |
|
|
Term
|
Definition
| Each DLCI is attached to a 'path', where a path is a PVC to another router. DLCIs are only significant locally |
|
|
Term
| Hub-and-Spoke Frame Relay Design |
|
Definition
| All routers connect at one central location |
|
|
Term
| Full-Mesh Frame Relay Design |
|
Definition
| All routers connect to all routers |
|
|
Term
| Parital-Mesh Frame Relay Design |
|
Definition
| a combination of Full-Mesh and Hub-and-Spoke |
|
|
Term
|
Definition
| Multiple hosts with the same IP address. packets will go to the closest host. |
|
|
Term
| IPv6 Link-Local addresses |
|
Definition
| Used within a single layer-2 domain. |
|
|
Term
| IPv6 Unique/Site Local addresses |
|
Definition
| Equivalent to IPv4 private addresses. |
|
|
Term
|
Definition
| The addresses used on the Internet. |
|
|
Term
| What do IPv6 Link-Local addresses start with, in hex and binary |
|
Definition
|
|
Term
| How last 64 bits of IPv6 link-local address is formed |
|
Definition
| The interface MAC address with FFFE stuck in the middle |
|
|
Term
| The structure of an IPv6 Unique/Site Local address |
|
Definition
| [FD00][Global ID 40 bits][Subnet ID 16 bits][Interface ID 64 bits] |
|
|
Term
| The structure of an IPv6 Global address |
|
Definition
| [Global Routing Prefix n bits][Subnet ID 64-n bits][Interface ID 64 bits] |
|
|
Term
| IPv6 migration strategies |
|
Definition
-Dual-stack routers -Tunneling (6to4 and 4to6) (like a VPN between two matching-protocol networks over a different protocol) -NAT Protocol Translation (Nat-PT) |
|
|
Term
| the types of TCP flow control |
|
Definition
| windowing, buffering, congestion-avoidance |
|
|
Term
| The fields of an ethernet frame |
|
Definition
| preamble (sync clock), Start Frame Delimiter (sync clock), Dest MAC, Source MAC, Length,Type (L3 protocol), Data, FCS |
|
|
Term
| effects of EIGRP/RIP/OSPF auto-summary |
|
Definition
| networks will be advertised as their classful defaults |
|
|
Term
|
Definition
| 180 seconds; A network will be considered invalid if no updates are received about it for 180 seconds |
|
|
Term
|
Definition
| 180 seconds; RIP will not accept updates about a network for 180 seconds after it is marked unreachable |
|
|
Term
|
Definition
| 240 seconds; RIP will flush a router if it remains invalid for 240 seconds |
|
|
Term
| on what types of network is an OSPF DR and BDR elected |
|
Definition
| Broadcast (eg. ethernet) and Non-Broadcast-Multi-Access (NBMA, eg frame-relay) |
|
|
Term
| what of significant interest is shown by "sh ip protocols" when EIGRP is running |
|
Definition
max hops variance max paths status of auto-summary networks on which protocol is running neighbors internal and external AD |
|
|
Term
| what of significance does "sh ip ospf interface [int]" show you |
|
Definition
process ID network Type (broadcast, NBMA, etc.) priority on the interface (for DR/BDR elections) Designated Router Backup DR Timers: --Hello --Dead --wait --retransmit neighbors |
|
|
Term
| difference between OSPF adjacent routers and neighbor routers |
|
Definition
neighbors simply exchange hello packets. adjacent routers exchange route information, and must also be neighbors. |
|
|
Term
| which switch is the root bridge in STP |
|
Definition
| the bridge with the lowest priority, or if a match, the switch with the lowest mac address |
|
|
Term
| what is the ieee standard for RSTP |
|
Definition
|
|
Term
| cost of spanning tree 10Gb/s link, 802.1d |
|
Definition
|
|
Term
| cost of spanning tree 1Gb/s link, 802.1d |
|
Definition
|
|
Term
| cost of spanning tree 100Mb/s link, 802.1d |
|
Definition
|
|
Term
| cost of spanning tree 10Mb/s link, 802.1d |
|
Definition
|
|
Term
| cost of spanning tree 10Gb/s link, 802.1w |
|
Definition
|
|
Term
| cost of spanning tree 1Gb/s link, 802.1w |
|
Definition
|
|
Term
| cost of spanning tree 100Mb/s link, 802.1w |
|
Definition
|
|
Term
| cost of spanning tree 10Mb/s link, 802.1w |
|
Definition
|
|
Term
| the three switch functions |
|
Definition
-Address Learning -forward/filter decisions -loop avoidance |
|
|
Term
| is the VTP domain case sensitive? |
|
Definition
| well of course it is. Wouldn't be asking otherwise. |
|
|
Term
|
Definition
| The address of the inside host as seen from the outside |
|
|
Term
|
Definition
| The address of the inside host as seen from the inside |
|
|
Term
|
Definition
| The address of the outside host as seen from the inside |
|
|
Term
|
Definition
| The address of the outside host as seen from the outside |
|
|
Term
|
Definition
Basic Service Set; One access point |
|
|
Term
|
Definition
Extended Service Set; multiple access points allowing seamless roaming. |
|
|
Term
| difference between link-local and unique-local IP addresses |
|
Definition
link local cannot be routed AT ALL. unique local can be routed like private addresses; not on the internet. |
|
|
Term
| what does unique-local IPV6 address begin with |
|
Definition
|
|