Network Architecture Flashcards
What is computer network architecture ?
- Physical and logical design of bewirkt components
- based on how computers and network devices are arranged and how duties are assigned
What is a Peer-Peer (P2P) Network?
- network architecture where two or more computers link and exchange resources without needing a server
- each device in network is recognized as a peer with functionalities that contribute to network
- each computer functions as both, server and client
- can be physically connected to hub
What is Client/Server Architecture ?
- multiple (physical or remote) clients request and receive services from a central server = host computer
- central operator is server / clients are devices demanding a resource
- server primary authority that executes all key functions
What is a bus Topology?
every computer and device on network is linked to sigle cable
- data moved only in one direction
What are the advantages of Bus Topology?
- Cost effective
- Lowest cable requirements
- Useful for small Networks
- Easy to understand
- Easy to expand by joining two cables together
What are the disadvantages of Bus Topology?
- If cable fails, while network fails
- If network performance is heavy, network performance decreases
- Cables have limited lengths
What is a mesh topology?
- Every device connected to another via specific channel
- These Channels are known as links
What are the advantages of Mesh Topology?
- Robust
- Easy to diagnose problems. Data reliable since transferred through dedicated channels or links
- Provides security and privacy
What are the Disadvantages of Mesh Topology?
- Installation and Configuration are complicated
- Cable costs high since bulk wiring is required
- Maintenance costs are high
What is Star Topology?
- all devices connected to hub which acts as repeater for data flow
- hub can be active or passive
What are the advantages of Topology?
- Fast performance if few nodes and low network traffic
- Can be easily upgraded
- Easy to troubleshoot
- If node fails, rest can still function
What are the disadvantages of star topology?
- high installation cost
- costly to operate
- if hub fails, whole network fails
- performance dependent on the hub and capacity
What is Ring Topology ?
- Each device is connected to each other, with last one to first
- employees several repeaters since it’s compromised of many nodes
- usually unidirectional but can be rendered bidirectional by connecting each network node to two connections = Dual ring topology
— two data rings, opposite sides. If one ring fails the other works as backup
What are the advantages of ring topology
- inexpensive to install and expand
- Transmitting network not affected by high traffic
Disadvantages of Ring Topology ?
- Troubleshooting is difficult
- Adding it deleting computers disrupts network activity
- Failure of one computer disrupts the entire network
What is Tree Topology?
- hierarchical Topology
- has root node in which all other nodes are connected to it hierarchically
Advantages of Tree Topology
- Builds on Bus and Star Topology
- Nodes can be easily expanded
- Easy to manage and maintain
- Allows easy error detection
Disadvantages of Tree Topology
- Requires heavy cabling
- Costly to implement
- The more nodes, the more difficult to maintain
- If central hub fails, whole network fails
Hybrid topology
- employs features of two or more topologies
Advantages of Hybrid Topology
- Reliable, since error detection and troubleshooting is easy
- Effective
- Scalable, so networks can be easily increased
- Flexible
Disadvantages of hybrid topology
- It’s design can be complex
- Can be costly