Review of Topology and Access Techniques / Switching Concepts BSAD 141 Dave Novak Sources: Network+ Guide to Networks, Dean 2013.

Slides:



Advertisements
Similar presentations
Packet Switching vs. Circuit Switching
Advertisements

Data Communications and Networking
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Switching Technology presented by Hussain Ahmad BA-Abdullah. Fawaz abdullah AL-Amri. prof : Adel Ali.
1 Agenda TMA2 Feedback TMA3 T821 Bock 2. 2 Packet Switching.
Eighth Edition by William Stallings
Review of Topology and Access Techniques / Switching Concepts BSAD 141 Dave Novak Sources: Network+ Guide to Networks, Dean 2013.
Packet Switching Vs Circuit Switching Packet-switched and circuit-switched networks use two different technologies for sending messages and data from one.
Lab Practical 2 Study about different types of Networking Device
Lecture 2 Protocol Layers CPE 401 / 601 Computer Network Systems slides are modified from Dave Hollinger.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Computers Are Your Future © 2006 Prentice-Hall, Inc.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
LAN Risanuri Hidayat. LAN-Local Area Network A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Internetworking Fundamentals (Lecture #2) Andres Rengifo Copyright 2008.
1 K. Salah Module 1.0: Introduction Definition Communication Model Type of networks –WAN –MAN –LAN, WLAN –PAN, WPAN Networking Technologies Network Switching.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
Lecturer: Tamanna Haque Nipa
Network Topologies.
Packet and Circuit Switching
Switching Techniques Student: Blidaru Catalina Elena.
Data Communications and Networking
Network Design Essentials. Guide to Networking Essentials, Fifth Edition2 Contents 1. Examining the Basics of a Network Layout 2. Understanding Standard.
Chapter 2 Network Design Essentials Instructor: Nhan Nguyen Phuong.
Chapter 4 Computer Networks – Part 1
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
CS 447 Networks and Data Communication
Networks for Distributed Systems n network types n Connection-oriented and connectionless communication n switching technologies l circuit l packet.
1 Module 15: Network Structures n Topology n Network Types n Communication.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Chapter 6 Wide Area Networking Concepts, Architectures, & Services.
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching (Wide Area Networks)
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
Computer Networks Lecture 5 Packet Switching & Circuit Switching, Causes of impairment Lahore Leads University.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
1 Introduction Computer Networks. 2 Motivation and Scope Computer networks and internets: an overview of concepts, terminology and technologies that form.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Computer Networks with Internet Technology William Stallings
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
Physical Topology Physical layout of the network nodes – Broad description of the network: no detail about device types, connection methods, addressing,...
Data and Computer Communications Chapter 11 – Asynchronous Transfer Mode.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
William Stallings Data and Computer Communications
Network Concepts Topologies
Chapter2 Networking Fundamentals
Communication Networks - Overview CSE 3213 – Fall November 2015.
Review of Network Technologies. Basic of Network concepts Computer Network – A Communication system for connecting computers/hosts Why? – Better connectivity.
CCNA Guide to Cisco Networking Chapter 2: Network Devices.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
1 Switching and Forwarding Sections Connecting More Than Two Hosts Multi-access link: Ethernet, wireless –Single physical link, shared by multiple.
Switching. Circuit switching Message switching Packet Switching – Datagrams – Virtual circuit – source routing Cell Switching – Cells, – Segmentation.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Packet Switching Vs Circuit Switching
M. R. Kharazmi Chapter 1 Data Communications and Networks Overview.
Data and Computer Communications Eighth Edition by William Stallings Chapter 1 – Data Communications, Data Networks, and the Internet.
Why Is It All?  A Network is a set of connected devices. Whenever we have multiple devices, we have the problem of how to connect them to make one-to-one.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
By: Danielle Bowen-Dooley
Packet Switching Datagram Approach Virtual Circuit Approach
Shuffle Exchange Point-to-point, Bus, Ring, Star, Mesh
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Introduction Computer Networks.
Switching Techniques.
Networking.
Networking.
Switching.
Presentation transcript:

Review of Topology and Access Techniques / Switching Concepts BSAD 141 Dave Novak Sources: Network+ Guide to Networks, Dean 2013

Overview Three base wired topologies Bus, star, ring Two wireless topologies Ad-hoc, infrastructure Three basic access techniques CSMA/CD, CSMA/CA, and token passing Packet switching versus circuit switching

Architecture Basic level – any topology will support any architecture Star topology may support client – server (CS) or peer-to-peer (P2P) architecture Likewise, P2P architecture may be implemented using star, bus, or ring topology

Architecture / Topology Topology –physical or logical design or layout of the network What is the difference between a physical star and logical star topology? Architecture – describes the functionality and administrative structure of the network How devices interact Whether there are servers and exactly what these devices do

Access Technique The access technique describes how the devices using a particular networking technology coordinate the use of, or share, the communication medium How is CSMA and how does it work?

Access Technique What about CSMA/CD? CSMA/CA?

Access Technique Token Passing?

Packet Concept Computer networks do not transfer data as a string or stream of continuous bits Bits or data are divided into small generic blocks called packets Dividing data into small packets helps determine which blocks have errors and which do not Packets promote equity

Packets –vs- frames What is the difference between a packet and a frame?

Switching Determines how connections are established between different nodes on the network Focus on 2 types of switching 1) 2)

Switching Many / most LAN technologies use baseband communication Why would this generally be the case?

Switching To enable many devices to share the medium, transmission data are broken up into packets

Circuit switching A connection-based telecommunications transmission technology where 2 nodes establish a dedicated connection / communication channel for the duration of the communication session Requires that the sending node contact receiving node and establish a connection (what is a potential drawback to this type of connection?)

Circuit switching Concept is a dedicated path that provides non- stop transfer Bandwidth on circuit is dedicated and remains available until connection is terminated Not shared While nodes connected, all data follow same path Data arrive in order

Circuit switching Misconception that circuit switching only used for connecting voice circuits (either analog or digital)

Advantages of Circuit Switching Dedicated connection between 2 hosts – full use of communication channel for duration of communication session Highly reliable (with respect to path, variation in delay, and constant bit rate) Requires little packet overhead during transmission because path / communication circuit is dedicated and known Makes optimal use of available bandwidth (ratio of overhead to data is very small) during communication

Disadvantages of Circuit Switching Inflexible with respect to many internet-based applications (data are bursty) Involves a lot of communication overhead and time with respect to ESTABLISHING communication channel Can waste a lot of bandwidth if data are not continually being sent In event of failure, data are not packetized and do not seek an alternate path – path may be lost

Packet switching A digital networking communication method where data are broken into small packets Delivers variable rate data streams During transmission packets are buffered and queued which leads to variable delay and throughput No communication is needed with receiving node ahead of time - asynchronous

Packet switching Two modes 1) Connectionless (datagram) 2) Connection-based (virtual circuit) Implication is that data-oriented, digital, packet-switched networks can take advantage of both connectionless and connection-based transfer

Packet switching 1) Connectionless (datagram concept) Asynchronous communication – no coordination Each packet much include complete routing information because each packet can be routed individually Out-of-order delivery, different paths

Packet switching 2) Connection-based (virtual circuit concept) Protocols establish a connection between sender and receiver A connection is established via software rather than physically Connection set up and torn down as needed Packets include connection identifier Packets are typically delivered in order

Advantages of Packet switching Bandwidth from end-to-end is optimized Unused circuits are torn down and reallocated Supports variable data transfer rates In event of failure, packets can reroute Designed to support bursty data transfer

Disadvantages of Packet switching Variable delay Packets can be lost or corrupt Sophisticated protocols are needed to provide some level of reliability during transfer Not good for certain types of applications that require constant bit rates, limited variation in delay, or no data loss (e.g. real-time video)

Distance limitation and LANs Distance is a fundamental consideration in the design of any network – particularly LAN technologies Why?

LAN extension Why cant the length of an Ethernet network continually be increased adding new segments using hubs or repeaters?

Ethernet and Delay CSMA/CD (and CSMA/CA for that matter) designed to function with limited latency Scheme fails if length is too long or too many segments are connected Serious performance problems if you string a bunch of Ethernet segments together with repeaters

Summary Three base wired topologies Bus, star, ring Two wireless topologies Ad-hoc, infrastructure Three basic access techniques CSMA/CD, CSMA/CA, and token passing Packet switching versus circuit switching