INTRODUCTION TO COMPUTER NETWORKS CS-107 INTRODUCTION TO COMPUTING Aug-Dec,2010 Alak Roy Assistant Professor Dept. of CSE Royal Group of Institution Email.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Chapter 1 Introduction to computer network
Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX B NETWORKS AND TELECOMMUNI CATIONS APPENDIX B NETWORKS.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
Maninder Kaur COMPUTER NETWORKS Maninder Kaur 14/10/2010
Computer Networks and the Internet CMPT 109 Montclair State University.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
1-1 Introduction to Computer Networks and Data Communications.
Introduction To Networking
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
COMPUTER NETWORKS.
INTRODUCTION TO COMPUTER NETWORKS Navpreet Singh Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA (Ph : ,
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
1 INTRODUCTION TO COMPUTER NETWORKS (LAN, MAN & WAN) Navpreet Singh Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA (Ph : , .
Networks and Telecommunications
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Multi-media Computers and Computer Networks. Questions ? Media is used for ………………… Multimedia computer is capable of integrating ………………………………….. OCR stands.
1 A L L A H. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Unit 1—Computer Basics Lesson 7 Networks.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
Networks QUME 185 Introduction to Computer Applications.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
Computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources Usually, the connections.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
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.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Business Plug-In B5 Networks and Telecommunications.
COM211 Communications and Networks CDA College Pelekanou Olga
What is a Network? Living Online Lesson 1 Mrs. Elzey.
COM211 Communications and Networks CDA College Theodoros Christophides
Chapter2 Networking Fundamentals
An Introduction to Networking
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Networks & Communications Diambil dari : Module Application Training Institut Teknologi Bandung
Higher Computing Networking. Networking – Local Area Networks.
Welcome to Early Bird Class Networking And IT Security Ravi Chandra Gurung.
Networks. Local area network (LAN( Wide-area network (WAN( Networks Topology.
CHAPTER - 4 COMPUTER NETWORK Dr. BALAMURUGAN MUTHURAMAN
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Lesson 7 Networks Unit 1—Computer Basics. Computer Concepts BASICS - 2 Objectives Describe the benefits and disadvantages of networks. List and describe.
Win Phillips, Ph.D Win Phillips, Ph.D. Clinical Assistant Professor University of Missouri Columbia, MO.
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
DATA COMMUNICATION AND NETWORKS Computers can be used in two modes: stand-alone mode and communication mode Communication of messages electronically over.
Computer Engineering and Networks, College of Engineering, Majmaah University INTRODUCTION TO COMPUTER NETWORKS Mohammed Saleem Bhat
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Chapter Objectives In this chapter, you will learn:
Computer Networks.
NETWORK Unit 1 Module: 2 Objective: 7.
INTRODUCTION TO COMPUTER NETWORKS
Computer Network Welcome! Fall 2017 Computer Science and Engineering.
Computer Networks.
Edited by : Noor Al-Hareqi
INTRODUCTION TO COMPUTER NETWORKS
Computing Over Distance
INTRODUCTION TO COMPUTER NETWORKS
NETWORK Unit 1 Module: 2 Objective: 7.
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
NETWORK Unit 1 Module: 2 Objective: 7.
INTRODUCTION TO COMPUTER NETWORKS
By Hussein Alhashimi.
Presentation transcript:

INTRODUCTION TO COMPUTER NETWORKS CS-107 INTRODUCTION TO COMPUTING Aug-Dec,2010 Alak Roy Assistant Professor Dept. of CSE Royal Group of Institution

Computer Networks Computer network connects two or more autonomous computers. The computers can be geographically located anywhere. Introduction to Computer Networks

LAN, MAN & WAN 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) Introduction to Computer Networks

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) Introduction to Computer Networks

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. Introduction to Computer Networks

Bus Topology Commonly referred to as a linear bus, all the devices on a bus topology are connected by one single cable. Introduction to Computer Networks

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. Introduction to Computer Networks

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. Introduction to Computer Networks

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. Introduction to Computer Networks M

Network Components Physical Media Interconnecting Devices Computers Networking Software Applications Introduction to Computer Networks

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). Introduction to Computer Networks

Networking Devices HUB, Switches, Routers, Wireless Access Points, Modems etc. Introduction to Computer Networks

Cat 5 cable, RJ45 Connector 13

NIC 14 activity10 100

Setting IP address Prologic Recruitment Ltd.15

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. Introduction to Computer Networks

OSI Model – Open System Interconnect – communicates wit applications - translates, de/compress, de/encrypt - Establishes Connections - Error Correction – Routing, Finding Best Route – disassembles & assembles Data segments – Passes Data onto wire Application layer 6. Presentation layer 5. Sessions layer 4. Transport layer 3. Network layer 2. Data link layer 1. Physical layer All People Seem To Need Data Processing Please Do Not Throw Pizza Sausage Away Developed by ISO & IEEE

Networking Protocol: TCP/IP Transmission control protocol / internet protocol Introduction to Computer Networks TCP, UDP  is a set of rules that enables different types of computers and networks on the Internet to communicate with one.  TCP defines how data are transferred across the Internet to their destination.  IP defines how data are divided into chunks, called packets, for transmission; it also determines the path each packet takes between computers

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

www (World Wide Web) or web is a computer-based network of information resources that combines text and multimedia. Internet-connected files: a system for accessing, manipulating, and downloading a very large set of hypertext-linked documents and other files located on computers connected through the Internet The information on the World Wide Web can be accessed and searched through the Internet, a global computer network.

electronic mail electronic mail method of transmitting data, text files, digital photos, or audio and video files from one computer to another over an intranet or the Internet. enables computer users to send messages and data quickly through a local area network or beyond through the Internet. came into widespread use in the 1990s and has become a major development in business and personal communications.

ftp (file transfer protocol) standard procedure for transferring files a standard procedure that allows one computer to transfer files to and from another over a network such as the Internet. The protocol is a set of rules that ensures a file is transmitted properly to the receiving computer. A computer that stores files that can be retrieved using FTP is called an FTP site or FTP server. FTP is part of the Transmission Control Protocol/Internet Protocol (TCP/IP), the system that enables different types of computers and networks on the Internet to communicate.

http (HyperText Transfer Protocol ) protocol for World Wide Web the client/server protocol : that defines how messages are formatted and transmitted on the World Wide Web Example: URL (Uniform Resource Locator), an address that points to a particular document or other resource on the Internet, used most frequently on the World Wide Web (WWW). The first part of the URL, the part before the colon, represents the scheme, or protocol, used to retrieve the document. In this case, http indicates that the document is a Web page viewable by a Web browser.

rlogin Remote login –is one of the advantage of desktop sharing Uses desktop sharing software to give you ‘remote control’ for accessing your computer and all of its software and hard drive files from any internet connected device anywhere in the world.

Thank You