Chapter 4 - Ethernet Basics Flashcards
What was the DIX standard
Enabled multiple computers to connect @ 10 Mbps
Define Ethernet
A standard for a family of network technologies of similar bus topology, frame type, and network access method.
i.e. 10Base2 or 10Base5
What is the purpose of breaking data into frames?
Prevents machines from dominating the bus cable and are more efficient when re transmitting lost data
How do you differentiate between frames and packets
Frames = MAC addresses Packets = IP protocol
What are the 6 pieces of a basic frame
Preamble | Recipient MAC | Senders MAC | Data Type | Pad (if need) | FCS
What is the preamble of a frame
7 byte of alternating 1 and 0 with a 1 byte start frame. This is to let the NIC know a frame is incoming and to know where the frame starts.
What is promiscuous mode`
NIC will analyze all packets regardless of the MAC addresses.
What is the type field of a frame
Helps the receiving computer interpret the frame contents at a basic level.
Will not tell you if it is higher level data (email, etc.)
What is the pad
If a frame if below the minimum 64 bytes the pad will bring the data up to the minimum
what is CSMA/CD
Carrier Sense Multiple Access/Collision Detection.
Its purpose is to determine which computer should use a shared cable. Each cable analyzes the cable before sending.
What happens during a collision
Both transmissions are lost. A randomly generated waiting period is started before sending again.
What is an average number of collisions on a network
Max 10 percent
What is a collision domain
group of nodes that have the capability of sending frames simultaneously
How was a Thicknet network setup
With a thick cable that snaked through the building with a vampire tap used to pierce the cable to connect a workstation.
What ethernet standard was Thicknet
10Base5