Introduction What is a Network?

Slides:



Advertisements
Similar presentations
Chapter 4 Computer Networks
Advertisements

COMPUTER NETWORK TOPOLOGIES
Computer Network Topologies
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Web Page Design Chapter 1 Introducing Networks and the Internet.
Saeed Darvish Pazoki – MCSE, CCNA Abstracted From: Sybex – Network+ Study Guide Network Fundamentals 1.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
By: Aarman Tarapore 10cc.  a network is a series of points or nodes interconnected by communication paths. Networks can interconnect with other networks.
Network topologies. What is a network topology? Physical arrangement of the devices in a communications network. Most commonly used are bus and star.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
NETWORK Topologies An Introduction.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Chapter 4 Computer Networks – Part 1
Information Technology Lecture No 3 By: Khurram Shahid.
Server is ‘host’ Clients do not communicate with each other.
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
NETWORKING. OBJECTIVES Identify network topologies Identify hardware components of a network.
Computer Networks & Topologies Group Members Shahid Ahmed Sp11-Bba-100 Shahzad Zeb Sp11-Bba-084 Nadia Naseer Abbasi Sp11-Bba-079 Ahsan Bashir Sp11-Bba-007.
Computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources Usually, the connections.
Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
1.05a.  Local Area Networks (LANs) ◦ Small networks in a limited geographical area  Wide-Area Networks (WANs) ◦ Extensive networks that may span hundreds.
How Networks work?.
WEBMASTER 3224 PHYSICAL VS LOGICAL COMPONENTS OF THE INTERNET AND NETWORKS.
NETWORKS.
 Physical arrangement of devices in a network  Common types: › Ring › Bus › Star › Tree.
COMPUTER NETWORK CREATED BY:- PALASH SACHAN. CONTENTS INTRODUCTION COMPUTER NETWORK TYPES OF NETWORK CLASSIFICATION OF NETWORK ARCHITECTURE NETWORK TOPOLOGY.
Higher Computing Networking. Networking – Local Area Networks.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.
Unit 3, Lesson 6 Types of Network Topologies AOIT Computer Networking Copyright © 2008–2013 National Academy Foundation. All rights reserved.
Chapter 1 : Computer Networks.
Free Powerpoint Templates Page 1 Free Powerpoint Templates Network topology.
Computer Networks Part 2
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
Computer Engineering and Networks, College of Engineering, Majmaah University INTRODUCTION TO COMPUTER NETWORKS Mohammed Saleem Bhat
Network types Point-to-Point (Direct) Connection Dedicated circuit boards connected by cable; To transfer data from A to B: – A writes on its circuit board;
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
NETWORKING TOPOLOGIES Ms. Edwards. Table of Contents Monday ◦ What is a network topology? ◦ BUS -what it is? -how it functions? ◦ STAR -what it is? -how.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
INTRODUCTION TO COMPUTER NETWORKS
Computer Network Topologies
Network Configurations
Computer Networks and Internet
NETWORKING TECHNOLOGIES
Introduction to Computers
NETWORK The inter- connection of one station to many station is called Network. COMPUTER NETWORK  The inter-connection of the two or more connection,
Computer Networks and Internet
3.1 Network Basic Basic Concept of Network
Basic Concepts of Computer Networks and Communications
Computer Networks.
Seminar On Computer Networks
Intro to Networking Thomas Holt Russell SEMtech Director.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Department of Computer Science Course : Pre Computer Skills
COMMUNICATIONS,NETWORKS, THE INTERNET AND
NETWORK BASICS Network - a communications, data exchange, and resource-sharing system created by linking two or more computers and establishing standards,
INTRODUCTION TO COMPUTER NETWORKS
Computer communications
Physical Network Topology
 What is Topology  Categories of Topology  Definition, structure, advantage and disadvantage of all of the following topologies: o Mesh o Bus o Ring.
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
INTRODUCTION TO COMPUTER NETWORKS
WJEC GCSE Computer Science
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Presentation transcript:

Introduction What is a Network? Networking Introduction What is a Network?

What is a Network? A network can be defined as a group of computers that share resources. Typically a network is a system of computers that send and receive data and messages enabling two or more computers to communicate with each other and allows the sharing of files, printers and the sending of messages to each other.

Types of Network LAN – Local Area Network A network contained within one building or over several buildings on a site is called a Local Area Network (LAN). MAN – Metropolitan Area Network A network that spans several sites across a city is called a Metropolitan Area Network (MAN) WAN – Wide Area Network A network that spans several cities, country or even the world is called a Wide Area Network (WAN). A Client/Server network may be a LAN, MAN or WAN, however a peer-to-peer network can only be a LAN. The most famous and widely used Wide Area Network is the Internet, which contains many thousands of servers and many millions of clients right across the world.

Network Topologies There are 4 basic types of network topology: - Bus, Star, Ring and Mesh

Bus Topology BUS TOPOLOGY is a specific kind of network topology in which all of the various devices in the network are connected to a single cable or line

In a ring network, every device has exactly two neighbours for communication purposes. All messages travel through a ring in the same direction (effectively either "clockwise" or "counter clockwise"). A failure in any cable or device breaks the loop and can take down the entire network. Ring Topology

With a star topology, the workstations, fileservers, printers etc With a star topology, the workstations, fileservers, printers etc. are attached via cables to a central hub. The hub is central to a star topology and the network cannot function without it. The cables used in star topologies are twisted pair wires. Star topologies are difficult to install, but once installed are easy to maintain and expand. A fault in a cable only affects the computer or node it is attached to and is easy to locate Star Topology

Mesh Mesh topologies involve the concept of routes. Unlike each of the previous topologies, messages sent on a mesh network can take any of several possible paths from source to destination. (Recall that in a ring, although two cable paths exist, messages can only travel in one direction.) Some WANs, like the Internet, employ mesh routing.

Mesh

Conclusion Topologies remain an important part of network design theory. You can probably build a home or small business network without understanding the difference between a bus design and a star design, but understanding the concepts behind these gives you a deeper understanding of important elements like hubs, broadcasts, ports, and routes.