Network and the internet

Slides:



Advertisements
Similar presentations
Multiple Access Methods. When nodes or stations are connected and use a common link (cable or air), called a multipoint or broadcast link, we need a.
Advertisements

LECTURE 11 CT1303 LAN. DYNAMIC MAC PROTOCOL No fixed assignment for transmission media or any network resources.. It allows transmission when needed.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Communication Links Communication Link = Physical connection or Physical Medium Types: Wire Pair or Twisted Pair Coaxial Cable Fiber Optics Bandwidth,
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-1 Local Area Networks (LANs) Topology.
5-1 Data Link Layer r Today, we will study the data link layer… r This is the last layer in the network protocol stack we will study in this class…
Understanding Networks II. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
COMPUTER NETWORKS.
Network Topologies An introduction to Network Topologies and the Link Layer.
Networks. Bus Network Terminator‘Workstation’ ‘Client’ ‘Terminal’ ‘Node’ Computer Terminator Backbone Server (optional)
Data Communication & Computer Networks
Network and the internet Part three Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas Faculty of Information.
1 LAN Technologies and Network Topology. 2 Direct Point-to-Point Communication.
Unit 1—Computer Basics Lesson 7 Networks.
Introduction network Protocol
Layer 2 Technologies At layer 2 we create and transmit frames over communications channels Format of frames and layer 2 transmission protocols are dependent.
WEEK 3 TOPIC : INTRODUCTION TO NETWORKING What is Networking? Networking can be defined as the linking of two or more Computers together in order to share.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh.
Day10 LAN. Why? Allow more than one machine to share –Resources –Internet connectivity –Information.
Network and the internet Part eight Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
COMPUTER NETWORK CREATED BY:- PALASH SACHAN. CONTENTS INTRODUCTION COMPUTER NETWORK TYPES OF NETWORK CLASSIFICATION OF NETWORK ARCHITECTURE NETWORK TOPOLOGY.
WIRELESS COMMUNICATION Husnain Sherazi Lecture 1.
Network and the internet Part one Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
CHAPTER 8 Communication and Network Copyright © Cengage Learning. All rights reserved.
COMPUTER NETWORKS Lecture-8 Husnain Sherazi. Review Lecture 7  Shared Communication Channel  Locality of Reference Principle  LAN Topologies – Star.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Networking and the Internet Computer Science: An Overview Tenth.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Multiple Access By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal Ref: B. A. Forouzan, 5 th Edition.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
1 Ch 8 LAN Technologies and Network Topology. 2 Scope  Describes the concepts underlying local network technologies  Describes basic network topology.
Chapter 8 LAN Technologies and Network Topology
NETWORK AND COMMUNICATIONS
SIMS-201 Computer Networks.
A Taxonomy of Mechanisms for Multi-Access
Multiple Access Methods
CT301 LECTURE 8.
Nada Al Dosary CT 1502 Planning and Design of Communication Networks Local Area Networks (LANs) & Networks.
Part III Datalink Layer 10.
LAN Risanuri Hidayat.
Introduction to Computers
Chapter 1 Internetworking
EC-322 COMPUTER NETWORKS E.DIVYA, AP/ECE
Chapter 5 Networks Communicating and Sharing Resources
IT Essentials 5.1 LAN Basics.
NETWORKING TECHNOLOGIES (II)
Seminar On Computer Networks
Network Classification
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Chapter 6 Networks Communicating and Sharing Resources
THE IEEE MAC SUB-LAYER – chapter 14
Networking and the Internet
What is a network? A network consists of two or more entities, or objects, sharing resources and information. In a basic sense, sharing (giving or getting)
Multiple Access Methods
The Medium Access Control Sublayer
Protocols and combining networks
Chapter 4: Data Communication and Networks
Network and the internet
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
SIMS-201 Computer Networks.
CSE 313 Data Communication
Network and the internet
Figure 3.1 Internet model.
Multiple Access Methods
Dr. John P. Abraham Professor UTPA
Basics of Computer Networking
SYSTEM ADMINISTRATION Chapter 3
Presentation transcript:

Network and the internet Part one Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas nras@iugaza.edu.ps Faculty of Information Technology Islamic University of Gaza

Introduction The need to share information and resources among different computers has led to linked computer systems, called network Network: computers are connected together so that the data can be transferred from machine to machine. Share resources(printer), exchange messages, save time, save money.

4.1 Network Fundamentals Network Classifications Scope Local area network (LAN) Metropolitan area (MAN) Wide area network (WAN) Ownership Closed open Topology (configuration) Bus (Ethernet) Star (Wireless networks with central Access Point)

Network Classifications LAN: Normally consists of a collection of computers in a single building. Example: computers in university. MAN: network of intermediate size WAN: links computers over a greater distance-perhaps in neighboring cities.

Network Classifications Open network: open network design for a public domain are freely circulated and often grow in popularity. the internet is an open system. Communication thought the internet is governed by an open collection of standards known as TCP/IP protocol. Closed network: innovations owned and controlled by a particular entity.

Network topology Network topology refer to the pattern in which the machines are connected. Bus: all the machines are connected to a common communication line called a bus. Star: one machine serve as a central focal point to which all the others are connected.

Figure 4.1 Network topologies

Figure 4.1 Network topologies (continued)

Network Classifications Bus topology was popularized in the 1990s under set of standards known as Ethernet. The star was popularized in the 1970s. Today, the star configuration is popular in wireless networks where communication is conducted by means of radio broadcast and the central machine called the access point (AP). The different between the bus and star not always by the physical arrangement of equipment, it also about the machines them selves as communicating directly (bus) or indirectly through an intermediary central machine.

Network Classifications Sometimes a bus network is created by running links from each computer to a central location where they are connected to a device called a hub. Hub is little more than a very short bus, all it does is really any signal it receives back out to all the machines connected to it.

Protocols For network to function reliably, it is important to establish rules by which activities are conducted, such rules called protocols Let us consider the problem of coordinating the transmission of messages among computers in a network. Without rules, all the computers might insist on transmitting messages at the same time or fails to assist other machines when that assistance is required.

Protocols In a bus network, transmitting messages is controlled by the protocol known as Carrier Sense, Multiple Access with Collision Detection (CSMA/CD). This protocol dictates “decide” that each message be broadcast to all the machines on the bus. To transmit a message, a machine waits until the bus is silent , and at this time it begins transmitting while continuing to monitor the bus.

Protocols If another machine also begins transmitting, both machines detect the clash and pause for a brief, before trying to transmit again. CSMA/CD is not compatible with wireless star networks which communicate through a central AP. This is because a machine may be unable to detect that its transmission are colliding with those of another. (hidden terminal problem) “none of the end system can hear each other”

Protocols Wireless networks adopts policy that trying to avoid collisions rather than trying to detect it (CSMA/CA) , Carrier Sense, Multiple Access with Collision avoidance, within a protocol called as WiFi

Protocols This protocol (CSMA/CA) to a void collision, when a collision occur, messages must be retransmitted. This protocol give advantages to machine that have already been waiting an opportunity to transmit. The basic different between the CA and the CD, is that when a machine need to transmit a message and find communication channel silent, it doesn't start transmitting immediately, it waits for a short period of time and then starts transmitting only if the channel has remained silent throughout that period.

Protocols Each individual station must be able to hear all the others, to solve this problem, some WiFi networks require that each machine send a short message “request” message to the AP and wait until the AP acknowledge that request before transmitting an entire message.