• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/33

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

33 Cards in this Set

  • Front
  • Back

Hub

An electronic repeater. It interprets ones and zeros coming in from one port and repeats the same signal out to the other connected ports. Hubs do not send the same signal back down the port that originally sent it.

Problems that using frames address

Frames prevent any single machine from monopolizing the shared bus cable. 2nd, they make the process of retransmitting lost data more efficient.

7 Pieces of an Ethernet Frame

The preamble, MAC Address of the frame's recipient, the MAC of the sending system, the type of data, the data itself, a pad(if needed), and a frame check sequence, generically called a cycle redunandcy check.

Preamble

64-Bit series of alternating ones and zeros that ends with 11. Gives a receiving NIC time to realize a frame is coming, and to know exactly where the frame stays.

MAC Address

Ethernet identifies the NICs on a network using special 48- bit binary address

Promiscuous Mode

The NIC processes all the frames it sees on the cable, regardless of their MAC addresses. (Security Reason)

Type

The Type field helps the receiving computer interpret the frame contents at a very basic level. This way, the receiving computer can tell if the frame contains IPv4 vs IPv6.

Data

The data of the frame contains whatever payload the frame carries.

Pad


If the Ethernet Frame has fewer than 64 bytes of data to haul, the sending NIC will automatically add extra data to bring the data up to the minimum of 64 bytes.

Frame Checking Sequence

Enables Ethernet nodes to recognize when bad things happen to good data.

CSMA/CD (Carrier Sense Multiple Access/Collision Detection)

Determine which computer should use a shared cable at a given moment. Multiple access means that all machines have equal access to the wire. When they detect a collision, both nodes immediately stop transmitting . They, then , each generate a random number to determines how long to wait before trying again. *Only one device can use the segment contained in the hub without causing a collision.*

Collision Domain

A group of nodes that have the capability of sending frames at the same time as each other, resulting in collisions.

10BaseT

10=10Mbps. Base=Baseband. T= Twisted Pair. Requires the use of CAT3 (or higher), two pair, unshielded twisted pair (UTP cable)


RJ 45

Connects to a single wire inside the cable; this enables devices to put voltage on the individual wires within the cable. The pins on the RJ-45 are numbered from 1-8. 10BaseT devices use pins 1& 2 to send data, and 3 & 4 to receive data.

Half Duplex Mode

NICs that can only communicate in one direction.

Full Duplex Mode

NICs that can send and receive at the same time.

10BaseT Specs

Speed- 10 MBPS


Signal Type - Baseband


Distance - 100 Meters between the hub and node.


Node Limit - No more than 1024


Topology - Star Bus, physical star, logical bus.


Cable Type - Cat 3 or better UTP cabling with RJ-45 connectors.

10BaseFL Specs

Speed- 10 MBPS


Signal Type - Baseband


Distance - 2000 Meters between the hub and node.


Node Limit - No more than 1024


Topology - Star Bus, physical star, logical bus.


Cable Type - Multimode fiber-optic cabling with ST or SC connectors.

Extending/ Enhancing Ethernet Networks

You can install additional hubs to connect multiple local area networks. A netrowork, bridge can connect two Ethernet segments, effectively doubling the size of the collision domain. You can also replace the hubs with better devices.

Ethernet Segments

If every node on the network connects to the same hub, the hub becomes a single point for failure. You can connect hubs via uplink or crossover.

Uplink Ports

Enable you to connect two hubs using a straight-through cable.

MDI

A regular port on a hub or switch

MDI-X

A media dependent interface crossover is an uplink port.

Crossover Cable

Reverses the sending and receiving pairs on one end of the cable. One end of the cable is wired according to the TIA/EA 568A standard, whereas the other end is wired according to the TIA/EA 568B.

Bridge

Acts like a repeater or hub to connect two Ethernet segments, but it goes one step beyond - filtering and forwarding traffic between those segments based on the MAC Addresses of the computers on those segments. This preserves bandwidth and makes a larger Ethernet network possible.

Filter

To filter traffic, means to stop it from crossing from one network to the next.

Forward

To forward traffic means to pass traffic originating on one side of the bridge to the other.

Switch

A device that filters and forwards traffic based on some criteria. Each port on a switch has its own collision domain, plus the switch can buffer incoming frames.

Source Address Table (SAT)

Table of MAC addresses created by the switch.

Bridge Loops AKA switching loops

Redundant connections

Spinning Tree Protocol (STP)

This eliminates the problem of accidental bridge loops. Switches with STP enables, can detect loops, communicate with other switches, and set the looped port's state to blocking.

Bridge Protocol Data Unit

STP enabled switches use these to communicate with each other to determine things like the distances between them and to keep track of changes to the network.

Hub/Switch Problems

Obvious Physical Damage


Dea Ports


General Flakiness