Data Network and Telecommunications Systems

Size: px
Start display at page:

Download "Data Network and Telecommunications Systems"

Transcription

1 1 Department of Computer Science and Information Systems, College of Business and Technology, Morehead State University Lecture 4 CIS 311 Introduction to Management Information Systems (Spring 2017) Data Network and Telecommunications Systems A database is a set of data and physically stored in permanent storage devices (e.g., hard disk drives). It is also managed by a database management system (DBMS, e.g., Oracle s Oracle, IBM DB/2, MySQL, Microsoft SQL Server, etc.). In an enterprise organization, a database is usually stored in a separate computer in a network, and the computer has a database management system that manages the database. A group of databases may also be stored in a separate group of storage devices (e.g., Storage Area Network). A user in an organization can use an application software program (e.g., custom-made software such as Accounting Information System) to complete his/her work. When he or she needs data from a database, the application software program (e.g., Accounting Information System) requests the database management system to provide the necessary data, and the database management system locates the data in the database, retrieves the data set, and returns it to the application software program (e.g., Accounting Information System). In this case, the application software program (e.g., Accounting Information System) is considered a client system, and the database management system is a database server system. Technically, the client program sends a set of requests (SQL and other database code) to the database server, and the server reviews the code and processes the request if it is valid. All these happen in a networking environment. Nowadays, networking systems consist of not just pure computer networking systems but also telecommunication systems. Old telecommunication systems were based on analog technology. In analog technology, signals are captured as the natural form (i.e., continuous quantity), and keeping them electronically is an expensive technology. For instance, many devices are used to keep the original fidelity of analog signals especially when they need to be transmitted to a long distance. For this and other reasons, modern telecommunications systems have moved to digital technology.

2 2 In digital technology, signals are processed as discrete binary code. This technology is so efficient that immense amounts of data can be stored and transported at a lower cost than the analog technology. That s why computer systems (including computer networks) are based on digital technology. The traditional phone lines, however, were based on analog technology. For instance, when the traditional phone line is used to access the Internet (the network of networks), the data from a computer are based on digital technology, and digital signals should be converted into analog signals which can be passed through the analog telephone lines. The device for this conversion is called a MODEM (MOdulator/DEModulator) which is used to convert digital signals into analog and vice versa. A computer network is a set of computers that are connected via networking devices to send and receive data from one computer to other computers. Each computer in a network includes at least one network interface card (NIC). It may use a wired connection adaptor (e.g., Ethernet, Fibre Channel, or Token Ring) or a wireless adaptor (e.g., Wi-Fi). The computers in a network are connected through a network control device (e.g., hub or switch). A network hub is a simple networking device that connects several computers and other devices. It can detect basic network error, but it simply broadcasts all the network data to all other devices in the network. This approach makes hubs cheaper than other networking devices but could lead to a security problem. A network switch is also used to connect computers in a network, but it is more intelligent in that it can filter data and forward the filtered data to selected devices. A router is a special network device that is used to connect networks of the same or different types. A bridge is similar to a router, but the former is used to connect two local area networks (LANs, to be explained later) or two segments of the same local area network. Bridges are protocol-independent and forward packets without analyzing and re-routing messages. There are different types of networks, and they can be classified in different viewpoints. In terms of a geographical scope, a network can be a local area network (LAN) or a wide area network (WAN). A local area network covers a limited geographical area (e.g., an office, a building, closely located buildings, etc. within a half-mile or 500-meter radius). LANs are mostly based on Ethernet technology and process data at higher transfer rates than wide area networks. Wide area networks (WANs) cover large geographic areas (e.g., regions, states, continents, etc.), and use public networks (e.g., the telephone system, private cable system) or leased lines or satellites. The Internet is considered an example of a wide area network. The scope of a metropolitan area network (MAN) is between a local area network and a wide area network. It usually covers a large city as a single larger network (than a local area network). This also allows more efficient connection to a wide area network. Network topology explains what the components of a network are and how they are connected. Among the different types, there are three popular topologies: 1. Bus: A central cable (backbone) is used to connect computers in a network. A signal from a computer (source) travels in both directions to all devices until it finds the intended recipient device.

3 3 2. Star: A central node (a switch or a router) is used to connect computers in a network. Data are sent from one source to others via the central node. The node manages and controls all functions of the network. 3. Ring: Each node handles data transmission in a closed loop. Data passes through each intermediate node in the network until it reaches its destination. The intermediate nodes pass the data to the next node. Network Media In a network, data are transmitted via networking media. Traditionally, networking media was based on physical cables, but wireless media (the atmospheric paths) has become more popular. The first networks were based on thick coaxial cable, but modern wired networks use more of twistedpair cable and fiber-optic cable. Coaxial cable (coax) has a central conducting core (usually made of copper) enclosed by an insulator (PVC or Teflon), a braided metal shielding (braiding or shield), and an outer cover (sheath or jacket). There are different types of coax. The RG-6 (radio guide - 6) type has 75 ohms of impedance and uses an 18 AWG (American Wire Gauge) conducting core (usually made of solid copper). It is used to deliver broadband cable Internet service and cable TV. The RG-59 type also has 75 ohms of impedance and uses a 20 or 22 AWG core (usually made of braided copper). It is frequently used for short connections such as distribution of video signals from a central receiver to multiple monitors in a building. Twisted-pair cable is widely used in networking because it is relatively inexpensive, flexible, and easy to install. It can also cover a significant distance before a repeater should be used to retransmit a digital signal in its original form. In general, twisted-pair cable consists of color-coded pairs of insulated copper wires, each of which is twisted around each other to cancel out electromagnetic interference (EMI). Shielded twisted-pair cable has an additional shielding (made of braided copper or foil) which insulates the twisted pairs of wires. Unshielded twisted-pair cable doesn t have the extra shielding but is frequently used in networking due to its lower cost. The TIS/EIA 568 standard classifies twisted-pair wiring into several categories, and modern LANs use Cat 5e or higher wiring (required to support Gigabit Ethernet). Fiber-optic cable (or fiber) contains a core (consists of one or more glass fibers), a layer of glass (cladding) that surrounds the core, a plastic buffer that protects the cladding and core, strands of Kevlar (a polymeric fiber) that protect the inner core, and a plastic sheath that covers the strands of Kevlar. Some benefits of fiber-optic cable include extremely high throughput (due to the physics of light traveling through glass), very high resistance to noise (unaffected by EMI), excellent security (capturing signals in a light form is difficult), ability to carry signals for longer distances (150 40,000 meters), and industry standard for high-speed networking. It is, however, more expensive and inflexible to manipulate than twisted-pair cable. Due to these characteristics, fiber-optic cable is mostly used in network backbones which requires high-speed transmission of large quantities. Wired media provide reliable data transmission, but sometimes they are neither available nor convenient. For instance, using wired media in a car to access the Internet is not practical; therefore, along with wired media, modern networking environment includes wireless transmission methods. In wireless networks, signals are transmitted through the air (atmosphere) via radio frequency (RF) waves. In other words, all wireless signals are carried through the atmosphere by electromagnetic waves. The

4 4 electromagnetic waves are classified according to frequency and their linked wavelengths of the photons (electromagnetic spectrum). The radio spectrum is a part of the electromagnetic spectrum, and electromagnetic waves in the spectrum from 3 KHz to 300 GHz (radio frequency) are widely used in telecommunication. Specifically, the spectrum between 300 MHz and 300 GHz is called microwave. Source: (accessed on October 15, 2017) Since wireless transmission is open to the air, the Federal Communications Commission (FCC) and the National Telecommunications and Information Administration (NTIA) administer spectrums for non- Federal use and for Federal use, respectfully. Amplitude modulation (AM) broadcasting, for instance, uses frequencies between 535 KHz and 1605 KHz in the United States. The International Telecommunication Union (ITU) is a United Nations agency that sets standards for international telecommunications (e.g., frequency allocation). Wireless media uses the air which has no fixed path for signals to follow, and thus signals are transmitted without guidance. Therefore, wireless transmissions require special devices such as a transmitter, antenna, and receiver. In wireless networks, signals travel from a transmitter to an antenna which emits the signals to the atmospher. The signals propagate through the air until they reach their destination where another antenna accepts the signals. The antenna passes the signals to a receiver which converts them to current. The two antennas should share the same channel or must be tuned to the same frequency. Receivers must also be within the range to receive accurate signals consistently (range is the geographical area that an antenna or wireless system can reach).

5 5 These wireless media are used frequently for data network and telecommunications. Some examples are: Terrestrial microwave transmission Satellite microwave transmission Cellular telephones Wireless Fidelity (Wi-Fi) Bluetooth WiMAX (Worldwide Interoperability for Microwave Access) Radio Frequency Identification (RFID) Wireless Sensor Networks Data processing or transmission speed is measured by Hertz (Hz), or how many cycles per second. For instance, if a device has a potential of 1Hz, it uses one cycle per second. For another example, if you have a 1 GHz CPU, it can handle 1 billion cycles per second. A cycle of an electromagnetic wave may handle (carry) one bit per second (bps or bits/second) or more bits per second. The Internet The Internet is a network of networks, and is also considered a type of wide area network (WAN). It was originated from the ARPANET (by Advanced Research Projects Agency, or ARPA) in the 1960s. In the 1980s, the National Science Foundation expanded it with the NSFNET. Nowadays, the Internet includes multiple backbones by universities and private industries. Many organizations support the Internet, but there is no one central organization that owns it. There are many features of the Internet, but the following three can summarize them: 1. TCP/IP protocol: The Internet is based on the TCP/IP protocol which is the standard network language in modern networks. It includes four layers: application (e.g., http), transport (e.g., TCP, UDP, etc.), Internet (e.g., IP), and network interface (e.g., MAC). 2. Packet switching: This is possible because of digital technology, and is also frequently used in the TCP/IP protocol. It is a way of sending/receiving data (messages) more efficiently. For instance, when an is sent via the Internet, the message is divided into small pieces (i.e., packets), and each packet is transmitted through different routes (networks). The packets later are combined at the receiving party. 3. Client/server architecture: Most applications of the Internet are based on the client/server architecture. In other words, some systems are servers while others are clients. For instance, when a person uses her , she is using an client program to access an server which manages (i.e., sends, receives, and stores) messages. The World Wide Web is also an application of the Internet that is based on the client/server architecture. For instance, an Web browser (e.g., Firefox) is a client program that is used to access a Web server (e.g., a computer with the domain name of moreheadstate.edu).

6 6 Every computer (including computing devices) has an IP address which is like an address of a person s house. It is used to recognize a computer (or a device) on the global network. Web servers also have IP addresses, and Web client programs can access a Web server by its IP address. Using IP addresses, however, sometimes is not convenient because it is not easy to memorize a series of numbers (e.g., ). Therefore, many organizations use domain names (host names) as an alias (e.g., moreheadstate.edu). This way, people can remember the domain name for a Web server much more easily. These domain names are managed by the Domain Name System (DNS) which is a hierarchical distributed database. Internet Protocol version 4 (IPv4) is the core protocols for the current Internet. Since it was introduced in 1983, it has been the main protocol, but it uses only 32-bit integer values for IP addresses. It limits the number of computers on the Internet, and thus a new version has been introduced (Internet Protocol version 6, or IPv6). The new standard uses a 128 bits to represent an IP address, which overcomes the limitations of IPv4. Users of the Internet can subscribe to an Internet Service Provider (ISP) which provides Internet access services such as digital subscriber line (DSL), cable Internet access, or leased/dedicated lines (e.g., T1, T3, etc.) The Internet is an infrastructure of the globally-connected networks which can be utilized by many applications (e.g., the World Wide Web, , etc.). The World Wide Web (WWW) is the most important application of the Internet and has changed many of our lives. The main protocol of the World Wide Web is the hyper-text transfer protocol (http). In other words, the communication on the World Wide Web is based on the http protocol. For instance, a Web server keeps or dynamically generates Web documents (e.g., html documents) which are accessed by Web clients (Web browsers). When a Web browser sends a request to a Web server, the request is sent to the Web server based on the http protocol. The Web server receives the request, locates the Web document, and send it to the client. These processes are also based on the http protocol. The Internet and the World Wide Web have changed the business world, too. In the past, big organizations used private lines to connect their organizational units. The private lines are either purchased or leased, but they are expensive. Nowadays, many organizations use the public network (i.e., the Internet) in a secure and private way. This is called a virtual private network (VPN). The Internet and the World Wide Web are also used exclusively inside an organization, and this use is called an intranet. An organization may be so large that its units may be located in several continents, and can use the Internet technologies to connect the units and people. This is also an example of an intranet. An extranet is similar to an intranet in that both of them use the internet technologies. The former is different from the latter because the former is used to connect external organizations (e.g., suppliers) or individuals (e.g., consumers). The most important outcome of the Internet technologies is e-business, a new business model. E- business is literally electronic business, but the letter e means more than electronic. The magic letter e here means the Internet or digital technology which is useful to manage information. Therefore, e-business means the use of digital or Internet technology to manage business processes.

7 7 A part of e-business is e-commerce. Again, the letter is derived from electronic, but e-commerce is more than electronic commerce. Formally, e-commerce is the use of digital or Internet technology to sell or buy goods or services over the Internet. When a person purchases a product from Amazon, for instance, she is using e-commerce. In the process, the Internet is the main tool for the transaction. The data (e.g., browsing products, selecting a product, making a payment, etc.) are processed in the digital format (e.g., packet switching). All these are about the magic letter e. Other applications of the Internet include, but not limited to, Instant messaging Newsgroups Voice over IP (VoIP) Cloud computing The Internet is not owned by anyone, but there are some organizations who contribute to the development of the Internet. Some of them are: Internet Architecture Board (IAB) Internet Corporation for Assigned Names and Numbers (ICANN) World Wide Web Consortium (W3C)

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

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

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

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

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

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

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

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

Networking. Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness

Networking. Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness What is a Computer Network General definition Related hardware Network Interface Card Network Operating

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

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

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

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

TCP/IP and OSI Model Ethernet LAN Network Cables Network Devices Network Topologies Redundant Internet Connections VLANs Wireless LANs Upcoming

TCP/IP and OSI Model Ethernet LAN Network Cables Network Devices Network Topologies Redundant Internet Connections VLANs Wireless LANs Upcoming 2 TCP/IP and OSI Model Ethernet LAN Network Cables Network Devices Network Topologies Redundant Internet Connections VLANs Wireless LANs Upcoming Network Technologies 3 4 Elements of the Network Sender

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

(Network Programming) Basic Networking Hardware

(Network Programming) Basic Networking Hardware EEE 448 Computer Networks with (Network Programming) Basic Networking Hardware Lecture #2 Dept of Electrical and Electronics Engineering Çukurova University Agenda What is a network device? Network Media

More information

Network basics. Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model

Network basics. Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model Network basics Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model Topic A Topic A: Network concepts Topic B: Network architectures

More information

Chapter 7. Telecommunications, the Internet, and Wireless Technology

Chapter 7. Telecommunications, the Internet, and Wireless Technology Chapter 7 Telecommunications, the Internet, and Wireless Technology LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking technologies? What are the different

More information

Network Media and Layer 1 Functionality

Network Media and Layer 1 Functionality Network Media and Layer 1 Functionality BSAD 146 Dave Novak Dean, Chapter 3, pp 93-124 Objectives Introduction to transmission media Basic cabling Coaxial Twisted pair Optical fiber Basic wireless (NIC)

More information

Physical Layer Part 3

Physical Layer Part 3 Physical Layer Part 3 Transmission Media Networks: Transmission Media 1 Transmission Media Transmission medium:: the physical path between transmitter and receiver. Repeaters or amplifiers may be used

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

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

3 Chapter Introduction. 3.2 Copper Cable

3 Chapter Introduction. 3.2 Copper Cable 3 Chapter 3 3.1 Introduction The Network Media is the device that physically carries the data from computer to computer. The three major types of network media are: Copper Cable Fiber-Optic Cable Wireless

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

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

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer Q1 What is a computer network? A computer network, often simply referred to as a network, is a collection of computers and other hardware

More information

Chapter. 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall

Chapter. 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall Chapter 6 Telecommunications, the Internet, and Wireless Technology 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall STUDENT LEARNING OBJECTIVES What are the principal components

More information

Transmission Media :- It can be broadly classified into two types

Transmission Media :- It can be broadly classified into two types Transmission Media :- It can be broadly classified into two types - Guided Transmission Media:- in this type of media, a physical path is established between source and destination. The signal or electrical

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

Chapter by Prentice Hall

Chapter by Prentice Hall Chapter 6 Tl Telecommunications, the Internet, and Wireless Technology 6.1 2007 by Prentice Hall STUDENT LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking

More information

with its cables, connectors, Switches, Hubs and topologies

with its cables, connectors, Switches, Hubs and topologies Introduction to LAN www.mycsvtunotes.in with its cables, connectors, Switches, Hubs and topologies LAN Small interconnected computers or workstations within a building or small area up to 10 Kms. Small

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

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

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

Communications and Networks

Communications and Networks Information Technology Skills (DUT 122) CHAPTER 6: Communications and Networks Miss Wan Nor Ashiqin Wan Ali School of Human Development and Technocommunication Objectives Overview Discuss the purpose of

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

COMMUNICATION. Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX

COMMUNICATION. Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX COMMUNICATION Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX SIMPLEX In simplex transmission, communication can take place in only one direction.

More information

Computers Are Your Future Tenth Edition

Computers Are Your Future Tenth Edition Computers Are Your Future Tenth Edition Chapter 3: Wired & Wireless Communication Copyright 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this publication may

More information

Chapter 7 TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY. Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION

Chapter 7 TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY. Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION MANAGING THE DIGITAL FIRM, 12 TH EDITION Chapter 7 TELECOMMUNICATIONS, THE INTERNET, VIDEO CASES Case 1: Traveling the Internet and Wireless Technology Case 2: Unified Communications Systems With Virtual

More information

The data transmission mode describes the direction of data flow. It is either simplex, half duplex or full duplex.

The data transmission mode describes the direction of data flow. It is either simplex, half duplex or full duplex. Data transmission Data transmission on a network involves serial transmission. It transfers data by sending one bit at a time through a single line. All data on a network is transferred using a data transmission

More information

Physical Layer V What does the physical layer provide?

Physical Layer V What does the physical layer provide? SEMESTER 1 Chapter 8 Physical Layer V 4.0 90 Points 8.1.1 What does the physical layer provide? What are the four elements of delivering frames across the media? 8.1.2 What are the three basic forms of

More information

Special expressions, phrases, abbreviations and terms of Computer Networks

Special expressions, phrases, abbreviations and terms of Computer Networks access access point adapter Adderssing Realm ADSL (Asymmetrical Digital Subscriber Line) algorithm amplify amplitude analog antenna application architecture ARP (Address Resolution Protocol) AS (Autonomous

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

Physical Layer Part 3

Physical Layer Part 3 Physical Layer Part 3 Transmission Media Networks: Transmission Media 1 Transmission Media Transmission medium:: the physical path between transmitter and receiver. Repeaters or amplifiers may be used

More information

Typical Network Uses

Typical Network Uses Computer Networks Introduction The next Great Revolution - Computer Networks- computers connected together for exchanging information Our information-oriented society - applications in education, commerce,

More information

Upon completing this chapter, you will be able to: Describe the primary types and uses of twisted-pair cables Describe the primary types and uses of

Upon completing this chapter, you will be able to: Describe the primary types and uses of twisted-pair cables Describe the primary types and uses of Upon completing this chapter, you will be able to: Describe the primary types and uses of twisted-pair cables Describe the primary types and uses of coaxial cables Describe the primary types and uses of

More information

T e l e c o m m u n i c a t i o n s, t h e i n t e r n e t, a n d W i r e l e s s t e c h n o l o g y

T e l e c o m m u n i c a t i o n s, t h e i n t e r n e t, a n d W i r e l e s s t e c h n o l o g y T e l e c o m m u n i c a t i o n s, t h e i n t e r n e t, a n d W i r e l e s s t e c h n o l o g y C h a p t e r 7 Jun Akizaki The Power of PowerPoint WELCOME group members: 1. Dewi Setyani 16808144017

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

Review: Networking Fall Final

Review: Networking Fall Final Review: Networking Fall Final Question 1 of 43 You have implemented a network where each device provides shared files with all other devices on the network. What type of network do you have? Peer to peer

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

Internet. Networks. An Old Way of PC-PC Communication. global positioning system (GPS) PC A to floppy disk Then floppy disk to PC B

Internet. Networks. An Old Way of PC-PC Communication. global positioning system (GPS) PC A to floppy disk Then floppy disk to PC B global positioning system (GPS) Step 1. GPS satellites orbit Earth. Every thousandth of a second, each satellite sends a signal that indicates its current position to the GPS server. Step 2. A GPS receiver

More information

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks Information Technology Lecture 8 Winter 2006 Enterprise and Personal Communications Networks 1 Objectives Identify the reasons that multiuser systems are used in business. Describe eight network service

More information

ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback

ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback ECS 15; Lectures 17 and 18 The Internet What is the internet, and how does it work? TA feedback Python -- Run your code!! Term paper: Start a paragraph with the point of the paragraph, not in modern times

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling A+ Guide to Managing & Maintaining Your PC, Chapter 16 Networking Types, Devices, and Cabling Objectives Learn about network types and topologies Learn about the hardware used to build local networks Learn

More information

Objectives Overview. Chapter 9 Networks and Communications. Discovering Computers Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016

Objectives Overview. Chapter 9 Networks and Communications. Discovering Computers Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016 Chapter 9 Networks and Communications Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016 Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Discuss the purpose

More information

COMMUNICATIONS AND NETWORKS

COMMUNICATIONS AND NETWORKS COMMUNICATIONS AND NETWORKS Data Communications Data communications describes a process in which one computer transfers data, instructions, and information to another computer. The basic model for data

More information

Chapter 3. Wired and Wireless Communication. What You Will Learn... Computers Are Your Future. What You Will Learn...

Chapter 3. Wired and Wireless Communication. What You Will Learn... Computers Are Your Future. What You Will Learn... What You Will Learn... Computers Are Your Future Chapter 3 The definition of bandwidth The bandwidth needs of a typical user How modems change digital signals into analog Transmission media and methods

More information

Chapter 7. Video cases:

Chapter 7. Video cases: Chapter 7 Telecommunications, the Internet, and Wireless Technology Video cases: Case 1: Telepresence Moves Out of the Boardrooom and Into the Field Case 2: Unified Communications Systems: Virtual Collaboration

More information

COMPUTER NETWORK. PREPARED BY: DHAVAL R. PATEL Page 1. Q.1 Explain IP address. IP address is unique number of network device in network.

COMPUTER NETWORK. PREPARED BY: DHAVAL R. PATEL Page 1. Q.1 Explain IP address. IP address is unique number of network device in network. Q.1 Explain IP address. IP address is unique number of network device in network. Two IP address could not be same. Using this network we can connect the devices with each other. It is separated by dot(.).

More information

Twelfth Edition. Chapter 8: Wired and Wireless Communication. Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1

Twelfth Edition. Chapter 8: Wired and Wireless Communication. Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Computers Are Your Future Twelfth Edition Chapter 8: Wired and Wireless Communication Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Wired and Wireless Communication Copyright 2012

More information

TELECOMMUNICATIONS, THE

TELECOMMUNICATIONS, THE Chapter 7 MANAGING THE DIGITAL FIRM, 12 TH EDITION TELECOMMUNICATIONS, THE INTERNET, VIDEO CASES Case 1: Traveling the Internet and Wireless Technology Case 2: Unified Communications Systems With Virtual

More information

Rab Nawaz Jadoon. Data Communication and Computer Networks DCS. Assistant Professor COMSATS IIT, Abbottabad. Department of Computer Science

Rab Nawaz Jadoon. Data Communication and Computer Networks DCS. Assistant Professor COMSATS IIT, Abbottabad. Department of Computer Science Data Communication and Computer Networks Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad COMSATS Institute of Information Technology Computer Communication Networks Data communications

More information

Özgür ZEYDAN (PhD.)

Özgür ZEYDAN (PhD.) Özgür ZEYDAN (PhD.) http://cevre.beun.edu.tr/zeydan/ Computer Network A group of computer systems and other computing hardware devices that are linked together through communication channels. Purpose:

More information

ITP 140 Mobile Applications Technologies. Networks

ITP 140 Mobile Applications Technologies. Networks ITP 140 Mobile Applications Technologies Networks A First Look Under the Hood 2 3 Communication Channels Mediums for transporting data from one system to another Physical Twisted Pair (CAT-3, CAT-5/6)

More information

MIS 14e Ch07. Chapter 7 25/04/2016. Telecommunications, the Internet, and Wireless Technology

MIS 14e Ch07. Chapter 7 25/04/2016. Telecommunications, the Internet, and Wireless Technology MIS 14e Ch07 6.1 Copyright 2016 Pearson Education, Inc. publishing as Prentice Hall Chapter 7 Telecommunications, the Internet, and Wireless Technology Video cases: Case 1: Telepresence Moves Out of the

More information

Multiplexing (Recap)

Multiplexing (Recap) Multiplexing (Recap) Multiplexing How to transfer data between two sites once there is a digital link between them? Analog to Digital (A2D) conversion Human voice is a continuous signal in the range 0-4

More information

Transmission Media. Criteria for selection of media. Criteria for selection of media 2/17/2016. Chapter 3: Transmission Media.

Transmission Media. Criteria for selection of media. Criteria for selection of media 2/17/2016. Chapter 3: Transmission Media. Chapter 3: Transmission Media Marks- 20 Transmission Media Transmission media carries the information from sender to receiver. Different types of cables or waves to transmit data. Data is transmitted through

More information

WEEK 9 TCP/IP, PHYSICAL AND DATA LINK LAYERS

WEEK 9 TCP/IP, PHYSICAL AND DATA LINK LAYERS WEEK 9 TCP/IP, PHYSICAL AND DATA LINK LAYERS PHYSICAL LAYER Physical (hardware) layer: lowest level layer of the Internet Model. - Contains the actual network hardware cables, antennas, network interfaces

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

Physical Layer Part 3

Physical Layer Part 3 Physical Layer Part 3 Transmission Media Computer Networks: Transmission Media 1 Transmission Media Transmission medium:: the physical path between transmitter and receiver. Repeaters or amplifiers may

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

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

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

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

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

2) Increasingly, voice, video, and data communications are all based on Internet technology. 2) Answer: True False

2) Increasingly, voice, video, and data communications are all based on Internet technology. 2) Answer: True False Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Telephone networks are fundamentally different from computer networks. 1) 2) Increasingly, voice, video, and

More information

Section 1.1: Networking Overview

Section 1.1: Networking Overview Section 1.1: Networking Overview This section provides an introduction to networking. Students will become familiar with the following aspects of a network: Components of a network o Computers o Transmission

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

ITP 140 Mobile Applications Technologies. Networks

ITP 140 Mobile Applications Technologies. Networks ITP 140 Mobile Applications Technologies Networks A First Look Under the Hood 2 3 Communication Channels Mediums for transporting data from one system to another Physical Twisted Pair (CAT-3, CAT-5/6)

More information

COS 140: Foundations of Computer Science

COS 140: Foundations of Computer Science COS 140: Foundations of C Networks Fall 2017 Copyright c 2002 2017 UMaine School of Computing and Information S 1 / 21 Homework, announcements New chapter (23) online No homework assigned today, sorry!

More information

06/02/2006. Local & Metropolitan Area Networks 1. INTRODUCTION. Why Study Local and Metropolitan Area Networks? ACOE322. Lecture 1 Introduction

06/02/2006. Local & Metropolitan Area Networks 1. INTRODUCTION. Why Study Local and Metropolitan Area Networks? ACOE322. Lecture 1 Introduction Local & Metropolitan Area Networks ACOE322 Lecture 1 Introduction 1 1. INTRODUCTION In this section we will cover : 1. Overview of data communications and networking 2. Definition and overview of LANs,

More information

IT220 Network Standards & Protocols. Unit 4: Chapter 4 Transmitting Bits

IT220 Network Standards & Protocols. Unit 4: Chapter 4 Transmitting Bits 1 IT220 Network Standards & Protocols Unit 4: Chapter 4 Transmitting Bits Objectives Differentiate among major types of LAN and WAN technologies and specifications and determine how each is used in a data

More information

ก ก Information Technology II

ก ก Information Technology II ก ก 202103 Information Technology II ก ก ก ก ก (LAN), ก LAN, ก ก (LAN) ก ก ก LAN ก LAN ก LAN Topology Bus LAN Star LAN Ring LAN Wireless LAN Wireless LAN Wireless ก (LAN) ก ก ก LAN ก LAN WAN ก Random Access

More information

The Internet and the World Wide Web

The Internet and the World Wide Web Technology Briefing The Internet and the World Wide Web TB5-1 Learning Objectives TB5-2 Learning Objectives TB5-3 How Did the Internet Get Started? Internet derived from internetworking 1960s U.S. Defense

More information

E-Commerce. Infrastructure I: Computer Networks

E-Commerce. Infrastructure I: Computer Networks E-Commerce Infrastructure I: Computer Networks Almost all computers today are networked or part of a distributed system. I will provide an overview of networking and a basic description of network technology.

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

GAYATRI COMPUTERS Prepared by : VENKAT.G 1. Module 1: NETWORK BASICS

GAYATRI COMPUTERS Prepared by : VENKAT.G 1. Module 1: NETWORK BASICS GAYATRI COMPUTERS Prepared by : VENKAT.G 1 What is Networking? Module 1: NETWORK BASICS Networking: Connecting two or more computers or network devices(routers/print Servers / Firewall Devices..etc) for

More information

An electronic transmission of information that has been encoded digitally for storage and processing by computers.

An electronic transmission of information that has been encoded digitally for storage and processing by computers. An electronic transmission of information that has been encoded digitally for storage and processing by computers. Transmission of electronic data over some media. The media used to transmit may be guided

More information

Module Three SG. Study Guide. Exam Three Content Areas. Module Three. Chapter Seven, Backbone Networks

Module Three SG. Study Guide. Exam Three Content Areas. Module Three. Chapter Seven, Backbone Networks SG Exam Three will draw questions from multiple content areas including: our networking textbook, our wireless electronic textbook, our assignments and our class lectures. The purpose of this guide is

More information

Networking Fundamentals

Networking Fundamentals Networking Fundamentals Cable types and connectors Fiber A fiber optic cable consists of a bundle of glass threads, each of which is capable of transmitting messages modulated onto light waves. Fiber optics

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

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Fundamentals of Information Systems, Seventh Edition Chapter 4 Telecommunications, the Internet, Intranets, and Extranets Fundamentals of Information Systems, Seventh Edition 1 An Overview of Telecommunications

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

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

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

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

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

Communication Networks

Communication Networks Communication Networks Nicholas Honeth (nicholash@ics.kth.se) Contents of the series Lecture 10 - Recap of the networks we ve seen so far - OSI model - Circuit and packet switching - Physical media Lecture

More information

Chapter 1: introduction

Chapter 1: introduction Chapter 1: introduction our goal: v get feel and terminology v more depth, detail later in course v approach: use Internet as example overview: v what s the Internet? v what s a protocol? v edge; hosts,

More information

Introduction to LAN Topologies Cabling. 2000, Cisco Systems, Inc. 3-1

Introduction to LAN Topologies Cabling. 2000, Cisco Systems, Inc. 3-1 Introduction to LAN Topologies Cabling 2000, Cisco Systems, Inc. 3-1 Objectives Upon completion of this chapter, you will be able to perform the following tasks: Media / Cabling Local Area Network Cabling

More information