IST 126 Computer Networks Day 2. Server Security Only one password needed to access network Associated with the account is permission to access certain.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

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.
Data Communications and Networking
COMPUTER NETWORK TOPOLOGIES
Wireless network Usually use Radio Frequency (RF) technology Adv :
INTRODUCTION TO NETWORKS
Computer Network Topologies
Basic Concepts of Computer
Marwan Al-Namari Week 2. ADSL : Asymmetric Digital Subscriber Line Ethernet networks - 10BASE-T - 100BASE-TX BASE-T BASE-TX (Cat5e.
Networks Types. Spring 2002Computer Network Applications Data Transfer During the ’70s: Minicomputers became affordable; Need to communicate information;
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-1 Local Area Networks (LANs) Topology.
Understanding Networks II. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Network topology.
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
Media, LAN Technologies, and Network Topologies Lecture 5.
Network Topologies An introduction to Network Topologies and the Link Layer.
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 TOPOLOGY. WHAT IS NETWORK TOPOLOGY?  Network Topology is the shape or physical layout of the network. This is how the computers and other devices.
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.
Networks. Bus Network Terminator‘Workstation’ ‘Client’ ‘Terminal’ ‘Node’ Computer Terminator Backbone Server (optional)
Basic Concepts of Computer Networks
Chapter 4.  Understand network connectivity.  Peer-to-Peer network & Client-Server network  Understand network topology  Star, Bus & Ring topology.
Network Design Essentials
Computer Network: It is group of interconnected computers and devices which are sharing the same communication infrastructure and communication protocols.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
Information Technology Lecture No 3 By: Khurram Shahid.
1 LAN Technologies and Network Topology. 2 Direct Point-to-Point Communication.
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
LAN technologies and network topology LANs and shared media Locality of reference Star, bus and ring topologies Medium access control protocols.
Local Area Networks.
Lesson 3—Networking BASICS1 Networking BASICS Network Design Unit 2 Lesson 3.
SYSTEM ADMINISTRATION Chapter 1 Logical and Physical Network Topologies.
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
NETWORK TOPOLOGY. NETWORK TOPOLOGY The layout of a network Two major classes Physical Network Topology The physical layout of the network i.e. the arrangement.
Topologies By: Luis Alberto Freile. Types of topology Star Topology Bus Topology Ring Topology.
Network Topologies.
Network Concepts Topologies
SHAPE OF A NETWORK COPYRIGHT BTS TOPOLOGY The way the computers are cabled together Four different layouts Logical topology describes the way data travels.
Ethernet. Ethernet  Ethernet is the standard communications protocol embedded in software and hardware devices, intended for building a local area network.
NETWORKS.
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
Network Topologies.
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.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
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.
Shape of a Network. Topology  The way the computers are __  Four different __  __.
Chapter 1 : Computer Networks.
NETWORKS Network Topologies / Configurations. Learning Objectives Describe for each type of network topology the relative strengths and weaknesses.
Local Area Networks: Topologies. 2 Packet Identification & MAC Addresses Each packet specifies an intended recipient with an identifier. – Demultiplexing.
COMPUTER NETWORKS Lecture-8 Husnain Sherazi. Review Lecture 7  Shared Communication Channel  Locality of Reference Principle  LAN Topologies – Star.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
Chapter Seven Network Topology [tə'p ɒ ləd ʒɪ ]. In networking, the term “topology” refers to the layout of connected devices on a network. This article.
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.
Featrues of Compputer Networks
Local Area Networks: Topologies
Module 2: Understanding Local Area Networks
Computer Networks Lesson 1.
The Medium Access Control Sublayer
Computer communications
Computer Networks Lesson 1.
The Ring Network Advantages: They are cheap to expand.
Computer Networks Lesson 2.
Presentation transcript:

IST 126 Computer Networks Day 2

Server Security Only one password needed to access network Associated with the account is permission to access certain files and not others The access level you have for each file can be specified This security applies even if you have access to the server machine itself

Types of Servers File Server – Allows network users to share files Print Server – Manages printing in a network Application Server – Holds application software and is available to clients. The way this works differs considerably Message Server – Provides and work group applications. Example – Coordination of approval of a requisition from all necessary individuals and in the correct order Database Server – Provides powerful database capabilities to network

Classification of LANs LANs are classified into broad categories according to the shape of the network cables The primary topologies used in LANs are: bus, ring, star. Each topology has advantages and disadvantages

Physical Network Topologies for LANs Bus topology Star Topology Ring Topology

Bus Topology Consists of a single cable with devices connected to it along its length When one computer sends a signal, all computers on the cable receive the information but only one accepts it Only one computer at a time can transmit The end of the bus must be terminated so that the signal does not bounce back and travel back up the wire Ethernet 10Base2 (thinnet Ethernet) is a network based on a physical bus topology

Advantages of Bus Topology Simple and easy to use Requires the least amount of cable Easy to extend a bus with an appropriate connector

Disadvantages of a Bus Topology Heavy network traffic can cause a bus to slow considerably Each connector weakens the signal Difficult to troubleshoot a bus A cable break or a loose connector will cause reflections and bring down the whole network

Star Topology All cables run from the computers to a central location where a hub is located The hub either resends the message to all the computers (broadcast star network) or only to the destination computer (switched star network) We use a star topology here at Mercer in our labs

Advantages of Star Topology Easy to modify and add new computers Single computer failure does not bring down whole network Can use several cable types Is the most flexible and the easiest to diagnose when there is a problem

Disadvantages of the Star Topology If the central hub fails, the whole network fails It cost more to cable a star network

Ring Topology Each computer is connected to the next computer The last computer is connected to the first The IEEE standard defines the token ring network

Advantages of Ring No one computer can monopolize the network if you are using a token ring The network degrades gracefully as the load increases The network will continue to function in a useful manner rather than fail all at one time

Disadvantages of Ring Failure of one computer on the ring can affect the whole network Difficult to troublshoot a ring Adding or removing computers disrupts the network

Ethernet Most popular LAN technology Uses bus and star topologies Several versions of Ethernet have been defined – thick Ethernet uses thick coaxial cable –Thin Ethernet uses thin coaxial cable –Gigabit Ethernet uses CAT 5 twisted pair

Ethernet uses Manchester Encoding All data is encoded using binary Manchester encoding –0 – Represented by a transition in the middle of the bit time from high-to-low voltage –1- Represented by a transition in the middle of the bit time from low-to-high voltage

Ethernet Sharing Ethernet requires multiple computers to share access to a single medium A sender transmits a signal which propagates over the whole LAN Only one frame of information can be sent at a time – other computers have to wait to send After one frame is transmitted, the shared cable becomes available for another computer to use

How are Transmissions Coordinated on Ethernet LAN? There is not centralized controller telling each computer when it is their turn to trnamit All computers use a scheme called Carrier Sense Multiple Access (CSMA) Explain how CSMA works

CSMA Operation When no computer is sending a frame the network does not contain an electrical signal (called a carrier signal) A computer wishing to transmit can check cable for a carrier signal If no carrier is detected, the computer is allowed to transmit If carrier is present, the computer must wait until transmission is completed.

Collisions in Ethernet Two computers can check for a carrier at the same time Finding none they both can begin to transmit at the same time This causes a collision between the two signals This produces a garbled transmission

Collision Detection The two computers can detect the collision Each sending station immediately stops transmitting The computers must wait for the cable to become idle again before transmitting Ethernet requires that the computers wait a random amount of time before trying to transmit again.