Search Header Logo
Computer Networking Part 2

Computer Networking Part 2

Assessment

Presentation

Computers

6th Grade - Professional Development

Hard

Created by

Christopher McNair

Used 24+ times

FREE Resource

24 Slides • 9 Questions

1

Computing Essentials

Lesson 4:

Computer Networking: Part 2

​!Open up your Google Site and be ready to take notes!

2

But first...​

Let's review what we covered yesterday!​

3

Computer Network

  • ​2 or more computers (or network devices) connected form a network

  • ​Enables us to share files, printers, email, and many other resources

  • ​Examples of devices include: computers, laptops, phones, printers, scanners, routers, servers, and so much more.

media

4

​Local Area Network (LAN)

  • ​A group of connected computers within a small geographic area

  • ​Range in size and scale based on use

    • ​home network

    • ​school network

    • ​small office network

  • ​Wireless LANs (WLANs) extend a LAN to provide wireless connection

media

5

​Metropolitan Area Network (MAN)

  • ​a network that operates within a large city or multiple small cities (AKA Metro area)

  • ​much larger than a LAN because it covers a larger geographic area

  • ​typically operated by local governments or private companies

media

6

​Wide Area Network (WAN)

  • ​The largest network type

  • ​Connects 2 or more LANs together

  • ​Owned and maintained by the owner of the LANs it connects

  • ​The largest WAN in the world is The Internet

media

7

Intranet

  • ​behind a company firewall (restricted access)

  • ​content and files are only accessible by company employees granted permission

  • ​Company: calendars, photos, projects, news, groups, etc

media

8

​Extranet

  • ​very similar to intranet, but can be accessed from outside the physical location of the organization.

  • ​usually requires login/password

media

9

​Virtual Private Network (VPN)

  • ​Secure network connection that allows access to a private network across a public network (such as The Internet)

  • ​Secure "tunnel"

  • ​Users get a special username & password to access company resources remotely

  • ​Enables employees to work from home, grant contractor access, etc

media

10

​Network Topologies

​The way a network uses a PHYSICAL layout scheme tells us what type of NETWORK TOPOLOGY it is using.

​Each topology has a different and unique purpose for the sharing information across the network.

  • ​Bus

  • ​Star

  • ​Ring (aka Token Ring)

  • ​Mesh

11

​BUS Topology

  • ​Connects devices through ONE (1) physical line

  • ​Information can flow in only 1 direction

  • ​Only 1 computer can send data at a time

  • ​Requires a "terminator" at the end of the cable

  • ​If the cable fails, the entire network goes down

media

12

​STAR Topology

  • ​Each computer/device connects to one (1) network device

  • ​Network device receives info and transmits it accordingly

  • ​High speeds because computers can communicate simultaneously

  • ​If one (1) cable fails, most of the network keeps running

  • ​Most common topology today

media

13

​RING (aka Token Ring) Topology

  • ​Connects all computers through one (1) single line

  • ​Only one (1) computer can send data at a time

  • ​Computer must possess a "token" to send data

  • ​"Token" is passed clockwise

  • ​If main cable fails, entire network goes down

media

14

​MESH Topology

  • ​Each computer has a DEDICATED connection to EVERY OTHER COMPUTER.

  • ​If one cable fails, the entire network is still running

  • ​Most secure and reliable

  • ​Most expensive topology due to the amount of cable required

media

15

And now...​

On to new material!​

16

​Lesson Objectives

  • ​Identify common network models

  • ​Describe the functions of various network hardware

  • ​Compare and contrast various methods of network connectivity

    ​Describe the OSI reference model and each layer

  • ​Explain how two network nodes communicate through the OSI model

17

Client/Server Network Model

  • Most commonly used model

  • ​Client = the user's computer

  • ​Server = the user requests to use the server

  • Server ​Examples:​ file, print, ​e-mail, domain controller

  • ​Advantage: companies can control security and file backups

  • ​Disadvantage: Expensive and if the server fails, it could stop all work

media

18

Mainframe/Terminal Network Model

  • Has a main host that other computers interact with

  • ​However, mainframe computers run ALL programs directly on the mainframe instead of on individual computers

  • ​The terminal computers are simply "access points" to log into the mainframe

  • ​Advantage: security and software installed on mainframe only

  • ​Disadvantage: Very expensive and network goes down if mainframe goes down

media

19

Peer-to-Peer Network Model

  • Allows computers to connect to each other

  • ​Each computer is "both the server and client"

  • ​Advantage: cost effective and flexible

  • ​Disadvantage: security risks, possible legal issues, and extremely difficult to troubleshoot

media

20

Multiple Select

Which network models provide pretty good overall security?

1

Client/Server

2

Mainframe/Terminal

3

Peer-to-Peer

21

Multiple Choice

Which network model do you run ALL applications on a central computer?

1

client/server

2

mainframe/terminal

3

Peer-to-Peer

22

Multiple Choice

Which network model can cause legal issues in operating/using it?

1

client/server

2

mainframe/terminal

3

Peer-to-Peer

23

Multiple Choice

Which network model is the most commonly used by most companies?

1

client/server

2

mainframe/terminal

3

Peer-to-Peer

24

​Connecting to a Network

Computers - desktop, notebook, tablet, mobile devices

Operating system - Windows, Linux, Mac OS, Mobile OS's, Chrome OS, etc

Network media - the material used (wired or wireless) that connects devices

Network hardware - physical hardware connecting computers across a network

​Network protocol - set of rules defining HOW the computers on the network communicate

25

Network Media

BROADBAND - high-speed, data cables connect computer together. (Media: coaxial, fiber-optic, and twisted-pair cable <cat5/cat6 etc>)

​Wi-Fi (802.11) - Wireless standard for using a WLAN. Based on IEEE 802.11 which has many versions (802.11a, 802.11b, 802.11g, 802.11n, and 802.11ac)

​BLUETOOTH - connects device directly to another by pairing. Best for short range uses (e.g. headphones, speakers, mouse, etc)

​CELLULAR - Use cell towers to connect wirelessly (3G, 4G, 5G, etc)

​SATELLITE - Wireless through satellites, limited speed, line-of-sight req'd

26

​Broadband Media Cables

​Coaxial cable Fiber-Optic cable Twisting Pair (CAT-6 etc)

media
media
media

27

Multiple Choice

Another name for the wires/wireless connection options available to connect computers

1

operating system

2

network media

3

network hardware

4

network protocol

28

Multiple Choice

Another name for the routers, hubs, switches, servers, etc

1

operating system

2

network media

3

network hardware

4

network protocol

29

Multiple Choice

The rules defining how computers communicate together on a network

1

operating system

2

network media

3

network hardware

4

network protocol

30

Multiple Select

Which are NOT wireless network standards?

1

802.11b

2

802.11ac

3

801.11n

4

802.13g

31

​The OSI Reference Model

Created to standardize how computers communicate with one another

media

​"All People Seem To Need Data Processing"

32

Multiple Choice

Which layer of the OSI model is the starting point (transmitting) and end point (receiving) of data as it passes through networks?

1

physical

2

application

3

transport

4

data link

33

​Terms we added to our Google Site today

  1. ​client/server network model

  2. ​mainframe/terminal network model

  3. ​peer-to-peer network

  4. ​network media

  5. ​network hardware

  6. ​network protocol

  7. ​broadband

  8. ​Wi-Fi (802-11)

  9. ​bluetooth

  10. ​cellular

  11. ​satellite

  12. ​OSI Model (all 7 layers)

Computing Essentials

Lesson 4:

Computer Networking: Part 2

​!Open up your Google Site and be ready to take notes!

Show answer

Auto Play

Slide 1 / 33

SLIDE