8.1 Introduction to Networking Flashcards
What is a computer network?
A computer network consists of multiple devices connected together to share resources and services.
The ___________ model is a network computing model that defines how resources and services are shared across a network.
The client-server model is a network computing model that defines how resources and services are shared across a network.
Client-Server Model
This two-way conversation between the client and server is known as the ___________ method of device communication.
This two-way conversation between the client and server is known as the request and response method of device communication.
What are the mian risks and thrests included in newtork security?
- Unauthorized access to networks
- Denial of service (DoS) attacks
- Eavesdropping
- Datamodifcation
____________ is a private
computer network that connects devices in smaller physical areas.
A local area network (LAN)—a private
computer network that connects devices in smaller physical areas.
LANs offer the following advantages:
Netwroks speed & performanc - Since the devices are physically near each other, connections are significanly faster and perform better.
Netwrok secuirty - With security devices, a business can control what data comes in and out of their local network as well as who has access to resources.
Versatility - New network devices can be easily added or removed inside a LAN due to the proximity of the devices within the network.
As technology advanced, computer networks expanded and small networks in diffrent locations were able to connect, creating ___________.
As technology advanced, computer networks expanded and small networks in diffrent locations were able to connect, creating Wide Area Networks (WAN)
What is a network topology?
Machines on a network are connected in a specific design in order to properly serve the required performance, data flow, and security factors.
What are the pros of Ring topology?
Pros:
Reduced chances of data collision as each node release a data packet after receiving the token.
Cable faults are easily located, making
troubleshooting easier
Ring networks are moderately easy to
install
What are all the network topologies? (8)
- Ring
- Linear
- Star
- Bus
- Tree
- Fully Connected
- Mesh
- Hybrid
Cons of Ring topology
In Unidirectional Ring, a data packet must pass through all the nodes.
A single break in the cable can disrupt the
entire network.
Expansion to the network can cause
network disruption
What is the most common network topology?
Hybrid
Explain Star Topology
All computers/devices connect to a central
device called hub or switch.
• Each device requires a single cable • point-to-point connection between the device and hub. • Most widely implemented • Hub is the single point of failure
What are the pros of star topology?
Easily expanded without disruption
Cable failure affects only a single
user
Easy to troubleshoot and isolate problems
What are the cons of star topology?
Requires more cable
A central connecting device allows
for a single point of failure
More difficult to implement
Explain Mesh Topology
Each computer connects to every other.
• High level of redundancy.
• Rarely used.
– Wiring is very complicated
– Cabling cost is high
– Troubleshooting a failed cable is tricky
– A variation hybrid mesh – create point to point connection between specific network devices, often seen in WAN implementation.
Explain Hybrid Topology
Hybrid topology is an integration of two or more different topologies to form a resultant topology which has many advantages (as well as disadvantages) of all the constituent basic topologies rather than having characteristics of one specific topology
Explain Fully Connected Topology
A fully connected network, complete topology, or full mesh topology is a network topology in which there is a direct link between all pairs of nodes. In a fully connected network with n nodes, there are n(n-1)/2 direct links.
Netwrok Devices: Router
A router is a networking device that forwards (routes) resources to other networks. A router can connect two different LANs, two different WANs, a LAN to a WAN.
Network Devices: Switch
A switch is a networking device that forwards resources within a network. In other words, switches connect devices within a LAN.
Network Devices: Hub
A hub serves the exact same purpose as a switch, except it is not an intelligent device. Therefore, hubs cannot be
programmed. Instead, they will direct a copy of the exact same resource to all computers connected to them.