Networks BSM025 Computers. Local area network (LAN( Wide-area network (WAN( Networks Topology.

Slides:



Advertisements
Similar presentations
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Advertisements

Computer Networks and the Internet CMPT 109 Montclair State University.
Lab Practical 2 Study about different types of Networking Device
Networks Adapting Computers to Telecommunications Media.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Lesson 5 – Understanding Network Hardware. Repeaters Hubs and concentrators Bridges Routers Switches Gateways Firewalls Short-haul modems OVERVIEW.
Bob Baker Communications Bob Baker September 1999.
Computer Networks Eyad Husni Elshami. Computer Network A computer network is a group of interconnected computers to share data resources ( printer, data.
Hardware & Software Needed For LAN and WAN
Networking Basics. The Hardware Side of Networking A network is two or more computers that have been connected for the purposes of exchanging data and.
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.
NETWORKING HARDWARE.
Chapter 15 Networks. Chapter Goals Types of networks Topologies Open Systems Home Internet connections 15-2.
Network of Networks Vineeth Nagumantri Roll No MBA(P)-B.
Chapter 5: Computer Networks
Telecommunications and Networks Chapter 6 – Understanding Technology (Third Edition)
Chapter 2 The Infrastructure. Copyright © 2003, Addison Wesley Understand the structure & elements As a business student, it is important that you understand.
LECTURE 9 CT1303 LAN. LAN DEVICES Network: Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and.
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,
NETWORK.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
Unit 1—Computer Basics Lesson 7 Networks.
Network Parts. Network Interface Card (NIC) 2 This used to be a separate card as shown. As many computers these days need access to a network, the technology.
Topologies The structure of the network –Physical topology Actual layout of the media –Logical topology How the hosts access the media.
Basic Concepts of a Computer Network
©G. Millbery 2001Communications and Networked SystemsSlide 1 Purpose of Network Components  Switches A device that controls routing and operation of a.
NETWORKS.
Chapter 1 Basics of Networking & Designs of Simple Networks powered by DJ.
Unit 4 Networking Review.
Living Online Module Lesson 23 — Networks and Telecommunication
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Communication Networks Fourth Meeting. Types of Networks  What is a circuit network?  Two people are connected and allocated them their own physical.
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
1 3 Computing System Fundamentals 3.4 Networked Computer Systems.
LAN Devices  Purposes: Dividing the network into subnets Dividing the network into subnets Joining two networks together Joining two networks together.
Networking Basics Networking and Web Design Mrs. Zajicek Spring 2013.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Vishesh Kumar.  Routers  Repeaters  Bridges  Hub  Switches  Gateways Vishesh Kumar.
Chapter2 Networking Fundamentals
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Network protocols –Nodes of a network must obey some rules if they want to communicate with each other. The set of rules is called network protocol. –The.
Networks Part 2: Infrastructure + Protocols NYU-Poly: HSWP Instructor: Mandy Galante.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
Higher Computing Networking. Networking – Local Area Networks.
1 Syllabus at a glance – CMCN 6103 Introduction Introduction to Networking Network Fundamentals Number Systems Ethernet IP Addressing Subnetting ARP DNS.
Rehab AlFallaj.  Network:  Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and do specific task.
Networks. Local area network (LAN( Wide-area network (WAN( Networks Topology.
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
NETWORK DEVICES Department of CE/IT.
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.
Chapter 3.  Help you understand what hardware is required to allow networks to work including: ◦ Repeaters ◦ Hub ◦ Switch ◦ Bridge ◦ Gateway (not needed.
 client  client/server network  communication hardware  extranet  firewall  hacker  Internet  intranet  local area network (LAN)  Network 
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
Unit Communication Hardware
Chapter Objectives In this chapter, you will learn:
INTRODUCTION TO COMPUTER NETWORKS
Chapter 3 Computer Networking Hardware
CT1303 LAN Rehab AlFallaj.
Connecting Networks Repeater: physical layer Bridge: data link layer
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Presentation transcript:

Networks BSM025 Computers

Local area network (LAN( Wide-area network (WAN( Networks Topology

Know the Definitions of Local Area Networks (LAN) and Wide Area Networks (WAN). LAN –A LAN (Local Area Network) is a system whereby individual PCs are connected together within a company or organization WAN –A WAN (Wide Area Network) as the name implies allows you to connect to other computers over a wider area (i.e. the whole world).

Know the Definitions of Local Area Networks (LAN) and Wide Area Networks (WAN). If ten people are working together within an office it makes sense for them all to be connected. In this way the office can have a single printer and all ten people can print to it. In a similar way other devices such as modems or scanners can be shared. Even more useful is the ability to share information when connected to a network.

Networks Architecture peer-to-peer client/server all nodes on a network are equal and resources are shared equally

Networks Topology Bus Token Ring Star

Networks Protocols TCP/IP : Transmission Control Protocol/Internet Protocol HTTP : Hypertext Transfer Protocol PPP : Point-to-Point Protocol FTP : File Transfer Protocol Data packets

Repeater A repeater is used to extend the signal distance of the cable by regenerating the signal.

Hub if an 8-port hub receives a signal on port 4, the hub immediately passes the signal to ports 1, 2, 3, 5, 6, 7, and 8. Switch sends the message out only to the port on which the addressee workstation exists based on a MAC table that is created by listening to the nodes on the network.

Bridge Bridges are used to connect two different LANs or two similar network segments Router This device sends data across networks using the logical or network address of a message to determine the path that the data should take to arrive at its destination.

Modems (modulator/demodulator) Converts the digital data signal of the PC into the analog data signal plain old telephone system (POTS) public telephone switched network (PTSN) Dial-Up Networking

Domains domain is a collection of hardware and software resources and the user accounts that have access to them. Internet / Intranet

Internet Domains Internet domain: Domain Name Server/System (DNS). PurposeTLD Unrestricted, but intended for commercial entities.com U.S. educational institutions.edu U.S. government agencies.gov Unrestricted use.info U.S. military.mil Unrestricted use, but intended for network access providers.net Unrestricted use, but intended for nonprofit organizations and organizations that don't fit elsewhere.org Top-Level Domains (TLDs)