Chapter 6 p243-275 Flashcards

(56 cards)

1
Q

What is a NIC

A

network interface card

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

what do NICs do?

A

enable workstations, servers, printers etc to receive and transmit data

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

What layers have NIC

A

physical layer and data layer

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

what is a main bus or system bus?

A

memory, components and hard disk and NIC used to transmit data

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

How do busses differ?

A

the amount of data/capacity on its path

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

How does the amount of data allowed in a bus affect the device?

A

more bits = more speed

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

What is an expansion slot?

A

a slot that allows an electrical connection to add a device – NIC, Sound card etc

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

What is a PCIe

A

Peripheral Component Interconnect Express – an expansion board

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

where do you find the kind of NIC your computer has?

A

inside the box/case

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

What is a peripheral NIC?

A

a flash drive or external NIC via usb port

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

what is an onboard NIC

A

a NIC connected or integrated into the motherboard not via an expansion board to save space

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

once you install a NiC what do you have to ensure?

A

that the correct device driver software is installed.

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

How do you test a NIC

A

with a loopback plug

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

What is a repeater?

A

an older way of regenerating a digital signal

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

Does a repeater interpret data?

A

no, it just repeats it

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

Why might repeaters be used?

A

in a bus topology to repeat signals along the path

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

What is a hub?

A

a repeater with more than one output port

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

How is a bridge different from a repeater?

A

it can interpret mac addresses

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

what layers are repeaters and bridges?

A

Repeaters – physical, bridges- data

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

What is an advantage of using a bridge not a repeater?

A

it can expand a network w/o causing more collisions

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

what does a bridge create to help it send data?

A

a table of MAC addresses

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

What is a switch?

A

a connectivity device that subdivides a network into smaller pieces

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

What is a way to describe a switch

A

a multiport bridge

24
Q

What is a benefit of a switch?

A

separates bandwidth, prevents collisions

25
What are the two most frequent methods of switching?
Cut-through mode and store-and-forward mode
26
What is cut through mode?
the switch reads the frame's header and decides where to send the data
27
what is a problem with cut through mode?
it has difficulty with faulty packets, and errors get through
28
What is a good thing about cut through mode?
speed
29
What is store and forward
switch waits for the entire packet, checks it, then sends it
30
What is a VLAN
virtual local network
31
What is the purpose of a VLAN
to separate a group for security, heavy/unpredictable traffic, priority etc
32
What is STP
spanning tree protocol
33
What does STP do?
it prevents a storm of data being repeated by multiple switches in the tree formation. It figures out the best path for the data
34
What is a router?
a a multi-port connectivity device that sends data to the right place
35
what layer do routers operate?
network layer
36
what does a router do?
connects dissimilar networks, layer 3 addressing, best path, reroute traffic
37
What is a routing table?
identifies which router serves as a house, where hosts are located
38
what is an interior router?
directs data within a LAN, does not connect to the internet, just internal computers
39
what is an exterior router?
connects to the internet
40
what is a border router?
connects a business with its ISP
41
what is dynamic routing?
automatic calculation of the best path, and keeps track.
42
What is static routing
network admin configures the pathways, less efficient
43
what is best path?
most efficient route for data to take
44
what is routing protocol?
the way routers communicate with each other... not routable protocols
45
what is convergence time?
the amount of time it takes for a router to find the best path
46
What is RIP
routing information protocol
47
what is the limit of RIP
15 hops, broadcasts to other routers, so slows network, and not between LANs just within
48
What is the difference between an interior gateway protocol and an exterior gateway protocol?
interior within a LAN, Exterior between LANS on a WAN
49
What is Distance Vector protocol
Based on distance, send over WAN, hops, latency, traffic, not just hops
50
What is LinkState?
a protocol which gets routers to map a network and find the best path between nodes (Distance vector rely on neighbours for data path info)
51
What is OSPF?
Open Shortest Path First protocol
52
What does OSPF do?
allows the router to change the path of data using other routers.
53
What is IS-IS?
Intermediate system to intermediate system, layer 3 protocol, IGP (Internal only)
54
What is EIGRP?
Enhanced interior gateway routing protocol
55
What does EIGRP do?
hybrid, only cisco routers, preferred over OSPF
56
what is a gateway?
a device that connect two dissimilar networks. Slower speeds cause congestion.