Lesson 17 Networking Basics.

Slides:



Advertisements
Similar presentations
Basic Concepts of a Computer Network
Advertisements

TYPES OF COMPUTER NETWORKS
Web Page Design Chapter 1 Introducing Networks and the Internet.
Computer Networking (Appendix C) Objectives
Introduction to Computers Section 7A. home Network A group of connected computers that communicate, exchange information and share resources.
Networking Presented By: Ken Gutierrez Fred Hadley.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Networks Adapting Computers to Telecommunications Media.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 9 Networks and Communications.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Understanding How Networks Communicate. Copyright © Texas Education Agency, All rights reserved.2 We Will Learn: Basic networked communications.
Chapter 5 Networks Communicating and Sharing Resources
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
Chapter 9A Network Basics.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Networking Basics lesson 4 essential concepts. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network.
Unit 1—Computer Basics Lesson 7 Networks.
Basic Concepts of a Computer Network
NETWORKS.
Living Online Module Lesson 23 — Networks and Telecommunication
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 9 Introduction to Network Operating Systems.
Introduction to Computing Lecture # 11 Introduction to Computing Lecture # 11.
Lecture 11 Network Basics. 2 Network Definition Set of technologies that connects computers –Hardware, software & media Allows users to –communicate and.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Understand the Components of a Network Mrs. Whaley.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
Networks Am I hooked up?. Networks definition sizes of networks types advantages and disadvantages how data is sent transmission media business uses.
Lesson 7 Networks Unit 1—Computer Basics. Computer Concepts BASICS - 2 Objectives Describe the benefits and disadvantages of networks. List and describe.
Networks. What is a Network? A network is a collection of computers and other devices that allow computer users to send and receive information to and.
Computer Networks and Internet. 2 Objectives Computer Networks Computer Networks Internet Internet.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to Networking.
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
SPRING 2016 Lesson - 4 Networks Communication CSE 101.
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
Understanding How Networks Communicate
Unit Communication Hardware
SIMS-201 Computer Networks.
Networking Basics.
Chapter Objectives In this chapter, you will learn:
Accessing information store on World Wide Web
Networks and Communication
Intro to MIS – MGS351 Network Basics
Networks.
INFS 211: Introduction to Information Technology
Computer Networks and Internet
NETWORKING TECHNOLOGIES
Objectives Overview Discuss the purpose of the components required for successful communications Describe these uses of computer communications: wireless.
CT1303 LAN Rehab AlFallaj.
Computer Networks and Internet
Computer Technology Notes #4
Telecommunication ELEC503
Network Basics Extended Learning Module E
Computer Networks.
أ.كمال عيد كلية المعلمين حائل
Computers Are Your Future
An Introduction to Computer Networking
Objectives Overview Discuss the purpose of the components required for successful communications and identify various sending and receiving devices Describe.
Computer Networks.
CIS105 Networking: Computer Connections
Chapter 4: Data Communication and Networks
Lesson 17 Networking Basics.
SIMS-201 Computer Networks.
NETWORKS.
Computer Networks Lesson 2.
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Basics of Computer Networking
Presentation transcript:

lesson 17 Networking Basics

This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs (Local Area Networks) Network Media and Hardware Network Software

The Uses of a Network A network connects computers so they can communicate, exchange information, and share resources. The main benefits of using a network are: Simultaneous Access Shared Peripheral Devices Personal Communication Easier Backup

The Uses of a Network - Simultaneous Access In organizations, many people may need to use the same data or programs. A network solves this problem. Shared data and programs can be stored on a central network server. A server that stores data files may be called a file server. Managers may assign access rights to users. Some users may only be able to read data, others may be able to make changes to existing files.

Read/write Read/write Read/write Read/write Read/write Read only

Shared Peripheral Devices The Uses of a Network - Shared Peripheral Devices Because peripheral (external) devices like printers can be expensive, it is cost-effective to connect a device to a network so users can share it. Through a process called spooling, users can send multiple documents (called print jobs) to a networked printer at the same time. The documents are temporarily stored on the server and printed in turn.

Personal Communication The Uses of a Network - Personal Communication One of the most common uses of networks is for electronic mail (e-mail). An e-mail system enables users to exchange written messages (often with data files attached) across the local network or over the Internet. Two other popular network-based communications systems are teleconferencing and videoconferencing.

1 2 3 4

The Uses of a Network - Easier Backup Networks enable managers to easily back up (make backup copies of) important data. Administrators commonly back up shared data files stored on the server, but may also use the network to back up files on users' PCs.

How Networks are Structured Local Area Networks (LANs) Wide Area Networks (WANs) Server-Based Networks Client/Server Networks Peer-to-Peer Networks

How Networks are Structured – Local Area Networks (LANs) A LAN is a network whose computers are located relatively near one another. The nodes may be connected by a cable, infrared link, or small transmitters. A network transmits data among computers by breaking it into small pieces, called packets. Every LAN uses a protocol – a set of rules that governs how packets are configured and transmitted.

How Networks are Structured – Wide Area Networks (WANs) Multiple LANs can be connected together using devices such as bridges, routers, or gateways, which enable them to share data. A WAN is two or more LANs connected together. The LANs can be many miles apart. To cover great distances, WANs may transmit data over leased high-speed phone lines or wireless links such as satellites.

Type A header Payload Type A header Payload ROUTER ROUTER Significant geographical distance SERVER SERVER Type A header Payload LAN 1 LAN 2 WAN

How Networks are Structured – Server-Based Networks In addition to the individual users' PCs (nodes), many networks use a central computer, called a server. A server has a large hard disk for shared storage. It may provide other services to the nodes, as well. In a file server network, nodes can access files on the server, but not necessarily on other nodes.

A gateway performs the translation between two different types of networks. 1 2 3

How Networks are Structured – Client/Server Networks In client/server computing, individual nodes share the processing and storage workload with the server. Client/server networks require specialized software that enables nodes and the server to collaborate on processing and storage, but no special type of network hardware.

1 3 2

How Networks are Structured – Peer-to-Peer Networks In a peer-to-peer network, all nodes have an equal relation to one another. Each node usually has access to some resources on other nodes, so users can share files, programs, or devices on other users' systems. Some peer-to-peer networks use a server, but some do not.

Network Topologies for LANs A network's topology is the layout of the cables and devices that connect the nodes. The four most common network topologies are: Bus. Each node is connected in series along a single conduit. Star. All nodes are connected to a central hub. Ring. Nodes are connected in a circular chain, with the conduit beginning and ending at the same computer. Mesh. Each node has a separate connection to every other node.

Network Media and Hardware In a network, the media are the wires, cables and other means by which data travels from its source to its destination. The most common network media are twisted-pair cable, coaxial cable, fiber-optic cable, and wireless links. Each node uses a special device, called a network interface card (NIC). The card connects to the network media and controls the flow of data. NICs must use a common network technology to communicate. The most popular network technologies for LANs are Ethernet, Fast Ethernet, and Token Ring.

Network Software A network operating system (NOS) is the group of programs that manages the resources on a network. Common network operating systems for PC-based networks include: Novell NetWare Microsoft Windows NT Server Microsoft Windows 2000 Banyan VINES AppleShare Linux

lesson 17 review List the four benefits of using a network. Differentiate between LANs and WANs. Identify three common network topologies. Name four common network media. List four examples of network operating systems.

Project due Nov. 16 Play the game of FreeCell. small number on next larger number and alternating color e.g. Heart Queen on Club King and Spade Jack on Heart Queen goal: to throw all cards to destination pile current smallest number of the suit: can be thrown to destination pile any card can be moved to empty line (stack) any card can be moved to temporary work space (TMP) Print every step. Your last two digits + 1000 are the game number you have to solve. Game #617: HQ  CK, S2  TMP, SJ  HQ, C10  DJ, HK  TMP, HK  Line8, SK  TMP, S10  TMP, SQ  HK, HJ  SQ, S10  HJ, H4  TMP, D5  C6, H9  S10, C3  TMP, D9  C10, C3 throw, S3  TMP, H4  Line4, S3  H4, D4  TMP, D3  TMP, D2  S3, C10  Line7, H5  TMP, DJ  CQ, S4  D5, C4 throw, D3  S4, CQ  DK, C10  DJ, S7  TMP, SK  Line7, HQ  SK, D4 throw, S3 throw, S4 throw, H5  C6, CK  TMP, C9  TMP, S9  TMP, CK  Line4, DQ  CK, CJ  DQ, C7 throw, H6 throw, S8  H9, H7  S8, S6  H7, D6 throw, S8 throw, S9 throw, CQ  Line2, DK  TMP, H10  TMP, D10  TMP