Files
freeCodeCamp/curriculum/challenges/german/23-python-for-everybody/python-for-everybody/web-services-service-oriented-approach.md
2024-01-24 19:52:36 +01:00

609 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f140b6c005b0e76f07e Webdienste: Serviceorientierter Ansatz 11 muerlsCHExI
aid bvid cid
846899335 BV1E54y1J7oz 377333277
web-services-service-oriented-approach

--question--

--text--

With a services oriented approach to developing web apps, where is the data located?

--answers--

Verteilt auf viele Computersysteme, die über das Internet oder das interne Netzwerk verbunden sind.


Innerhalb verschiedener Dienste auf dem Haupt-Webserver.


Auf einem separaten Datenbankserver.

--video-solution--

1