# Cabling and Packet Flows

### Types of Communication

* Unicast - one-to-one
* Broadcast - one-to-all

![](/files/-M1Hpc0U409tyEOq3H-B)

* Multicasts - One-to-some - Only sends traffic if they have subscribed.
* Ping broadcast address to get CAM table fill.
  * eg. #ping 255.255.255.255
* Multicast traffic is "flooded" and NOT broadcast - they are different hexadecimal addresses (FF:FF:FF:FF)

### Auto MDI/MDIX

* Normally Routers and PC's use MDI
* Normally Switches and Hubs use MDIX (Medium Depemdent Interface Crossover)
* Auto MDI/MDIX allows for automatic switching once a cable is connected

### Cable Cateogories

* The higher the category the more twists it has within the cable. Its also less suscebtible to electromagnetic interference and the more stringent the specifications for cross-talk and system noise.

![](/files/-M1Us3tPlPxmUvD0KA73)

### DAC Cables

Direct Attachment Cable (DAC) uses copper Twinax and comes up to lengths of up to 15m and has SFP's on each end.

![](/files/-M1VQNe5G2hmuxul3NLZ)

### Hubs

Physically its a star topology but logically its a bus. It lives at the PHYSICAL LAYER and is a SINGLE collision and SINGLE broadcast domain. Traffic is received by everyone and not uni-cast like switches etc. Remember the HUB is a multi-port repeater and if its a 10Mbs its SHARED amongst all ports. If you had 4 ports it would be calculated as 10/4\*30% = 0.75Mbps per port. The 30% is maximum utilisation.

### Bridges

Remember wireless networks **operate** like Hubs - for example a 54Mbps wireless network is actaully 54/by tjhe number of devices connected to the access point!!\
A bridge is a L2 device and uses MAC address table to intelligently send traffic. Brigges are slower as they do the processing in software whereby switches process frames using ASIC's (Application Specific Intergrated Circuits). MAC addresses are learnt by traffic coming through the bridge.\
With a bridge, EACH port is in its own COLLISION domain, but a SINGLE broadcast domain. Remember aslo,  a HUB is a SINGLE collision domain and SINGLE broadcast domain.

![](/files/-M1V_d2tee1mEnuGDK92)

### Switches

Similar to bridges in a sense that it resides on Layer 2, it also has a MAC address table to forward traffic but it processes the traffic in ASIC's has more ports available than a bridge. There is no degradation of traffic unlike a bridge, they operate at much higher speeds (wire speed switching) and each port gets the full speed (10Mbs or 1Gbps)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cisco.microcisco.com/icnd-1/cabling-and-packet-flows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
