Computer Network Definition

Slides:



Advertisements
Similar presentations
Vocabulary words By: Toyre Jones. Electronic mail which allows individuals with an account to send messages to another person with an account.
Advertisements

The Internet.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Fundamentals of Information Systems, Second Edition 1 Telecommunications, the Internet, Intranets, and Extranets Chapter 4.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Internet and Intranets Chapter 11 By Stephen Harris.
Internet Services -World Wide Web - -Conferencing and Newsgroups -File Transfer & Updating -Chat/Instant Messaging.
COMP 6005 An Introduction To Computing Session Four: Internetworking and the World Wide Web.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Copyright © Curt Hill The Internet An Introduction.
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
The College of Saint Rose CIS 111 – Introduction to Computer Science David Goldschmidt, Ph.D. from Fluency with Information Technology, 4th edition by.
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.
Networking Relationships What is a computer network?
Kuliah Pengantar Teknologi Informasi Coky Fauzi Alfi cokyfauzialfi.wordpress.com Internet (2)
IT1001 Computer Hardware & System Operations Week 12 – Introduction to Internets.
© 2010 Pearson Education, Inc. | Publishing as Prentice Hall. Computer Literacy for IC 3 Unit 3: Living Online Chapter 1: Understanding the Internet.
Common Terms in the Internet Adnan Iqbal MCS-MIT-WD-A+ The College of Law.
Fundamentals of Information Systems, Second Edition 1 Telecommunications, the Internet, Intranets, and Extranets.
Forcier and Descy The Computer as an Educational Tool (Fifth Edition) Copyright © 2008 by Pearson Education, Inc. Columbus, Ohio All rights reserved.
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.
Chapter 6.  Internet and characteristics of Internet.  Various Internet protocols  Static IP addressing and Dynamic IP addressing Prepared by Saher.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
NETWORKS. Example Web Browsing application Software Protocols involved Software NIC / Modem Hardware Telephone line / Co-axial cable / Air interface.
Data and Computer Communications Chapter 21 – Network SecurityChapter 21 – Network Security.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
CX Introduction to Web Programming
Services of the Internet
INTRODUCTION TO COMPUTER NETWORKS
1.4 Wired and Wireless Networks
Technologies and Applications
Introduction to the Web
Chapter 1 Into the Internet.
5. The Internet and the World Wide Web
E-commerce | WWW World Wide Web - Concepts
Real Life Networking Examples
E-commerce | WWW World Wide Web - Concepts
Our Lady of the Rosary College S3 Computer Literacy
Vocabulary 1 Electronic Mail which allows individuals with an account to send messages to another person with an account. IRC: Internet.
(or how to build a webpage)
The World Wide Web and the Internet Extended Learning Module B
One Step Closer! Class-X केन्द्रीय विद्यालय महासमुंद
CIS 5.2, Spring 2010 Word and the WWW
Internet.
The Internet and the World Wide Web (ch. 7)
1 Introduction to the Internet.
شبكة الانترنت العالمية.
Web Design & Development
The Internet An Overview.
الانترنت والبريد الإلكتروني
Internet Basics.
INTRODUCTION TO COMPUTER NETWORKS
Unit# 5: Internet and Worldwide Web
Internet & Web.
Principles and Learning Objectives
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
A worldwide system of interconnected computer networks.
HTML What is Html? HTML stands for Hypertext Markup Language.
Welcome to Cyberspace The Internet - World Wide Web
Educational Computing
WEB & HTML Background Info.
INTRODUCTION TO COMPUTER NETWORKS
Unit-3.
4.01 How Web Pages Work.
The Internet and Electronic mail
Internet and the world wide web (www)
Presentation transcript:

Computer Network Definition A network of data processing nodes that are interconnected for the purpose of data communication. The networks can be separated by short distances or nearly unlimited distances using different means of interconnection.

Networking Methods There are 3 networking methods: 1. Local Area Network (LAN)‏ 2. Wide Area Network (WAN)‏ 3. Wireless Networks (WLAN, WWAN)‏

Programming Aspect of Networking Networkings involves many different programming languages to perform any number of tasks. These languages include C, C++, and Java. Things that can be accomplished with programming are design, implementations, debugging, and security of network systems.

The Internet and HTML

Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol. “A network of networks” Services include electronic mail, online chat, file transfer, and the interlinked web pages and other resources of the World Wide Web (WWW)

Common Uses of The Internet E-mail World Wide Web File-Sharing Remote Access Collaborative Work Streaming Media Voice Telephony

HTML HyperText Markup Language Original founder is a Swedish Physicist Tim Berners-Lee First became the standard of Internet WebPages in 1995

HTML Markup Elements- The basic structure of HTML markup Attributes- Is the attributes of the elements and is in name-value pairs separated by “=“ Example: <element-name attribute="value">Content</element-name>