Understanding Ethernet Standards and Network Topologies
Classified in Technology
Written on in
English with a size of 2.72 KB
IEEE Institute of Electrical and Electronics Engineers
ISO International Organization for Standardization
ANSI American National Standards Institute
IETF Internet Engineering Task Force
ITU International Telecommunications Union
TIA Telecommunications Industry Association
Ethernet
Ethernet is a standard for local area networks (LANs) that defines the wiring and signaling characteristics of the physical layer and formats of the data link layer of the OSI model. Common topologies include:
- Bus
- Star
- Tree
Fast Ethernet
Fast Ethernet is an extension of the Ethernet standard currently used in many LANs around the world. These networks operate at a speed of 100 Mbps.
Gigabit Ethernet
IEEE 802.3 Gigabit Ethernet is a new standard for the telecommunications industry that supports networking at speeds of 1 Gbps.
LocalTalk
LocalTalk adapters are used to connect computers in a network using star, bus, or tree topologies.
Token Ring
Token Ring operates based on token passing, allowing data to move from one computer to another at speeds ranging from 4 to 16 Mbps.
FDDI
Fiber Distributed Data Interface (FDDI) is used to interconnect two LANs over great distances, utilizing token passing at speeds of 100 Mbps.
Wi-Fi
Wi-Fi is a network system that uses radio waves instead of cables, capable of reaching speeds of up to 108 Mbps.
Network Topologies
Network topology refers to the arrangement of different elements (links, nodes, etc.) in a computer network. Key topologies include:
- Star: All nodes connect to a central hub. If the central node fails, the network goes down.
- Bus: Uses a single cable to connect all devices. If the link fails, the entire network can be affected.
- Tree: A hierarchical structure where nodes are connected in a parent-child relationship. If a parent node fails, all child nodes become isolated.
- Ring: Nodes are connected in a circular fashion. If one node fails, it can disrupt the entire network.
- Mesh: Each node is connected to multiple other nodes, providing alternative routes if any link fails.