Ethernet and Switching Flashcards

1
Q

Switches

A

Typically used to connect all device in a network together

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

CSMA/CD

A

Carrier Sense Multiple Access with Collision Detection

Carrier Sense (listen to the wire)

Multiple Access (numerous devices)

Collision detection (Stop listening if there is a collision signal: More than 5 volts)

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

Collision Domain

A

A group of network devices that will simultaneously detect a voltage spike.

Half duplex connection between a pc and a switch

Modern collision domains used full duplex.

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

Duplex and Speed

A

Half or full duplex

Half:
One device communicates at a time (eg. walkie talkie). Used in Collision Domain.

Full:
Two devices communicate at same time (eg. phone). No collisions.

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

Ethernet Speed

A

Ethernet: 10Mbps

FastEthernet: 100Mbps

GigabitEthernet: 1Gbps

10GigabitEthernet: 10Gbps

40GigabitEthernet: 40Gbps

GigabitEhernet all require full duplex

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

Ethernet 2 Frame

A

Nothing more than a chunk of data, with a data link layer header

Consists out of 5 parts

  1. Destination MAC Address: 48 bits
  2. Source MAC Address: 48 bits
  3. Type: 16 bits
  4. Data (Packet): MAX 1500 bytes
  5. FCS (Frame Check Sequence): 32 bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Destination Mac Address

A

Tied to the network card on device, configured at the factory.

two parts

Manufacturer ID: 24 bits

Serial Number:24 bits

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

Frame Check Sequence (FCS)

A

Performs a Cyclical Redundancy Check (CRC)

The receiver checks if the FCS value of the sent frame is the same as the FCS value of the received frame.

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

Protocol Data Unit (PDU)

A

The entire Frame including the data that is being transferred

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

Protocol Data Unit (PDU)

A

The entire Frame including the data that is being transferred

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

3 Typologies

A

Bus typology (single wire): very rarely used today

  • uses 10BAse5 and 10Base2 cabling
  • uses BNC connectors

Ring typology: very rarely used today

  • used a Token to carry messages
  • used a IBM Token Ring MAU

Star typology: most common
- uses a hub (layer 1 device) like the cisco catalyst switch

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

Switch

A

Break up collision domains

Keep track of MAC Addresses with a MAC address Table

Reads the frame-headers to find source MAC address and then populates the MAC Address Table with source addresses associated with specific ports

When the switch receives a frame it looks at the destination Mac Address and compares it to the MAC Address Table to find the port number, the message is then forwarded to the device on that port, and none of the other devices hear the conversation.

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

Broadcast

A

All F’s in the destination MAC address

FFFF FFFF FFFF (layer 2 broadcast address)

Switch will broadcast frame to all devices on the network

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

Broadcast Domain

A

Group of networked devices which will receive a layer 2 broadcast message

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

How to find information about network adaptor or ethernet card?

A

ipconfig /all

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