43
CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

Embed Size (px)

DESCRIPTION

3 Types of Networks Two Basic Network models 1.Peer-to-Peer 2.Client/Server

Citation preview

Page 1: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

1

CEG 2400 FALL 2012 Chapter 1

An Introduction to Networking

Page 2: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

2

Why Use Networks?

• What is a Network?– Group of computers and devices

• Connected by transmission media• Stand-alone computer

– Not connected to other computers– Uses local software and data

• Advantages of networks– Device sharing by multiple users

• Saves money and time– Central network management

Page 3: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

3

Types of Networks

• Two Basic Network models1. Peer-to-Peer2. Client/Server

Page 4: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

4

Peer-to-Peer Networks

• Direct computer communication– Equal authority

• Individual resource sharing– May share resources– May prevent access to resources

• Traditional model– Two or more general purpose computers:

• Capable of sending and receiving information to and from every other computer

Page 5: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

5

Peer-to-Peer Networks

Resource sharing on a simple peer-to-peer network

Page 6: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

6

Peer-to-Peer Networks (cont’d.)

• Advantages– Simple configuration– Less expensive

• Compared to other network models• Disadvantages

– Not flexible – harder to add or subtract or change– Not necessarily secure– Not practical for large installations

Page 7: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

7

Peer-to-Peer Networks (cont’d.)

• Resource sharing method– Modify file sharing controls

• User responsibility– Not centrally controlled

• Access may not be uniform or secure• Environments

– Small home or office– Large networks using the Internet

• BitTorrent software• P2P (Peer to Peer)

Page 8: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

8

Client/Server Networks

• Server– Central computer– Facilitates communication and resource sharing

• Clients– Personal computers

• Also known as workstations• Central resource sharing controlled by server

– Sharing data, storage space, devices– No direct sharing of client resources

Page 9: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

9

Client/Server Networks (cont’d.)

• Computer roles– Server– Clients

• Run local applications• Store data locally• Clients uses server for shared applications, data,

devices• Client uses server as an intermediary

• Communication– Switches or routers

Page 10: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

10

Client/Server Networks (cont’d.)

Resource sharing on a client/server network

Page 11: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

11

Client/Server Networks (cont’d.)

• Server requirement– Network operating system (NOS)

• Manages client data, resources• Ensures authorized user access• Controls user file access (R/W or RO)• Restricts user network access (When, Where)• Dictates computer communication rules (Protocols)• Supplies application to clients

• Server examples– UNIX, Linux, Microsoft Server 2008 R2, MAC OS X

Server

Page 12: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

12

Client/Server Networks (cont’d.)

• Server features compared to clients– More memory, processing, storage capacity– Equipped with special hardware

• Provides network management functions• Disadvantages relative to peer-to-peer networks

– Complex design– Maintenance– Cost

Page 13: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

13

Client/Server Networks (cont’d.)

• Advantages relative to peer-to-peer networks– User credential (User Name) assigned from one place– Multiple shared resource access centrally controlled– Central problem monitoring, diagnostics, correction

capabilities– Optimized to handle heavy processing loads– Can connect to many computers on a network– More scalable

• Popular in medium- and large-scale organizations

Page 14: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

14

What are LANs, MANs, and WANs

• LAN (local area network)– Network confined to a relatively small space– 1980s, LANs became popular as peer-to-peer based– Today, Larger and more complex client/server

network• MAN (metropolitan area network)

– Connects clients and servers from multiple buildings– Uses different transmission media and technology

than LAN– Larger than LAN

Page 15: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

15

LANs, MANs, and WANs (cont’d.)

Interconnected LANs

Page 16: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

16

LANs, MANs, and WANs (cont’d.)

• WAN (wide area network)– Connects two or more geographically distinct LANs or

MANs– Uses different transmission methods and media than

LAN• Use greater variety of technologies

– Network connection• Separate offices in same organization• Separate offices in different organizations

Page 17: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

17

LANs, MANs, and WANs (cont’d.)

A simple WAN

Page 18: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

18

Elements/Terms Common to Client/Server Networks

• Client– Network computer requesting resources or services

from another network computer– Client workstation – Human user

• Server– Network computer managing shared resources– Usually has more resources (memory, etc)– Runs network operating software (NOS)

• Workstation– Personal computer

• May or may not be connected to network

Page 19: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

19

Elements/Terms Common to Client/Server Networks (cont’d.)

• NIC (network interface card)– Device inside computer– Connects computer to network media– Allows communication with other computers

• NOS (network operating system)– Server software– Enables server to manage data, users, groups,

security, applications, and other networking functions

Page 20: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

20

Elements/Terms Common to Client/Server Networks (cont’d.)

A NIC (network interface card)

Page 21: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

21

Elements/Terms Common to Client/Server Networks (cont’d.)

• Host– Computer

• Enables network resource sharing by other computers • Node

– Client, server, or other device• Communicates over a network• Identified by unique network address

• Connectivity device– Allows multiple networks or multiple parts of one

network to connect and exchange data (ex. Router)

Page 22: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

22

Elements/Terms Common to Client/Server Networks (cont’d.)

• Segment– Group of nodes– Uses same communications channel for traffic

• Backbone– Connects segments and significant shared devices– “A network of networks”

• Topology– Computer network physical layout– Ring, bus, star or hybrid formation

Page 23: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

23

Elements/Terms Common to Client/Server Networks (cont’d.)

A LAN backbone

Page 24: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

24Common network topologies

Elements/Terms Common to Client/Server Networks (cont’d.)

Page 25: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

Elements/Terms Common to Client/Server Networks (cont’d.)

• Protocol– Standard method or format for communication

between networked devices• Packets

– Distinct data units exchanged between nodes• Addressing

– Scheme for assigning unique identifying number to every node

• Transmission media– Means through which data is transmitted and received

25

Page 26: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

26Examples of network transmission media

Elements/Terms Common to Client/Server Networks (cont’d.)

Page 27: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

27

How Networks Are Used- Network Services -

• Network services– Functions provided by a network– Most visible

• E-mail– Other vital services

• Printer sharing, file sharing, Internet access and Web site delivery, remote access capabilities, voice (telephone) and video services, network management

Page 28: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

28

How Networks Are Used - File and Print Services -

• File services– Capability of server to share data files, applications

and disk storage space• File server

– Provides these file services• File services provide foundation of networking• Print services

– Share printers across network– Saves time and money

Page 29: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

29

How Networks Are Used - Access Services -

• Allow remote user network connection• Allow network users to connect to machines outside

the network• Remote user

– Computer user on different network or in different geographical location from LAN’s server

• Network operating systems include built-in access services

Page 30: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

30

How Networks Are Used - Access Services - (cont’d.)

• Provide LAN connectivity when WAN connection is not cost-effective

• External staff can diagnose problems• Allow external users to use network resources and

devices (ex. Vpn, remote desktop)– Same as if logged on to office workstation

Page 31: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

How Networks Are Used - Communications Services -

• Convergence– Offering multiple types of communications services on

the same network• Unified communications

– Centralized management of multiple network-based communications

• Mail server– Computer responsible for e-mail storage and transfer

31

Page 32: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

How Networks Are Used - Communications Services - (cont’d.)

• Additional tasks of mail servers– Intercept spam– Handle objectionable content– Route messages according to rules– Provide Web-based client for checking e-mail– Notify administrators or users if certain events occur– Schedule e-mail transmission, retrieval, storage,

maintenance– Communicate with mail servers on other networks

• Mail server runs specialized mail server software

32

Page 33: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

33

How Networks Are Used - Internet Services -

• Web server– Computer installed with appropriate software to

supply Web pages to many different clients upon demand

• Other Internet services– File transfer capabilities (FTP)– Security filters– Means for directly logging on to other Internet

computers

Page 34: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

34

How Networks Are Used - Management Services -

• Small network management – Single network administrator– Can use NOS’s internal functions

• Today’s larger network management– Centrally administered network management tasks– Sometimes dedicated servers to do network

management functions

Page 35: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

35

How Networks Are Used - Management Services - (cont’d.)

• Important network management services– Traffic monitoring and control– Load balancing– Hardware diagnosis and failure alert– Asset management– License tracking– Security auditing– Address management– Backup and restoration of data

Page 36: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

36

The Networking Professional

• Networking positions utilize logical and analytical thinking

• Positions are in high demand– Consider a general knowledge of all– Specialize in a few– Stay abreast of emerging technologies– Consider professional certification– Get to know others in your field by joining professional

associations• Obtain hands-on experience

Page 37: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

37

Mastering the Technical Challenges

• Acquire skills through classes, work, and hands-on experience

• Some specialties currently in high demand– Network security– Convergence– Network management– Wireless network design– Configuration of routers and switches– Centralized data storage and management

Page 38: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

38

Develop Your “Soft Skills”

• Soft skills– Important to networking projects– Examples of soft skills

• Customer relations• Oral and written communications• Dependability• Teamwork• Leadership abilities

Page 39: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

Certification

• Certification process– Mastering specific material and passing exams

• Hardware system, operating system, programming language, software application

• Some possible benefits– Better salary– Greater opportunities– Access to better support

39

Page 40: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

40

Summary

• What is a Network– Group of connected computers and other devices

• Types of networks include peer-to-peer and client/server networks (advantages – disadvantages)

• LANs, MANs, and WANs describe different sizes of networks– Defined and compared LANs, MANs and WANs

• Reviewed common client/server network elements/terms

Page 41: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

41

Summary (cont’d.)

• Networks provide a wide range of services– Described various network services

• Networking Profession– Master broad networking skills– Choose one or two specialty areas– Consider benefits of certification– Soft skills

Page 42: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

42

Misc

• Internet Traffic– http://www.akamai.com/dv1

Page 43: CEG 2400 FALL 2012 Chapter 1 An Introduction to Networking 1

End of Chapter 1

Questions