INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.

Slides:



Advertisements
Similar presentations
Chapter 2 Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Advertisements

INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Chapter 1 Introduction to computer network
Saeed Darvish Pazoki – MCSE, CCNA Abstracted From: Sybex – Network+ Study Guide Network Fundamentals 1.
Maninder Kaur COMPUTER NETWORKS Maninder Kaur 14/10/2010
INTRODUCTION TO COMPUTER NETWORKS CS-107 INTRODUCTION TO COMPUTING Aug-Dec,2010 Alak Roy Assistant Professor Dept. of CSE Royal Group of Institution .
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
INTRODUCTION TO COMPUTER NETWORKS Navpreet Singh Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA (Ph : ,
Network Topologies.
Networks CSCI-N 100 Dept. of Computer and Information Science.
1 INTRODUCTION TO COMPUTER NETWORKS (LAN, MAN & WAN) Navpreet Singh Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA (Ph : , .
Communications & Networks
NETWORK Topologies An Introduction.
Multi-media Computers and Computer Networks. Questions ? Media is used for ………………… Multimedia computer is capable of integrating ………………………………….. OCR stands.
Information Technology Lecture No 3 By: Khurram Shahid.
1 A L L A H. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Unit 1—Computer Basics Lesson 7 Networks.
Without reference, identify principles relating to Computer Networks with at least 70 percent accuracy.
Basic Concepts of a Computer Network
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
 Lecturer : Ch. Nabeel Ahmed Superior University Grw Campus 1.
Computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources Usually, the connections.
University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department INTRODUCTION TO COMPUTER NETWORKS Dr. Abdelhamid.
Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
Chapter 21 Topologies Chapter 2. 2 Chapter Objectives Explain the different topologies Explain the structure of various topologies Compare different topologies.
Chapter2 Networking Fundamentals
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.
CHAPTER - 4 COMPUTER NETWORK Dr. BALAMURUGAN MUTHURAMAN
Chapter 1 : Computer Networks.
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Computer Network Architecture Lecture 2: Fundamental of Network.
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
Computer Engineering and Networks, College of Engineering, Majmaah University INTRODUCTION TO COMPUTER NETWORKS Mohammed Saleem Bhat
Network Topology Computer network topology is the way various components of a network (like nodes, links, peripherals, etc) are arranged. Network topologies.
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;
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
Network Topologies.
Unit Communication Hardware
Introduction What is a Network?
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Network Topologies CSC (c) Nouf AlJaffan.
INTRODUCTION TO COMPUTER NETWORKS
Computer Network Welcome! Fall 2017 Computer Science and Engineering.
Edited by : Noor Al-Hareqi
Computer Network Topologies
NETWORKING TECHNOLOGIES
3.1 Network Basic Basic Concept of Network
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Telecommunication ELEC503
INTRODUCTION TO COMPUTER NETWORKS
2 Basic Concepts: data and computer networking
Network Topologies CS 1202.
Introduction to Computer Administration
Network Topology.
COMMUNICATIONS,NETWORKS, THE INTERNET AND
INTRODUCTION TO COMPUTER NETWORKS
Network Topologies CS 1202.
Computer communications
Unit 11- Computer Networks
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Network Topologies CSC (c) Nouf AlJaffan.
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Basics of Computer Networking
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College

Computer Networks A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files, or allow electronic communications. The computers on a network may be linked through cables, telephone lines, radio waves, satellites, or infrared light beams.

Network in small geographical Area (Room, Building or a Campus) is called LAN (Local Area Network) Network in a City is call MAN (Metropolitan Area Network) Network spread geographically (Country or across Globe) is called WAN (Wide Area Network) LAN, MAN & WAN

Applications of Networks Resource Sharing Hardware (computing resources, disks, printers) Software (application software) Information Sharing Easy accessibility from anywhere (files, databases) Search Capability (WWW) Communication Message broadcast Remote computing Distributed processing (GRID Computing)

Network Topology The network topology defines the way in which computers, printers, and other devices are connected. A network topology describes the layout of the wire and devices as well as the paths used by data transmissions.

Bus Topology Commonly referred to as a linear bus, all the devices on a bus topology are connected by one single cable. Bus: Stations attach to transmission medium or bus At each end of the bus there is a terminator which absorbs the signal energy

Advantages & Disadvantages of Bus Topology ADVANTAGES : Easy to install and configure Inexpensive Easily extended Disadvantages : Performance decreases Weak signals Difficult troubleshooting

Star & Tree Topology The star topology is the most commonly used architecture in Ethernet LANs. When installed, the star topology resembles spokes in a bicycle wheel. Larger networks use the extended star topology also called tree topology. When used with network devices that filter frames or packets, like bridges, switches, and routers, this topology significantly reduces the traffic on the wires by sending packets only to the wires of the destination host.

Advantages & Disadvantages of Star Topology ADVANTAGES Easily expended and modified Easy to troubleshoot Multiple cable types supported by hub DISADVANTAGES If hub fails then entire network will fail Require more cables Expensive.

Ring Topology A frame travels around the ring, stopping at each node. If a node wants to transmit data, it adds the data as well as the destination address to the frame. The frame then continues around the ring until it finds the destination node, which takes the data out of the frame. Single ring – All the devices on the network share a single cable Dual ring – The dual ring topology allows data to be sent in both directions.

Advantages & Disadvantages of Ring Topology ADVANTAGES a. It provides an orderly network in which every device has access to the token and can transmit. b. It performs well under a heavy load. DISADVANTAGES a. Failure of one computer can effect the whole network. b. Difficult to troubleshoot. c. Change mode with adding or removing a device effect the entire network.

Mesh Topology The mesh topology connects all devices (nodes) to each other for redundancy and fault tolerance. It is used in WANs to interconnect LANs and for mission critical networks like those used by banks and financial institutions. Implementing the mesh topology is expensive and difficult.

Advantages & Disadvantages of Mesh Topology ADVANTAGES a. Enhance for error tolerance provided by redundant links. b. Easy to troubleshoot. DISADVANTAGES a. Difficult to install and maintain. b. Expensive.

Network Components Physical Media Interconnecting Devices Computers Networking Software Applications

Networking Media Networking media can be defined simply as the means by which signals (data) are sent from one computer to another (either by cable or wireless means).

Networking Devices HUB, Switches, Routers, Wireless Access Points, Modems etc.

Computers: Clients and Servers In a client/server network arrangement, network services are located in a dedicated computer whose only function is to respond to the requests of clients. The server contains the file, print, application, security, and other services in a central computer that is continuously available to respond to client requests.

Networking Protocol: TCP/IP

Applications Searchable Data (Web Sites) E-Commerce News Groups Internet Telephony (VoIP) Video Conferencing Chat Groups Instant Messengers Internet Radio

References Andrew S. Tanenbaum, Computer Network, Prentice-Hall Doughlas E. Comer, Computer Networks and Internet entation.html