What is 10BaseT
earliest form of ethernet designed to use UTP.
Describe an ethernet frame?
preamble,MAC dest address, source mac, type, data, pad, FCS
What does the preamble consist of?
64 bits of alternating ones and zeros that end with 11
-Let’s NIC know frame is coming and where frame starts.
what is a sniffer?
can order NIC to run in promiscuous mode.
What is the type field of an ethernet frame.
Lets receiving system know if its IPv4 or IPv6
What is the data?
the payload
What is the padding?
minimum frame size is 64 bytes
-adds extra data to bring up to 64 bytes.
What is the FCS of a frame?
CRC
What is CSMA/CD?
carrier sens multiple access/collision detection
-proper running network has max of 10% collissions
Describe the 10BaseT standar
Describe 10BaseFL
What is mediat dependent interface(MDI)?
regular port on hub or switch
What is MDI-X?
uplink port
What is a bridge?
Acts like a repeater or hub to connnect two ethernet segments.
What is an Ethernet switch?
What is a unicast?
only sent to intended receiver.
What is a broadcast?
sent to all the ports.
What is a bridge loop?
Also called a switch loop, its a redundant connection in a network.
What is spanning tree protocol?
STP eliminates accidental bridge loops.