Ethernet basics Flashcards
What is the purpose of using small discrete frames instead of sending data all at once over a network?
Big data chunks would monopolize the network and reduce availability for other people.
What is a frame’s preamble.
An eight byte “warning of incoming data” segment in a frame for NICs
True or false: The “Type” section within a frame tells the NIC if the data within is an email, http, etc.
False. It only tells if the data is IPv4, 6, etc.
When is padding used in a frame and why?
Padding is used when a frame does not meet minimum size requirements of 64bytes.
What is baseband
One signal over a wire at a time
What is broadband
Multiple signals over the same wire. Ex: Your tv and internet signal over the same coax cable is your ‘broadband connection’
On an 8P8C connector what are the sending and receiving pins
1 and 2 send
3 and 6 receive
What does TIA 568 A start with
GW, G
What does TIA 568B start with
OW, O
On a 10BaseT network how many hosts can a hub handle? And What topology i scommonly used?
1024, starbus
What does the “Carrier sense” of CSMA/CD mean?
The ability for NICS to detect when a signal is already on the network’s wire and wait to transmit their data when it’s free.
What does the “Multiple access” part of CSMA/CD mean?
All computers have equal access to the network wire
What does the “Collision detection” part of CSMA/CD mean?
When a collision is detected (NICS can do that apparently), the two sending NICS will stop transmitting and wait for a random interval before checking the wire again.
How are switches better than hubs
They create a point to point connection between nodes, giving them maximum bandwidth.
What happens when you first turn on a switch?
It will act like a hub until it has gathered all the MAC addresses of the nodes on its network.