lesson 3 - networking

47
NETWORKING DEPARTMENT OF INFORMATION SYSTEMS COLLEGE OF COMPUTER STUDIES XAVIER UNIVERSITY – ATENEO DE CAGAYAN

Upload: ericka-tagarda

Post on 19-Feb-2017

144 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Lesson 3 - Networking

NETWORKINGDEPARTMENT OF INFORMATION SYSTEMSCOLLEGE OF COMPUTER STUDIESXAVIER UNIVERSITY – ATENEO DE CAGAYAN

Page 2: Lesson 3 - Networking

Data Communications and Networking

Page 3: Lesson 3 - Networking

3

What is a Network?• Defined as two or more computing devices connected

together in such a way that they can share resources• Resources:• files• folders• printers• disk drives• etc.

Page 4: Lesson 3 - Networking

4

What is a Network?• A collection of computers or other hardware devices that are

connected together, either physically or logically, using special hardware and software, to allow them to exchange information and cooperate

Page 5: Lesson 3 - Networking

5

What is Networking?• Term that describes the process involved in designing,

implementing, upgrading, managing, and otherwise working with networks and network technologies

Page 6: Lesson 3 - Networking

6

Advantages of Networking• Connectivity and Communication

• Data Sharing

• Hardware Sharing

• Internet Access

• Internet Access Sharing

• Data Security and Management

• Performance Enhancement and Balancing

• Entertainment

Page 7: Lesson 3 - Networking

7

Disadvantages of Networking• Cost of setup

• Management and administration costs

• Undesirable sharing

• Illegal or undesirable behavior

• Data security concerns

Page 8: Lesson 3 - Networking

8

Basic Components of a Network• Server

• core component of the network• provides link to the resources necessary to perform any task

• Client• requests and receives information over the network client• depends primarily on central server for processing activities

• Circuit• cables, ports and other devices that connect the server and the client

computers

Page 9: Lesson 3 - Networking

9

Network Interface Card (NIC)• Circuit board that fits in one of the computer’s internal expansion

slots

• Contains circuitry that handles sending, receiving, and error checking of transmitted data

Page 10: Lesson 3 - Networking

10

Key Points in Networking• Important characteristics that influence transmission technologies

and communication protocols• size• shape

• Networks are classified according to area over which they extend

• Size and extension depend on number of nodes that need to communicate, and where these nodes are in relation to each other

Page 11: Lesson 3 - Networking

11

Network Classifications• PAN (personal area

network)• refer to the

interconnection of personal digital devices or consumer electronics w/n the range of 30ft (10m) and without the use of wires or cables

Page 12: Lesson 3 - Networking

12

Network Classifications• LAN (local area network)

• data communications network the connects personal computers within a very limited geographical area

• school computer labs• home networks

Page 13: Lesson 3 - Networking

13

Network Classifications• MAN (metropolitan

area network)• public high-speed

network capable of voice and data transmission within the range of 50mi (80km)

• ISPs• small cable TV

companies• local telephone

companies

Page 14: Lesson 3 - Networking

14

Network Classifications• WAN (wide area

network)• covers large

geographical area and usually consists of smaller networks

• nationwide banks• large cable TV

companies• multi-location

superstores• internet

Page 15: Lesson 3 - Networking

15

Network Topologies• Architectural “drawings” to show the overall physical configuration

for a given communications system

• Indicates the access methods and governs the rules that are used to design and implement the communication system

Page 16: Lesson 3 - Networking

16

Network Topologies• Bus topology

• Single electrical circuit to which all devices in network are connected

Page 17: Lesson 3 - Networking

17

Network Topologies• Star topology

• individual computers are connected to a central device such as a hub or a switch

Page 18: Lesson 3 - Networking

18

Network Topologies• Ring topology

• a collection of separate point-to-point links arranged to make a ring

• each nodes NIC has one input and one output connection

• so each node has two links

Page 19: Lesson 3 - Networking

19

Communications Model

Source

Transmitter Receiver

Destination

Source System

Destination System

Transmission System

Page 20: Lesson 3 - Networking

20

Communications Model

Personal Computer

ModemBroadband Connection

Modem

Server

Page 21: Lesson 3 - Networking

NETWORK TOPOLOGY CASE STUDY:

This will serve as your ACTIVITY 2.

SEARCH FOR ONE (1) CASE STUDY IN EITHER OF THE FOLLOWING TOPOLOGY ARE PRESENT:

* BUS TOPOLOGY * STAR TOPOLOGY * RING TOPOLOGY

Take note what are the advantages and disadvantages of your chosen topology based on your case study. Put it in Word, then save as “<Lastname>_Activity2”

Be ready! I will call some students to present their research

Page 22: Lesson 3 - Networking

Network Building BlocksCOLLEGE OF COMPUTER STUDIESXAVIER UNIVERSITY – ATENEO DE CAGAYAN

Page 23: Lesson 3 - Networking

Network Devices• Sometimes referred to as a network appliance

• Any electronic device that broadcasts network data, boosts signals, or routes data to its destination

Page 24: Lesson 3 - Networking

Network Devices• Node

• Each connection point on a network• Usually contains:

• Computer• Networked peripheral• Network device

• Workstation• Personal computer connected to a network

Page 25: Lesson 3 - Networking

Network Devices• Network Interface Card (NIC)

• Circuitry to connect to LAN• Sometimes built-in in some personal computers• Can be added to an expansion slot or USB port

• Networked peripheral• Any device that contains network circuitry to directly connect to a network• Examples: printers, scanners, storage devices

Page 26: Lesson 3 - Networking

Network Devices• Router

• Central distribution point for getting data to its destination

Page 27: Lesson 3 - Networking

Network Devices• Hubs

• Extends a wired network by adding additional ports

Page 28: Lesson 3 - Networking

Network Devices• Switches

• Intelligently facilitates communication among multiple devices on a network

Page 29: Lesson 3 - Networking

Network Devices• Gateways

• Joins two different types of networks, such as your home network and the Internet

Page 30: Lesson 3 - Networking

Network Devices• Bridges

• Connects two similar networks

Page 31: Lesson 3 - Networking

Network Devices• Wireless access points

• Allows wireless devices to connect to a wired network

Page 32: Lesson 3 - Networking

Network Devices• Repeaters

• Extends the range of a network by restoring signals to maximum strength and retransmitting them

Page 33: Lesson 3 - Networking

Sample LAN Setup

Page 34: Lesson 3 - Networking

Network Links• Links

• Communications channel• Physical path or a frequency for signal transmissions

• Wired – cables• Cat 5 or Cat 6 (max length of 100m)• RJ45 connector

Page 35: Lesson 3 - Networking

Network Links• Bandwidth

• Transmission capacity of communications channel• High-bandwidth (broadband) can carry more data than low-bandwidth

(narrowband)• Digital bandwidth is measured in bits per second (bps)• Analog bandwidth is measured in hertz (Hz)

Page 36: Lesson 3 - Networking

Communications Protocol• Protocol

• Set of rules for interacting and negotiating

• Communications protocol• Set of rules for efficiently transmitting data from one network node to

another

• TCP/IP• Transmission Control Protocol/Internet Protocol• Internet data support and standards for LANs

Page 37: Lesson 3 - Networking

Communications Protocol• Aspects of network communications that communications protocol

handles• Dividing messages into packets• Affixing addresses to packets• Initiating transmission• Regulating flow of data• Checking for transmissions errors• Acknowledging receipt of transmitted data

Page 38: Lesson 3 - Networking

Communications Protocol• Packets

• A parcel of data that is sent across a computer network• Contains:

• Address of sender• Destination address• Sequence number• Some data

Page 39: Lesson 3 - Networking

Communications Protocol• Data are broken down into packets and reassembled in the destination

according to sequence number

Page 40: Lesson 3 - Networking

Communications Protocol• Circuit switching

• Used by some technologies like telephone system• Dedicated private link between one telephone to another telephone for the

duration of the call• Inefficient

Page 41: Lesson 3 - Networking

Communications Protocol• Packet switching

• Divides message into several packets that can be routed independently to their destination

• Messages divided into equal-size packets are easier to handle than an assortment of small, medium, large, and huge files

• Packets are shipped over the circuit on a first-come, first-served basis

Page 42: Lesson 3 - Networking

Communications Protocol

Page 43: Lesson 3 - Networking

Communications Protocol

Page 44: Lesson 3 - Networking

Communications Protocol• Routing of packets

• Each packet contains the address of the destination device• Communications protocol specify the proper format of addresses• Two commonly used addresses:

• MAC address• IP address

Page 45: Lesson 3 - Networking

Communications Protocol• MAC address

• Media Access Control address• Unique number assigned to a network interface card when it is

manufactured• Used in low-level network functions and can also be employed to establish

network security

Page 46: Lesson 3 - Networking

Communications Protocol• IP address

• Internet Protocol address• Series of numbers used to identify a network device (computers, servers,

peripherals, and devices)• Originally used in the internet but used in LANs• Example: 204.127.129.1

• Four groups of numbers separated by period• Octet (eight bits in binary)

Page 47: Lesson 3 - Networking

Communications Protocol• IP address

• Assigned by ISPs or system managers• Sometimes assigned by DHCP

• Dynamic Host Configuration Protocol• Automatically distributes IP addresses• Computers send a query to the network device acting as the DHCP server• IP address is good for that session only