Веб-прегледач — разлика између измена

Садржај обрисан Садржај додат
мНема описа измене
.
Ред 1:
[[File:Browser Market Map June 2015.svg|thumb|Највише кориштени браузер по земљи, према подацима из јуна 2015.
{{Legend|#0B610B|[[Гугл кроум]]}}
{{Legend|#FF8000|[[Firefox|Мозила фајерфокс]]}}
{{Legend|#2E2E2E|[[Safari (web browser)|Сафари]]}}
{{Legend|#FFFF00|[[UC Browser|УЦ]]}}
{{Legend|#808000|[[SRWare Iron|Ајрон]]}}
{{Legend|#0101DF|[[Internet Explorer|Интернет експлорер]]}}
{{Legend|#FF0000|[[Opera (web browser)|Опера]]}}
{{Legend|#800080|[[Android Browser|Андроид]]}}
{{Legend|#923939|[[PhantomJS|Фантом]]}}
{{Legend|#D8D8D8|No info}}]]
 
'''Веб-прегледач''' ({{јез-енгл|web browser}}; обично се помињe само као '''прегледач''', {{јез-енгл|browser}}) је [[Апликације|алатка]] која кориснику омогућава прегледање [[веб-страница]] и [[мултимедија]]лних садржаја везаних за исте.<ref>Steven Holzner, PHP 5, Beograd, 2006.</ref> Служи за проналажење, прегледање, преузимање и представљање података на [[Веб|светској мрежи]] (вебу), чије је одредиште одређено [[Униформни ресурсни локатор|веб-адресом]] (-{URL}--ом), а осим саме веб-странице може бити и чисто слика, снимак или нека друга врста [[датотека|датотеке]] (фајла).<ref>{{cite web
|url=http://www.w3.org/TR/webarch/#id-resources
Линија 35 ⟶ 47:
 
== Функционисање прегледача ==
{{рут}}
Сваки прегледач је [[интерпретатор]]. Дакле, страница је писана у [[Изворни код|коду]] који прегледач интерпретира као 'нешто свакоме разумљиво'.
Сваки прегледач је [[интерпретатор]]. Дакле, страница је писана у [[Изворни код|коду]] који прегледач интерпретира као 'нешто свакоме разумљиво'. The purpose of a web browser is to fetch information resources from [[World Wide Web|the Web]] and display them on a [[User (computing)|user]]'s device. This process begins when the user inputs a [[URL]], such as ''<code><nowiki>https://en.wikipedia.org/</nowiki></code>'', into the browser. Virtually all URLs on the Web start with either ''<code>http:</code>'' or ''<code>https:</code>'' which means the browser will retrieve them with the [[Hypertext Transfer Protocol]]. In the case of ''<code>https:</code>'', the communication between the browser and the [[web server]] is [[HTTPS|encrypted]] for the purposes of security and privacy. Another URL prefix is ''<code>file:</code>'' which is used to display [[computer file|local files]] already stored on the user's device. Once a [[web page]] has been retrieved, the browser's [[browser engine|rendering engine]] displays it on the user's device. This includes image and video formats supported by the browser. Web pages usually contain [[hyperlink]]s to other pages and resources. Each link contains a URL, and when it is clicked, the browser navigates to the new resource. Thus the process of bringing content to the user begins again.
 
== Подешавања ==
 
Web browsers can typically be configured with a built-in [[Menu (computing)|menu]]. Depending on the browser, the menu may be named ''Settings'', ''Options'', or ''Preferences''. The menu has different types of settings. For example, users can change their [[home page]] and default [[web search engine|search engine]]. They also can change default [[web page]] colors and [[font]]s. Various network connectivity and privacy settings are also usually available.
 
=== Приватност ===
During the course of browsing, [[HTTP cookie|cookies]] received from various [[website]]s are stored by the browser. Some of them contain login credentials or site preferences.<ref name="tom's guide">{{cite web |title=Tracking Cookies: What They Are, and How They Threaten Your Privacy |url=https://www.tomsguide.com/us/-tracking-cookie-definition,news-17506.html |publisher=Tom's Guide |accessdate=11 March 2019}}</ref> However, others are used for [[HTTP_cookie#Privacy_and_third-party_cookies|tracking user behavior]] over long periods of time, so browsers typically provide settings for removing cookies when exiting the browser.<ref name="tom's guide"/> Finer-grained management of cookies requires a [[browser extension]].<ref>{{cite web |title=Alternatives to Cookie AutoDelete extension |url=https://alternativeto.net/software/cookie-autodelete/ |publisher=AlternativeTo |accessdate=11 March 2019}}</ref>
 
== Види још ==