Session 2 - Noel D. Lawas MD -

Slides:



Advertisements
Similar presentations
Wireless network Usually use Radio Frequency (RF) technology Adv :
Advertisements

Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Hardware & Software Needed For LAN and WAN
A Guide to major network components
COMPUTER NETWORKS.
Network Done by: Athra sultan.
CHAPTER Introduction to LANs. MODULE Purpose and Use of a Network.
NETWORKING HARDWARE.
Basic Networking Components
And how they are used. Hubs send data to all of the devices that are plugged into them. They have no ability to send packets to the correct ports. Cost~$35.
Networking Feb. 6, 2008 by Larry Finger. Networking Hardware Glossary RJ45 – Official name for 8-pin connector Cat 5, 5E or 6 - Cable suitable for “high”-speed.
LECTURE 9 CT1303 LAN. LAN DEVICES Network: Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and.
Managing Network connections. Network Cabling Ethernet Topology Bus topology – Connects each node in a line – Has no central connection point Star topology.
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
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,
Networking & the Internet. 2 What is a Network? □ A computer network allows computers to communicate with many other computers and to share resources.
Networking Basics lesson 4 essential concepts. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network.
 Network Segments  NICs  Repeaters  Hubs  Bridges  Switches  Routers and Brouters  Gateways 2.
Computer Networks. What are Networks? A computer network is a group of connected computers. Networks allow:  the sharing of information, such as files.
Networking & the Internet. 2 What is a Network? □ A computer network allows computers to communicate with many other computers and to share resources.
OBJECTIVE: o Describe various network topologies o Discuss the role of network devices o Understand Network Configuration Factors to deploy a new network.
Introduction to Computing Lecture # 11 Introduction to Computing Lecture # 11.
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
Unit 2 - Hardware Networking. What is a network? A computer network is essentially a connection between two or more computers. This connection can be.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
1 Syllabus at a glance – CMCN 6103 Introduction Introduction to Networking Network Fundamentals Number Systems Ethernet IP Addressing Subnetting ARP DNS.
Rehab AlFallaj.  Network:  Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and do specific task.
NETWORK DEVICES Department of CE/IT.
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.
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 Networks and Internet. 2 Objectives Computer Networks Computer Networks Internet Internet.
Networking and firewall
Networking Objectives
Networking Basics.
Chapter Objectives In this chapter, you will learn:
Guide to Networking Essentials 7th Edition
Understand the Local Area Networks (LANs)
Computer Networks.
Chapter 4 Computer Networks – Part 2
Local Area Networks Yiannos Mylonas.
Chapter 3 Computer Networking Hardware
INFS 211: Introduction to Information Technology
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
Using MIS 2e Chapter 6 Appendix
Computer Networks and Internet
Introduction to Computers
CT1303 LAN Rehab AlFallaj.
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Computer Technology Notes #4
Telecommunication ELEC503
e-business and Information Systems
Computer Networks.
Chapter 5 Networks Communicating and Sharing Resources
Network Models, Hardware, Protocols and number systems
Network Models, Hardware, Protocols and number systems
Computer Networks.
Communications & Computer Networks Resource Notes - Network Hardware
CHAPTER Introduction to LANs
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
ICT Computing Lesson 4: Computing Network.
Lesson 17 Networking Basics.
Lecture 09 & 10 Operating Systems Network, Communication, OSI.
IST346: Networking Fundamentals
4 Macquarie Fields College of TAFE Version 2 – 13 March 2000
Lesson 17 Networking Basics.
Basics of Computer Networking
Presentation transcript:

Session 2 - Noel D. Lawas MD - Introduction to Information Technologies in Management Information Systems Session 2 - Noel D. Lawas MD -

Information Technologies Scientific achievements and progress which mainly affect the field of information Main types: Computers – servers, desktops, notebooks Devices attached to computers – printers, lan cards Computer Networks Classifications of the main types Hardware – computer equipment, parts and pieces Software – programs to make the computer hardware work

Computer Servers Provide specific information to other computers so that they can perform specific procedures. For example: servers can provide stored information in its database, email messages received from the network, etc. Computer servers are made functional by programs called server operating system such as linux os, windows server os, unix, etc Depending on its use, a server computer can be similar to a desktop or with higher # of computers connecting, it may require bigger memories, higher processors, higher capacity of several hard disks.

Computer Desktops and Notebooks Designed for individual use Simpler hardware features but with more software programs installed depending on the need of the person Because of provisions for expansion of memory, hard disk capacity, additional devices, desktops and notebooks can be used to perform server functions

Computer Devices Growing number of computer devices appearing in the market; however, only few will continue to stay longer and some will become an integral part of computer hardware Software that are developed to make the devices functional are called device drivers. Remember that each device driver is specific to a particular device hardware

Computer Networks A system developed to enable two or more computers to exchange information as intended by the developer. Lines of communication between computers are through: Use of signals transmitted through network cables Use of air-transmitted signals Use of a unique Internet Protocol (IP) address assigned to each computer in order for a signal to reach its intended destination. IP addresses are made up of 4 numbers assigned in specific order to a computer and given a format as follows: XXX.XXX.XXX.XXX where XXX can have a value ranging from 0 to 255. Example: 192.168.0.240

Computer Networks Netmasks are also made up of 4 numbers similarly formatted like the IP addresses. The netmasks are additional information that specify the maximum number of computers that can be part of the network. Example: 255.255.255.0 means that the maximum computers that can be part of a network is 256. (More explanations will be given in the lecture)

Computer Networks IP Gateway is a specific IP address of a server that has connection to other computer networks and the internet (if connection exist) DNS stands for domain name server. This is the server that contains the IP addresses of computers with registered name in the WHOIS registry. Route is the prescribed path a signal from a source computer should take depending on its destination computer. Ipconfig (in Windows) or ifconfig (in Linux) is a program to get the information on the IP address, netmask, gateway and dns configuration of the computer Ping is an internal program to test whether a network communication exists between the computer and another.

Computer Network Devices LAN Cards or Local Area Network Cards are devices that are attached to the computer and provide a port for network cables to link to the computer and be connected to other computers in the network. Network hub or switch is an external device that controls the flow of signals to and from 2 or more computers in the network Network router is a device that contains a software program that directs entering signals to the intended computer destination.

Computer Network Cabling Star topology – most commonly used design in connecting computers in a network. It consist of a hub (or also called switch) with several ports where cables attached to different computers are connected. Max. length of each cable from hub to PC is 100 meters. Signal deteriorates beyond this.

Computer Network Wiring BUS topology - Connects computers and hubs in a serial manner using coaxial cables. Max. length of all cables combined is 300 meters. Signal deteriorates beyond this length unless a repeater is installed

Wireless Computer Network Uses star topology in the network design Makes use of a router software in order that the wireless network can be managed.

Applying Information Technology for Information Systems Development

Applying Information Technology for Information Systems Development (Physical Development Design)

Applying Information Technology for Information Systems Development (Deployment Design)