Computer Networking Fundamental EC301 Introduction to Networking

Size: px
Start display at page:

Download "Computer Networking Fundamental EC301 Introduction to Networking"

Transcription

1 Computer Networking Fundamental EC301 Introduction to Networking Introduction to Networking Basic concepts and components of computer networks Networking Standards Principles of communication in networking Functions of Networking Hardware 1

2 What is a network? Why we use network? Network definition A combination of computer hardware, cabling, network devices, and computer software used together to allow computers to communicate with each other. Group of computers and other devices that are connected by some type of transmission media. 2

3 Why Use Networks? Using networks offers advantages relative to using a stand-alone computer Computer network Stand-alone computer The advantages of networked computing relative to standalone computing. Fewer Peripherals Needed Many devices can be connected on a network. Increased Communication Capabilities Networks provide several different collaboration tools that can be used to communicate between network users. Avoid File Duplication and Corruption A server manages network resources. Servers store data and share it with users on a network. 3

4 The advantages of networked computing relative to standalone computing. Lower Cost Licensing Application licensing can be expensive for individual computers. Centralized Administration Centralized administration reduces the number of people needed to manage the devices and data on the network, reducing time and cost to the company. Conserve Resources Data processing can be distributed across many computers to prevent one computer from becoming overloaded with processing tasks. Fundamental types of networks Peer-to-peer networks Client/server networks 4

5 Peer-to-peer networks Every computer can communicate directly with every other computer By default, no computer has more authority than another Every computer is capable of sending and receiving information to and from every other computer Peer-to-peer networks Advantages of a peer-to-peer network: Less initial expense - No need for a dedicated server. Setup - An operating system (such as Windows XP) already in place may only need to be reconfigured for peer-to-peer operations. Disadvantages of a peer-to-peer network: Decentralized - No central repository for files and applications. Security - Does not provide the security available on a client/server network. 5

6 Client/server networks Server central computer used to facilitate communication and resource sharing between other computers on the network (called clients) Client/server network uses a server to enable clients to share data, data storage space, and devices To function as a server, a computer must be running a network operating system (NOS) Most of the concepts on the Network+ exam pertain to client/server networks Client/server networks Advantages of a client/server network: Centralized - Resources and data security are controlled through the server. Scalability - Any or all elements can be replaced individually as needs increase. Flexibility - New technology can be easily integrated into system. Interoperability - All components (client/network/server) work together. Accessibility - Server can be accessed remotely and across multiple platforms. 6

7 Client/server networks Disadvantages of a client/server network: Expense - Requires initial investment in dedicated server. Maintenance - Large networks will require a staff to ensure efficient operation. Dependence - When server goes down, operations will cease across the network. The advantages Client/server networks over peer-to-peer networks User logon accounts and passwords can be assigned in one place Access to multiple shared resources can be centrally granted to a single user or groups of users Problems can be tracked, diagnosed, and often fixed from one location 7

8 The advantages Client/server networks over peer-to-peer networks Servers are optimized to handle heavy processing loads and dedicated to handling requests from clients, enabling faster response time Because of their efficient processing and larger disk storage, servers can connect more than a handful of computers on a network The classifications of networks LAN MAN WAN 8

9 Local area network (LAN) Confined to a relatively small space, such as a building or an office. Usually spans about 0-5kms and is generally a private network owned by an organization. Each computer has the potential to communicate with any other computer of the network. High degree of interconnection between computers Easy physical connection of computers in a network. Inexpensive medium of data transmission. High data transmission rate. Local area network (LAN) 9

10 Metropolitan Area Network Larger than a LAN; connects clients and servers from multiple buildings Is used to describe a network of computers spanning a metropolitan city usually 5-50 kms of range. A company having multiple offices in various parts of a city generally uses this type of network. Example is the cellular or mobile phone network. Metropolitan Area Network 10

11 Wide area network (WAN) Connects two or more geographically distinct LANs or MANs Communication facility Remote data entry Centralised information The transmission medium used is normally telephone lines, microwaves and satellite links. Internet is an example of a wan Wide area network (WAN) 11

12 The differences between LAN and WAN LAN Restricted to limited geographical area of few kilometres Devices are connected with wires and coaxial cables Cost of data transmission in LAN is less The speed of data transmission is much higher in LAN than in WAN. The speed varies from 0.1 to 100 mbps Few data transmission errors occur in LAN compared to WAN. WAN Covers long distance and operates nationwide or even worldwide Communication is done through telephone lines and satellite links Cost of data transmission is very high WAN the speed ranges from 1800 to 9600 bps. More data transmission errors occur in WAN compared to LAN. Client Workstation Network Interface Card (NIC) Server Node Host Elements Common to Client/Server Networks Topology Network Operating System (NOS) Segment Transmission Media Connectivity device 12

13 Server A computer on the network that manages shared resources; servers usually have more processing power, memory, and hard disk space than clients. They run network operating software that can manage not only data, but also users, groups, security, and applications on the network. Client A computer on the network that requests resources or services from another computer on a network; in some cases, a client could also act as a server. The term client may also refer to the human user of a client workstation or to client software installed on the workstation. 13

14 Workstation A personal computer (such as a desktop or laptop), which may or may not be connected to a network; most clients are workstation computers. Host A computer that enables resource sharing by other computers on the same network 14

15 Node A client, server, or other device that can communicate over a network and that is identified by a unique number, known as its network address. Segment A part of a network. Usually, a segment is composed of a group of nodes that use the same communications channel for all their traffic. 15

16 Connectivity Device A specialized device that allows multiple networks or multiple parts of one network to connect and exchange data. A client/server network can operate without connectivity devices. However, medium- and large-sized LANs use them to extend the network and to connect with WANs. 16

17 Topology The physical layout of a computer network. Topologies vary according to the needs of the organization and available hardware and expertise. Networks can be arranged in a ring, bus, or star formation, and the star formation is the most common. Hybrid combinations of these patterns are also possible. 17

18 Transmission Media The means through which data is transmitted and received. Transmission media may be physical, such as wire or cable, or atmospheric (wireless), such as radio waves. 18

19 Network Interface Card The device inside a computer that connects a computer to the network media, thus allowing it to communicate with other computers; Some connect to the motherboard, which is the main circuit that controls the computer, some are integrated as part of the motherboard, and others connect via an external port. NICs are also known as network adapters. 19

20 Network Operating System The software that runs on a server and enables the server to manage data, users, groups, security, applications, and other networking functions. Examples include various types of UNIX and Linux operating systems, Microsoft Windows Server 2003 or Windows Server 2008, and Mac OS X Server. 20

21 Network Topology Bus Ring Star Hybrid Star Wired Bus Star Wired Ring 21

22 Bus In bus topology all workstations are connected to a single communication line called bus. In this type of network topology there is no central server and all the computers can talk or communicate to all other systems connected to the cable. Transmission from any station travels the length of the bus in both directions and can be received by all workstations. 22

23 Ring In ring topology each station is attached to nearby stations on a point-to-point basis so that the entire system is in the form of a ring. In this topology data is transmitted in one direction only. Thus the data packets circulate along the ring in either clockwise or anticlockwise direction. 23

24 Star In star topology a number of workstations (or nodes) are directly linked to a central server. Any communication between stations in a star LAN must pass through the central server. There is bi-directional communication between various nodes. The central server controls all the activities of the nodes. 24

25 Hybrid A complex combination of the basic topologies is known as a hybrid topology. A hybrid is a combination of two or more basic network topologies, such as a star-bus, star-ring, or tiered topology. In a hybrid topology, central and distributed topologies are combined to meet the needs of an organization. 25

26 Hybrid Star Wired Bus In a star-wired bus topology, groups of workstations are star-connected to connectivity devices and then networked via a single bus, Star Wired Ring The star-wired ring topology uses the physical layout of a star in conjunction with the ring logical topology. Hybrid Star Wired Bus Star Wired Ring 26

27 Network Topologies Bus Star Ring All devices are connected to a central cable, called the bus or backbone. Bus networks are relatively inexpensive and easy to install for small networks. All devices are connected to a central device, called a hub. Star networks are relatively easy to install and manage, but bottlenecks can occur because all data must pass through the hub. All devices are connected to one another in the shape of a closed loop, so that each device is connected directly to two other devices, one on either side of it. Ring topologies are relatively expensive and difficult to install, but they offer high bandwidth and can span large distances. Hybrid Groups of star-configured workstations are connected to a linear bus backbone cable, combining the characteristics of the bus and star topologies. 1. ANSI 2. EIA/TIA 3. IEEE 7. ICANN The Networking Standards 6. ISOC 5. ITU 4. ISO 27

28 ANSI American National Standards Institute (ANSI) Composed of more than a thousand representatives from industry and government Represents United States in setting international standards ANSI standards documents available: ANSI s Web site ( At university or public libraries EIA and TIA Electronic Industries Alliance (EIA): Trade organization composed of representatives from electronics manufacturing firms across US Sets standards for its members Helps write ANSI standards Lobbies for legislation favorable to growth of computer and electronics industries Telecommunications Industry Association (TIA): Focuses on standards for information technology (IT), wireless, satellite, fiber optics, and telephone equipment 28

29 IEEE Institute of Electrical and Electronics Engineers International society composed of engineering professionals Goals are to promote development and education in electrical engineering and computer science IEEE technical papers and standards are highly respected in the networking profession Can purchase IEEE documents online from IEEE s Web site ( ISO International Organization for Standardization Collection of organization standards representing 146 countries Goal is to establish international technological standards to facilitate global exchange of information and barrier-free trade Fewer than 300 of ISO s more than 14,250 standards apply to computer-related products and functions 29

30 ITU International Telecommunication Union Regulates international telecommunications: Radio and TV frequencies Satellite and telephony specifications Networking infrastructure Tariffs applied to global communications Typically, documents pertain more to global telecommunications issues than to industry technical specifications ISOC Internet Society Professional membership society that helps to establish technical standards for the Internet Oversees groups with specific missions: Internet Architecture Board (IAB): Technical advisory group of researchers and professionals Interested in overseeing Internet s design and management Internet Engineering Task Force (IETF): Sets standards for how systems communicate over the Internet How protocols operate and interact 30

31 IANA and ICANN Internet Protocol (IP) addresses: Addresses used to identify computers on the Internet and other TCP/IP-based networks Internet Assigned Numbers Authority (IANA): Used to keep records of available and reserved IP addresses and determines how addresses were doled out In 1997, coordinated efforts with three Regional Internet Registries (RIRs) Not-for-profit agency that manages distribution of IP addresses to private and public entities IANA and ICANN (continued) In late 1990s U.S. Department of Commerce (DOC) overhauled IP addressing and domain name management Internet Corporation for Assigned Names and Numbers (ICANN): Ultimately responsible for IP addressing and domain name management IANA still performs system administration Individuals and businesses lease addresses from Internet Service Provider (ISP) Business providing access to Internet and other services 31

32 2. The rules 3. Terminologies 1. Basic Elements Principles of communication in networking 4. Communication problem Basic Elements of a Communication System Source Channel Destination 32

33 Basic Elements of a Communication System Source This device generates the data to be transmitted; examples are telephones and personal computers. Channel A medium that carries the message. Destination The receiver (sink) who receives the message Rules of communications between two points Computer Based Device 1 Transmission Medium Computer Based Device 2 There are a number of phases that both devices must pass through in order to perform the common communications function of file transfer These phases ensure that the software on each device is structured to correct for errors or inconsistencies from the corresponding, remote device. 33

34 Rules of communications between two points The rules for each of these phases are clearly defined by a protocol and typical phases are as follows: Establish a link Issue a command and command qualifier Acknowledgment of command Dissection messages Error detection and correction Termination of transmission Establish a link Device 1 checks to see if Device 2 is present on the link by sending a specific "enquiry" message. If the link is active and device 2 is active then it should respond by sending back an "acknowledgement" message. Device 1 must track the time that device 2 takes to respond. If device 2 does not respond within a time interval (defined by the protocol) then device 1 assumes that the link is not active. This is called a transmission "time-out" error 34

35 Issue a command and command qualifier Device 1 sends device 2 a message, in a predefined format, which tells device 2 that a file is to be transferred. As a qualifier within the message, device 1 tells device 2 what to do with the file. For example, device 1 may tell device 2 to place the incoming file onto disk storage, with the file-name "FRED". Acknowledgment of command If device 2 has correctly received the command and qualifier from device 1, and is capable of carrying out the command, then it sends device 1 an acknowledgement message. The acknowledgement message tells device 1 that it can now proceed with further action needed to fulfil the command. If device 2 is unable to act upon the command from device 1, then it must respond with an error message. 35

36 Acknowledgment of command An error could occur on the receiver if, for example, the disk on which the incoming file is to be stored, is already full. The error response message would tell device 1 that it should not proceed with its proposed course of action. Dissection messages All messages, command and otherwise, must be broken down into packets of manageable size for transmission. Thus if an error should occur in a packet, then only that packet needs to be re-transmitted (and not the entire message). Therefore, when device 1 wishes to transfer a large file to device 2, the file is broken up into packets and transmitted packet by packet. 36

37 Error detection and correction When device 1 sends a message packet to device 2, it performs a mathematical calculation (manipulation) on every unit of data transmitted. This calculation is transmitted to device 2 immediately after the message. Device 2 performs exactly the same mathematical calculation on its incoming data as device 1. Error detection and correction Device 2 also reads in the calculation sent by device 1 and compares it with the local calculation. If the two calculations provide an identical result, then it is assumed that the incoming message was not corrupted on the link. Device 2 can then issue a positive acknowledgement to device 1 to indicate that it is ready for the next message. If the two calculations are inconsistent, then it is assumed that incoming data has been corrupted, and device 2 issues a "negative acknowledgement" message to device 1, which indicates that the previous data message must be re-transmitted. 37

38 Termination of transmission Device 1 transmits a file, piece-wise, ensuring that each packet is correctly received by device 2, using the technique described in (Error Detection and Correction). After the last piece of the file is transmitted to device 2 and positively acknowledged, then device 1 must terminate the transmission. Device 1 sends an "end of transmission" message to device 2. This allows device 2 to close the stored file and return to other duties. Terminologies in relation to communication in networking Message Encoding The effect of the skills, attitudes, and knowledge of the sender on the process of encoding the message. Message Formatting A matter of agreement between two parties as to the form of the data to be exchanged or transmitted. For example, both sides must use the same binary code for characters. 38

39 Terminologies in relation to communication in networking Message Size the physical dimensions and proportions of message. Message Timing Includes speed matching and sequencing of message Message Patterns Patterns of messages occur in two distinct forms: messages between objects, called a Protocol, and messages understood by a particular kind of object, called an Interface. Communication problem Contract Pattern Problem: How can behaviours be defined independent of implementations? Correlation Identifier Problem: In any messaging system, a consumer might send several message requests to different service providers. Message Sequence Problem: Because of the inherent distributed nature of messaging, communication generally occurs over a network. Message Expiration Problem: Messages are stored on disk or persistent media. With the growing number of messages, disk space is consumed. 39

40 Networking Hardware Types of network interface card Install and configure NIC hardware and software. Functions of LAN connectivity hardware. Build simple peer-to-peer network using TIA/EIA-568-a or TIA/EIA-568-b wiring standard. Types Of Network Interface Card Cards on an expansion board inside a computer (PCI NIC, PCI Express NIC). It is used to connect Fast Ethernet Networks together and it is connected to a PCI Slot located on your computer's Motherboard Cards installed to the computer s bus externally (PCMCIA adapter, USB port, FireWire, Compact Flash NIC) PCMCIA (Personal Computer Memory Card International Association), USB (universal serial bus), CompactFlash, or FireWire (IEEE 1394) slots can all be used to connect peripherals such as NICs. One advantage to externally attached NICs is their simple installation. 40

41 Types Of Network Interface Card On-board NIC A NIC that is integrated into a computer s motherboard, rather than connected via an expansion slot or peripheral bus. Not all peripheral devices are connected to a computer s motherboard via an expansion slot or peripheral bus. Some are connected directly to the motherboard using on-board ports. For example, the electrical connection that controls a computer s mouse operates through an on-board port, as does the connection for its keyboard and monitor. Types Of Network Interface Card Wireless NIC NICs are designed for use with either wired or wireless networks. Wireless NICs, which contain antennas to send and receive signals. One disadvantage to using wireless NICs is that currently they are somewhat more expensive than wire-bound NICs using the same bus type 41

42 Functions of LAN connectivity hardware Repeater Hub / Switch Bridges Routers Gateways Repeater Since a signal loses strength as it passes along a cable, it is often necessary to boost the signal with a device called a repeater. The repeater electrically amplifies the signal it receives and rebroadcasts it. Repeaters can be separate devices or they can be incorporated into a concentrator. 42

43 Hub / Switch A concentrator is a device that provides a central connection point for cables from workstations, servers, and peripherals. In a star topology, twisted-pair wire is run from each workstation to a central switch/hub. Most switches are active, that is they electrically amplify the signal as it moves from one device to another. Hub / Switch Switches no longer broadcast network packets as hubs did in the past, they memorize addressing of computers and send the information to the correct location directly. 43

44 Bridges A bridge is a device that allows you to segment a large network into two smaller, more efficient networks. If you are adding to an older wiring scheme and want the new network to be up-to-date, a bridge can connect the two. A bridge monitors the information traffic on both sides of the network so that it can pass packets of information to the correct location. Bridges Most bridges can "listen" to the network and automatically figure out the address of each computer on both sides of the bridge. The bridge can inspect each message and, if necessary, broadcast it on the other side of the network. The bridge manages the traffic to maintain optimum performance on both sides of the network 44

45 Routers Router is intelligent device which routes data to destination computers. It helps in connecting two different logical and physical networks together. In small network server is connected to router along with clients for communication. With routers network communication is not possible; it is soul of network without which distribution if internet and other network data to entire network are impossible. Routers 45

46 Gateways As name suggests it some kind of passing through to something. Interestingly gateways can be software or it can also be device. Gateway device connects LAN with internet. Its basic functionality is to provide security to the network. By using gateways incoming/out going traffic can be monitored for any malicious activity within the network which can be harmful to network integrity. 46

47 47

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT Network Basics Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT E-mail :Agha.m@mcit.gov.af Cell:0700148122 After this lesson,you will be able to : Define

More information

Brief Summary of the Chapter: CHAPTER 1 NETWORKING AND OPEN STANDARDS In this chapter we are going to study about computer Networks, associated terminology and related concept along with network devices.

More information

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11 Types of Computer Networks ICS 614: Computer Networks Concepts and Principles 11 Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple as a single

More information

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION TO COMPUTER NETWORKS Computer Networks Computer network connects two or more autonomous computers. The computers can be geographically located anywhere. LAN, MAN & WAN Network in small geographical

More information

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model) Data Communication Introduction of Communication The need to communicate is part of man s inherent being. Since the beginning of time the human race has communicated using different techniques and methods.

More information

Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources Networks: Communicating and Sharing Resources 1 Network Fundamentals Networks o Links multiple computer systems and enables them to share data and resources o Types of computer networks: Local area network

More information

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT TITLE: DATACOMMUNICATION COURSE CODE: 223 SECTION A: 30 Marks ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B TIME ALLOWED:

More information

Dr./ Ahmed Mohamed Rabie Sayed

Dr./ Ahmed Mohamed Rabie Sayed 1 Dr./ Ahmed Mohamed Rabie Sayed 2 A network is a group of two or more computer systems linked together to exchange data and share resources, including expensive peripherals. 3 A local area network (LAN)

More information

IT 2004 Data Communication & Networking

IT 2004 Data Communication & Networking IT 2004 Data Communication & Networking Week 4 Network Topology, Architecture & Access Methods P.G.R Nayomi Gamlath MSc(Pdn), BSc (Rajarata) ATI -Kurunegala Why networks? To share resources (such as printer,

More information

INTRODUCTION TO ICT.

INTRODUCTION TO ICT. INTRODUCTION TO ICT. (Introducing Basic Network Concepts) Lecture # 24-25 By: M.Nadeem Akhtar. Department of CS & IT. URL: https://sites.google.com/site/nadeemcsuoliict/home/lectures 1 INTRODUCTION TO

More information

Computer Networks and Internet

Computer Networks and Internet Computer Networks and Internet Objectives Computer Networks Internet 2 Computer Networks Introducing Computer Networks A computer network consists of two or more computers linked together to exchange data

More information

TYPES OF COMPUTER NETWORKS

TYPES OF COMPUTER NETWORKS TYPES OF COMPUTER NETWORKS What is a Network? A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files, or allow electronic communications.

More information

COMPUTER SKILLS COMP101

COMPUTER SKILLS COMP101 COMPUTER SKILLS COMP101 Chapter 4 Introduction to Computer Networks Definitions and Terminologies Computer Network A network consists of two or more computers that are linked in order to share resources

More information

Chapter 9 Introduction to Networks

Chapter 9 Introduction to Networks Chapter 9 Introduction to Networks 9.1 Uses of a network Networks are used in many situations. We can see networks in places like offices, airports and factories. In fact we use networks in many situations

More information

Computer Networks. Chapter 1 An Introduction to Networking

Computer Networks. Chapter 1 An Introduction to Networking Computer Networks Chapter 1 An Introduction to Networking Contents Why use network? Network history Types of networks By connecting methods By geographic areas By topologies By network model Why Use Networks?

More information

Data Communication. Chapter # 1: Introduction. By: William Stalling

Data Communication. Chapter # 1: Introduction. By: William Stalling Data Communication Chapter # 1: By: Introduction William Stalling Data Communication The exchange of data between two devices via some form of transmission medium such as cable wire. For data communications

More information

IT 4504 Section 4.0. Network Architectures. 2008, University of Colombo School of Computing 1

IT 4504 Section 4.0. Network Architectures. 2008, University of Colombo School of Computing 1 IT 4504 Section 4.0 Network Architectures 2008, University of Colombo School of Computing 1 Section 4.1 Introduction to Computer Networks 2008, University of Colombo School of Computing 2 Introduction

More information

Chapter 2 Networking Standards and the OSI Model

Chapter 2 Networking Standards and the OSI Model Network+ Guide to Networks, 6 th Edition 2-1 Chapter 2 Networking Standards and the OSI Model At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics

More information

Network+ Guide to Networks 5 th Edition. Chapter 1 An Introduction to Networking

Network+ Guide to Networks 5 th Edition. Chapter 1 An Introduction to Networking Network+ Guide to Networks 5 th Edition Chapter 1 An Introduction to Networking Goals of This Chapter List the advantages of networked computing relative to standalone computing Distinguish between client/server

More information

Local Area Network(LAN)

Local Area Network(LAN) Local Area Network(LAN) A local area network (LAN) is a computer network that interconnects computers within a limited area. Example: a residence, school, laboratory, university campus,office building

More information

It is the process of sharing data, programs, and information between two or more computers.

It is the process of sharing data, programs, and information between two or more computers. 1 Communications It is the process of sharing data, programs, and information between two or more computers. Numerous applications depend on communication systems: E-mail Instant messaging (IM) Internet

More information

What is a Network? A connection of two or more computers so that they can share resources.

What is a Network? A connection of two or more computers so that they can share resources. NETWORKS What is a Network? A connection of two or more computers so that they can share resources. Network Benefits Remote access Sharing files & resources Communication Cost Maintenance Communication

More information

Lecture #25: Networks and Communications. Communication and Networks. What will we learn?

Lecture #25: Networks and Communications. Communication and Networks. What will we learn? Lecture #25: Networks and Communications Communication and Networks What will we learn? How a communications system works What a network is What networks used for What network operating systems do What

More information

CEN 444 Computer networks

CEN 444 Computer networks CEN 444 Computer networks Associate-Professor: Mohamed M. Abd-Eldayem Dept. of Comp. Engineering College of Computer and Information Sciences (CCIS) King Saud University Email: mdayem@ksu.edu.sa Chapter

More information

Darshan Institute of Engineering & Technology for Diploma Studies

Darshan Institute of Engineering & Technology for Diploma Studies 1. Explain different network devices in detail. Or Explain NIC (Network Interface Card) in detail. Network interface cards are add on cards as hardware cards on the motherboard. This is additional hardware

More information

Technology in Action. Chapter Topics. Participation Question. Participation Question 8/17/11. Chapter 7 Networking: Connecting Computing Devices

Technology in Action. Chapter Topics. Participation Question. Participation Question 8/17/11. Chapter 7 Networking: Connecting Computing Devices Technology in Action Chapter 7 Networking: Connecting Computing Devices 1 2 Chapter Topics Networking fundamentals Network architecture Network components Peer-to-peer networks Ethernet networks Power-line

More information

# DEFINITIONS TERMS. 5) A set of devices interconnected by media links. Network

# DEFINITIONS TERMS. 5) A set of devices interconnected by media links. Network CHAPTER 21 INTRODUCTION TO DATA COMMUNICATIONS AND NETWORKING # DEFINITIONS TERMS 1) Information that is stored in digital form. Information that has been processed, organized and stored. Data 2) Knowledge

More information

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

Objectives. Learn how computers are connected. Become familiar with different types of transmission media Objectives Learn how computers are connected Become familiar with different types of transmission media Learn the differences between guided and unguided media Learn how protocols enable networking 2 Objectives

More information

Chapter 12. Network Organization and Architecture

Chapter 12. Network Organization and Architecture Chapter 12 Network Organization and Architecture Chapter 12 Objectives Learn the basic physical components of networks. Become familiar with routing protocols. 2 Computer networks are often classified

More information

Chapter 9. Introduction. Communications

Chapter 9. Introduction. Communications Chapter 9 Communications and Networks McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Introduction Page 247 Cell phones and other wireless technologies are allowing

More information

Fundamentals of Networking Introduction to Networking Devices

Fundamentals of Networking Introduction to Networking Devices Fundamentals of Networking Introduction to Networking Devices Kuldeep Sonar 1 NIC (Network Interface Card) A network interface provides connectivity from an end-user PC or laptop to the public network.

More information

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks Rev.Confirming Pages VISUAL SUMMARY Communications and Networks COMMUNICATIONS COMMUNICATION CHANNELS Communications is the process of sharing data, programs, and information between two or more computers.

More information

Discovering Computers Chapter 9 Communications and Networks

Discovering Computers Chapter 9 Communications and Networks Discovering Computers 2009 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the components required for successful communications Identify various sending and receiving devices Describe

More information

Networks. Computer Technology

Networks. Computer Technology Networks Computer Technology Network Two or more computers and other devices (printers or scanners) that are connected, for the purpose of sharing data and programs Advantages of Networks Communication

More information

COMPUTER NETWORKING. By: Dr. Noor Dayana Abd Halim

COMPUTER NETWORKING. By: Dr. Noor Dayana Abd Halim COMPUTER NETWORKING By: Dr. Noor Dayana Abd Halim Defining Computer Network Computer network is a collection of computers and other hardware devices so that network users can share hardware, software,

More information

Technology in Action. Chapter 12 Behind the Scenes: Networking and Security. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Chapter 12 Behind the Scenes: Networking and Security. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 12 Behind the Scenes: Networking and Security 1 Networking Advantages Networks Increase productivity Enable the sharing of hardware resources Facilitate knowledge sharing Enable

More information

Text Book. 1. Computer Networks & Internets by Douglas E Comer. 2. Data and Computer Communication by William Stalling, 5th or above edition.

Text Book. 1. Computer Networks & Internets by Douglas E Comer. 2. Data and Computer Communication by William Stalling, 5th or above edition. 1 Text Book 1. Computer Networks & Internets by Douglas E Comer. 2. Data and Computer Communication by William Stalling, 5th or above edition. 2 Marks distribution Topic no First Mid 20 1,2,3 Second Mid

More information

Lesson 1: Network Communications

Lesson 1: Network Communications Lesson 1: Network Communications This lesson introduces the basic building blocks of network communications and some of the structures used to construct data networks. There are many different kinds of

More information

Unit 10. Networks. Copyright 2005 Heathkit Company, Inc. All rights reserved.

Unit 10. Networks. Copyright 2005 Heathkit Company, Inc. All rights reserved. Unit 10 Networks Copyright 2005 Heathkit Company, Inc. All rights reserved. The basic components of a network: Connections (Physical Medium) Protocols (Common language) Services (Clients, Servers, and

More information

Chapter Topics Part 1. Network Definitions. Behind the Scenes: Networking and Security

Chapter Topics Part 1. Network Definitions. Behind the Scenes: Networking and Security Chapter Topics Part 1 Behind the Scenes: Networking and Security CS10001 Computer Literacy Business Networks Network Advantages Client/Server Networks Network Classifications Servers Toplogies Chapter

More information

Local Area Network Overview

Local Area Network Overview Local Area Network Overview Chapter 15 CS420/520 Axel Krings Page 1 LAN Applications (1) Personal computer LANs Low cost Limited data rate Back end networks Interconnecting large systems (mainframes and

More information

Computer science..pharmacy college

Computer science..pharmacy college Is the facility to transfer data to remote locations quickly & conveniently, the data is transferred by means of a telecommunication network. Note: Data communication is the transmission of electronic

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Networks: Communicating and Sharing Resources. Network Fundamentals What You Will Learn About Basic networking concepts Advantages and disadvantages of networks Peer-to-peer and

More information

Different network topologies

Different network topologies Network Topology Network topology is the arrangement of the various elements of a communication network. It is the topological structure of a network and may be depicted physically or logically. Physical

More information

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections Computers: Tools for an Information Age Chapter 7 Networking: Computer Connections Objectives Describe the basic components of a network Explain the methods of data transmission, including types of signals,

More information

Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources

Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

NETWORK TOPOLOGIES. Application Notes. Keywords Topology, P2P, Bus, Ring, Star, Mesh, Tree, PON, Ethernet. Author John Peter & Timo Perttunen

NETWORK TOPOLOGIES. Application Notes. Keywords Topology, P2P, Bus, Ring, Star, Mesh, Tree, PON, Ethernet. Author John Peter & Timo Perttunen Application Notes NETWORK TOPOLOGIES Author John Peter & Timo Perttunen Issued June 2014 Abstract Network topology is the way various components of a network (like nodes, links, peripherals, etc) are arranged.

More information

Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You can connect

More information

M242 COMPUTER NETWORS AND SECURITY

M242 COMPUTER NETWORS AND SECURITY M242 COMPUTER NETWORS AND SECURITY UNIT - I DATA COMMUNICATIONS 1.1 Data Communications 1. What is data communication? Explain its components Data communication is a process of transferring data electronically

More information

Department of Industrial Engineering. Sharif University of Technology. Contents: The role of managers in Information Technology (IT)

Department of Industrial Engineering. Sharif University of Technology. Contents: The role of managers in Information Technology (IT) Department of Industrial Engineering Sharif University of Technology Session# 14 Contents: The role of managers in Information Technology (IT) Organizational Issues Information Technology Operational and

More information

CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES

CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES This chapter focuses on the fundamentals of computer networking. As students continue on their journey toward computer fluency, they will need to

More information

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide CCNET v6 1 Chapter 3: Network Protocols and Communications CCENT Routing

More information

The Basics of Computer Networking. David Phenix Computing in the Modern World 1 st Period

The Basics of Computer Networking. David Phenix Computing in the Modern World 1 st Period The Basics of Computer Networking David Phenix Computing in the Modern World 1 st Period The Computer Network Arguably, the greatest advancement in technology and communication over the past 20 years has

More information

Networks. Unit 5 Terminology Study Assignment Review Computer Technology. S3 Obj 2

Networks. Unit 5 Terminology Study Assignment Review Computer Technology. S3 Obj 2 Networks Unit 5 Terminology Study Assignment Review Computer Technology S3 Obj 2 Network A computer network, or simply a network, is a collection of computers and other hardware components interconnected

More information

CH : 15 LOCAL AREA NETWORK OVERVIEW

CH : 15 LOCAL AREA NETWORK OVERVIEW CH : 15 LOCAL AREA NETWORK OVERVIEW P. 447 LAN (Local Area Network) A LAN consists of a shared transmission medium and a set of hardware and software for interfacing devices to the medium and regulating

More information

The ULTIMATE GUIDE. to Buying Networking Equipment

The ULTIMATE GUIDE. to Buying Networking Equipment The ULTIMATE GUIDE to Buying Networking Equipment 1 Networks allow people to share information, resources and devices. Built with a combination of computer hardware and software,networks vary in their

More information

Communications and Networks The McGraw-Hill Companies, Inc. All rights reserved.

Communications and Networks The McGraw-Hill Companies, Inc. All rights reserved. Discuss connectivity, the wireless revolution, and communication systems. Describe physical and wireless communications channels. Discuss connection devices and services, including dial-up, DSL, cable,

More information

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers 31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers CONTENTS Focus Questions... 2 Chapter 1: Explore the Network... 2 Chapter 2: Configure a Network Operating System... 5 Chapter 3: Network

More information

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources.

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources. Networks, telecommunications and the Internet Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources. The purpose of a network

More information

ITEC 3800 Data Communication and Network. Introducing Networks

ITEC 3800 Data Communication and Network. Introducing Networks ITEC 3800 Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You

More information

Revision of Previous Lectures

Revision of Previous Lectures Lecture 15 Overview Last Lecture Local area networking This Lecture Wide area networking 1 Source: chapters 8.1-8.3, 17.1, 18.1, 18.2 Next Lecture Wide area networking 2 Source: Chapter 20 COSC244 Lecture

More information

networks List various types of networks and their

networks List various types of networks and their Chapter 15 Networks Chapter Goals Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

16/06/56. Communications and Networks. Communications and Networks. Communications and Networks

16/06/56. Communications and Networks. Communications and Networks. Communications and Networks Discuss connectivity, the wireless revolution, and communication systems. Describe physical and wireless communications channels. Discuss connection devices and services, including dial-up, DSL, cable,

More information

Computer Networks. Cables Radio signals (wireless/wifi) Telephone lines Satellite links (Long distance)

Computer Networks. Cables Radio signals (wireless/wifi) Telephone lines Satellite links (Long distance) COMPUTER NETWORKS Computer Networks A network is two or more computers connected together to allow them to share information and resources. Network connections are created by Cables Radio signals (wireless/wifi)

More information

MODEL ANSWER PAPER SUBJECT: COMPUTER ORGANIZATION & OPERATING SYSTEM (THEORY)

MODEL ANSWER PAPER SUBJECT: COMPUTER ORGANIZATION & OPERATING SYSTEM (THEORY) MODEL ANSWER PAPER SUBJECT: COMPUTER ORGANIZATION & OPERATING SYSTEM (THEORY) STD: XII Max Marks: 50 Course: Computer Technique Time: 2 hrs Q1A.) Fill in the blanks by choosing the appropriate words from

More information

COMPUTER TECHNIQUE. ( Vocational Stream ) Paper : V. ( Computer Network ) ( Theory )

COMPUTER TECHNIQUE. ( Vocational Stream ) Paper : V. ( Computer Network ) ( Theory ) Total No. of Printed Pages 12 HS/XII/V/CT/Paper V/14 2 0 1 4 COMPUTER TECHNIQUE ( Vocational Stream ) Paper : V ( Computer Network ) ( Theory ) Full Marks : 100 Time : 3 hours The figures in the margin

More information

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network Chapter Goals Chapter 15 Networks Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low Chapter 15 Networking Concepts 1. Define networking. It is the interconnection of independent computing devices for sharing of information over shared medium. 2. What is the need for networking? / What

More information

Chapter 5 Local Area Networks. Computer Concepts 2013

Chapter 5 Local Area Networks. Computer Concepts 2013 Chapter 5 Local Area Networks Computer Concepts 2013 5 Chapter Contents Section A: Network Building Blocks Section B: Wired and Wireless Technologies Section C: Network Setup Section D: Sharing Files Section

More information

Comp277 Assignment 1 Fall 2011 Due 20 th December 2011 at 11:00am

Comp277 Assignment 1 Fall 2011 Due 20 th December 2011 at 11:00am Question 1 1. Which of the following are related to two crucial tasks of a network interface cards? a. Establishes and manages the computer s network connection b. Connect the different parts of a motherboard

More information

Networks. Unit 5 Terminology Study Assignment Review Computer Technology. S3 Obj 2 1-3

Networks. Unit 5 Terminology Study Assignment Review Computer Technology. S3 Obj 2 1-3 Networks Unit 5 Terminology Study Assignment Review Computer Technology S3 Obj 2 1-3 Network A computer network, or simply a network, is a collection of computers and other hardware components interconnected

More information

Chapter 3: Network Protocols and Communications

Chapter 3: Network Protocols and Communications Chapter 3: Network Protocols and Communications Introduction to Networks Intro to Networks v5 Message Delivery Options IPv4 Unicast One-to-One Multicast One-to-Many Broadcast One-to-All IPv6 Unicast One-to-One

More information

Introduction to Computer Science (I1100) Networks. Chapter 6

Introduction to Computer Science (I1100) Networks. Chapter 6 Networks Chapter 6 501 Outline How does Networks and Internet Work? Networking devices Physical Network topology Types of Network Intranets - extranets Copper Media IP Address 502 How does Networks and

More information

COMPONENTS OF DATA COMMUNICATION

COMPONENTS OF DATA COMMUNICATION COMPONENTS OF DATA COMMUNICATION ANALOG AND DIGITAL TRANSMISSION An analog signal is one that is continuous with respect to time and may take on any value within a given range of values. Eg Human voice.

More information

Computer Networks. Week 04 Media and Devices. College of Information Science and Engineering Ritsumeikan University

Computer Networks. Week 04 Media and Devices. College of Information Science and Engineering Ritsumeikan University Computer Networks Week 04 Media and Devices College of Information Science and Engineering Ritsumeikan University Network Media and Devices l When you build a network, the network hardware may be used

More information

Computer Communication Networks Lecture No. 1

Computer Communication Networks Lecture No. 1 Computer Communication Networks Lecture No. 1 Reference books used in lectures 1- Computer Networks, Tanenbaum 2- Communication networks, Sharam Hekmat 3- Computer Networks, a system approach, L. Peterson

More information

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on CBCN4103 Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on the correct path across the complete network

More information

CHAPTER -1. Introduction to Computer Networks

CHAPTER -1. Introduction to Computer Networks CHAPTER -1 Introduction to Computer Networks PRELIMINARY DEFINITIONS computer network :: [Tanenbaum] a collection of autonomous computers interconnected by a single technology. communications network ::a

More information

Navpreet Singh INTRODUCTION TO COMPUTER NETWORKS. Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA

Navpreet Singh INTRODUCTION TO COMPUTER NETWORKS. Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA INTRODUCTION TO COMPUTER NETWORKS Navpreet Singh Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA (Ph : 2597371, Email : navi@iitk.ac.in) About Myself About Myself I am Network Manager

More information

NETWORK SECURITY ITEC 435

NETWORK SECURITY ITEC 435 NETWORK SECURITY ITEC 435 Agenda Chapter 2: Introduction to Networking Introduction to Networking Networking Fundamentals Reasons to Network Getting the Message Across Analog Information on an Analog Medium

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair Link download full: https://testbankservice.com/download/test-bank-for-aguide-to-designing-and-implementing-local-and-wide-area-networks-2ndedition-by-palmer-and-sinclair/

More information

Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS)

Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS) Pengantar Teknologi Informasi dan Teknologi Hijau Suryo Widiantoro, ST, MMSI, M.Com(IS) 1 Topics covered 1. From analog to digital age 2. Networks 3. Wired-communication data 4. Wireless-communication

More information

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com INTRODUCTION DATA COMMUNICATION Satish Chandra satish0402.weebly.com The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed

More information

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition Chapter Seven Local Area Networks: Part 1 Data Communications and Computer Networks: A Business User s Approach Seventh Edition After reading this chapter, you should be able to: State the definition of

More information

Introduction to Network Technologies & Layered Architecture BUPT/QMUL

Introduction to Network Technologies & Layered Architecture BUPT/QMUL Introduction to Network Technologies & Layered Architecture BUPT/QMUL 2015-3-5 Review What is the Internet? How does it work? When & how did it come about? Who controls it? Where is it going? 2 Agenda

More information

2) A is any device connected to a network such as a computer, printer, or game console. A) packet B) node C) NOS D) NIC

2) A is any device connected to a network such as a computer, printer, or game console. A) packet B) node C) NOS D) NIC Technology In Action, Complete, 14e (Evans et al.) Chapter 7 Networking: Connecting Computing Devices 1) A computer is two or more computers connected using software and hardware so that they can communicate

More information

The Internet software layers

The Internet software layers 1 2 The Internet software layers SMTP, Telnet, FTP, POP3, IMAP TCP, UDP IP: RIP, BGP, OSPF Ethernet, Wireless LAN, Token Ring Twisted pair, coaxial, microwave, optical fiber 3 4 Ethernet 1973 Xerox s researcher

More information

Chapter 4: Network Access

Chapter 4: Network Access 4.0.1.1 Chapter 4: Network Access To support our communication, the OSI model divides the functions of a data network into layers. Each layer works with the layers above and below to transmit data. 4.0.1.2

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Network and Telecommunications Basics Chapter Outline The telecommunications system Network services

More information

Module 1. Introduction. Version 2, CSE IIT, Kharagpur

Module 1. Introduction. Version 2, CSE IIT, Kharagpur Module 1 Introduction Version 2, CSE IIT, Kharagpur Introduction In this module we shall highlight some of the basic aspects of computer networks in two lessons. In lesson 1.1 we shall start with the historical

More information

1 Q1. Attempt any THREE 09 1 Give the difference between Human Network and

1 Q1. Attempt any THREE 09 1 Give the difference between Human Network and Sanjivani Rural Education Society s CLASS-TEST-I YEAR:- 2015-16 SANJIVANI K.B.P.POLYTECHNIC, KOPARGAON Model Answer Sub:- Computer Network Sub. Code:- 17429 Class :- Div:- A & B SYCM Dept. :- Computer

More information

COMPUTER NETWORK. PBL(1)

COMPUTER NETWORK. PBL(1) COMPUTER NETWORK. PBL(1) BY : MUSTAFA H.NABBOUS NO : 1644 LIBYAN INTERNATIONAL MEDICAL UNIVERSITY FACULTY OF INFORMATION TECHNOLOGY LEARNING OBJECTIVES: WHAT IS COMPUTER NETWORK AND HOW IT WORKS? WHAT

More information

Data Communication. Introduction

Data Communication. Introduction Data Communication Introduction Course Information Assistant Instructor Reza Hassanpour Faris Serdar Taşel Office: L214 Office: L205 Phone: 2331338 Phone: 2331357 Email: reza@cankaya.edu.tr Email: fst@cankaya.edu.tr

More information

Chapter 4 NETWORK HARDWARE

Chapter 4 NETWORK HARDWARE Chapter 4 NETWORK HARDWARE 1 Network Devices As Organizations grow, so do their networks Growth in number of users Geographical Growth Network Devices : Are products used to expand or connect networks.

More information

Chapter 4: Communication Technology. Solutions

Chapter 4: Communication Technology. Solutions Chapter 4: Communication Technology Solutions Summative Assessment Multiple-Choice Questions (MCQs) 1. Two examples of network are telephone and. a. Radio b. Transmission c. Globe d. All of the above 2.

More information

BROADBAND AND HIGH SPEED NETWORKS

BROADBAND AND HIGH SPEED NETWORKS BROADBAND AND HIGH SPEED NETWORKS INTRODUCTION TO DATA COMMUNICATION NETWORKS Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable.

More information

Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN

Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN Types of Computer and their Topologies Three important groups of computer networks: LAN, MAN, WAN LAN (Local Area ) 1 MAN (Metropolitan Area ) 2 WAN (Wide Area ) 3 Problems to be discussed when presenting

More information

Netwoking Essentials

Netwoking Essentials Mark Sportack Walter J. Glenn Sams' Teach Yourself MCSE Netwoking Essentials SAMS PUBLISHING IN 14 DAYS Sams Publishing is an independant entity from Microsoft Corporation, and not affiliated with Microsoft

More information