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
Which pins of an RJ-45 connector are used to send data? receive data?
Pins 1 and 2 are used to send data
Pins 3 and 6 are used to receive data
What does it mean for a NIC to run in half-duplex mode?
The NIC can only communicate in one direction at a time, i.e. cannot send while receiving and vice versa.
What does it mean for a NIC to run in full-duplex mode?
The NIC can send and receive at the same time.
What is the arrangement of wires according to the TIA/EIA 568A standard?
WG G WO B WB O WBr Br
What is the arrangement of wires according to the TIA/EIA 568B standard?
WO O WG B WB G WBr Br
Fill in the following qualities of 10BaseT
1) Speed:
2) Signal Type:
3) Distance:
4) Node Limit:
5) Topology:
6) Cable Type:
7) Connector:
1) 10 Mbps
2) Baseband
3) 100m between hub and node
4) 1024/hub
5) Star bus
6) CAT3 or better UTP
7) RJ-45
Fill in the following qualities of 10BaseFL:
1) Speed:
2) Signal Type:
3) Distance:
4) Node Limit:
5) Topology:
6) Cable Type:
7) Connector:
1) 10Mbps
2) Baseband
3) 2000m between hub and node
4) 1024/hub
5) Star bus
6) Multimode fiber
7) ST or SC
What is a media dependent interface?
A regular old port on a hub or switch.