IT 341 Final GMU

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/91

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

92 Terms

1
New cards

Converged Network?

A network where multiple types of traffic are all under one network

Saves a lot of money

2
New cards

What is a Cisco Borderless Network?

Allows organizations to connect anytime anywhere with any type of secure device easily

3
New cards

Borderless switched networks are what 4 things?

Hierarchical

Modular

Resilient

Flexible

4
New cards

Converged networks that are part of organization have 3 parts...what are they?

Core - The center

Distribution - connection to the core

Access - Switches are used to connect to the distribution and give access to the users

5
New cards

Switched LANS allow for what?

Flexibility

traffic management

Features like: QoS, security, wireless

6
New cards

Fixed vs modular vs stackable switch form factor?

Fixed - number of ports and abilities is set, no changes

modular - extra ports and other things can be added later

stack-able - switches are stacked a connected by cables to operate as one big switch

7
New cards

How does a switch learn what devices are on a network?

It builds a table called a MAC address or CAM table

This table saves the device port.

8
New cards

What does a switch do when it gets a frame that is not in the CAM table?

The switch floods all known ports except the one that they got the frame from. The correct port will accept the frame.

9
New cards

Store and forward vs cut-through?

- gets the entire frame and finds the CRC, if valid the frame is forwarded

- forwards the frame before it has been fully received. It at least reads the destination address

10
New cards

Collision domain?

all ports belong to the same collision domain

all ports have a collision domain of their own

11
New cards

How doe switches help alleviate network congestion? 3

segment the collision domains by port

provide full duplex communication

buffer large frames

12
New cards

Switch Boot Sequence? (5)

1. POST

2. Run boot loader software

3. Boot loader does CPU initialization on a low-level

4. initializes the flash file system

5. Loads the IOS operating system

13
New cards

What are the steps required to find a IOS image?

- Tries to boot with info already available in BOOT environment

- if not found, perform a top-to-bottom search through the file system

- IOS initializes the interface using the Cisco IOS commands from NVRAM

14
New cards

Whats NTP protocol

Network time protocol - uses to synchronize the clocks of computer systems data networks

Split into a client and server

15
New cards

What is a VLAN?

Logical partition of layer 2

multiple VLANs can exist

each has its own broadcast

16
New cards

How do you pass packets from VLAN to VLAN?

isolated, unaware of each other

so you must use a router to pass packets.

17
New cards

Benefits on a VLAN?

- groups of secure information can be separated from the rest of the network

- cost reduction

- small broadcast domains

- Better IT staff efficiency since users can be grouped by requirements

18
New cards

Types of VLANs and what they do?

- Data VLAN = user generated traffic

- Default VLAN = all switch ports are part of this VLAN after boot

- Native VLAN = used to untag traffic

- Management VLAN = used for managing the switch with SSH, Telnet, HTTP

19
New cards

Voice VLANs?

Sometimes called VoIP - very demanding

20
New cards

VLAN Trunks?

Carries multiple VLANs

established between two switches so devices on the same VLAN cam communicate

IEEE 802.1q - popular VLAN trunk protocol

21
New cards

How can you control broadcast domains?

VLANS have a broadcast domain of their own

Help control the reach of broadcast frames

22
New cards

Tagging Ethernet Frames?

This occurs when a frame tag is added to a frame with the proper VLAN identification.

Switches add the frame and remove the frame when its its time to forward

23
New cards

Frames belonging to the native VLAN are?

Not tagged since this is the default VLAN

24
New cards

What is the default native VLAN on a cisco router?

VLAN 1

25
New cards

What happens if a frame is sent to a switch that has no ports on a native VLAN and no trunk links to any other VLANs?

The frame is dropped since it has no where to go

26
New cards

VLANs are split into two categories? what are they?

Normal Range VLANs

Extended Range VLANs

27
New cards

Normal Range VLANS?

numbered 1 to 1005

conf stored in flash memory

VTP used to managed VLAN between switches

28
New cards

Extended Range VLANs?

numbered 1006 to 4096

conf stored in the NVRAM

VTP not used or learned

29
New cards

VLANs are often associated with what?

an IP address, so IP address outside of a certain range often don't connect correctly

30
New cards

What does "switchport trunk allowed vlan" do?

command that specifies which VLANs are allowed in a trunk link

31
New cards

What is routing? (Basic level)

moving traffic between networks

32
New cards

What are some things routers can do?

- use static and dynamic routing to build routing tables

- determine the best path for a packet

- encapsulate the packet and forward it

33
New cards

Static assigned IP addresses?

manually assigned IP address, subnet mask and default gateway

used for servers or printers where you need to always no the destination

34
New cards

Dynamically assigned IP addresses?

IP info is assigned by the DHCP

this is how most hosts work

35
New cards

Steps to configure a basic router? (4)

- name the device

- secure management access

- configure the banner

- save the config

36
New cards

What is AD (Administrative distance) and is it better to have a lower or higher number?

- this is the distance from the router to the device or function

- the lower the AD the closer. For example, an AD of 0 would mean that something is directly connected.

37
New cards

What is the routing table and what does it store?

- file stored in the RAM that contains info like...

directly connected routes

remote routes

next hops or networks

38
New cards

What does "show IP route" do?

display the routing table contents like

local route interfaces

directly connected interfaces

static routes

dynamic routing protocol

39
New cards

What is inter-VLAN routing?

The process of forwarding network traffic from one VLAN to another through a router

VLANs cannot forward traffic even if they are not the same switch without some sort of assistance

40
New cards

What is router on a stick?

one of the routers interfaces is configured as a 802.1Q so it can read VLAN tags. Subinterfaces are created for each VLAN with an IP address.

Members on that VLAN use that subinterface IP address as the default gateway

41
New cards

What does VLAN trunking do? (Use of multiple VLANs out)

This allows many VLANS to use just one physical port on the switch to connect it to the router rather than multiple.

42
New cards

ICMP echo request is?

a may of pinging a device to see if it is connected and working properly.

43
New cards

Tracert?

utility used to confirm that a pouting path took place between two devices

44
New cards

Two ways routers can learn about remote networks?

Manually - entered manually into the routing table

Dynamically - automatically learned using the dynamic routing protocol

45
New cards

Static routing advantages over dynamic?

- Not advertised over the network, so better security

- use less bandwidth and dont use CPU cycles to calculate communication routes

- the path a static route uses to send data is known

46
New cards

Static routing disadvantages?

- initial config and maintenance is time-consuming

- config can have errors

- admin is needed to maintain route info

- doesnt scale well with a growing network

- requires knowledge of the whole network for implementation

47
New cards

When should you use static routes?

- small networks with not alot of growth

- routing in a stub network

- using a single default route

- connect to a specific network

- provide a backup route incase the primary route fails

48
New cards

Whats a stub network?

- is a network accessed by a single route and it has no other neighbors

49
New cards

What is a default static route?

a route that matches all packets

a route that all IP packets are sent to that a routing table doesn't not already know

is a route with 0.0.0.0/0 as its destination

50
New cards

A Next-Hop creates one of three routes types, what are they and what does each one do/know?

Next-hop route - only the next -hop IP address is specified

Directly connected static route - only the router exit interface is specified

Fully specified static route - the next hop and exit interface are specified

51
New cards

What are the purposes of dynamic routing protocols?

- discover remote networks

- maintaining updated routing info

- best path to destination

- ability to find next best path

52
New cards

Advantages to dynamic routing?

- share info about remote networks

- determine best path/ update routing table

- dynamic routing requires less overhead

- less work for admin to config and maintain

- independent of network size

53
New cards

Disadvantages of dynamic routing?

- part of a routers resources (CPU) are dedicated for protocol operation

- more complex to implement

- less secure

- route depends on topology

54
New cards

When is a network completely converged?

- When all routers on the network have complete and accurate info

55
New cards

What is convergence time?

time it takes for routers to share info, find best paths and update routing table

56
New cards

Speed of propagation?

amount of time it takes for router in a network to forward routing info

57
New cards

IGP? (Interior Gateway protocol)

Used for routing inside of a network group

58
New cards

EGP? (Exterior gateway protocols)

Used for routing between LAN, protocol used for the internet

59
New cards

What does distance vector mean?

distance refers to how far

vector refers to the direction

so its how far the connection is going and in what direction

60
New cards

RIPv2?

Simple distance vector routing protocol

61
New cards

IGRP?

First gen cisco protocol (not used anymore)

62
New cards

EIGRP?

New and advanced version of vector routing

63
New cards

How does a distance vector work?

use routers as sign posts along the way to the final destination

64
New cards

How does a link-state router work?

No sign posts, makes a complete map of the network topology using link-state information

65
New cards

Types of Link-State protocols?

OSPF and IS-IS

66
New cards

What does a classful routing protocol do? What problems does this create?

- doesnt send subnet mask info in updates

- cannot provide CIDR info, when this was creates network were only class A

67
New cards

Which routing protocols are bad? Which are good?

BAD: RIPv1 RIPv2 IGRP

Good: EIGRP OSPF IS-IS

68
New cards

RIPv1 vs RIPv2?

Both: uses hop count as a metric, max of 15 hops, then dies, updates every 30 seconds

RIPv1: updates at 255.255.255.255

everything else is not supported

RIPv2: updates at 224.0.0.9

Everything else is supported

69
New cards

IGRP vs EIGRP?

Both: use bandwidth and delay has a metric

IGRP: updates on 255.255.255.255

Everything else is not supported

EIGRP: updates on 224.0.0.10

Everything else is supported

70
New cards

OSPF Router exchange packet?

packets used to discover neighboring router and exchange routing information

71
New cards

OSPF "Hello packets"?

after the router sends out exchange packets, if the neighbor is present it tries to find the next neighbor after that one

72
New cards

OSPF LSA?

These are packets that constantly flood the network to tell the cost and state of each router on the network

73
New cards

Single area vs multiarea OSPF?

single are - who router configuration is OSPF

Multiarea - many different areas can be connected by a OSPF in the middle

good for large organizations because if a link fails in one of the areas, the other networks dont have to close down.

74
New cards

Whats the OSPF type 1 packets other name?

Hello packet

75
New cards

OSPF - what does the passive interface do?

Helps to limit the number of ports OSPF messages ares sent out of since only other OSPF devices would gain any information from it.

76
New cards

What do ACLs do?

Allow the user to configure certain rules of how different networks and hosts can connect

77
New cards

What is an ACL?

list of permit or deny statements know as ACEs

78
New cards

What is static packet filtering?

analyzes the incoming and outgoing packets and passes or drops them based on criteria

79
New cards

How does the ACL work?

The ACL puts a deny on the end of every single packet, the deny blocks all traffic, but will permit any items that have at least one permit block also attached to them

80
New cards

Standard ACLs vs Extended ACLs?

Standard - only look at the source address

Extended - look at the source, destination, TCP and UDP ports, and protocol type

81
New cards

What are the three P's of ACL?

one ACL per protocol, One ACL per direction, One ACL per interface

82
New cards

Where should you place extended ACLs on a network?

The closest to the outside traffic to block incoming problems at the startQ

83
New cards

Where should you use standard ACLs on a network?

as close to the destination as possible since they are not as effective as extended

84
New cards

What are the three DHCPv4 methods?

Manual allocation, automatic allocation, dynamic allocation

85
New cards

DHCPv4 - Manual Allocation?

pre-allocated and assigned IPv4 address to a client is set up.

86
New cards

DHCPv4 - Automatic Allocation?

assigns a static IPv4 address permanently to a device, selecting it from a pool of addresses

87
New cards

DHCPv4 - Dynamic Allocation?

dynamically assigned addresses from the pool but only for a limited amount of time. This is the most used method

88
New cards

Procedure for DHCPv4? (4)

Discover, Offer, request, pack slide 6 Ch 10

89
New cards

What is NAT?

a way to translate network addresses from private to public. This helps save public IPv4 addresses from being used.

90
New cards

Static NAT?

one to one mapping of local and global addresses.

Useful when you want servers to be accessed outside of the network

91
New cards

Dynamic NAT?

pool of public addresses and assigns them first come first server.

When inside private IP requests to send info outside the network the pool is used to assign an address

92
New cards

What is PAT? (Port address Translation)

maps multiple private addresses to a single public IPv4 addresses/or a few.

uses the source port to keep track of where traffic should go

also called nat overload