Chapter 4: Ethernet Basics Flashcards
Ethernet hubs take an incoming packet and ________ it out to the other connected ports.
repeat
What is appended to the beginning of the Ethernet frame?
Preamble
Which networking devices can use the Spanning Tree Protocol (STP)?
Switches
What device directs packets based on MAC address?
Switch
What is the IEEE committee that controls Ethernet standards called?
802.3
What topology does Ethernet use?
Star bus
What is Ethernet?
A standard for a family of network technologies that share the same basic bus topology, frame type. and network access method.
What is the purpose of a preamble on a frame?
It gives a receiving NIC time to realize a frame is coming and to know exactly where the frame starts.
What does the type field of an Ethernet frame do?
Helps the receiving computer interpret the frame contents at a very basic level. (IPv4 or IPv6)
What is the minimum size of an Ethernet frame?
64 bytes
What happens if an Ethernet frame has fewer than 64 bytes of data?
The sending NIC will automatically add extra data (padding)
What is CSMA/CD?
Ethernet networks use a system called carrier sense multiple access/collision detection (CSMA/CD) to determine which computer should use a shared cable at any given moment.
What is a collision domain?
A group of nodes (NICs/computers) that have the capability of sending frames at the same time as each other resulting in collisions.
What do the nodes do if a collision occurs?
Each node stops transmitting, determines a random time to wait, then retransmits.
What is the average maximum percentage of collisions in an Ethernet network?
10 percent
What is the central box for 10BaseT?
A hub