Chapter 1 NETWORKING BASICS.

Slides:



Advertisements
Similar presentations
Introduction To Network. Overview Whats Network ? Types of Networks Open System Interconnection Reference Model (OSI / RM) Transmission Control Protocol.
Advertisements

TYPES OF COMPUTER NETWORKS
Web Page Design Chapter 1 Introducing Networks and the Internet.
Eighth Edition by William Stallings
Chapter 1: Computer Networks IB 300: Advanced Computer Sciences. Professor: Nabil Elmjati.
1 Introduction to Networking Lesson 01 NETS2150/2850.
مقدمة في تقنية المعلومات د. محمد البرواني. مقدمة عن الشبكات مقدمة عن الشبكات.
7 © The McGraw-Hill Companies, Inc CHAPTER Connectivity, the Wireless Revolution, and Communications.
Computer Networks & Security
Computer Networks Eyad Husni Elshami. Computer Network A computer network is a group of interconnected computers to share data resources ( printer, data.
CHAPTER Copyright 2003 The McGraw-Hill Companies, Inc.Copyright 2003 The McGraw-Hill Companies, Inc. 1 Connectivity, the Wireless Revolution, and Communications.
Introduction to Metropolitan Area Networks and Wide Area Networks TDC 362 / TDC 460.
Chapter 9 Communications and Network Tyler Clutts.
1 K. Salah Module 1.0: Introduction Definition Communication Model Type of networks –WAN –MAN –LAN, WLAN –PAN, WPAN Networking Technologies Network Switching.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Types of Networks. TYPES OF NETWORKS There are three types of networks LOCAL AREA NETWORK METROPOLITAN AREA NETWORK WIDE AREA NETWORK.
{ Networking High School Computer Application. What is a network? A system containing any combination of computers, computer terminals, printers, audio.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
Chapter 5: Computer Networks
© Oxford University Press 2011 Computer Networks Bhushan Trivedi, Director, MCA Programme, at the GLS Institute of Computer Technology, Ahmadabad.
It is a device that is able to work on its own without the help of another device or the help of the internet. An example of a standalone device would.
Chapter Overview Network Communications.
SIMS-201 Computer Networks. 2 Introduction to Computer Networks Chapter 19 The Local Area Network  Overview.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Network Basics. Outline Objective Types of Networks LAN Topologies LAN Networking Standards Network Devices Dial-Up Access Ethernet Wiring Summary References.
Unit 1—Computer Basics Lesson 7 Networks.
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.
Computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources Usually, the connections.
1 Introduction Computer Networks. 2 Motivation and Scope Computer networks and internets: an overview of concepts, terminology and technologies that form.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Overview of Data Communications and Networking PART I.
Click to edit Master subtitle style Chapter 1:Introduction to Networks Instructor:Thomas W Bell.
Basic Concepts of Internet Technology What is a computer network? Isolated computers vs. networked computers internetworking The Internet What’s a protocol?
COMPUTER NETWORKING.  Definition  Need & advantages  Types of network  Basics of network architecture  LAN Topologies  Network models  Network.
Computer networks are a series of two or more computers that are connected together to share information. There are three types of computer networks:
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
Data Network Designing and Evaluation
NETWORKING BASICS.
By: María José Morán 8th B.  In information technology, a network is a series of points interconnected by communication paths. Networks can interconnect.
Data Communication Networks
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Introduction Chapter 1. Business Applications of Networks A network with two clients and one server. Client-Server Model.
By Matthew. Advantages: Can share and keep information private within a network Workstations do not need a hard drive to access the information Users.
An Introduction to Computer Networks Amitava Nag Assistant Professor Dept. of IT, AOT.
Computer networks [lan,wan] done by: bashar,soud.
By : Mariam Beirouty & sara al shalian.. LAN A local area network (LAN) is a computer network that connects computers and devices in a limited geographical.
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
Lesson 7 Networks Unit 1—Computer Basics. Computer Concepts BASICS - 2 Objectives Describe the benefits and disadvantages of networks. List and describe.
Lecture 4 unit 1. categories of network A network can be categorized as a 1.Local area network. 2.Wide area network. 3.Metropolitan area network. 4.Personal.
Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After.
Submitted by : yateendra sahu Et&T 7 th B R/N :
Click to edit Master subtitle style Chapter 1:Introduction to Networks.
Computer Networks Farzad Rojan Chapter 1. Computer Networks – Chapter 1 Introduction Uses of Computer Networks Network Hardware Network Software Reference.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
SIMS-201 Computer Networks.
Chapter 4 Introduction to Network Layer
OSI NETWORK MODEL.
DATA COMMUNICATION Lecture-6.
TYPES OF NETWORK
Chapter 4 Introduction to Network Layer
NETWORK BASICS Network - a communications, data exchange, and resource-sharing system created by linking two or more computers and establishing standards,
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
SIMS-201 Computer Networks.
Basics of Computer Networking
Presentation transcript:

Chapter 1 NETWORKING BASICS

Chapter 1: NETWORKING BASICS LANS, WANS, AND MANS Three main networking technologies are used to connect computers and networks together: Local area network (LAN) Wide area network (WAN) Metropolitan area network (MAN)

Chapter 1: NETWORKING BASICS LAN Used to network computers located in a limited geographical area such as a room, floor, or building Has three main attributes Topology: bus, star, and ring Medium: copper, fiber, and wireless Protocols

Chapter 1: NETWORKING BASICS EXAMPLE OF A LAN

Chapter 1: NETWORKING BASICS WAN Spans a large geographic area Defined as an internetwork (private or public) that connects many LANs Uses routers and usually point-to-point links Examples of WANs The Internet Private global enterprise networks

Chapter 1: NETWORKING BASICS EXAMPLE OF A WAN

PROTOCOLS AND SERVICES Chapter 1: NETWORKING BASICS PROTOCOLS AND SERVICES Facilitate communication between two networked devices Perform data encapsulation Provide a common language to communicating devices Provide either connectionless or connection-oriented services

CONNECTIONLESS VS. CONNECTION-ORIENTED Chapter 1: NETWORKING BASICS CONNECTIONLESS VS. CONNECTION-ORIENTED Connectionless protocols Do not require a connection Have very little overhead Are fast and unreliable Connection-oriented protocols Require a connection Require more overhead Are slower and very reliable

PHYSICAL LAYER TRANSMISSION Chapter 1: NETWORKING BASICS PHYSICAL LAYER TRANSMISSION

NETWORK LAYER ADDRESSING Chapter 1: NETWORKING BASICS NETWORK LAYER ADDRESSING

Chapter 1: NETWORKING BASICS ROUTING

Chapter 1: NETWORKING BASICS SUMMARY LANs, WANs, and MANs allow groups of computers to share information. Signaling protocols are used to transmit data as 1s and 0s. Protocols provide a common language for communication hosts.