Unit-3.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

4.01 How Web Pages Work.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
Lesson 2 — The Internet and the World Wide Web
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Chapter 4 Networking and the Internet Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Transfer of data in ICT systems This section covers: Elements of a network Characteristics of a network Communication of data and use of communication.
HOW ACCESS TO WWW Student Name : Hussein Alkhaldi.
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
Networks QUME 185 Introduction to Computer Applications.
Chongseok Park 1.  It is a global system of interconnected computer networks that use the standard Internet protocol suite and it serves billions.
Introduction to Internet terms. Topics to Study What is Internet HTTP URL SMS MMS Wi-Fi Video Conferencing Social Webisites.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
What is a Network? A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files,
LOCAL AREA NETWORK (LAN) WIDE AREA NETWORK (WAN) A network consists of two or more computers that are linked in order to share resources (such as printers.
Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.
Chapter 6.  Internet and characteristics of Internet.  Various Internet protocols  Static IP addressing and Dynamic IP addressing Prepared by Saher.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
4.01 How Web Pages Work.
The World Wide Web.
4.01 How Web Pages Work.
Introduction to Networking
Chapter Objectives In this chapter, you will learn:
Understanding Web Server Programming
Unit 5 Introduction to Networking
Computer Networks.
Introduction to the WWW
Technologies and Applications
CISC103 Web Development Basics: Web site:
Introduction To Web Design
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Professional Web Designing For Absolute Beginners
Web Development & Design Chapter 1, Sections 4, 5 & 6
Wednesday, September 19, 2018 What Is the Internet?
Computer Network Definition
Web Site Development.
Navigating The World Wide Web
Computer software.
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
ICT II Unit 5 Networking.
ACT102 Introduction to web design
Objectives To understand the about types of computer network
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
ICT II Lesson 23 Networking.
Web Server Technology Unit 10 Website Design and Development.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Networks and the Internet
Lesson 3: Introduction to Internet Technology
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Internet and the world wide web (www)
Presentation transcript:

Unit-3

What is Network ? Definition : A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files, or allow electronic communications.

Two very common types of networks include: Local Area Network (LAN) Wide Area Network (WAN) Special type of Network Metropolitan Area Networks (MAN), Wireless LAN (WLAN), or Wireless WAN (WWAN).

Local Area Network (LAN) A Local Area Network (LAN) is a network that is confined to a relatively small area. It is generally limited to a geographic area such as a writing lab, school, or building.

Wide Area Network (WAN) Wide Area Networks (WANs) connect networks in larger geographic areas, such as Tezpur, India, or the world.

What is the Internet? The Internet is a global network of networks connecting millions of users worldwide via many computer networks using IP (Internet protocol).

What does Internet Protocol Address (IP Address) mean? An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network. Structure of an IP address. 192.168.3.10 202.24.23.29

What is Domain ? A domain name is your website name. A domain name is the address where Internet users can access your website. A domain name is used for finding and identifying computers on the Internet. Computers use IP addresses, which are a series of number. However, it is difficult for humans to remember strings of numbers. Because of this, domain names were developed and used to identify entities on the Internet rather than using IP addresses. A domain name can be any combination of letters and numbers, and it can be used in combination of the various domain name extensions, such as .com, .net and more.

What does World Wide Web (WWW) mean? The World Wide Web (WWW) is a network of online content that is formatted in HTML and accessed via HTTP. The term refers to all the interlinked HTML pages that can be accessed over the Internet. The World Wide Web was originally designed in 1991 by Tim Berners-Lee. The World Wide Web is most often referred to simply as "the Web."

What does Uniform Resource Locator (URL) mean? A uniform resource locator (URL) is the address of a resource on the Internet. A URL indicates the location of a resource as well as the protocol used to access it. http://www.tezu.ernet.in/

Hypertext Transfer Protocol (HTTP) HyperText Transfer Protocol (HTTP) is an application-layer protocol used primarily on the World Wide Web. HTTP uses a client-server model where the web browser is the client and communicates with the webserver that hosts the website. The browser uses HTTP, which is carried over TCP/IP to communicate to the server and retrieve Web content for the user.