ITEC3116-SNAL-Lecture 16 - Linux Server Configuration
ITEC3116-SNAL-Lecture 16 - Linux Server Configuration
ITEC 3116
Server Configuration in Linux
Lecture 16-Week 8,
June 2020.
Recap of the previous Lecture
What is Pipe
Commands with Pipe
How to use filter in Linux
The concept of Grep Command
Agenda for Today’s Class
Server Configuration in Linux
Requirements
Following Models
Network Model
What is a Client?
What is a Server?
Client-Server Model …
Client
A client is a piece of hardware or
software used to communicate with a data
provider by sending a request.
Server
A server is a piece of hardware
or software that must be capable of
providing response to a specified request
or query.
Client-Server Model….
A network architecture in which many clients
request and receive services from a server is
called Client-Server model.
User sends request to the server
Server receives the request from client computer
and takes proper action on it.
The result of the request (response from server)
is sent to the client.
The World Wide Web (WWW) uses this
client/server model to allow millions of users
to access Web sites all over the world.
2- Peer-to-Peer Model
A network architecture in which all
computers on the network have equal
status is called Peer-to-Peer model.
In peer-to-peer network, there is no
central computer to control other
computers on the network.
Each computer can share the data
and device (or resources) of other
computers in the network.
3- Hybrid Network Model
The hybrid network model has
combined features of both Client-
Server and peer-2-peer network
models.
It also has one or more servers .
The users can also share data and
resources.
Each node can store its own data files
and programs.
Server and Web-Server