Physical Structures Before discussing networks, we need to define some network attributes. Type of Connection 1- Point-to-Point 2- point-to-Multi point.

Slides:



Advertisements
Similar presentations
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.
Advertisements

COMPUTER NETWORK TOPOLOGIES
Computer Network Topologies
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
2 - Winter 2005 EE EE 766 Computer Interfacing and Protocols 1 Basic Concepts Link: Physical pathway between devices Line Configuration: Attachment of.
1 Network Concepts Rong Wang CGS3285 School of Computer Science University of Central Florida Spring2004.
1 2 장 데이터 통신 기본 개념 2.1 회선 구성 (Line configuration) 2.2 토플로지 (Topology) 2.3 전송 모드 (Transmission mode) 2.4 네트워크 분류 (Categories of Networks) 2.5 인터네트워크 (Internetworks)
CSC 242 Introduction to Telecommunications Systems
Network Basics and Concepts
Topology “The Topology is the geometric representation of the relationship of the links and linking devices” OR “Topology defines physical or logical arrangement.
What is a network? A network consists of two or more computers that are linked in order to share resources (such as printers and CD-ROMs) , exchange.
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
Based on Data Communications and Networking, 4 th Edition. by Behrouz A. Forouzan, McGraw-Hill Companies, Inc., 2007 Dr. Mznah Al-Rodhaan Chapter 1 Introduction.
1.1 Chapter 1 Introduction Lecture # 1 – 2 Ali Mustafa.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Overview of Data Communications and Networking PART.
Network topology.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Overview of Data Communications and Networking UNIT I UNIT I.
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Topology. Physical Topology The term physical topology refers to the way in which a network is laid out physically. Two or more devices connect.
Chapter 1: Introduction
NETWORKING CONCEPTS. Data Communication Communication is for sharing information Sharing can be local or remote Local communication between individuals.
Data Communications and Networking: Basic Definitions. Data Communication is the exchange of data (in the form of 0’s and 1’s) between two devices via.
1 Overview of Data Communication and Computer Networks : Data Communication and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
TOPIC Data Communication 3 March 2004 © PETER KOMISARCZUK & VUW,
ECOM 4314 Data Communications Fall September, 2010
INTRODUCTION T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
NET 221D:Computer Networks Fundamentals
Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 05 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
Spring 2005Data Communications, Kwangwoon University1-1 Chapter 1. Introduction 1.Data communications 2.Networks 3.The Internet 4.Protocols and standards.
Network Topologies.
1 Data Communications CS 1302 Computer Networks Unit 1 Topics 1,2,3.
Data Communication Networks
Basic Concepts. Line Configuration Line Configuration Topology Topology Transmission Mode Transmission Mode Categories of Networks Categories of Networks.
Networking  Networking is of linking two or more computing devices together for the purpose of sharing data.
Higher Computing Networking. Networking – Local Area Networks.
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
Lesson 11 Network Essntials - II. Agenda Network Topology Catagories of Network Commonly used Terminologies Computing Model The Standards The OSI Network.
Chapter 2 Network topology and Networking devices.
Computer Network Architecture Lecture 2: Fundamental of Network.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Computer Communication and Networking Lecture # 4 by Zainab Malik 1.
Physical Network Topology. When working with a network What is Physical Topology????? The physical topology of a network refers to the configuration of.
1 Kyung Hee University Prof. Choong Seon HONG Basic Concepts.
Computer Network Lab. 1 2 장 데이터 통신 기본 개념 2.1 회선 구성 (Line configuration) 2.2 토플로지 (Topology) 2.3 전송 모드 (Transmission mode) 2.4 네트워크 분류 (Categories of Networks)
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.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Overview of Data Communications and Networking PART.
Introduction to Networking
Data Communications & Networking net331
Network Topologies CSC (c) Nouf AlJaffan.
2장 데이터 통신 기본 개념 2.1 회선 구성(Line configuration) 2.2 토플로지(Topology)
NET 221D:Computer Networks Fundamentals
2 Basic Concepts: data and computer networking
Network Topologies CS 1202.
Overview of Data Communications and Networking
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Network Topologies CS 1202.
Types of topology. Bus topology Bus topology is a network type in which every computer and network device is connected to single cable. When it has exactly.
Network Topologies CSC (c) Nouf AlJaffan.
Introduction to Computer Network
Chapter 2: Basic Concepts
Lec 2 Topology Computer Networks Al-Mustansiryah University
Network Topologies CSC (c) Nouf AlJaffan.
Physical Topologies -K. M. THANVI
Presentation transcript:

Physical Structures Before discussing networks, we need to define some network attributes. Type of Connection 1- Point-to-Point 2- point-to-Multi point

Figure 1.3a Types of connections: point-to-point

Figure 1.3a Types of connections: point-to-Multi point

Physical Topology The term physical topology refers to the way in which a network is laid out physically tow or more devices connect to a link; two or more links form a topology. The topology of a network is the geometric representation of the relationship of all the links and linking devices (usually called nodes) to one another. There are four basic topologies Possible: mesh, star, bus, and ring (see Figure 1.4). Figure 1.4 Categories of topology

Mesh In a mesh topology, every device has a dedicated point-to-point link to every other device. No of node = n(n -1) /2 No of cable used=n-1

A mesh offers several advantages over other network topologies A mesh offers several advantages over other network topologies. First, the use of dedicated links guarantees that each connection can carry its own data load, thus eliminating the traffic problems that can occur when links must be shared by multiple devices. Second, a mesh topology is robust. If one link becomes unusable, it does not incapacitate the entire system. Third, there is the advantage of privacy or security. When every message travels along a dedicated line, only the intended recipient sees it. Physical boundaries prevent other users from gaining access to messages. Finally, point-to-point links make fault identification and fault isolation easy. Traffic can be routed to avoid links with suspected problems. This facility enables the network manager to discover the precise location of the fault and aids in finding its cause and solution. The main disadvantages of a mesh are related to the amount of cabling and the number of I/O ports required. First, because every device must be connected to every other device, installation and reconnection are difficult. Second, the sheer bulk of the wiring can be greater than the available space (in walls, ceilings, or floors) can accommodate.

Star Topology In a star topology, each device has a dedicated point-to-point link only to a central controller, usually called a hub. The devices are not directly linked to one another. Unlike a mesh topology, a star topology does not allow direct traffic between devices. The controller acts as an exchange: If one device wants to send data to another, it sends the data to the controller, which then relays the data to the other connected device (see Figure 1.6)

Start Each device has a dedicated point-to-point link only to a central controller ( hub ). Does not allow direct traffic between devices Advantages: less expensive. Why ? each device needs only one link and one i/o port Easy to install and reconfigure One link fails, only that link is affected. Disadvantages : More cabling

Bus Topology The preceding examples all describe point-to-point connections. A bus topology, on the other hand, is multipoint. One long cable acts as a backbone to link all the devices in a network (see Figure 1.7). Figure 1.7 A bus topology connecting three stations

Bus P2P or multipoint? Consists of one long cable acts as a backbone to link all the devices in a network. Use coaxial cable Advantages : Use less cabling Ease of installation. Disadvantages: Difficult reconnection. difficult to add new devices A fault in the bus cable will stop all transmission.

Ring Topology In a ring topology, each device has a dedicated point-to-point connection with only the two devices on either side of it. A signal is passed along the ring in one direction, from device to device, until it reaches its destination. Each device in the ring incorporates a repeater. When a device receives a signal intended for another device, its repeater regenerates the bits and passes them along (see Figure 1.8). Figure 1.8 A ring topology connecting six stations

3-Ring Data is passed along the ring in one direction until it reaches its destination Advantages : Easy to install and reconfigure Suitable for fiber optic transmission Disadvantages : 1 node down, network down.

Hybrid Topology A network can be hybrid Hybrid Topology A network can be hybrid. For example, we can have a main star topology with each branch connecting several stations in a bus topology as shown in Figure 1.9. Figure 1.9 A hybrid topology: a star backbone with three bus networks

Transmission Mode The term transmission mode is used to define the direction of signal flow between two linked devices. There are three types of transmission modes: 1- simplex 2- half-duplex 3- full-duplex Simplex In simplex mode the communication is unidirectional as a one-way street. Only one of the two stations on a link can transmit the other can only receive.

Half Duplex In half duplex mode, each station can both transmit and receive but not at the same time. When one device is sending the other can only receive. The half duplex mode is like a one –lane road with two directional traffic. While cars are traveling one direction cars going the other way must wait.

Full Duplex In full-duplex mode (also called duplex), both stations can transmit and receive simultaneously. The full-duplex mode is like a two way street with traffic flowing in both directions at the same time.

Categories Of Networking: Local area network A local area network is usually privately owned and links the devices in a single office ,building ,or campus .Depending on the needs of an organization and the type of technology used , a LAN can be as simple as two PCs and a printer in some one’s home office or it can extend through out a company and include voice ,sound ,and video peripherals .Currently ,LAN size is limited to a few kilometers. LANs are designed to allow resources to be shared between personal computers or workstations

Metropolitan Area Network MAN is designed to extend over an entire city. It may be a single network such as a cable television network, or it may be a means of connecting a number of LANs into a larger network so that recourses may be shared LAN-LAN as well as device-to-device .for example , a company can use a MAN to connect the LANs in all of its offices throughout a city .

Wide Area Network WAN provides long –distance transmission of data, voice, image, and video information over large geographical areas that may comprise a country, a continent, or even the whole word.

Internet works

Example Network modem end office Digital Signal Inside the COM port Copper Cable Analog Signal (voice band) Asynchronous RS-232C Digital Inside the PSTN Network Telephone Exchange Digital Signal