LAN and WAN LAN (Local Area Networks) are small networks which are contained in a single building or small area. WAN (Wide Area Networks) are larger networks.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

COMPUTER NETWORK TOPOLOGIES
Wireless network Usually use Radio Frequency (RF) technology Adv :
INTRODUCTION TO NETWORKS
Computer Network Topologies
Basic Concepts of Computer
Nilesh Agre Wedashree Jalukar Neelima Shahi Group Members.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Networks By the end of this session, you will:
Physical Structures Before discussing networks, we need to define some network attributes. Type of Connection 1- Point-to-Point 2- point-to-Multi point.
Network Topologies.
Network Topologies CS 1202.
Marwan Al-Namari Week 2. ADSL : Asymmetric Digital Subscriber Line Ethernet networks - 10BASE-T - 100BASE-TX BASE-T BASE-TX (Cat5e.
Network Topologies CSC (c) Nouf AlJaffan.
Networks Types. Spring 2002Computer Network Applications Data Transfer During the ’70s: Minicomputers became affordable; Need to communicate information;
Network topology.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Solve the anagram. What do these represent?. Solve the anagram. What do these represent? RING BUSSTAR.
Network Topologies. The concept of a topology. The basic function of computers on the LAN is to provide the user with an almost limitless set of applications.
Network Topologies.
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 By: Donald Blake. What is a computer network? A computer network is a group of computer systems and computer hardware devices that are.
Basic Concepts of Computer Networks
Network Design Essentials
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 There are three basic configurations used to connect computers they are the  Bus  Ring  Star.
Information Technology Lecture No 3 By: Khurram Shahid.
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
Lesson 3—Networking BASICS1 Networking BASICS Network Design Unit 2 Lesson 3.
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
NETWORK TOPOLOGIES. NETWORK TOPOLOGIES THERE ARE BASIC FIVE TYPE OF NETWORK TOPOLOGIES.
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
The McGraw- AS Computing LAN Topologies. The McGraw- Categories of LAN Topology.
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
By: Israel Aguilar. STAR TOPOLOGY  The star topology connects the computers to a central hub.  The signal travel from one computer to another computer.
Topologies By: Luis Alberto Freile. Types of topology Star Topology Bus Topology Ring Topology.
Network Topologies.
Network Concepts Topologies
IST 126 Computer Networks Day 2. Server Security Only one password needed to access network Associated with the account is permission to access certain.
SHAPE OF A NETWORK COPYRIGHT BTS TOPOLOGY The way the computers are cabled together Four different layouts Logical topology describes the way data travels.
-Network topology is the layout of the connection between the computers. -It is also known as the pattern in which computers.
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
NETWORK TOPOLOGY Network topology is the study of the arrangement or mapping of the elements of a network,especially the physical.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Chapter 2 Network topology and Networking devices.
Shape of a Network 10/10/07. Topology  The way the computers are cabled together  Four different layouts  Logical topology describes the way data travels.
Chapter 1 : Computer Networks.
NETWORKS Network Topologies / Configurations. Learning Objectives Describe for each type of network topology the relative strengths and weaknesses.
TOPOLOGIES in COMPUTER NETWORKING Refers to the physical layout of the network devices and cabling and how all the components communicate with each other.
Computer Networks Part 2
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;
CSC (c) Nouf AlJaffan Network Topologies.
Networking Objectives Understand the three main networking topologies – Bus – Star – ring.
Network Topologies.
Unit Communication Hardware
Network Topologies.
Basic Concepts of Computer Networks and Communications
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Chapter 5 Networks Communicating and Sharing Resources
Computer Networks Lesson 1.
Network Topologies CS 1202.
Network Topology.
Network Topologies CS 1202.
Computer communications
Computer Networks Lesson 1.
The Ring Network Advantages: They are cheap to expand.
Physical Topologies -K. M. THANVI
Presentation transcript:

LAN and WAN LAN (Local Area Networks) are small networks which are contained in a single building or small area. WAN (Wide Area Networks) are larger networks over a wider geographical area. 1

This is sometimes called the Token-Ring network. A Token or Packet of data is passed around with the message. Each computer reads to see if the message is for them and if it isnt then it sends it on to the next computer. When it reaches its destination, the recipient sends a message back to the sender to tell it that the message has been safely received. 2 Ring

Ring Topology Advantages Uses the least amount of cabling and so is the cheapest and easiest to set up. Disadvantages This is the least secure as if one connection is lost, the whole network stops working. If all the data is not traveling in the same direction then Data Clashes can occur and data can be lost. If the data all moves in the same direction then it is slow and has to travel a long way to get to some computers.

Bus Topology A bus network has a single cable which all the computers and peripherals are attached to. When one computer sends a signal along the wire, all the computers on the network receive the information, but only the one the message is addressed to accepts the information. The rest disregard the message. A computer must wait until the bus is free before it can transmit a message.

Bus Topology Advantages The bus is simple, reliable in very small networks, easy to use, and easy to understand. It is easy to extend a bus. Disadvantages If the central cable is broken then the whole network stops working. Only one computer at a time can send a message; therefore, the number of computers attached to a bus network can significantly affect the speed of the network.

Star Topology In a star topology, all the cables run from the computers to a central location, where they are all connected by a device called a hub. There are two types of star network: – Broadcast star network – Broadcast star network – The hub sends the messages it receives from the computers to all the computers in the star and most of them ignore the message apart form the computer the message is addressed to. – Switched star network – Switched star network – The hub sends the message it receives only to the destination computer. 6

Star Topology Advantages It is the fastest type of network as each computer has its own dedicated line and so avoids Data Clashes If one cable is broken the rest of the network can still work without any delay. New computers can easily be added to the network without disrupting the service to anybody else. Disadvantages The network will stop working if the hub stops working. It is expensive to set up as it uses the most cabling.