ch2 Flashcards
benefit of networking computers and devices
1- devices could be shared
2-licenses to run software on networks are often cheaper than running one for every device
3- data and files are backed up centrally after the end of each day
4- access to reliable data that comes from a central source
drawback of networking computers and devices
1- managing a large network can be difficult and a complex task
2- a breakdown in a device can affect the whole network
3- Cabling and servers can be an expensive initial outlay
how does lan become part of wan
the computers and devices in a lan are connected to hubs or switches, one of the hubs or switches is connected to a modem or router to allow lan to be part of wan
wirless lan
lans that provide wireless communications using infrared or radio signals instead of wires and cables
wireless access point
allows devices to access a lan without a wired connection
identify two differences between lan and wan
1- wan covers a large geographical area while lan covers a small geographical area
2- lan connections between devices are usually physical, while connection in wan is virtual
3- lan has a high transfer rate while wan has a low transfer rate
4- ownership in lan is private while it can be private or public in wan
what is a mesh topology
all computers are connected to at least one other device, it contains multiple routes between devices
advantage of using mesh topology instead of bus topology
1- if one route goes down there are more available
2- security is better since it does not use one main line
3- fewer collisions
role of different computers in a thin-client model
clients only send requests to the server and display the returned results, server performs all processes required by the tasks and data storage
benefit of using both wired and wireless connections
wired provides better performance for the device
There will be less interference if students connect via a cable
Wireless connection means that the students can use their devices in different rooms/ device is portable
Wireless connection enables the students to bring multiple devices
Identify and describe the two parts of an IP address in a subnetwork
IP address is made up of a network ID and a host ID:
1- Each device in a subnetwork has the same network ID
2- Every device in each subnetwork has a different host ID
client-server
network that uses separate dedicated servers and specific client workstation. all client computers are connected to the dedicated servers
features of client-server
1- user is able to access most files which are stored in dedicated servers
2- it allows the installation of software onto a client’s computer
3- the model uses central security databases which control access to the shared resources. (the user must log into the network using password and user ID)
Peer-to-peer
network in which each node can share its files with all the other nodes. Each node has its own
data and there is no central server.
thin client
device that needs access to the internet for it to work and depends on a more powerful computer for processing
thick client
device that can work both on line and off line and is able to do processing even if its not connected to a network/internet
key features of using pee-to-peer model
1- all computers are of equal status
2- Each computer provides access to resources and data
3- Computers can communicate and share resources
drawbacks of peer-to-peer model
1- reduced security, ach computer is at risk from viruses from other computers
2- No central management of backup, f the data from one computer is not backed up it is lost to all of them
3- Individual computers may respond slower, because they are being accessed by other computers
advantages and disadvantages of thick client
advantage:
-more robust (device can carry out processing even when not connected to server)
- clients have more control (they can store their own programs and data/files)
disadvantage:
- less secure (relies on clients to keep their own data secure)
- each client needs to update data and software individually
- data integrity issues, since many clients access the same data which can lead to inconsistencies
advantages and disadvantages of thin client
advantages:
- less expensive to expand (low-powered and cheap devices can be used)
- all devices are linked to a server (data updates and new software installation done centrally)
-server can offer protection against hacking and malware
disadvantage:
high reliance on the server; if the
server goes down or there is a break in the communication link then the devices cannot work
- despite cheaper hardware, the start-up costs are generally higher than for thick clients
Network topologies types
1- bus
2- mesh
3- star
4- hybrid
bus network topology
network using single central
cable in which all devices are connected to this cable so
data can only travel in one direction and only one device
is allowed to transmit at a time. each node looks at each packet and determines whether or not the address of the recipient in the package matches the node
address. If so, the node accepts the packet; if not, the packet is ignored
star network topology
a network that uses a central
hub/switch with all devices connected to this central
hub/switch so all data packets are directed through this
central hub/switch.
Mesh network topology
interlinked computers/
devices, which use routing logic so data packets are sent from sending stations to receiving stations only by the shortest route.
Hybrid network topology
network made up of a combination of other network topologies.
advantages of a bus network
- Even if one node fails, the remainder of the network continues to function.
- It is easy to increase the size of the network by adding additional nodes
disadvantages of a bus network
- If the main cable fails, the whole network goes down.
- The performance of the network deteriorates under heavy loading.
- The network is not secure since each packet passes through every node.