Practical Network Computer Science IT&CS Third Class part Mohanad Ali

Slides:



Advertisements
Similar presentations
Chapter 4 Computer Networks
Advertisements

Introduction to Computer Administration. Computer Network - Basic Concepts Computer Networks Computer Networks Communication Model Communication Model.
TYPES OF COMPUTER NETWORKS
Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Web Page Design Chapter 1 Introducing Networks and the Internet.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
By: Aarman Tarapore 10cc.  a network is a series of points or nodes interconnected by communication paths. Networks can interconnect with other networks.
{ Networking High School Computer Application. What is a network? A system containing any combination of computers, computer terminals, printers, audio.
NETWORK CHONGSEOK PARK 10DD MRS. VEENA MONY Content.
Chapter 5 Networks Communicating and Sharing Resources
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
فؤاد أسامه النجار فؤاد الحداد حسن مطر. A computer network allows computers to communicate with many other computers and to share resources and.
Chapter 9A Network Basics.
A network is a collection of computers connected by communication channels that allows you to share information. mputer_network.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Computer Network Technology
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Basic Concepts of a Computer Network
Computer Network Basic Concepts. Topics Computer Networks Communication Model Transmission Modes Communication Types Classification Of Computer Networks.
Networking By Nachiket Agrawal 10DD Contents Network Stand Alone LAN Advantages and Disadvantages of LAN Advantages and Disadvantages of LAN Cabled LAN.
Chapter 1 Basics of Networking & Designs of Simple Networks powered by DJ.
 Lecturer : Ch. Nabeel Ahmed Superior University Grw Campus 1.
How Networks work?.
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Introduction to Networks Mr. Grimming. Types of Networks Wide Area Network (WAN) Cover large geographic area Nodes connected by coaxial cable, microwave.
Activity 1 5 minutes to discuss and feedback on the following:
Topic: Computer Communication, Networks and Internet Subject: Computer Communication and Networks Class: BS IT 4 th Semester By: Muhammad Hanif.
Computer Networks and Internet. 2 Objectives Computer Networks Computer Networks Internet Internet.
NETWORKS. Example Web Browsing application Software Protocols involved Software NIC / Modem Hardware Telephone line / Co-axial cable / Air interface.
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
BASIC CONCEPTS OF NETWORK. INDEX  Definition & applications of computer network  Components of computer network  Network benefits  Disadvantages of.
NETWORKING TOPOLOGIES Ms. Edwards. Table of Contents Monday ◦ What is a network topology? ◦ BUS -what it is? -how it functions? ◦ STAR -what it is? -how.
Introduction What is a Network?
Unit 5 Introduction to Networking
Contents Computer Network Benefits of Computer Network
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Unit 5 Introduction to Networking
INTRODUCTION TO COMPUTER NETWORKS
Internet Communication Engineering Mr. Zeeshan Ali, Asst. Professor
Computer Networks and Internet
NETWORKING TECHNOLOGIES
NETWORK The inter- connection of one station to many station is called Network. COMPUTER NETWORK  The inter-connection of the two or more connection,
Computer Networks and Internet
Computer Technology Notes #4
Telecommunication ELEC503
Computer Networks.
Chapter 5 Networks Communicating and Sharing Resources
Intro To Computer Networks
Seminar On Computer Networks
Chapter 6 Networks Communicating and Sharing Resources
Introduction to Computer Administration
Ethernet First network to provide CSMA/CD
Identify network systems and their components
NETWORK BASICS Network - a communications, data exchange, and resource-sharing system created by linking two or more computers and establishing standards,
Computer Networks.
INTRODUCTION TO COMPUTER NETWORKS
Unit 2 Introduction to Networking
INTRODUCTION TO COMPUTER NETWORKS
EUT 122 Skills and Technology in Communication
INTRODUCTION TO COMPUTER NETWORKS
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
INTRODUCTION TO COMPUTER NETWORKS
WJEC GCSE Computer Science
Data Communication & Computer Network
NETWORK.
Basics of Computer Networking
Presentation transcript:

Practical Network Computer Science IT&CS Third Class part 1 2019 Mohanad Ali Assistant Teacher

NETWORKS A network is a set of devices (often referred to as nodes) connected by communication links. A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network.

Network’s Components Client Workstations Network Interface Card (NIC) Communication Medium (type of cables) Routers, Hubs, Switches, Servers

A network Client A network client or client is a device on a computer network that requests services or resources from a server. Clients can be printers, workstations, servers, or any other device connected to the computers on a network. The most common network clients are workstations.

Workstation A workstation is a computer that operates separate of the network. It manages its own files and processing. Workstations connect to the network for the purpose of security and centralized management of networked resources.

Interface of Work Stations

Communication Medium A communication medium is the physical path between the networked resources. The medium used is either a coaxial cable or a twisted-pair wire and fiber-optic cabling Wireless medium like Nano-station, Nano beam and router satellite etc…….. .

Network Interface Card (NIC) A NIC, also known as the network board, is used to connect the networked components to the physical cable. The NIC provides a physical connection to the device and also creates and sends signals from one networked device to another.

Network Interface Card

Network Classification Network classification by size or scale: LAN MAN WAN

Local Area Network (LAN) Contains printers, servers and computers Systems are close to each other Contained in one office or building Organizations often have several LANS Teaching tip Use a real world example to describe an organization with interconnected LANs.

Metropolitan Area Network (MAN) Metropolitan area network (MAN) is a computer network that interconnects users with computer resources in a geographic area or region larger than that covered by even a large local area network (LAN) but smaller than the area covered by a wide area network (WAN).

Wide Area Networks (WAN) Two or more LANs connected Over a large geographic area Typically use public or leased lines Phone lines Satellite The Internet is a WAN its about 10-100 km Teaching tip Use a real world example to describe an organization with interconnected LANs.

Topology of Network The network topology defines the layout of the network(network form or structure). It shows how devices on the network are interconnected. Devices on the network are termed nodes. A network has both a physical and a logical topology.

Bus Topology Also called linear bus One wire connects all nodes Terminator ends the wires Advantages Easy to setup Small amount of wire It works well for small networks It does not need a central device, such as a hub, switch, or router Disadvantages Slow Easy to crash

Network star All nodes connect to a hub Packets sent to hub Hub sends packet to destination Most common topology Advantages Easy to setup One cable can not crash network It is upgradeable, flexible, and reliable This topology allows for more throughput than any other topology Disadvantages One hub crashing downs entire network Uses lots of cable It is more expensive to build because of the additional cost of cables and devices