Internet, Networking and HTML By Lorenc Cici and Peter McIlwee.

Slides:



Advertisements
Similar presentations
Chapter 2 Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Advertisements

LAN Devices 5.3 IT Essentials.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
[Networking Hardwares] [Maninder Kaur]
Computer Networks Eyad Husni Elshami. Computer Network A computer network is a group of interconnected computers to share data resources ( printer, data.
TCP/IP Protocol Suite 1 Chapter 3 Objectives Upon completion you will be able to: Underlying Technology Understand the different versions of wired Ethernet.
Hardware & Software Needed For LAN and WAN
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Networking Components Manuel Palos. HUBS Hubs are inexpensive devices that connect multiple devices t0 a network. Hubs merely pass along network data.
Diploma in Information Technology Principles of Information Systems and Data Management Classroom Local Area Network & Internet.
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
Networking Components Christopher Biles LTEC Assignment 3.
 This growth in communication technology has revolutions the way that businesses work and keep in touch with staff and customers.
Computer Networks All you need to know. What is a computer network? Two or more computers connected together so that they can communicate with each other.
Stefan Thorvaldsson – What is a network? A network is two or more computer linked together so the are able to share resources. It could.
By: Angel Martin. A computer network is a group of computers that are connected to each other for the purpose of communication. Any computer network is.
Common Devices Used In Computer Networks
©G. Millbery 2001Communications and Networked SystemsSlide 1 Purpose of Network Components  Switches A device that controls routing and operation of a.
Networks QUME 185 Introduction to Computer Applications.
Hub  A hub is a piece of hardware that connects multiple wired devices together on a single network. Hubs work at the physical layer (layer 1) of the.
Living Online Module Lesson 23 — Networks and Telecommunication
 Lecturer : Ch. Nabeel Ahmed Superior University Grw Campus 1.
Networking Components By: Timothy O’Grady. Ethernet Hub Ethernet hubs link PC’s and peripherals and allow them to communicate over networks. Data transferring.
Computer network  A network consists of multiple computers connected to each other to share data and resources.
25-Oct-15Network Layer Connecting Devices Networks do not normally operate in isolation.They are connected to one another using connecting devices. The.
Computers Are Your Future Eleventh Edition
1 Kyung Hee University Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs.
By: Dominique Vargas. Computer network Questions of computer networks.
Vishesh Kumar.  Routers  Repeaters  Bridges  Hub  Switches  Gateways Vishesh Kumar.
Hubs A Hub is a hardware device that connects many computers of other devices to each other. Some information that is sent to the hub can be send to other.
NETWORKING COMPONENTS Buddy Steele Assignment 3, Part 1 CECS-5460: Summer 2014.
Connectivity Devices. Network Interface Card (NIC) Allow user to connect to networks via Ethernet cable or Wi-Fi Nowadays integrally fitted into the.
A computer network is a connection of many computers and many devices that are connected by communication channels.
Network By: Juan F Peñaherrera. Network is. A computer network is a group of computers and devices connected by communication channels.The 3 types of.
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.
Using ICT systems The computer. Using ICT systems Computers in an ICT System Multiple computers, usually with username and password entry Looking after.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
NETWORKING COMPONENTS BY: TRAVIS MARSHALL. HUBS A hub is a device within a network that has multiple Ethernet ports that devices can plug into. The hub.
Network Components By Kagan Strayer. Network Components This presentation will cover various network components and their functions. The components that.
NETWORK COMPONENTS BY REYNALDO ZAMORA. HUB Hubs are devices that serve as the central connection for a network. Its job is to send data from one computer.
Digital Literacy Lesson 2. Hardware Hardware: the physical components of a computer. Includes input devices, processing devices, storage devices, and.
Networking Components William Isakson LTEC 4550 October 7, 2012 Module 3.
By : Mariam Beirouty & sara al shalian.. LAN A local area network (LAN) is a computer network that connects computers and devices in a limited geographical.
Networking Components
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
Networking Components Quick Guide. Hubs Device that splits a network connection into multiple computers Data is transmitted to all devices attached Computers.
Networking Computers Types of Network. Learning Objectives: By the end of this topic you should be able to: compare the characteristics of a local area.
Introduction to Networking. What is a Network? Discuss in groups.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
Introduction to Networks. When Personal Computers first appeared in business, software programs were designed for a single user. However as computers.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
Securing Interconnect Networks By: Bryan Roberts.
Submitted by : yateendra sahu Et&T 7 th B R/N :
Networking Revision. Advantages:  Communication (remotely)  Sharing hardware (saves on cost, eg. Printers)  Sharing of data and info (eg. Databases.
Section 4 – Computer Networks
Networks.
Connecting Devices LANs or WANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs or WANs, we.
Chapter 3 Computer Networking Hardware
Wireless Modes.
Connecting LANs, Backbone Networks, and Virtual LANs
Connecting LANs, Backbone Networks, and Virtual LANs
Computer Technology Notes #4
Chapter 16 Connecting LANs, Backbone Networks, and Virtual LANs
Network Hardware and Protocols
COMPUTER NETWORKS AND INTERNET. Introduction to computer networks and networking concepts, general understanding and examples, brainstorming, group work.
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Data Communication & Computer Network
Presentation transcript:

Internet, Networking and HTML By Lorenc Cici and Peter McIlwee

Networking Hardware components of networks Different types of networks: –Personal Area Network –Local Area Network –Wide Area Network –Virtual Private Network

Types of Networks Personal Area Network –Networking containing computer devices around a personal computer, like scanners, printers etc. Local Area Network –Networking containing more than one computer in the same building, able to share information between them Wide Area Network –This network consists of a lot of computers connected by routers and public communication links. Example: The internet Virtual Private Network –Information carried by open connections in a larger network, like the internet. Enables user to access other desktops.

Hardware Components Repeaters -Receives signal and sends it back out at higher level to avoid degradation Bridges -Local Bridges -Connects LANs directly -Remote Bridges -Can create a WAN between LANs, older version of a router -Wireless Bridges -Connects remote stations to LANs

Hardware Continued Switches –Forwards and filters information between ports Routers –Create a WAN between LANs by sending information throughout a specific network

C-Program We plan on starting by using Yana’s algorithm of a linear search: –location = LinearSearch(array, SIZE, number); –if (location != -1 ) printf("The value %d appears in place %d \n", number, location ); –else printf("The value %d is not in the given array\n ", number);

References Wikipedia tmlhttp:// tml networkingconcepts/Networking_Basics_K ey_Concepts_in_Computer_Networking.ht mhttp://compnetworking.about.com/od/basic networkingconcepts/Networking_Basics_K ey_Concepts_in_Computer_Networking.ht m Our brains