What Is n-Tier Architecture? | Scott Duffy

preview_player
Показать описание
What is n-Tier Architecture? A 3-minute overview of what that term means, and the difference between 2-tier, 3-tier, and 4-tier architecture. How an application is divided across boundaries (both software/process and hardware).

Please like the video, subscribe to see more, and leave a comment if there's anything I can cover in the architecture field!

Рекомендации по теме
Комментарии
Автор


Please subscribe and hit that thumbs up if you liked this video. Hit the notification bell to be updated on the latest contents I upload on my channel. Have a great day!

GetCloudSkills
Автор

This was perfect. It helped me understand the basics of N-Tier. Now I can go forward

charlottechorotbernard
Автор

Very good. Excellent explanation. Thank you very much

samuelsouza
Автор

at 0:43 I don't follow you anymore because then you start to mix tiers and layers. Layers describe logical groupings in a static view while tiers describe physical groupings in a runtime view - or physical distribution of various software packages. So layers is logical separation and tiers physical separations. This means that a 5 layer software package can end up as one tier.

MrArne
Автор

Love you man. been following all your videos. Cheers from Egypt

ahmedtan
Автор

There are more tiers.

For example, in JEE there is a presentation tier (for servlets and JSP), and client tier is the browser(and JSP as well I think)

Eduardo-owmo
Автор

Thanks a lot from Oman our professor some times call it layers and other times call it tiers

October-zwed
Автор

Hello sir can you please elaborate the business tier that is server tier how one can more layers according like you have mentioned connection part is written in one layer n the another layer?

kaustubhkesarkar
Автор

I have a question my existing project is about ordering and delivery management. The system combines w/ customer app for ordering, driver app for delivery task, GPS tracking using arduino that sends data to main server (SMS/Web control), and the main website that monitors the order, delivery and tracking. What is the best n-tier architecture setup for this?

joyavila
Автор

is "Database Tier" just a database?
or the layer where we do write CRUD logic?

ArunraajSingh
Автор

what is Tier 1 architecture?Please explain

amberahmed
Автор

Why must the world wide web use n-tier architecture?

jennyl
Автор

is an n-tier an expanded multi-tier design?

lwazimarhawu
Автор

Finally, someone who isn't Indian.

starfeel
Автор

you guys know of any real world examples, like what companies use this?

kylesmith
Автор

"Having your javascript talk directly to the database; that would be terrible"
how very 2015 of you.

natetolbert