Communication (Chapter 2) Flashcards
How is a wireless network set up ?
Since there are no wires, devices called Wireless Access Points (WAPs) are used. Several of them are placed in fixed locations to permit uninterrupted wireless connection.
The WAP is a hardware component that is usually a part of the router and provides radio communication from the central device to the nodes on the network and vice versa.
What is a Wireless Access Point (WAP) ?
The WAP is a hardware component that is usually a part of the router and provides radio communication from the central device to the nodes on the network and vice versa.
What are the differences between a wired network and a wireless network ?
What is a client-server model ?
In the client-server model, there are clients (computers) which communicate with a central server (a computer could act as the server).
Files are saved on servers
Clients send requests to the servers
The servers process the requests and return the results to the client
The client displays the results to the user
When are client-server models used ?
A client-server model is used when,
- There is a large user base
- The access to the network resources needs to be controlled
- There is a need for good security
- The data has to be secure and backed up
Examples of client-server models are : -
A star network
A print server
A file server
A bank
Sending and receiving emails
What are the pros and cons of the client-server model ?
Pros
- The data is backed up
- The files and resources are centralized, controlled and monitored.
- There is a high level of security (access rights)
Cons
- It is complex to monitor
- If the server fails all the users are affected
What is a peer-to-peer model ?
In the peer-to-peer model, all the nodes are interconnected and they communicate with each other. There is no central server.
All the computer are of equal status and each computer provides access to resources and data.
The nodes can communicate and share resources and in this model each node is responsible for its own security.
When are peer-to-peer models used ?
A peer-to-peer model is used when,
- There is a small user base
- There is no need for strong security
- The application is workstation based
For example,
- Bus networks
- Mesh networks
- Skype or Whatsapp
- A small business with 5 employees
What are the pros and cons of the peer-to-peer model ?
Pros
- It is easy to set up
- There is less data congestion
- If one of the devices fails, it doesn’t affect the rest of them
Cons
- There is weak data security, each computer is at risk of malware from the others
- There is no centralized data back-up so data can be lost
- Since various systems have access to one computer there is a chance of malpractice
- It is difficult to monitor and oversee user activity.
What is a thin client ?
A thin client is a device or software which is heavily dependent on having access to a server. The thin client will not work unless it is connected to a server at all times.
The server does all of the processing while the thin client simply sends the request and displays the result to the user.
The data is stored on a remote server
For example : - A web browser
It is an example of a peer-to-peer model
What is a thick client ?
A thick client is a device or software that can work offline or online. It can perform some processing whether or not it is connected to a server
The server performs some processing for the client but most of the processing is done by the thick client itself.
The data is stored on a local resource like an HDD or an SSD.
For example : - A Laptop or a video game
What is bus network topology ?
- There is a single central cable to which all the nodes are connected
- Data only travel in one direction and only one device can transmit data at a time . (it is half duplex)
- Terminators are placed at each end of the cable
It should be used when there is a small number of devices with light traffic.
E.g. : - A small company
What are the pros and cons of bus network topology ?
Pros
- Even if one node fails, the rest of the network continues to work normally.
- It is easy to expand
- Requires little cabling
- Cheaper
Cons
- If the main cable fails, the whole network collapses.
- The network does not work well under heavy loading as data collisions tend to occur.
- The network has weak data security since the data packet passes through EVERY node.
What is star network topology ?
- It uses a central switch which each node is connected to
- The data is sent from the sender to the central switch
- So the data is sent bi-directionally
- The switch reads the packet and forwards it to the destination node only
It should be use when there is a large organization and there is a lot of data traffic.
E.g : - LAN
It is an example of a client-server model
What are the pros and cons of star network topology ?
Pros
- There is a very low chance of data collisions occurring
- It is more secure since the packets only travel to the destination node
- It is easy to add nodes
- If any of the connections is broken it only affects one node.
Cons
- If the central switch fails then the whole network collapses
- It is expensive to set up