SlideShare a Scribd company logo
Sasin Prabu
     26.12.11
Contents
Servers
 Web server
     Apache Tomcat
 Application Server
     Weblogic server
Shared Hosting & Dedicated Hosting
 Admin Server
 Managed Server
   Entry level configuration
   Multi server configuration
   Enterprise server configuration
     SSL
 Back up Server
Web Server
 A web server is a specialized type of file server. Its job is to retrieve files
  from the server’s hard drive, format the files for the Web browser, and
  send them out via the network. Web servers are designed to do a great
  job of sending static content out to a large number of users. The pages
  delivered by the server are expected to be the same for everyone who
  visits the server.
 The function of a typical Web server is shown below. The user requests
  a web page. The Web Server finds the web page file in a local directory
  and sends it back out to the user. When graphic files are requested, the
  same thing happens. The Web Server finds the requested graphic files
  and sends them back to the user.
 The Web Server standards were originally designed to publish static
  documents on the Internet. There was a limited capability for accessing
  dynamic content, but this was never intended to support high volume,
  highly interactive Web applications.
How a Web Server works
Apache Tomcat is a Web server
 Tomcat is an open source web server developed by
 Apache Group. Apache Tomcat is the servlet container
 that is used in the official Reference Implementation
 for the Java Servlet and Java Server Pages(JSP)
 technologies. The Java Servlet and Java Server Pages
 specifications are developed by Sun under the Java
 Community Process. Web Servers like Apache Tomcat
 support only web components.
Application Server
 Application servers are designed specifically to extend
 web servers to support dynamic content. The
 application server software “hooks in” to the web
 server software and automatically intercepts any user
 requests for dynamic content. The web server still
 sends out static web pages and graphic files–Just like
 before. But now, the application server can create
 dynamic content by mixing data with templates,
 running programs, or by accessing databases.
How an Application server works?
Weblogic is an Application server
 Its a Java Application server by BEA.
  Unlike normal Webserver(like Apache, Tomcat..) which
  just handles HTTP type request, the application server
  handles business logic to application programs through
  any number of protocols
 One can do much more than server static files with web
  logic application server. They contain tools to deploy and
  manage java programming environment including JSP,
  servlets and EJB (Enterprise Java beans, creates Business
  Logic). As an application server weblogic also provides you
  a "managed" environment including transactions,
  connection pools etc.
Shared Hosting and Dedicated
hosting
 Shared hosting, sometimes called shared services or virtual
  hosting, is simply when multiple web sites share the same server,
  thus reducing the cost for everyone. The only real problem with
  shared hosting is if the host has put too many sites on one server.

 Dedicated Hosting comes in various configurations
  depending on your requirement. All servers will at least
  be managed at hardware layer. This allows maximum optimized
  performance. This server is not shared with anybody and entire
  server's resources are exclusively available to drive your business
  applications.
 For instance, We will see Dedicated Hosting in WebLogic server.
  In the coming slides.
Admin Server
 Administration Server Can be only one for a Domain,
 which works like a Central Configuration/Monitoring
 controller for the entire domain. AdminServer helps us
 to Migrate Servers and Services within the domain.
 AdminServer helps us to Deploy Applications within
 the domain…targeted to ManagedServers/Clusters or
 targeted to AdminServer itself.
Managed Servers
 Managed Servers are similar to the Administration
  Servers, except few differences. Like Managed Servers
  will not have Administration Console Application
  (consoleapp) deployed in it.
 The benefit of using Dedicated hosting is that your
  website or application performance will not be effected
  by high traffic websites that would have been sharing
  your servers bandwidth. Moreover, it is more flexible
  than shared hosting, as webmasters have full control
  over the server, including choice of operating system,
  hardware.
How Managed Servers interacts with Admin
Server?

 The Administration Server stores the master copy of the domain
  configuration, which contains all the configuration for all managed
  servers in the domain including other resource configurations like
  DataSource, JMS resources, WLDF , mail Session…etc configurations as
  part of the “config.xml” file.
 If AdminServer is already started then while startup operation of
  Managed Server, it connects to the Administration Server to
  synchronize the configuration and in case of any modifications in the
  “config.xml” it collects those changes from the AdminServer.
 If AdminServer is not already running and if we will try to start
  Managed Servers (in MSI Mode) then Managed Servers get the Cached
  Configuration file which is provided by the NodeManager with the
  name of “msi-config.xml”.

 The types of configurations are as follows:
Entry Level Configuration
 Entry Level Configuration allows a webmaster to rent an
  entire server. This server is not shared with anybody. This is
  more flexible than Shared hosting as webmasters have full
  control over the server, including choice of operating
  system, hardware, etc.

 Unlike shared hosting, a managed server's entire resources
  are exclusively available to drive your business applications.
  It represents the advantage of helping you manage your
  costs without upfront hardware expenditure and the ability
  for technological advancements as your business
  requirements grow.
 Running a managed server is all about control, resources
  and flexibility
Entry Level Configuration
Multiple Server Configuration
 Made up of at least 2 servers and may have as many as
  several hundred servers. There are usually web servers,
  application servers and middleware, and database serevrs
  in high-availability configurations, together with network
  and security infrastructure. Supported technologies
  include the Windows, Linux and Solaris operating systems;
  the MySQL, Microsoft SQL Server and Oracle databases;
  common Java 2 Platform, Enterprise Edition (J2EE)
  application servers, such as JBoss, WebLogic, WebSphere;
  Microsoft products, such as Biztalk Server and Commerce
  Server; and application servers for open-source languages,
  such as Perl, PHP and Python.
Multiple Server Configuration
Enterprise Server Configuration
 This is operational support for enterprise applications,
  such as customer relationship management, enterprise
  resource planning (ERP) and sales-force automation.
  These configurations are typically made up of at least 6
  servers and may be very large. They may be managed
  in conjunction with a system integrator or other
  external service provider.
Enterprise Server Configuration
SSL
What is SSL?
 Secure Sockets Layer (SSL) is a global standard security technology developed
  by Netscape in 1994. SSL creates an encrypted link between a web server and
  a web browser to ensure that all data transmitted remains private and secure.
  Millions of consumers recognize the "golden padlock" which appears in their
  browser to indicate they are viewing a secure webpage.

Why do I need SSL?
 Gain competitive advantage by appearing more trusted and more legitimate.
 Provide assurance to your customers that their data cannot be tampered with
  or forged.
 Ensure that your customer's data is transmitted securely.

SSL and HTTPS
 An SSL session is started by sending a request to the Web server with an
  HTTPS prefix in the URL, which causes port number 443 to be placed into the
  packets. Port 443 is the number assigned to the SSL application on the server
SSL
Back up Server
 This is a Hosted Continuous Data Protection solution
 to backup your server contents. The solution enables
 disk-based data protection, disaster recovery and bare
 metal restore for servers and workstations running
 Linux and Windows systems/ It is the first high
 performance backup and restoration product for
 MySQL and the only software to offer True Granular
 Restore for MySQL.
Back up Server
Enjoy Learning the Technologies.....
Ad

More Related Content

What's hot (20)

A Beginners Guide to Servers by 1and1
A Beginners Guide to Servers by 1and1A Beginners Guide to Servers by 1and1
A Beginners Guide to Servers by 1and1
1and1 Internet Ltd.
 
What is Virtualization
What is VirtualizationWhat is Virtualization
What is Virtualization
Dhrupesh Kotadiya
 
Virtual Machine Concept
Virtual Machine ConceptVirtual Machine Concept
Virtual Machine Concept
fatimaanique1
 
Introduction to distributed file systems
Introduction to distributed file systemsIntroduction to distributed file systems
Introduction to distributed file systems
Viet-Trung TRAN
 
File server
File serverFile server
File server
Md. Asifur Rahman Siddiki
 
Platform as a Service (PaaS)
Platform as a Service (PaaS)Platform as a Service (PaaS)
Platform as a Service (PaaS)
Halil Burak Cetinkaya
 
Proxy Server
Proxy ServerProxy Server
Proxy Server
guest095022
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technology
sanjoysanyal
 
Introduction to virtualization
Introduction to virtualizationIntroduction to virtualization
Introduction to virtualization
Sasikumar Thirumoorthy
 
Virtualization
VirtualizationVirtualization
Virtualization
Srisailam Reddy Kanapuram
 
Virtualization
VirtualizationVirtualization
Virtualization
Kingston Smiler
 
Web Servers (ppt)
Web Servers (ppt)Web Servers (ppt)
Web Servers (ppt)
webhostingguy
 
Server virtualization
Server virtualizationServer virtualization
Server virtualization
ofsorganizer
 
Aws ppt
Aws pptAws ppt
Aws ppt
RamyaG50
 
VMware vSphere
VMware vSphereVMware vSphere
VMware vSphere
零壹科技股份有限公司
 
2.1 users & groups
2.1 users & groups2.1 users & groups
2.1 users & groups
Muuluu
 
Active directory slides
Active directory slidesActive directory slides
Active directory slides
Timothy Moffatt
 
Azure vnet
Azure vnetAzure vnet
Azure vnet
zekeLabs Technologies
 
Samba server configuration
Samba server configurationSamba server configuration
Samba server configuration
Rohit Phulsunge
 
Module 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUDModule 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUD
Sweta Kumari Barnwal
 

Viewers also liked (7)

Web servers
Web serversWeb servers
Web servers
Kuldeep Kulkarni
 
2009 - Microsoft IIS Vs. Apache - Who Serves More - A Study
2009 - Microsoft IIS Vs. Apache - Who Serves More - A Study2009 - Microsoft IIS Vs. Apache - Who Serves More - A Study
2009 - Microsoft IIS Vs. Apache - Who Serves More - A Study
Vijay Prasad Gupta
 
Web servers
Web serversWeb servers
Web servers
webhostingguy
 
Web servers – features, installation and configuration
Web servers – features, installation and configurationWeb servers – features, installation and configuration
Web servers – features, installation and configuration
webhostingguy
 
Web server
Web serverWeb server
Web server
Touhid Arastu
 
Web Engineering
Web EngineeringWeb Engineering
Web Engineering
Deniz Kılınç
 
Client side scripting and server side scripting
Client side scripting and server side scriptingClient side scripting and server side scripting
Client side scripting and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
Ad

Similar to Presentation about servers (20)

What is Web Server & It's Types.pdf
What is Web Server & It's Types.pdfWhat is Web Server & It's Types.pdf
What is Web Server & It's Types.pdf
Dinesh Katyare
 
Web Sphere Application Server Features
Web Sphere Application Server FeaturesWeb Sphere Application Server Features
Web Sphere Application Server Features
Symbyo Technologies
 
Web Server Types - Understanding a Web Server
Web Server Types - Understanding a Web ServerWeb Server Types - Understanding a Web Server
Web Server Types - Understanding a Web Server
Cloudtechtiq
 
Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02
kishore2526
 
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1... Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
WebStackAcademy
 
Weblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencastWeblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencast
Rajiv Gupta
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdf
Host It Smart
 
Servers names
Servers namesServers names
Servers names
Sasidhar Kothuru
 
Servers names
Servers namesServers names
Servers names
Sasidhar Kothuru
 
Websphere interview Questions
Websphere interview QuestionsWebsphere interview Questions
Websphere interview Questions
gummadi1
 
Ibm web sphere application server interview questions
Ibm web sphere application server interview questionsIbm web sphere application server interview questions
Ibm web sphere application server interview questions
praveen_guda
 
Launch and Scale Your E-commerce Website with Magento
Launch and Scale Your E-commerce Website with MagentoLaunch and Scale Your E-commerce Website with Magento
Launch and Scale Your E-commerce Website with Magento
Alibaba Cloud
 
IT Server infra
IT Server  infraIT Server  infra
IT Server infra
SafexIndia
 
Survey of client tools
Survey of client toolsSurvey of client tools
Survey of client tools
Ashwin Ananthapadmanabhan
 
What is Dedicated Server: Explore the Best Operating Systems For Your Server
What is Dedicated Server: Explore the Best Operating Systems For Your ServerWhat is Dedicated Server: Explore the Best Operating Systems For Your Server
What is Dedicated Server: Explore the Best Operating Systems For Your Server
James William
 
Peoplesoft PIA architecture
Peoplesoft PIA architecturePeoplesoft PIA architecture
Peoplesoft PIA architecture
Amit rai Raaz
 
Sun Web Server Brief
Sun Web Server BriefSun Web Server Brief
Sun Web Server Brief
Murthy Chintalapati
 
WLS
WLSWLS
WLS
Bebo Yu
 
Apache ppt
Apache pptApache ppt
Apache ppt
Sanmuga Nathan
 
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
James Bayer
 
What is Web Server & It's Types.pdf
What is Web Server & It's Types.pdfWhat is Web Server & It's Types.pdf
What is Web Server & It's Types.pdf
Dinesh Katyare
 
Web Sphere Application Server Features
Web Sphere Application Server FeaturesWeb Sphere Application Server Features
Web Sphere Application Server Features
Symbyo Technologies
 
Web Server Types - Understanding a Web Server
Web Server Types - Understanding a Web ServerWeb Server Types - Understanding a Web Server
Web Server Types - Understanding a Web Server
Cloudtechtiq
 
Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02Websphereinterview 100725022705-phpapp02
Websphereinterview 100725022705-phpapp02
kishore2526
 
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1... Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
WebStackAcademy
 
Weblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencastWeblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencast
Rajiv Gupta
 
Type of Web server.pdf
Type of Web server.pdfType of Web server.pdf
Type of Web server.pdf
Host It Smart
 
Websphere interview Questions
Websphere interview QuestionsWebsphere interview Questions
Websphere interview Questions
gummadi1
 
Ibm web sphere application server interview questions
Ibm web sphere application server interview questionsIbm web sphere application server interview questions
Ibm web sphere application server interview questions
praveen_guda
 
Launch and Scale Your E-commerce Website with Magento
Launch and Scale Your E-commerce Website with MagentoLaunch and Scale Your E-commerce Website with Magento
Launch and Scale Your E-commerce Website with Magento
Alibaba Cloud
 
IT Server infra
IT Server  infraIT Server  infra
IT Server infra
SafexIndia
 
What is Dedicated Server: Explore the Best Operating Systems For Your Server
What is Dedicated Server: Explore the Best Operating Systems For Your ServerWhat is Dedicated Server: Explore the Best Operating Systems For Your Server
What is Dedicated Server: Explore the Best Operating Systems For Your Server
James William
 
Peoplesoft PIA architecture
Peoplesoft PIA architecturePeoplesoft PIA architecture
Peoplesoft PIA architecture
Amit rai Raaz
 
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
James Bayer
 
Ad

Recently uploaded (20)

Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 

Presentation about servers

  • 1. Sasin Prabu 26.12.11
  • 2. Contents Servers  Web server Apache Tomcat  Application Server Weblogic server Shared Hosting & Dedicated Hosting  Admin Server  Managed Server Entry level configuration Multi server configuration Enterprise server configuration SSL  Back up Server
  • 3. Web Server  A web server is a specialized type of file server. Its job is to retrieve files from the server’s hard drive, format the files for the Web browser, and send them out via the network. Web servers are designed to do a great job of sending static content out to a large number of users. The pages delivered by the server are expected to be the same for everyone who visits the server.  The function of a typical Web server is shown below. The user requests a web page. The Web Server finds the web page file in a local directory and sends it back out to the user. When graphic files are requested, the same thing happens. The Web Server finds the requested graphic files and sends them back to the user.  The Web Server standards were originally designed to publish static documents on the Internet. There was a limited capability for accessing dynamic content, but this was never intended to support high volume, highly interactive Web applications.
  • 4. How a Web Server works
  • 5. Apache Tomcat is a Web server  Tomcat is an open source web server developed by Apache Group. Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and Java Server Pages(JSP) technologies. The Java Servlet and Java Server Pages specifications are developed by Sun under the Java Community Process. Web Servers like Apache Tomcat support only web components.
  • 6. Application Server  Application servers are designed specifically to extend web servers to support dynamic content. The application server software “hooks in” to the web server software and automatically intercepts any user requests for dynamic content. The web server still sends out static web pages and graphic files–Just like before. But now, the application server can create dynamic content by mixing data with templates, running programs, or by accessing databases.
  • 7. How an Application server works?
  • 8. Weblogic is an Application server  Its a Java Application server by BEA. Unlike normal Webserver(like Apache, Tomcat..) which just handles HTTP type request, the application server handles business logic to application programs through any number of protocols  One can do much more than server static files with web logic application server. They contain tools to deploy and manage java programming environment including JSP, servlets and EJB (Enterprise Java beans, creates Business Logic). As an application server weblogic also provides you a "managed" environment including transactions, connection pools etc.
  • 9. Shared Hosting and Dedicated hosting  Shared hosting, sometimes called shared services or virtual hosting, is simply when multiple web sites share the same server, thus reducing the cost for everyone. The only real problem with shared hosting is if the host has put too many sites on one server.  Dedicated Hosting comes in various configurations depending on your requirement. All servers will at least be managed at hardware layer. This allows maximum optimized performance. This server is not shared with anybody and entire server's resources are exclusively available to drive your business applications.  For instance, We will see Dedicated Hosting in WebLogic server. In the coming slides.
  • 10. Admin Server Administration Server Can be only one for a Domain, which works like a Central Configuration/Monitoring controller for the entire domain. AdminServer helps us to Migrate Servers and Services within the domain. AdminServer helps us to Deploy Applications within the domain…targeted to ManagedServers/Clusters or targeted to AdminServer itself.
  • 11. Managed Servers  Managed Servers are similar to the Administration Servers, except few differences. Like Managed Servers will not have Administration Console Application (consoleapp) deployed in it.  The benefit of using Dedicated hosting is that your website or application performance will not be effected by high traffic websites that would have been sharing your servers bandwidth. Moreover, it is more flexible than shared hosting, as webmasters have full control over the server, including choice of operating system, hardware.
  • 12. How Managed Servers interacts with Admin Server?  The Administration Server stores the master copy of the domain configuration, which contains all the configuration for all managed servers in the domain including other resource configurations like DataSource, JMS resources, WLDF , mail Session…etc configurations as part of the “config.xml” file.  If AdminServer is already started then while startup operation of Managed Server, it connects to the Administration Server to synchronize the configuration and in case of any modifications in the “config.xml” it collects those changes from the AdminServer.  If AdminServer is not already running and if we will try to start Managed Servers (in MSI Mode) then Managed Servers get the Cached Configuration file which is provided by the NodeManager with the name of “msi-config.xml”.  The types of configurations are as follows:
  • 13. Entry Level Configuration  Entry Level Configuration allows a webmaster to rent an entire server. This server is not shared with anybody. This is more flexible than Shared hosting as webmasters have full control over the server, including choice of operating system, hardware, etc.  Unlike shared hosting, a managed server's entire resources are exclusively available to drive your business applications. It represents the advantage of helping you manage your costs without upfront hardware expenditure and the ability for technological advancements as your business requirements grow.  Running a managed server is all about control, resources and flexibility
  • 15. Multiple Server Configuration  Made up of at least 2 servers and may have as many as several hundred servers. There are usually web servers, application servers and middleware, and database serevrs in high-availability configurations, together with network and security infrastructure. Supported technologies include the Windows, Linux and Solaris operating systems; the MySQL, Microsoft SQL Server and Oracle databases; common Java 2 Platform, Enterprise Edition (J2EE) application servers, such as JBoss, WebLogic, WebSphere; Microsoft products, such as Biztalk Server and Commerce Server; and application servers for open-source languages, such as Perl, PHP and Python.
  • 17. Enterprise Server Configuration  This is operational support for enterprise applications, such as customer relationship management, enterprise resource planning (ERP) and sales-force automation. These configurations are typically made up of at least 6 servers and may be very large. They may be managed in conjunction with a system integrator or other external service provider.
  • 19. SSL What is SSL?  Secure Sockets Layer (SSL) is a global standard security technology developed by Netscape in 1994. SSL creates an encrypted link between a web server and a web browser to ensure that all data transmitted remains private and secure. Millions of consumers recognize the "golden padlock" which appears in their browser to indicate they are viewing a secure webpage. Why do I need SSL?  Gain competitive advantage by appearing more trusted and more legitimate.  Provide assurance to your customers that their data cannot be tampered with or forged.  Ensure that your customer's data is transmitted securely. SSL and HTTPS  An SSL session is started by sending a request to the Web server with an HTTPS prefix in the URL, which causes port number 443 to be placed into the packets. Port 443 is the number assigned to the SSL application on the server
  • 20. SSL
  • 21. Back up Server  This is a Hosted Continuous Data Protection solution to backup your server contents. The solution enables disk-based data protection, disaster recovery and bare metal restore for servers and workstations running Linux and Windows systems/ It is the first high performance backup and restoration product for MySQL and the only software to offer True Granular Restore for MySQL.
  • 23. Enjoy Learning the Technologies.....