Principles of computer Networking

Slides:



Advertisements
Similar presentations
How does a network identify computers and transmissions?
Advertisements

BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
Eric D. Wright EDAD 685 Coastal Carolina University Fall 2010.
1 Chapter 19 Networks. 2 What’s Inside and on the CD? In this chapter you’ll learn: –Basic network terminology –To identify network components –About.
Principles of Information Technology
Computer Networks IGCSE ICT Section 4.
 Local Area Network (LAN) Local Area Network (LAN)  Wide Area Network (WAN) (The Internet) Wide Area Network (WAN)
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.
Networking and Operating Systems. Networking What is it? Things that are hooked together. Computer Network- Computers that are connected together.
Computer Networking Part 1 CS 1 Rick Graziani Cabrillo College Fall 2005.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Network Structure Students should be aware of what is available in order to –create and use an ICT network: communication devices.
Networks and Hackers Copyright © Texas Education Agency, All rights reserved. 1.
Understanding Networks. What is a Network?  A network consists of two or more computers that are linked in order to share resources (such as printers.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Wireless or wired connection of the technician’s smartphone to Cable Ties network.
Basic Concepts of a Computer Network
Computer Concepts 2014 Chapter 5 Local Area Networks.
Computers Are Your Future Eleventh Edition
Basic Computer Knowledge. Outline Notes 1 Notes 2 Assessment.
Chapter2 Networking Fundamentals
TYPES OF NETWORKS. Networks. A network is a set of computers that are linked together so they can share resources such as printers, data files and software.
Networks. What is a computer network? A network is two or more computers that are linked together so that they are able to share resources.
Mohammed F & Aya. Peer-to-peer network are usually common in homes and small businesses and are not necessarily expensive. On a peer-to-peer network each.
Lesson 10: Configuring Network Settings MOAC : Configuring Windows 8.1.
Term 2, 2011 Week 2. CONTENTS Communications devices – Modems – Network interface cards (NIC) – Wireless access point – Switches and routers Communications.
Higher Computing Networking. Networking – Local Area Networks.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
ITE PC v4.0 Chapter 8 1 © 2007 Cisco Systems, Inc. All rights reserved.Cisco Public  Networks are systems that are formed by links.  People use different.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO NETWORKING LESSON 8.
Elements of an ICT networks COMMUNICATION DEVICES: 1.Network interface card 2.Hub 3.Switch 4.Router STANDARDS AND PROCEDURES: 1.Enable devices to communicate.
Introduction to Networks. When Personal Computers first appeared in business, software programs were designed for a single user. However as computers.
ICT Unit 4: Network and the effects of using them
BASIC CONCEPTS OF NETWORK. INDEX  Definition & applications of computer network  Components of computer network  Network benefits  Disadvantages of.
30 septembre 2016 Principles of computer Networking.
Network Concepts.
Intention – Understanding the features of the following networks
CS101 Home Network Basics.
By: Hunza, Omar and Anum Chapter 4 pg(76-79).
LAN, WAN, and Network Topologies
Chapter Objectives In this chapter, you will learn:
Computer network Ch.5.
Unit 5 Introduction to Networking
Module 1: Understanding Local Area Networks
ICT II Unit 6 Networking.
Networks and Communication
Unit 5 Introduction to Networking
Instructor Materials Chapter 6 Building a Home Network
Chapter 4 Computer Networks – Part 2
Networks.
Introduction to Computers
CT1303 LAN Rehab AlFallaj.
CHAPTER 1 INTRODUCTION NETWORKING
Introduction to Computers
Introduction to Computers
Computer Technology Notes #4
Networks.
CS101 Home Network Basics.
Client-Server and Peer to Peer networks
ICT II Unit 5 Networking.
Networks 1 Key Revision Points.
ICT II Lesson 23 Networking.
Unit 2 Introduction to Networking
CS101 Home Network Basics.
ICT Computing Lesson 4: Computing Network.
EUT 122 Skills and Technology in Communication
CS101 Home Network Basics.
Comm. And Networking By: Sam & parker.
Principles of Information Technology
Presentation transcript:

Principles of computer Networking 11 septembre 2018

Computer Network What is a network ? A network is a collection of computers and devices connected to each other. The network allows computers to communicate with each other and share resources and information 11 septembre 2018

Computer network When a network is needed ? When you want to share resources or exchange data or mutualize an internet connection Example of resources : Printer Hard Disk (external or internal) Scanner Internet connection … 11 septembre 2018

Computer network What makes up a network? A network typically includes 4 things (besides the computers themselves): Network interface cards (NICs): cards that plugs into the back (or side) of your computers and lets them send and receive messages from other computers Cable: the medium to connect all of the computers together Hub/Switch/Router: hardware to perform traffic control Protocol: a set of communication rules to make sure that everyone speaks the same language 11 septembre 2018

Protocol : TCP/IP What does it mean ? TCP Transmission Control Protocol et IP Internet Protocol Computers are like humans beings in that they need to speak the same language in order to communicate. Each computer needs to be identified (with a unique "address") It can be compare to the Post Service. They need your name, your address, it must be an unique information to work. IP address will be your unique id (name, first name,…) The gateway will be the nearest Post Office DNS server (Domain Name Server) will be able to translate the "Internet name" (ex.:www.google.fr) into IP address (74.125.39.104) 11 septembre 2018

Protocol : TCP/IP There is 2 ways to configure TCP/IP on computers. Static : You manage and enter manually the configuration Dynamic (DHCP : Dynamic host configuration protocol) : An automatic IP address will be given to your computer. This can be done either by a "server" or more currently by a router (ex.: Wi-Fi router) 11 septembre 2018

Protocol : TCP/IP Example of static TCP/IP configuration : Ip address : ex. : 172.16.2.114 Subnet Mask : 255.255.255.0 Default gateway : 172.16.2.205 DNS Server 1 : 172.16.2.212 DNS Server 2 : 172.16.2.208 Warning : Only items on same IP class addresses can communicate. Ex.: 172.16.2.114 (subnet mask 255.255.255.0) will see 172.16.2.2 Ex.: 172.16.2.114 (subnet mask 255.255.255.0) won't see 172.16.40.2 11 septembre 2018

Computer Networking Advantages of Installing a Network Speed. Networks provide a very rapid method for sharing and transferring files. Without a network, files are shared by copying them to flash disks, then carrying or sending the disks from one computer to another. Cost. Because of sharing resources such as printer, scanner,...you don't have to buy many items. Resource Sharing. Sharing resources is another area in which a network exceeds stand-alone computers. Most of missions cannot afford enough laser printers, modems, scanners, … for each computer. However, if these or similar peripherals are added to a network, they can be shared by many users. Flexible Access / Workgroup Computing. Mission networks allow users to access their files from every computers. Users can also work cooperatively through the network. Drawbacks of Installing a Network Expensive to Install. Although a network will generally save money over time, the initial costs of installation can be prohibitive. Cables, network cards and the installation may require the services of a technician. Requires Administrative Time. Proper maintenance of a network requires considerable time and expertise. File Server May Fail. Although a file server is no more susceptible to failure than any other computer, when the files server "goes down," the entire network may come to a halt. Security. In case of "Workgroup" network, files are accessible to every body. RUser right access can only be implemented on Domain Network. But it requires to much knowledge and means. 11 septembre 2018

Cable Network Installing Cable - Some Guidelines When running cable, it is best to follow a few simple rules: Always use more cable than you need. Leave plenty of slack. Test every part of a network as you install it. Even if it is brand new, it may have problems that will be difficult to isolate later. Stay at least 1 meter away from fluorescent light boxes and other sources of electrical interference. If it is necessary to run cable across the floor, cover the cable with cable protectors. Label both ends of each cable. 11 septembre 2018

Wireless Network The term Wi-Fi often is used by the public as a synonym for wireless Internet (WLAN) A wireless access point (WAP) connects a group of wireless devices to an adjacent wired LAN Wireless adapters allow devices to connect to a wireless network A wireless router allows wired and wireless ethernet LAN devices to connect to a (usually) single WAN device such as cable modem or DSL modem Wired Equivalent Privacy (WEP) encryption was designed to protect against casual snooping, but is now considered completely broken. Wired Protected Access (WPA) which uses TKIP as a stopgap solution for legacy equipment. Though more secure than WEP, it has outlived its designed lifetime. WPA2 encryption standards were released. If used with a 802.1X server or in pre-shared key mode with a strong and uncommon passphrase WPA2 is still considered secure, as of 2009. 11 septembre 2018

Wireless Network Installing Wireless Network - Some Guidelines Follow a few simple rules: Always protect your Wi-Fi access by a WPA encryption at least. Don't forget to protect the admin access. Renew frequently the password. Be aware that's the internet flow will be the same. It will be divided by the number of users. Implement some wired connection in case of problem with the Wi-Fi 11 septembre 2018

Glossary 11 septembre 2018 Local Area Network A Local Area Network (LAN) is a network that is confined to a relatively small area (capital, base, Paris HQ,…) Wide Area Network Wide Area Networks (WANs) connect larger geographic areas, such as Liberia, the Africa, or the world Switch A switch is a device that provides a central connection point for cables from workstations, servers, and peripherals Router A router translates information from one network to another Wireless LANs Some networks are wireless. Wireless LANs use high frequency radio signals, infrared light beams, or lasers to communicate between the workstations and the file server or hubs. Wi-Fi Wireless Fidelity synonym for wireless Internet (WLAN) Ethernet Ethernet could be labeled as the great grand-father of all the other network types Internet The collection of computers, networks and their interconnections that are more or less publically accessible. Intranet An intranet is a private computer network that uses Internet technologies to securely share any part of an organization's information or operational systems with its employees Extranet An extranet can be viewed as part of a company's intranet that is extended to users outside the company (e.g.: normally over the Internet). Fast Ethernet It's a collective term for a number of Ethernet standards that carry traffic at the nominal rate of 100 Mbit/s, against the original Ethernet speed of 10 Mbit/s. Gigabit Ethernet It's the next iteration, increasing the speed to 1000 Mbit/s 11 septembre 2018