Section 2 Flashcards

1
Q

What are local-area networks?

A

Local area networks are high-speed, low-error data networks that cover a small geographical area.

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

What are LAN standards?

A

LAN standards define the physical media and connectors used to connect to the media at the physical layer and the way devices communicate at the data link layer.
LAN standards encompass Layers 1 and 2 of the OSI model. An example of a LAN standard is Ethernet, which is also known as 802.3

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

What are the typical components found in LANs?

A

Typical components found in LANs are:

  • Computers (PCs, servers, tablets)
  • Interconnections (NICs, media)
  • Network devices (switches, routers, access points)
  • Protocols (IP, ARP, DHCP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the logical topology of Ethernet?

A

Bus, Ethernet uses a logical bus topology and either a physical bus or a star topology.

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

What are two types of Layer 1 network devices?

A

Repeaters and Hubs.

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

What are some network devices that operate at the data link layer (Layer 2)?

A

Bridges and switches.

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

What is a LAN segment?

A

A network connection made by a single unbroken network cable.

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

What devices can you use to extend a LAN segment?

A

Hubs, Repeaters, Bridges, and Switches.

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

How do collisions occur on an Ethernet LAN?

A

Collisions occur on a shared LAN segment when two devices try to transmit at the same time.

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

What are collision domains?

A

A collision domain is a set of LAN interfaces whose frames could collide with each other.

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

What happens when you segment the network with hubs/repeaters?

A

Hubs and repeaters operate at the physical layer of the OSI model; segmenting a network with these devices appears as an extention to the physical cable.
Hubs and repeaters are transparent devices; they are unintelligent devices. All devices that connect to a hub/repeater share the same bandwidth.

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

What is the advantage of segmenting a LAN with switches?

A

Switches operate at layer 2 of the OSI model and filter and forward by MAC address. Each port on a switch provides fully dedicated bandwidth and creates a single collision domain. Because switches operate at layer 2, they cannot filter broadcasts, and they create a single broadcast domain.

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

What devices are used to break up collision domains?

A

Switches, bridges, and routers.

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

In an attempt to extend your Ethernet LAN segment, you add a 24-port hub. How many collision domains will you have in the segment with the addition of the hub?

A

1

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

In an attempt to extend your Ethernet LAN segment, you add a 24-port switch. How many collision and broadcast domains will you have in the segment with the addition of a switch?

A

24

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

What are broadcast domains?

A

A broadcast domain defines a group of devices that receive each other’s broadcast messages. As with collisions, the more broadcasts that occur on the network, the slower the network will be. This is because every devices that receives a broadcast must process it to see whether the broadcast was inteded for that device.

17
Q

You install a six-port router on your network. How many collision domains and broadcast domains will be created on the network with the addition of the six-port router?

A

Six collision domains and six broadcast domains will be created.

18
Q

What is a broadcast storm?

A

Broadcast storms occur when many broadcasts are sent simultaniously across all network segments. They are usually caused by Layer 2 loops because of spanning-tree configurations, a bad network interface card, a faulty network device, or a virus.