Computer networks 2 A Informatica prof.sse ALLEMANI e CARUSO.

Slides:



Advertisements
Similar presentations
Chapter 4 Computer Networks
Advertisements

Wireless network Usually use Radio Frequency (RF) technology Adv :
TYPES OF COMPUTER NETWORKS
Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Web Page Design Chapter 1 Introducing Networks and the Internet.
Networks By the end of this session, you will:
Networking Some of the basics. What is a Network Simply put, its two or more computer connected together through a communication medium. A communication.
CSC 242 Introduction to Telecommunications Systems
Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Computer Networks and the Internet CMPT 109 Montclair State University.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
Damian Gordon.  When we hook up computers together using data communication facilities, we call this a computer network.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
NETWORK TOPOLOGY. WHAT IS NETWORK TOPOLOGY?  Network Topology is the shape or physical layout of the network. This is how the computers and other devices.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
Computer Networks.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Al-Hareqi.
Stefan Thorvaldsson – What is a network? A network is two or more computer linked together so the are able to share resources. It could.
فؤاد أسامه النجار فؤاد الحداد حسن مطر. A computer network allows computers to communicate with many other computers and to share resources and.
Networks and Telecommunications
Chapter 9A Network Basics.
NETWORK.
Network Systems Identify network systems and their components.
Networking Basics lesson 4 essential concepts. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network.
 System of computers and peripherals that are linked together  Purpose › Share files › Share hardware › Share data › Share software › Transfer funds.
DATA COMMUNICATION. Data Communication Data communication is the transmission of data from one location to the other. Data can be sent in two ways: directly.
Basic Concepts of a Computer Network
Networking By Nachiket Agrawal 10DD Contents Network Stand Alone LAN Advantages and Disadvantages of LAN Advantages and Disadvantages of LAN Cabled LAN.
Definitions What is a network? A series of interconnected computers, linked together either via cabling or wirelessly. Often linked via a central server.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
Networks. What is a network? two or more computers linked together.
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
1 3 Computing System Fundamentals 3.4 Networked Computer Systems.
GCSE ICT 3 rd Edition Computer networks 19 A computer network is a collection of computers linked together so that they can communicate with each other.
Networks Network topologies. Networks Network topology Is the way the devices are arranged in a network In a wired network, it shows how the computers.
1.05a.  Local Area Networks (LANs) ◦ Small networks in a limited geographical area  Wide-Area Networks (WANs) ◦ Extensive networks that may span hundreds.
Introduction to Computing Lecture # 11 Introduction to Computing Lecture # 11.
Networking Relationships What is a computer network?
How Networks work?.
Basic Computer Knowledge. Outline Notes 1 Notes 2 Assessment.
Computer Networks An Introduction. Networks Network is defined as: A group of two or more computer systems linked together.
Networks Mr Hewitt. Objectives By the end of this lesson you will be able to: Compare stand alone, networked and laptop computers Define a Network Explain.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Data Communication Networks
Networking Basics Objectives: 1. Utilize appropriate vocabulary to communicate effectively in a technological society. 6. Describe uses of a networked.
Higher Computing Networking. Networking – Local Area Networks.
Communications & Networks National 4 & 5 Computing Science.
Computer Network Compiled by: GF Kalumuna January 2015.
Unit 3, Lesson 6 Types of Network Topologies AOIT Computer Networking Copyright © 2008–2013 National Academy Foundation. All rights reserved.
Different computer networks. Star network The star network is local area network mostly used at home, school and offices. Star network has 5 or 6 workstations.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to Networking.
Computer Networks Part 2
 client  client/server network  communication hardware  extranet  firewall  hacker  Internet  intranet  local area network (LAN)  Network 
NETWORKS. Example Web Browsing application Software Protocols involved Software NIC / Modem Hardware Telephone line / Co-axial cable / Air interface.
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
Edited by : Noor Al-Hareqi
Networks 1 Key Revision Points.
Edited by : Noor Al-Hareqi
Intro to Networking Thomas Holt Russell SEMtech Director.
Edited by : Noor Al-Hareqi
Edited by : Noor Al-Hareqi
Computer Networks Lesson 2.
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
By Hussein Alhashimi.
Presentation transcript:

Computer networks 2 A Informatica prof.sse ALLEMANI e CARUSO

Yesterday…. Central architecture Before the coming of the PC, the common architecture was made up of a central computer - the only one with a processing capability – with some “stupid” terminals.

Today… Several computers linked in a network, with indipendent processing capability, which share resources and provide services networks of networks

What is a network? A computer network is a group of computers linked together by means of cables or aerials which communicate data and share resources through a series of protocols and rules.

Why a network? It is possible: To share expensive peripherals, such as printers, scanner, plotter. To send data to users without any other support. Moreover there are fewer restrictions concerning the size of the file which can be transferred through a network. To centralize fundamental programs. Sometimes users must be allowed to access the same program, in order to work on it simultaneously. To create automatic backup systems of files.

Network classification Typology ( distance among computers ) Topology (geometric shape used to create the network )

Network Typologies LAN (Local Area Network ) (1m – 2km) it is a network in a restricted area, such as an office room, a building or a campus MAN (Metropolitan Area Network ) ( 2km - 10Km ) it is a network made of groups of devices or LANs linked by a phone line or other types of cables in a large geographical area, such as a town. WAN (Wide Area Network ) it is a network made of the devices which let the connection of LANs and MANs over a large geographical area, or even around the world ( an example is the Internet ).

Network Topologies Bus Ring Star

BUS Topology Each node is connected one right after the other along the same backbone. Information sent from a node travels along the backbone until it reaches its destination node. All the computers can communicate with each other without having to go through the server. Advantages: A computer or device that has gone down does not affect the others. Disadvantages: It cannot connect a large number of computers.

RING Topology It connects the computers and other devices one to the other in a circle. There is no central hub that holds all the data. Communication flows in one direction around the ring. Advantages: It requires less cabling and so it is less expensive. Disadvantages: If one node goes down, it takes down the whole network.

STAR Topology The computers are connected to a central device called hub. The hub takes a signal that comes from any node and passes it along to all the other nodes in the network. Advantages: -It gives close control of data -Each PC sees all the data -If a computer (not the hub) fails, no other computer is affected Disadvantages: If the hub or its software goes down, the whole network is down.

What is the Internet? The Internet is a network of networks, which links computers able to share information and resources with one another. The Internet can be defined as a “mean of transport” for the information and resources which are inside the computers. The Internet has been compared to a motorway. The Internet itself does not contain any information; it is wrong to say that a document has been found “in the Internet” or “on the Internet”. It would be better to say that it has been found “through the Internet” or “using the Internet”.

Internet Services The computers connected to the Internet can take advantage of several services: E- MAIL – It allows you to send and receive s and to access to a forum. FTP (File Transfer Protocol) – It allows you to have a quick access to a file in another computer, save on your computer and vice versa. WWW (World Wide Web) - You must not confuse the Internet with WWW; this is only a part of the Internet.

What is the World Wide Web? The World Wide Web is a global network of computers. This means that all the computers which belong to this global network ( the web ) can share data and information. The computers must use a common language, in order to understand each other. The common language used by all the computers in the web is ruled by the standard protocol HTTP.

How does the World Wide Web work? The information are stored in documents called web pages. The web pages are files placed into computers called web server. The computers which read the pages stored into web servers are called web client. The web clients show the user the web pages, by using a program called web browser.

How does the browser show the web pages? The web pages stored into web servers are written in a standard language: the HTML. The pages written in html contain the instructions for the browser in order to be correctly shown.