1.6 Compare and Contrast network topologies, architectures, and types. Flashcards
What is a BUS topology?
- Its physical layout is usually a star.
- It has one node that transmits while all other receive (broadcast).
- Only a single node can transmit at a time.
- Cable failure breaks the entire network.
What is a RING topology?
- One node transmits; all receive (broadcast).
- Each node transmits in return.
- Failure in a node affects the entire network (token can get stuck because it cannot get passed along).
What is a STAR (hub and spoke) topology?
- Most current network topology in use today.
- Failure in one node doesn’t affect the others.
- Failure of the central device will affect the others.
- Requires more cabling than its predecessors.
- Example: Switched Ethernet networks with the switch located in the middle.
What is a HYBIRD topology?
Uses a combination of physical and logical topologies to take advantage of all the benefits combined.
What is a MESH topology?
- Each device is connected to every other device.
- Can typically be the most expensive solution; has limited scalability; but very fault tolerant.
What is a Peer-to-Peer network type?
- This is when any system can act as a client, server, or both.
- Makes sharing easier, administration more difficult, but is also more cost-effective and easier to deploy.
What is a Client/Server network type?
- Central, dedicated server where the client talks to the server, not to other clients.
- Powerful performance, high level of security, can be expensive, complex and has no resource sharing.
What is a Local Area Network (LAN)?
Can include primary offices, remote offices, or individual remote workers (300-foot radius)
What is a Wide Area Network (WAN)?
Are typically connected using specific technology protocols (ATM, Frame Relay) that are better suited to long-haul communication that local area technology cannot.
What is a frame relay?
it is a Layer 2 protocol for data transmission that uses either Permanent Virtual Circuit (PVC) or Switched Virtual Circuit (SVC) - PVC is most common implemented in enterprise networks since all data frames follow the same path; does not have authentication or encryption.
What is Asynchronous Transfer Mode (ATM)?
Layer 2 protocol designed to replace Frame Relay; uses ATM End Station Addressing (ASEA) system; has not authentication or encryption.
What is a Metropolitan Area Network (MAN)?
It connects multiple LANs across a larger area but is smaller than a WAN (30 mile radius).
What is a Personal Area Network (PAN)?
It connects devices within a user’s immediate area; typically concerned with the exchange of information in this short space (33-foot radius).
Spine and Leaf Architecture
- Each leaf switch connects to each spine switch and vice versa.
- HOWEVER, leaf switches DO NOT connect to each other and same for the spine switches.
What is “Top-of-rack” Switching?
- Each leaf is on the “top” of a physical network rack (which may include a group of physical racks).
- It allows your network to have more simple cabling solutions, very redundant and fast.