SlideShare a Scribd company logo
1 of 44
INCLUDING
BASIC NETWORKING
• 3 primary logical architectures
1. Host-based
• Traditional mainframe / central computer model
2. Client-based / Peer-to-Peer
• Historically most home-based and many small office
networks
3. Client-server
• Microsoft model – or what we commonly see today
• Fairly powerful clients interacting with some number
of servers
• Model used on campus
WE WILL ONLY FOCUS ON CLIENT/ SERVER
ARCHITECTURE.
A network architecture
in which each computer
or process on the
network is either
a client or a server.
A simple definition
A simple definition of CS is
“ server software accepts requests for data
from client software and returns the
results to the client.”
• Clients
• Servers
• Communication Networks
Server
Server
Client
• CS model distinguishes between client
/ server devices and applications.
• Clients request specific services.
• Servers respond to individual client
requests for services.
– Functionality implemented in software
• Depending on services the server provides,
physical server computers can be different than
other servers and client computers (i.e. more
processing power, more memory, etc.)
• Structured architecture with specific roles
for specific devices using specific
applications.
– File server, printer server.
• A “managed” network .
– Unlike P2P will have a network admin.
• CS is the most commonly observed
architecture.
– Most applications are designed to be used on
CS architecture.
• Balance processing between clients and
server(s) by dividing functions.
– Client – presentation and application logic.
– Server – Data access logic, data storage,
application logic.
• Applications that run on computers.
• Rely on servers for
– Files.
– Devices. Clients are Applications
– Processing power.
• Example: E-mail client
– An application that enables you to send and
receive e-mail.
• Computers or processes that manage
network resources
– Disk drives (file servers) Servers Manage
– Printers (print servers) Resources
– Network traffic (network servers)
• Example: Database Server
– A computer system that processes database
queries.
• Data Server
• Communication Server
• Internet Server
• Data-oriented; used only for data storage
and management.
• Since a data server can serve more than
one compute server, compute-intensive
applications can be spread among multiple
severs.
• Does not prefer any application logic
processing.
• Performs processes such as data validation,
required as part of the data management
function.
• Requires fast processor, large amount of
memory and substantial Hard disk capacity..
Data
Server
Computer
Server
Provides gateway to other LANs, networks &
Computers.
E-mail Server & internet server.
Modest system requirements .
 multiple slots.
 fast processor to translate
networking protocols.
Internet Server
PC client
UNIX workstations
Local Area
Network
Networks Connect
Clients and
Servers.
o Client-server is a computing architecture which
separates a client from a server.
o It is almost always implemented over a computer
network.
o The most basic type of client-server architecture
employs only two types of nodes: clients and servers.
This type of architecture is sometimes referred to
as two-tier.
It allows devices to share files and resources.
o Server provides the service.
o Client is considered as the customer requesting the
service.
o The server service can be shared among a number of
clients.
o Clients must request or initiate the service.
o The location of the server in the network is transparent
to clients.
• File servers
– File sharing and file processing.
• Data base servers
– Passing file results
– Example: Query in DBMS server
– Typically one single request/reply
• Transaction servers
– Transaction server includes DBMS and transaction monitoring.
– Server has remote procedures run online by the client.
• web servers
– Super-fat servers and thin clients.
– Uses HTTP protocol.
– Java was first to introduce interactive C/S forms.
Client
Client
Server
Server
InternetClient
JAVA
Client
HTML
Application
• Where to push the application to
• Fat clients
– The bulk of the application is running on the client .
– The client knows how the data is organized and where it is .
– Different clients access the same applications different ways .
• Fat servers
– The server more complicated.
– The clients are less complex .
– More of the code runs on the server .
– The network interaction is minimized.
ServerClient
Application
It is the (/) between client and server which glues them
together.
– Allowing the client request for a service and the server
providing it.
• Middleware can also be between server/server.
• Two broad classes
– General
• LAN servers, TCP/IP, Communication stacks,
Queuing services, etc.
– Application specific
• Used to accomplish a specific task
• Groupware specific: SMTP
• Internet specific: HTTP
• Database specific: SQL.
• Purpose
– To divide the application
between the client and server
– Different functionalities of
client and server
• Basic client server model
– Fits various applications
• Small office
• Small business
• Enterprise
• Global
Client
Server
Server
Client Server
Middle
ware
Single Machine
Client Server
Middle
ware
Client Middle
ware
C/S
Middle
ware
C/S
C/S
C/S
Web Browser
GUI
DSM
OS
Service-Specific; DSM
NOS (security, peer-to-peer,
directory, distributed files);
Transport stack (TCP/IP)
Web server
Groupware
DMBS
Etc.
Client
Middleware
Server
PC Server 
Asymmetric Multi-
processing 
Superserver
symmetric Multi-
processing 
Superserver
Multiservers
• Superserver
– A very powerful server.
– Single-server or multiserver.
– Each server can have a single processor or multiprocessor.
– Multiprocessing can be Asymmetric or Symmetric.
• Multiprocessing
• Asymmetric: each processor is dedicated to a
specific task
• Fully symmetric (SMP): applications are divided
into threads and threads are sent to available
processors
– Examples: 32-bit NT, Unix, NetWare
– Requires 3 basic functionalities:
» Global scheduling
» I/O sharing structure
» OS access sharing
• Multi servers
– Pool of servers, providing more processing
power (also called a cluster).
– They divide the task between different servers.
• Server lite
– As opposed to full blown servers.
– Provides a background process on the client
machine that can accept unsolicited networks
request (refreshing database, synchronizing
time, etc.)
• Network services (in general) are the
specific functions/tasks/jobs provided by
the network
– File sharing
– Printing
– Communication
– Mail
– Internet
– Management.
• File and print services
– Allow sharing of data files and printers
• Communications services
– Such as mail services
• Coordination and storage of email
• Internet services
– WWW, FTP, some security
• Access services
– Allow remote users to connect to network
• Login (authorization / authentication)
• Network Management Services
– Traffic monitoring, load balancing, diagnostics
• Networking in Linux follows the client/server
model
– Server provides the resource (web server).
– Client talks to the server (browser, e-mail
program).
• Server has a corresponding program that
communicates with the client (runs in the
background)
– In Windows the server program called service .
– In Linux the server program called daemon.
BASIC NETWORKING
• 1) Local Area Network (LAN)
• 2) Wide Area Network (WAN)
• 3) Metropolitan Area Network (MAN)
• A LAN is a group of computers located in a relatively small
geographical area (like a building or group of buildings).
– Typically owned by a single organization
• A local area network (LAN) is a computer network that
interconnects computers within a limited area such as a home,
school, computer laboratory, or office building, using network
media.[1] The defining characteristics of LANs, in contrast to wide
area networks (WANs), include their smaller geographic area,
and non-inclusion of leased telecommunication lines.
• A group of computers connected within a confined geographic
area.
• Commonly used for intra office communication.
• Various configurations, called topologies,
have been used to administer LANs.
– Ring topology A configuration that connects all
nodes in a closed loop on which messages travel in
one direction.
– Star topology A configuration that centers
around one node to which all others are connected
and through which all messages are sent.
– Bus topology All nodes are connected to a
single communication line that carries messages in
both directions.
Switch
PC PC PC
PrinterPC
?
• A wide area network (WAN) is a network that covers a
broad area (i.e., any telecommunications network that
links across metropolitan, regional, national or
international boundaries) using leased
telecommunication lines. Business and government
entities utilize WANs to relay data among employees,
clients, buyers, and suppliers from various geographical
locations. In essence, this mode of telecommunication
allows a business to effectively carry out its daily function
regardless of location. The Internet can be considered a
WAN as well, and is used by businesses, governments,
organizations, and individuals for almost any purpose
imaginable.[1]
Leased lines from a larger provider form part of the WAN
LAN
• High speed (≥1000 mbps)
• Tend to primarily use Ethernet and
Wi Fi, but also use Token Passing.
• Generally consist of layer 2 devices
like switches, bridges. To a lesser
extent layer1 devices like hubs &
repeaters.
• Typically owned, controlled, and
managed by a single organization.
• Cost is Low as compared to WAN.
WAN
• Low speed (≤ 155 mbps)
• WANs tend to use technology like
MPLS and ATM, and to a lesser
extent (Frame Relay & X.25) for
connectivity over the longer
distances.
• Layer 3 (+) devices such as routers,
multi-layer switches and technology
specific devices like ATM or Frame-
relay Switches etc.
• WANs are typically not owned by
any one organization but exist under
collective or distributed ownership
and management over long
distances.
• Cost is high as compared to LAN.
• A metropolitan area network (MAN)
is a computer network in which two or
more computers or communicating
devices or networks which are
geographically separated but in same
metropolitan city and are connected to
each other are said to be connected on
MAN. Metropolitan limits are
determined by local municipal
corporations; the larger city, bigger
then MAN, the smaller a metro city,
smaller the MAN. [1]
A presentation by:-
Abhinav singh
Class:- 9th ‘B’
Roll no:- 01

More Related Content

What's hot

Basic networking
Basic networkingBasic networking
Basic networkingworr1244
 
Concept of Networking and Operating System.
Concept of Networking and Operating System.Concept of Networking and Operating System.
Concept of Networking and Operating System.AnshulAnand21
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking NetworkJGrace Johnny
 
Networking devices
Networking devicesNetworking devices
Networking devicesfrestoadi
 
Networking devices
Networking devicesNetworking devices
Networking devicesRavi KC
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devicesNumaan Tole
 
Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network DeviceRubal Sagwal
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)nnmaurya
 
Hubs vs switches vs routers
Hubs vs switches vs routersHubs vs switches vs routers
Hubs vs switches vs routers3Anetwork com
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)howare
 

What's hot (20)

Basic networking
Basic networkingBasic networking
Basic networking
 
networking devices
networking devicesnetworking devices
networking devices
 
Basic Networking
Basic NetworkingBasic Networking
Basic Networking
 
Concept of Networking and Operating System.
Concept of Networking and Operating System.Concept of Networking and Operating System.
Concept of Networking and Operating System.
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
 
NETWORK COMPONENTS
NETWORK COMPONENTSNETWORK COMPONENTS
NETWORK COMPONENTS
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Computer network basics
Computer network basicsComputer network basics
Computer network basics
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Networking basics PPT
Networking basics PPTNetworking basics PPT
Networking basics PPT
 
Network Device
Network DeviceNetwork Device
Network Device
 
Network devices
Network devicesNetwork devices
Network devices
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network Device
 
Basic networking
Basic networkingBasic networking
Basic networking
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)
 
Hubs vs switches vs routers
Hubs vs switches vs routersHubs vs switches vs routers
Hubs vs switches vs routers
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Neetika (ppt)
Neetika (ppt)Neetika (ppt)
Neetika (ppt)
 

Viewers also liked

Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Designing an IT Solution
Designing an IT SolutionDesigning an IT Solution
Designing an IT SolutionPhilippe Julio
 
Flex with AMFPHP
Flex with AMFPHPFlex with AMFPHP
Flex with AMFPHPtusay
 
Fundamental of networking in PROJECT INFRASTRUCTURE
Fundamental of networking in PROJECT INFRASTRUCTURE Fundamental of networking in PROJECT INFRASTRUCTURE
Fundamental of networking in PROJECT INFRASTRUCTURE Pruthvi Cholleti
 
Cloud computing saas
Cloud computing   saasCloud computing   saas
Cloud computing saasYukti Kaura
 
Quantum NDX - NAS Based Data Protection
Quantum NDX - NAS Based Data Protection Quantum NDX - NAS Based Data Protection
Quantum NDX - NAS Based Data Protection Quantum
 
Networking Basics and Cisco
Networking Basics and CiscoNetworking Basics and Cisco
Networking Basics and CiscoShoaib Iqbal
 
Presentation on basic networking
Presentation on basic networkingPresentation on basic networking
Presentation on basic networkingqshamim07
 
basic networking
basic networkingbasic networking
basic networkingAnmol Bagga
 
Infrastructure as a Service ( IaaS)
Infrastructure as a Service ( IaaS)Infrastructure as a Service ( IaaS)
Infrastructure as a Service ( IaaS)Ravindra Dastikop
 
Chapter02 -- networking standards and the osi model
Chapter02  -- networking standards and the osi modelChapter02  -- networking standards and the osi model
Chapter02 -- networking standards and the osi modelRaja Waseem Akhtar
 
MIS - IT Infrastructure (Part I)
MIS  - IT Infrastructure (Part I)MIS  - IT Infrastructure (Part I)
MIS - IT Infrastructure (Part I)Soetam Rizky
 
Network Security Fundamentals
Network Security FundamentalsNetwork Security Fundamentals
Network Security FundamentalsRahmat Suhatman
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of NetworkingMukesh Tekwani
 
Network Security Presentation
Network Security PresentationNetwork Security Presentation
Network Security PresentationAllan Pratt MBA
 

Viewers also liked (20)

Basic To Advanced Networking
Basic To Advanced NetworkingBasic To Advanced Networking
Basic To Advanced Networking
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Designing an IT Solution
Designing an IT SolutionDesigning an IT Solution
Designing an IT Solution
 
Flex with AMFPHP
Flex with AMFPHPFlex with AMFPHP
Flex with AMFPHP
 
Fundamental of networking in PROJECT INFRASTRUCTURE
Fundamental of networking in PROJECT INFRASTRUCTURE Fundamental of networking in PROJECT INFRASTRUCTURE
Fundamental of networking in PROJECT INFRASTRUCTURE
 
Cloud computing saas
Cloud computing   saasCloud computing   saas
Cloud computing saas
 
Quantum NDX - NAS Based Data Protection
Quantum NDX - NAS Based Data Protection Quantum NDX - NAS Based Data Protection
Quantum NDX - NAS Based Data Protection
 
Networking Basics and Cisco
Networking Basics and CiscoNetworking Basics and Cisco
Networking Basics and Cisco
 
Presentation on basic networking
Presentation on basic networkingPresentation on basic networking
Presentation on basic networking
 
basic networking
basic networkingbasic networking
basic networking
 
Infrastructure as a Service ( IaaS)
Infrastructure as a Service ( IaaS)Infrastructure as a Service ( IaaS)
Infrastructure as a Service ( IaaS)
 
IT Infrastructure and Platforms
IT Infrastructure and PlatformsIT Infrastructure and Platforms
IT Infrastructure and Platforms
 
Networking Basic and Cisco History
Networking Basic and Cisco History Networking Basic and Cisco History
Networking Basic and Cisco History
 
Chapter02 -- networking standards and the osi model
Chapter02  -- networking standards and the osi modelChapter02  -- networking standards and the osi model
Chapter02 -- networking standards and the osi model
 
MIS - IT Infrastructure (Part I)
MIS  - IT Infrastructure (Part I)MIS  - IT Infrastructure (Part I)
MIS - IT Infrastructure (Part I)
 
Network Security Fundamentals
Network Security FundamentalsNetwork Security Fundamentals
Network Security Fundamentals
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Iaas.paas.saas
Iaas.paas.saasIaas.paas.saas
Iaas.paas.saas
 
Network Security Presentation
Network Security PresentationNetwork Security Presentation
Network Security Presentation
 
Network security
Network securityNetwork security
Network security
 

Similar to C/S archtecture including basic networking

network fundamentals
network fundamentalsnetwork fundamentals
network fundamentalsSithu PM
 
CNE CHP1.pdf
CNE CHP1.pdfCNE CHP1.pdf
CNE CHP1.pdfNehaam3
 
Computer network
Computer networkComputer network
Computer networkRahul Das
 
CSS12 LESSON 02.pptx
CSS12 LESSON 02.pptxCSS12 LESSON 02.pptx
CSS12 LESSON 02.pptxRGSMags
 
Chapter One Network nile.pptx
Chapter One Network nile.pptxChapter One Network nile.pptx
Chapter One Network nile.pptxMohamedAbdi347025
 
Lecture 2 types of network
Lecture 2 types of networkLecture 2 types of network
Lecture 2 types of networkAlbert Abbosey
 
Introduction to networks
Introduction to networksIntroduction to networks
Introduction to networksSagar Gor
 
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptxUNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptxLeahRachael
 
Computer communication network
Computer communication networkComputer communication network
Computer communication networkhimz676987
 
CCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructureCCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructureNiviV4
 
chapter one introduction to computer network maruf.pptx
chapter one  introduction to computer network maruf.pptxchapter one  introduction to computer network maruf.pptx
chapter one introduction to computer network maruf.pptxMohamedAbdi347025
 
Class work 2,computer_network_317
Class work 2,computer_network_317Class work 2,computer_network_317
Class work 2,computer_network_317Khondoker Sadia
 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxhishamousl
 
ICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptx
ICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptxICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptx
ICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptxmbombongafu
 
Networking for MBA
Networking for MBANetworking for MBA
Networking for MBAKK Bajpai
 

Similar to C/S archtecture including basic networking (20)

network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
 
CNE CHP1.pdf
CNE CHP1.pdfCNE CHP1.pdf
CNE CHP1.pdf
 
Networking
Networking Networking
Networking
 
Network administration Book
Network administration BookNetwork administration Book
Network administration Book
 
Computer network
Computer networkComputer network
Computer network
 
CSS12 LESSON 02.pptx
CSS12 LESSON 02.pptxCSS12 LESSON 02.pptx
CSS12 LESSON 02.pptx
 
Chapter One Network nile.pptx
Chapter One Network nile.pptxChapter One Network nile.pptx
Chapter One Network nile.pptx
 
Lecture 2 types of network
Lecture 2 types of networkLecture 2 types of network
Lecture 2 types of network
 
Introduction to networks
Introduction to networksIntroduction to networks
Introduction to networks
 
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptxUNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
 
Iso model
Iso modelIso model
Iso model
 
Computer communication network
Computer communication networkComputer communication network
Computer communication network
 
CCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructureCCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructure
 
chapter one introduction to computer network maruf.pptx
chapter one  introduction to computer network maruf.pptxchapter one  introduction to computer network maruf.pptx
chapter one introduction to computer network maruf.pptx
 
Technical Architectures
Technical ArchitecturesTechnical Architectures
Technical Architectures
 
Class work 2,computer_network_317
Class work 2,computer_network_317Class work 2,computer_network_317
Class work 2,computer_network_317
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptx
 
ICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptx
ICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptxICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptx
ICT 101 LECTURE 2 - BASICS OF COMPUTER NETWORKS.pptx
 
Networking for MBA
Networking for MBANetworking for MBA
Networking for MBA
 

Recently uploaded

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Recently uploaded (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 

C/S archtecture including basic networking

  • 2. • 3 primary logical architectures 1. Host-based • Traditional mainframe / central computer model 2. Client-based / Peer-to-Peer • Historically most home-based and many small office networks 3. Client-server • Microsoft model – or what we commonly see today • Fairly powerful clients interacting with some number of servers • Model used on campus WE WILL ONLY FOCUS ON CLIENT/ SERVER ARCHITECTURE.
  • 3.
  • 4. A network architecture in which each computer or process on the network is either a client or a server.
  • 5. A simple definition A simple definition of CS is “ server software accepts requests for data from client software and returns the results to the client.”
  • 6. • Clients • Servers • Communication Networks Server Server Client
  • 7. • CS model distinguishes between client / server devices and applications. • Clients request specific services. • Servers respond to individual client requests for services. – Functionality implemented in software • Depending on services the server provides, physical server computers can be different than other servers and client computers (i.e. more processing power, more memory, etc.)
  • 8.
  • 9. • Structured architecture with specific roles for specific devices using specific applications. – File server, printer server. • A “managed” network . – Unlike P2P will have a network admin. • CS is the most commonly observed architecture. – Most applications are designed to be used on CS architecture.
  • 10. • Balance processing between clients and server(s) by dividing functions. – Client – presentation and application logic. – Server – Data access logic, data storage, application logic.
  • 11. • Applications that run on computers. • Rely on servers for – Files. – Devices. Clients are Applications – Processing power. • Example: E-mail client – An application that enables you to send and receive e-mail.
  • 12. • Computers or processes that manage network resources – Disk drives (file servers) Servers Manage – Printers (print servers) Resources – Network traffic (network servers) • Example: Database Server – A computer system that processes database queries.
  • 13. • Data Server • Communication Server • Internet Server
  • 14. • Data-oriented; used only for data storage and management. • Since a data server can serve more than one compute server, compute-intensive applications can be spread among multiple severs. • Does not prefer any application logic processing. • Performs processes such as data validation, required as part of the data management function. • Requires fast processor, large amount of memory and substantial Hard disk capacity.. Data Server Computer Server
  • 15. Provides gateway to other LANs, networks & Computers. E-mail Server & internet server. Modest system requirements .  multiple slots.  fast processor to translate networking protocols.
  • 16. Internet Server PC client UNIX workstations Local Area Network
  • 18.
  • 19. o Client-server is a computing architecture which separates a client from a server. o It is almost always implemented over a computer network. o The most basic type of client-server architecture employs only two types of nodes: clients and servers. This type of architecture is sometimes referred to as two-tier. It allows devices to share files and resources. o Server provides the service. o Client is considered as the customer requesting the service. o The server service can be shared among a number of clients. o Clients must request or initiate the service. o The location of the server in the network is transparent to clients.
  • 20. • File servers – File sharing and file processing. • Data base servers – Passing file results – Example: Query in DBMS server – Typically one single request/reply • Transaction servers – Transaction server includes DBMS and transaction monitoring. – Server has remote procedures run online by the client. • web servers – Super-fat servers and thin clients. – Uses HTTP protocol. – Java was first to introduce interactive C/S forms. Client Client Server Server InternetClient JAVA Client HTML Application
  • 21. • Where to push the application to • Fat clients – The bulk of the application is running on the client . – The client knows how the data is organized and where it is . – Different clients access the same applications different ways . • Fat servers – The server more complicated. – The clients are less complex . – More of the code runs on the server . – The network interaction is minimized. ServerClient Application
  • 22. It is the (/) between client and server which glues them together. – Allowing the client request for a service and the server providing it. • Middleware can also be between server/server. • Two broad classes – General • LAN servers, TCP/IP, Communication stacks, Queuing services, etc. – Application specific • Used to accomplish a specific task • Groupware specific: SMTP • Internet specific: HTTP • Database specific: SQL.
  • 23. • Purpose – To divide the application between the client and server – Different functionalities of client and server • Basic client server model – Fits various applications • Small office • Small business • Enterprise • Global Client Server Server Client Server Middle ware Single Machine Client Server Middle ware Client Middle ware C/S Middle ware C/S C/S C/S
  • 24. Web Browser GUI DSM OS Service-Specific; DSM NOS (security, peer-to-peer, directory, distributed files); Transport stack (TCP/IP) Web server Groupware DMBS Etc. Client Middleware Server
  • 25. PC Server  Asymmetric Multi- processing  Superserver symmetric Multi- processing  Superserver Multiservers
  • 26. • Superserver – A very powerful server. – Single-server or multiserver. – Each server can have a single processor or multiprocessor. – Multiprocessing can be Asymmetric or Symmetric. • Multiprocessing • Asymmetric: each processor is dedicated to a specific task • Fully symmetric (SMP): applications are divided into threads and threads are sent to available processors – Examples: 32-bit NT, Unix, NetWare – Requires 3 basic functionalities: » Global scheduling » I/O sharing structure » OS access sharing
  • 27. • Multi servers – Pool of servers, providing more processing power (also called a cluster). – They divide the task between different servers. • Server lite – As opposed to full blown servers. – Provides a background process on the client machine that can accept unsolicited networks request (refreshing database, synchronizing time, etc.)
  • 28. • Network services (in general) are the specific functions/tasks/jobs provided by the network – File sharing – Printing – Communication – Mail – Internet – Management.
  • 29. • File and print services – Allow sharing of data files and printers • Communications services – Such as mail services • Coordination and storage of email • Internet services – WWW, FTP, some security • Access services – Allow remote users to connect to network • Login (authorization / authentication) • Network Management Services – Traffic monitoring, load balancing, diagnostics
  • 30. • Networking in Linux follows the client/server model – Server provides the resource (web server). – Client talks to the server (browser, e-mail program). • Server has a corresponding program that communicates with the client (runs in the background) – In Windows the server program called service . – In Linux the server program called daemon.
  • 32. • 1) Local Area Network (LAN) • 2) Wide Area Network (WAN) • 3) Metropolitan Area Network (MAN)
  • 33. • A LAN is a group of computers located in a relatively small geographical area (like a building or group of buildings). – Typically owned by a single organization • A local area network (LAN) is a computer network that interconnects computers within a limited area such as a home, school, computer laboratory, or office building, using network media.[1] The defining characteristics of LANs, in contrast to wide area networks (WANs), include their smaller geographic area, and non-inclusion of leased telecommunication lines. • A group of computers connected within a confined geographic area. • Commonly used for intra office communication.
  • 34. • Various configurations, called topologies, have been used to administer LANs. – Ring topology A configuration that connects all nodes in a closed loop on which messages travel in one direction. – Star topology A configuration that centers around one node to which all others are connected and through which all messages are sent. – Bus topology All nodes are connected to a single communication line that carries messages in both directions.
  • 35.
  • 37. • A wide area network (WAN) is a network that covers a broad area (i.e., any telecommunications network that links across metropolitan, regional, national or international boundaries) using leased telecommunication lines. Business and government entities utilize WANs to relay data among employees, clients, buyers, and suppliers from various geographical locations. In essence, this mode of telecommunication allows a business to effectively carry out its daily function regardless of location. The Internet can be considered a WAN as well, and is used by businesses, governments, organizations, and individuals for almost any purpose imaginable.[1]
  • 38. Leased lines from a larger provider form part of the WAN
  • 39. LAN • High speed (≥1000 mbps) • Tend to primarily use Ethernet and Wi Fi, but also use Token Passing. • Generally consist of layer 2 devices like switches, bridges. To a lesser extent layer1 devices like hubs & repeaters. • Typically owned, controlled, and managed by a single organization. • Cost is Low as compared to WAN. WAN • Low speed (≤ 155 mbps) • WANs tend to use technology like MPLS and ATM, and to a lesser extent (Frame Relay & X.25) for connectivity over the longer distances. • Layer 3 (+) devices such as routers, multi-layer switches and technology specific devices like ATM or Frame- relay Switches etc. • WANs are typically not owned by any one organization but exist under collective or distributed ownership and management over long distances. • Cost is high as compared to LAN.
  • 40. • A metropolitan area network (MAN) is a computer network in which two or more computers or communicating devices or networks which are geographically separated but in same metropolitan city and are connected to each other are said to be connected on MAN. Metropolitan limits are determined by local municipal corporations; the larger city, bigger then MAN, the smaller a metro city, smaller the MAN. [1]
  • 41.
  • 42.
  • 43.
  • 44. A presentation by:- Abhinav singh Class:- 9th ‘B’ Roll no:- 01