Data Link Layer Flashcards

1
Q

Ethernet

A

A protocol used to send data across individual links

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

CSMA/CD
Carrier sense multiple access with collision detection

A

Used to determine when the communication channels are clear and when a device is free to transmit data

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

Mac address

A

A globally unique identifier attached to an individual network frame.

48 bits
6 groups of hexadecimal numbers

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

Hexadecimal

A

A way to represent numbers using 16 digits

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

Octet

A

Any number that can be represented by 8 bits.

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

Organizational unique identifier
OUI

A

The first 3 octet of a MAC address.

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

Unicast

A

Meant for just one receiving address

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

Multicast

A

Set to all devices on a local network segment. Will be accepted and discarded by each device.

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

Broadcast

A

Sent to every single device on a LAN (local area network)

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

Data packet

A

Term that represents any single set of binary data being sent across a network link

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

Ethernet frame
(Data packets for a ethernet)

A

A highly structured collection of information presented in a specific order.

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

Preamble
(8bytes/64bits)

A

Split into 2 sections. First 7 is a series of alternating zeros and ones, buffer between frames, sync clocks used to regulate the speed ar which they send data. Second is SFD.

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

Start Frame Demiliter
SFD

A

This signals to receiving devices that the preamble is over and that the actual frame contents will now follow

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

Destination MAC address

A

The hardware address of the intended recipient

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

Ether-type field
(2bytes)

A

Describes protocol of the contents of the frame

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

VLAN header
(4bytes)

A

Indication of a VLAN frame. An Ether-type field follows after this.

17
Q

Virtual LAN
(VLAN)

A

A technique that let’s you have multiple LANs operating on the same physical equipment.

Can only be delivered out of a switch interface configured to relay that specific tag.

18
Q

Payload
(46-1500bytes)

A

The actual data being transported which is everything that isn’t a header

19
Q

Frame check sequence
(FCS)

A

A 4 byte (or 32 bit) number that represents a checksum value for the entire frame

20
Q

Checksum Value

A

Is calculated by performing a CRC against the frame.

21
Q

Cyclical redundancy check
(CRC)

A

A mathematical transformation that uses polynomial division to create a number that represents a larger set of data. Must match the checksum number.