Domain 2.3 Flashcards
What are the first two fields of an Ethernet Frame, and what is their purpose
- Preamble: 7 bytes:
56 alternating 1’s & 0’s used for synchronization, and singaling that a frame is coming. - SFD (Start Frame Delimiter) 1 byte
Used to signal the end of the Preamble.
What are the ladder three fields of an ethernet frame
Ethertype 2 bytes:
Used to describe the data contained in the payload.
Payload 46-1500 Bytes:
Layer 3 and higher data being transmitted.
FCS (Frame Check Sequence) 4 Bytes
CRC checksum of the frame.
Describe what a MAC address is
MAC Addresses are hexadecimal physical addresses of a NIC.
They are 48bits long or 6 Bytes
They are separated into two parts:
The OUI (organizationally unique ID)
&
Network interface Controller Specific serial number
Describe half duplex
A half duplex device cannot send and receive simultaneously.
- All LAN hubs are half-duplex
-Switch intfteraces can be set to as 1/2 duplex, but usually only when the device connected to the switch interface is also half/duplex
Describe full duplex
Data can be sent and received at the same time.
- A properly configured switch will be set to full duplex.
True or False, CSMA/CD is in widespread use today
False
CSMA is only half duplex ethernet, and is no longer in use.
Explain how CSMA/CD works
- Listen for an opening on the line
-If someone is transmitting, set a timer and wait - Send a frame of data when possible.
-No prioritization. - If a collision occurs
- Send a jam signal to notify other TX’ers that a collision occured. - Everyone sets a random timer, waits, and then starts back at step 1.
What are the primary functions of a switch
To forward or drop frames.
Gather a constantly updating list of MAC addresses.
- Built using the Src MAC of incoming frames.
Maintain a loop-free environment using STP
How does a switch learn MAC addresses, and what does it do when it cannot find a MAC.
The switch will take note of the src address of the frame and the interface that the frame came in on.
If the Switch does not know the interface that the dest MAC is on, it will flood the frame to everyone. Devices ignore the frame if it is not addressed to them.
What is NDP and how do routers discover one another using it?
Network discovery protocol.
Routers that are brought online will perform a Router Solicitation (RS) and the other routers that have a multicast address configured will respond with a RA (router adverstimsent)
Why was NDP created
It is used with IPv6 to replace ARP. Instead of using broadcasts, which don’t exist in IPv6, NDP makes use of multicast
What is SLAAC?
Stateless Address Auto-configuration:
- Devices automatically create themselves an IP address without a DHCP server.
What is DAD
Duplicate Address Detection -
Protocol that will detect duplicate IP addresses.
How do endpoints find one another using NDP?
Endpoints send NS (Neighbor Solicitations) to a multicast address.
Other Endpoints will respond using a NA (Neighbor Advertisement) with their MAC Address
What are the two forms of PoE
EndSpans - Devices with built in power
MidSpans - Devices that are in-line power injectors
What are the two power modes for PoE
Mode A: Power over data pairs - used
Cat5 and newer
Mode B: Power on the spare pairs
Only used with Cat5 and older 10/100 Mbit/s
What is IEEE 802.af
The original PoE standard
15.4 watts DC power
What is IEEE 802.at
PoE+
25.5 watts DC power