It's not about static or dynamic content it's about what kind of server container we have inside the server. Apache tomcat is basically a web server it has web/servlet container but doesn't have all the java EE containers like EJB and again web server can handle dynamic content. And application server doesn't contain web server in it but it contains web containers (servlet container) along with other J2EE containers like EJB containers.
@NidhishAbraham7 жыл бұрын
A web server serves web content (HTML and static content) over the HTTP protocol. An application server is a container upon which you can build and expose business logic and processes to client applications through various protocols including HTTP in a n-tier architecture.
@protiv_bio2 жыл бұрын
It's just different terms in the world of Java and rest of the web related technologiesm
@zebatabassum60206 жыл бұрын
you should try to give examples that relate to real world applications.
@Theabselute7 жыл бұрын
This is is wrong, it's not about Dynamic/static content, it's about services that each one of them provide.
@fitlikeaglove73966 жыл бұрын
This. Video seems to imply one server won't do both. It's like saying you need two computers, one for the internet and one for running a program like MS Office or a game. It's the programs, or services that enable these funtions.
@anilreddy50096 жыл бұрын
could you please explain the differences between web server and app server , i m not so familiar with these!!
@kundannayak66954 жыл бұрын
Veru simple and informative. Like the way you can put things in a very simple way. Somehow, IT people speak so fat with all those high level technical things make things even more confusing. Good work. Keep it up.
@asystat7 жыл бұрын
Though it's true that webservers return "static content", all webservers have modules for creating dynamic web-apps. I would argue that webservers are stateless, while application servers are not. Dynamic - static content is not the issue here..
@lawlade2 жыл бұрын
Thanks so much for the concise explanation
@camillebrachet92047 жыл бұрын
I don't understand one thing, I mean, static web site no longer really exist, they always have kind of a database to deploy there content or a administration interface where the administrater can manage the content of his website. Wamp is a App server so ?
@wallacepei45296 жыл бұрын
CGI-bin normally is found in a web server and Perl scripts are held there to run dynamic pages.
@TheRushya7 жыл бұрын
You are saying Web sever only handle static content. But we can host dynamic application in IIS and Tomcat. Take example of Login page. It is a dynamic page. IIS and Tomcat can handle.
@MrRohitraj0073 жыл бұрын
Thank you for making this video. It is informative.
@lavanyareddy91818 жыл бұрын
Thank you for giving me an such information about web server and application server
@venkatareddyguttikonda24408 жыл бұрын
Great explanation! Thanks
@vasan657 жыл бұрын
Tomcat is not Application server, its a web server which helps to run https, Servlets/JSPs. Some call it application server, but its definitely not full fledged JavaEE application server
@Jobinvarghese7 жыл бұрын
You cant say Tomcat is a webserver. Because we can run applications on a tomcat. But yes misses most of the components of a Application server as well. Tomcat is actually a web Container.
@kareemsharawi47788 жыл бұрын
Very clear and simple explanation, thanks a lot.
@eternalblizzard705 жыл бұрын
well all servers act to the kind of request that is send. as you said it may consist the logical information in the application it self do you mean like when we open browser there are some builtin links like google, you tube, Facebook etc. like that ?? i didn't quite understand it the logical term so can you tell me in brief
@rahulanand30515 жыл бұрын
While performance testing of application and web server which are essential performance metrics we should monitor apart from CPU and Memory Utilization?
@niteshsaxena10664 жыл бұрын
Which hosting is best for application server? And what will be cost of an application server if 10000 people use application at a time
@ladedadedaschlobonmeknob78508 жыл бұрын
So what brand of server should i use to return json and such? Like how does facebook display my profile info through the iOS facebook app?
@expertreviews111210 ай бұрын
We've been hosting tons of .NET apps in IIS for ages... With all backend code... Not sure why you say IIS (and Apache and Sun Java) can only serve static content like html, images etc
@vikashvik41257 жыл бұрын
Hello there.Thank you for this video.Can you clear my doubt. WAMP contains Apache web server.Then how can it work with PHP coding(say in MVC) because PHP code can interact with a database and serve up dynamic content based on what input user has supplied. A little detailed reply will be appreciated. Thank You
@johncalilung54558 жыл бұрын
Would it be correct to say that a web application that only has static content uses a web server? Also if it does have dynamic content, then it uses an application server?
@TheCodingInterview8 жыл бұрын
Yes. that would be correct to assume. keep in mind that in the video I also spoke about dynamic servers that handle static and dynamic. just depends on what developers of the web app want to use.
@binnykuriakose33658 жыл бұрын
If i need to login to a website to view some static web pages, am i interacting with a web server or an application server?
@TheCodingInterview8 жыл бұрын
More than likely you're dealing with an application server. The reason why is because when you login to an application you're credentials have to be checked/verified by some type of back-end functionality like a DB, containing login information in a table
@deepakSharma-db6fj8 жыл бұрын
Can you give a scenario where only web server is utilized ? Because almost every application that we code use app server like tomcat, or weblogic or websphere.
@giteshkhanna26338 жыл бұрын
+deepak sharma .Only web server will be utilized when the response you want is static, i.e. a simple image or a file, or even an html file whose contents are never changed with the user input.
@AlexSaidit7 жыл бұрын
In theory, even a dynamic page, will become in an static page once it is generated by the Application Server.
@achintyatiwari77237 жыл бұрын
a static web page.(for example a story) with no backend programming or querry language.
@imranamuhammadali42434 жыл бұрын
thank you excellent preentation
@dogma360media87 жыл бұрын
Hey, great video, very insightful! I'm new to code and I have a quick question. Hypothetically: I develop a program in python3 that generally interacts with and stores user data in PostgreSQL. I use python's tKinter to design the gui and flask to connect it to the web / domain? Can you please elaborate on the complete workflow/process guide of this program-to-web hypothetical? Thank you, I appreciate any help.
@wodeyaeric53516 жыл бұрын
How does one learn programming intuitively? Otherwise,the whole programing thing sucks and demoralises the most interested of persons.
@amrsaeed51088 жыл бұрын
Great explanation, thank you!
@shitolay7 жыл бұрын
Great Simple explanation differentiate between Web and App server. can you suggest URL for training on Middleware Application Server from Infrastructure point of view (Not Middleware Admin) like Infra Solution Architect who needs to provide Server sizing,integrating with Authentication servers (Mircrosoft AD),deployment architecture ( Clustering, Topologies)
@TheGreenMachine223 жыл бұрын
If I wanted to build an app, which one would I use?
@StellaEFZ3 жыл бұрын
That depends on your app
@unconn7 жыл бұрын
Do you mean, that Apache HTTP with mod_php - is an application sarvar?
@saikrishnaa15835 жыл бұрын
Can u make a clear video about static and dynamic content
@gajudone38894 жыл бұрын
Can you please explain it in terms of angular node mongo express
@gjohn10007 жыл бұрын
How can I get a hold of you for more detailed questions?
@helloken5 жыл бұрын
I'm not an expert on this topic so take this with a grain of salt (that is why I'm watching this video) but this is factually wrong...processing HTTP requests is what an HTTP server does, and is just one possible type of a web server. A web server can also handle other protocols such as FTP. I would not use this video as a reference unless someone can comment to suggest otherwise...I also see other comments questioning the accuracy of this video...
@davidb88317 жыл бұрын
Hey you rock man I like this
@akbarhussain35918 жыл бұрын
Perfect Understanding
@roffpoff82217 жыл бұрын
wildfly is an an app server, is it scalable to high frequency big load systems?
@niteshsaxena10664 жыл бұрын
Is wildfly a company?
@harshvardhanvipat7 жыл бұрын
Can you please explain the web server and the application server, like how do they interact with each other. Can you just paint a picture where the user, the web server and the Application server come in one scenario. I am finding it a bit difficult to visualize all the three in one frame. Though you have done a great work explaining this. Thanks
@ziadfawzi6 жыл бұрын
Thank you.
@umerahmed917 жыл бұрын
hi I have a confusion if I comment in facebook or youtube then which server is active? web server or application server? please tell me with example i don't understand. Thanks
@AlexSaidit7 жыл бұрын
Think a Web Server is a translator who speaks English, so both of you can communicate without any problem. If you go to the bank in Spain you will need your translator. You are sit to the left, your translator in the middle and the banker to the right. You want to open a checking account, so you communicate that to your translator and the translator ask the banker to create a checking account for you. Since the translator knows how to speak English and Spanish, the communication between the three of you is fluent, but the translator doesn't know how to open a checking account, do the papers, calculate the rate, take your money or calculate the money you will earn in 3 years, but the banker does, he is an expert in that, he knows what people to contact to get your card, your personal information, validate your address and your company and so on. The banker is the Web Application. So, once the banker is done with everything, he will give your translator a document with all the information to prove you have a checking account in that bank, so the translator will read that for you because the banker doesn't know how to speak English, but your translator. Web Server speaks HTTP and transfer HTML to your browser because the browser speaks HTTP and knows, how to render (read) HTML; on the other hand, Web Applications make calculations, access DB, creates XML, etc.
@umerahmed917 жыл бұрын
Alex Saidit thanks
@kalyanb20027 жыл бұрын
Great explanation !!!
@Stitchfamforlifeoffical126 жыл бұрын
that solved the mystery for me. thanks a bunch.
@emilhozan715 жыл бұрын
@@AlexSaidit was a great example, I applaud you
@sunny27jan7 жыл бұрын
Where can I get this PPT.
@surajskd86 жыл бұрын
can you tell more about web servers , please.. it was nice but looking for more knowledge..
@indersethi967 жыл бұрын
How to make an application server for an android app or ios app
@Th3Gu7u7 жыл бұрын
This is sooo inaccurate
@mkkamle6 жыл бұрын
it helps in understanding the difference between web-server and application-server,it makes sense though.Thank you.
@NotSureOf5 жыл бұрын
excellent
@nenecarrizo51868 жыл бұрын
Thanks, It's really helpfull, good work and simple explanation
@junhuaye59034 жыл бұрын
Good
@giteshkhanna26338 жыл бұрын
Perfect! Thanks !
@yousifsh80278 жыл бұрын
great job 👍
@AnonYmous-ny2tr6 жыл бұрын
Thankya kindly
@yoskkdkdk8 жыл бұрын
i am trying to figure out how data flows between application and web page.
@deepakSharma-db6fj8 жыл бұрын
you might need to start with technologies like Servlet and JSP which is at the core of almost every web application.
@NidhishAbraham7 жыл бұрын
5:00 onwards
@chanelas2924 жыл бұрын
Sir? Can u send me a tutorial for. Node mcu. I want to monitor te water level, using node mcu and sensor. With mobile application
@prasanthsasi80547 жыл бұрын
how it communicate server
@justChuka6 жыл бұрын
Bro just get the 2 images and press mute.....wrong info
@zetaro79437 жыл бұрын
if application server gather info from database then from where web servers do????i m a noob in web development.
@HameedKhan-mq4ve3 жыл бұрын
This is wrong, even Microsoft IIS works as application server.
@rageshkr52996 жыл бұрын
looking forward to subscribing a plain server .. can anyone suggest me a cheap and better hosting company .. i found datasoft.ws very cheaper .. do anyone here knew about them?
@santhoshakp50136 жыл бұрын
Wrong..
@arjcse5287 жыл бұрын
SAFRIN : SORRY GUYS I DON'T LIKE THAT VIDEO...........
@dengan6996 жыл бұрын
This is wrong on many levels
@priyaann90073 жыл бұрын
Please don't teach wrong. Apache tomcat is said as web server not application server. en.wikipedia.org/wiki/Apache_Tomcat
@clarawalker84835 жыл бұрын
wix
@StrawberryGates5 жыл бұрын
I can tell you have no idea what you are talking about.
@ghussain36474 жыл бұрын
Not good and not much informative. Waste of time!!!!