0:05 Guys, welcome to the course "Web technologies and web design for beginners" and in this podcast 0:11 we gonna talk about the Internet itself, its structure and what's under the hood. 0:16 The Internet is a worldwide system of unified computer networks for storing and transmitting information. 0:23 The Internet consists of many thousands of corporate, academic, government and home computer networks. 0:30 In order for all computers in different networks to communicate with each other they must use the same protocol. 0:37 The protocol in this case is a set of rules for data transmission between the nodes in a computer network. 0:45 The Internet in its basis has many different data transmission systems, each of which is based on its own set of transmission protocols. 0:56 For example DNS servers or domain name server server is something that provides the possibility 1:04 of using mnemonic names for addressing network nodes instead of numerical addresses, which are hard to understand. 1:12 Also there is electronic mail also known as email which provides the possibility of exchanging messages between two or more subscribers 1:22 FTP service in its turn is a file archive system that provides storage and transfer of files of various types. 1:31 Telnet service designed for controlling remote computers. 1:35 World Wide Web is hypertext or hypermedia system designed to integrate various network resources in a single information space. 1:45 Streaming multimedia which is a service for continuous transmission 1:49 of audio and video content between nodes in real time and many many others. 1:55 In this course the most interesting for us is so-called World Wide Web. 2:00 The World Wide Web or W3 is a distributed information system that provides access to interconnecting documents 2:09 via HTTP or hypertext transfer protocol which are located on various nodes and connected to the Internet. 2:19 The World Wide Web uses the Internet infrastructure for interaction between server and client... 2:26 ...and it's built on the client-server architecture. 2:30 The nodes of the World Wide Web are web servers. 2:33 A web server is a network application that serves HTTP requests from clients. 2:39 A web server accepts requests and returns responses along with the text page, image, file, media stream or other data that been requested. 2:50 Web servers are the basis of the World Wide Web and the repository of hypertext information. 2:57 Hypertext is a form of text organization, in which its fragments are not presented in the linear sequence 3:06 but a system has clearly indicated possible transitions and connections between them. 3:12 Documents presented in a form of hypertext are called web pages. 3:17 Several web pages united via common theme, design, connected by hypertext links and located on one web server are called a website. 3:27 There are special programs - browsers - that are used to download and view websites. 3:32 Browser or web browser is a client software for accessing web servers using the HTTP protocol and viewing web pages. 3:42 The main task of the browser is to receive process and display hypertext documents.