Computer Networks.

Slides:



Advertisements
Similar presentations
Networking Some of the basics. What is a Network Simply put, its two or more computer connected together through a communication medium. A communication.
Advertisements

Computers Are Your Future © 2008 Prentice-Hall, Inc.
Computer Networks & Security
Computer Networks IGCSE ICT Section 4.
OCR Computing for GCSE © Hodder Education 2011
Networks. ProtocolMeaningApplication DNSDomain Name System (Server)Translates domain names such as ocr.org.uk into IP Addresses TLS/SSLTransport Layer.
NETWORK CHONGSEOK PARK 10DD MRS. VEENA MONY Content.
30/11/ Q & A on Networking. Question No. 1 What is Networking? Two or more computers that are linked in order to share – Resources (such as printers.
Module 4 - Networking MIS5122: Enterprise Architecture for the IT Auditor.
Computer communication
Chapter 5 Networks Communicating and Sharing Resources
Chapter 1 An Introduction to Networking
Networks and Telecommunications
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,
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
Computer Concepts 2014 Chapter 5 Local Area Networks.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
Chapter2 Networking Fundamentals
Session 6: Networking Teaching Computing to GCSE Level with Python.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Higher Computing Networking. Networking – Local Area Networks.
Activity 1 5 minutes to discuss and feedback on the following:
Digital Planet: Tomorrow’s Technology and You Chapter 8 Networking and Digital Communication Copyright © 2012 Pearson Education, Inc. publishing as Prentice.
Computer Networks – the basics Week 1 Lesson 1. In this project, you will be learning about the computer networks which we use every day – when we log.
Chapter 3.  Help you understand what hardware is required to allow networks to work including: ◦ Repeaters ◦ Hub ◦ Switch ◦ Bridge ◦ Gateway (not needed.
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Network - definition A network is defined as a collection of computers and peripheral devices (such as printers) connected together. A local area network.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
1.4 wired and wireless networks lesson 1
Ethernet, WiFi & Protocols
Unit Communication Hardware
LAN, WAN, and Network Topologies
Chapter Objectives In this chapter, you will learn:
Computer Networks.
Chapter 4 Computer Networks – Part 2
Networks.
Chapter 3 Computer Networking Hardware
Using MIS 2e Chapter 6 Appendix
Computer Networks and Internet
Computer Networks and Internet
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Teaching Computing to GCSE
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networks.
Computer Networks.
Chapter 5 Networks Communicating and Sharing Resources
Topic 5: Communication and the Internet
Chapter 6 Networks Communicating and Sharing Resources
Client-Server and Peer to Peer networks
An Introduction to Computer Networking
Department of Computer Science Course : Pre Computer Skills
Computing Over Distance
Network Models, Hardware, Protocols and number systems
OCR GCSE Computing © Hodder Education 2013 Slide 1
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
Unit 1.4 Wired and Wireless Networks Lesson 3
Computer communications
Unit 11- Computer Networks
TCP/IP Protocol Suite: Review
Networks and Topologies
Chapter 4: Data Communication and Networks
ICT Computing Lesson 4: Computing Network.
EUT 122 Skills and Technology in Communication
Protocol Application TCP/IP Layer Model
WJEC GCSE Computer Science
Computer Networks Lesson 2.
WJEC GCSE Computer Science
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Presentation transcript:

Computer Networks

Standalone or Networked Standalone refers to a computer or device that is not connected to a network. A computer network includes computers and devices that are connected in order to share resources or information.

Chapter 6: Networks LAN A LAN is a Local Area Network. It is a connected set of computers and other devices. Each device is called a node. A LAN is installed on one site. It does not cover a wide geographical area. All the infrastructure is owned by the organisation or individual who owns the LAN. OCR GCSE Computing © Hodder Education 2013 Slide 3

Chapter 6: Networks Advantages It allows communications between workers. It allows data to be shared. It allows peripherals to be shared. It allows computers to be upgraded more easily. It allows distributed processing. OCR GCSE Computing © Hodder Education 2013 Slide 4

Chapter 6: Networks Disadvantages Expertise required to set up a large network Security issues from unauthorised access to data Measures to secure a network include: Passwords – strong passwords use a range of character types; Changing passwords frequently; Do not allow users to install software; With wireless access, use encryption. OCR GCSE Computing © Hodder Education 2013 Slide 5

Chapter 6: Networks Hardware NIC – network interface card Hub Each node needs a NIC to connect to the LAN. Produces the electrical signals that carry data. Hub A device that connects nodes together. Makes them act as a single segment. Not smart – all data packets are transmitted. Cheap devices – USB hubs useful in home computer installations. OCR GCSE Computing © Hodder Education 2013 Slide 6

Chapter 6: Networks Hardware Switch a smart device that can create and connect to different segments of the network This reduces network traffic because data is confined to the segment where it is needed rather than being broadcast to the whole network. Routers Routers work with data packets to send data between networks. OCR GCSE Computing © Hodder Education 2013 Slide 7

Chapter 6: Networks Hardware Wireless access point Wireless technology has many advantages over wired networks: No building work needed Quick to add new workstations Flexible deployment of node Visitors can access network / internet But there are drawbacks: Slower performance Security issues OCR GCSE Computing © Hodder Education 2013 Slide 8

Chapter 6: Networks Network types: peer to peer All computers have the same status. May be very slow because of data collisions shared processor power Only suitable for small, low traffic networks. 11P to start next week OCR GCSE Computing © Hodder Education 2013 Slide 9

Chapter 6: Networks Network types: client server At least one computer is designated as a server. A high specification machine. It offers services to client machines, such as centrally held software, data, file storage and peripheral access. A server controls network traffic. Logs usage of resources. Provides security. Clients have to log in – this identifies users and assigns rights. Big networks may have hundreds of servers. OCR GCSE Computing © Hodder Education 2013 Slide 10

Chapter 6: Networks Network topology The topology is the physical layout of the network. It affects: cost, performance, ease of installation. OCR GCSE Computing © Hodder Education 2013 Slide 11

Chapter 6: Networks Star topology Shared link to server(s) Most common Few data collisions Fast Can set up independent segments OCR GCSE Computing © Hodder Education 2013 Slide 12

Chapter 6: Networks Ring topology One common linking cable Passes all nodes One direction traffic Fast performance But any problems and the whole network goes down. OCR GCSE Computing © Hodder Education 2013 Slide 13

Chapter 6: Networks Bus topology One common linking cable Nodes connected off the cable Cheap But: Slows down when heavy traffic Lots of data collisions Breakage to cable affects the whole network Limited distance possible OCR GCSE Computing © Hodder Education 2013 Slide 14

Chapter 6: Networks LANs and WANs LAN WAN VPN Local Area Network Located on one site Owner of network owns the infrastructure WAN Wide Area Network Covers a large geographical area – may be worldwide Infrastructure may be provided by telecoms companies VPN Virtual Private Network Uses internet for infrastructure Need for enhanced security OCR GCSE Computing © Hodder Education 2013 Slide 15

Chapter 6.1 Networks Protocols Protocols are the rules for communication between devices. Standard protocols encourage network development. Network protocols are constructed in layers. This allows independent development of small parts of a protocol. Internet Protocol is a group of protocols that underlies the internet. TCP/IP now the most important set of protocols. Includes many special protocols. OCR GCSE Computing © Hodder Education 2013 Slide 16

Chapter 6: Networks Common protocols Protocol Meaning Application DNS Domain Name System Translates domain names such as ocr.org.uk into IP addresses. TLS/SSL Transport Layer Security / Secure Sockets Layer Cryptographic protocols designed for secure communications. FTP File Transfer Protocol For copying files from one host to another. Gopher An early means of searching for files on the Internet. HTTP Hypertext Transfer Protocol For distributing hypermedia files – essentially web pages. IMAP Internet Message Access Protocol One method for accessing emails. POP3 Post Office Protocol (version 3) Another method for accessing emails, used by most webmail services. Telnet Allows bidirectional text communications on a network. OCR GCSE Computing © Hodder Education 2013 Slide 17

Chapter 6: Networks IP addressing Each node on a network has an IP address. It uniquely identifies the node. In IPv4 this consists of four octets (8-bit bytes). Written as four numbers separated by dots, e.g. 212.1.45.67. DNS servers convert domain names such as OCR.org.uk into IP addresses. OCR GCSE Computing © Hodder Education 2013 Slide 18

Chapter 6: Networks MAC addressing MAC – Media Access Control. This is a unique number on network interfaces. Used to communicate with the physical layer of a network. Can be used to restrict access to a network. OCR GCSE Computing © Hodder Education 2013 Slide 19

Packet sequence number Chapter 6: Networks Packets Data is split into packets on an IP network. Packets get sent by different routes according to availability. Packets reassembled at receiving end. Typical packet structure: source address destination address Packet sequence number data checksum OCR GCSE Computing © Hodder Education 2013 Slide 20

Chapter 6: Networks The packet address is like the address on a letter The data is sent from one router to another until it arrives at its destination. A B OCR GCSE Computing © Hodder Education 2013 Slide 21

Chapter 6: Networks Security Transmitted data is vulnerable. Users on a network do not need to see all the data. Access levels Users granted privileges. Associated with login names. Passwords Must be changed regularly. Passwords should be strong. Encryption Especially important on wireless networks. WEP or WPA should be used. OCR GCSE Computing © Hodder Education 2013 Slide 22

Chapter 6: Networks Policies Network owners should have policies to protect their assets. Users have responsibilities. Acceptable use policies are common. Policy ensures that users understand what is expected of them. Sanctions used if users misuse resources. OCR GCSE Computing © Hodder Education 2013 Slide 23

Chapter 6: Networks Disasters Need to plan for worst case scenario. Example strategies: mirrors of systems; use of disk protection technology such as RAID; surge protectors — to minimise the effect of power surges on delicate electronic equipment; uninterruptible power supply (UPS); back-up generator in case of a power failure; fire preventions — alarms, fire extinguishers; anti-virus software and other security measures; failover systems. OCR GCSE Computing © Hodder Education 2013 Slide 24