Darshan Institute of Engineering & Technology for Diploma Studies

Size: px
Start display at page:

Download "Darshan Institute of Engineering & Technology for Diploma Studies"

Transcription

1 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 card require to install physically in to the slot on the motherboard. This type of card consists of different types of network ports, to communicate with other machine (node) and server. NIC is small printed circuit board that is installed in mother board of CPU. This card provides the connectivity between computer internal system resources and external resources connected to the network. Each NIC has a unique address (physical address) that differentiates from any other NIC. NIC consists of different types of network ports to communicate with other device or server. Backside of NIC card, it contains a physical interface for a specific connector type. Each connector type is designed for specific transmission media. Types of NIC : Basically there are two types of NIC: 1. ARCNET Card 2. ETHERNET Card ARCNET Card : This card consists of eight Dual Inline Package (DIP) Switches. These switches are used for defining address of nodes. If all switches are off then address is 00H and if the all are on then the address is FFH. Thus we can connect 256 nodes with it. It supports MCA (Micro Channel Architectural) Bus. The cable used with ARCNET card is Co-axial usually it is RG-62. The maximum length of the cable used is 20,000ft [6680mt]; i.e. the length between server and node. This type of NIC supports BUS topology and star topology but usually implemented on star topology. It has an 8 bit or 16 bit port. It consists of a boot ROM. Transmission rate is 2.5 mbps. It also has a BNC connector and a jumper on a card. The name of the driver for this card is TURBO RXNET (TRXNET). If the stations are wired in the Bus topology the maximum trunk length of the bus segment is 1000 ft. ARCNET card uses a token ring bus access method but it is not IEEE standard. ETHERNET Card : This card consists of PCI (Peripheral Component Interconnected) bus. The slots available are 8, 16, 32 bit. Node address is between 0 to DIP switches are not available. The cable used is RG-58. This type of NIC supports Bus topology and star topology but unlike ARCNET card is usually support Bus topology. Thick and thin Ethernet are available. Data transfer rate is 10 mbps. Thick Ethernet uses AUI connector 25-pin female connector. Then Ethernet uses BNC connector. There are no switches for port address settings. 1 Dept: CE Computer Networking( ) Chintan Kanani

2 2. Explain Repeaters in detail. Repeater is an electronic device, which operates, only in physical layer of the OSI model. Signal that carry information within a network can travel a fixed distance before noise can affect integrity of the data. Repeater installed on a link receives the signal before it becomes too weak or corrupted, regenerates the original bit pattern & puts the new refreshed copy back onto the link. A repeater allows us to extend only the physical length of a network. A repeater does not change the functionality of the network. Repeater does not have idea to keep the frame from passing to the right side when it is meant for a station on left side. The difference is that, with the repeater, stations C and D receive a truer copy of the frame that would otherwise have been possible. Repeater is not an Amplifier : An amplifier cannot differentiate between the intended signal and noise signal, means it amplifiers equally everything fed into it. A repeater does not amplify the signal, it regenerates it. When it receives a noise signal or corrupted signal, it creates a copy bit for bit at the original strength. The location of a repeater on a link is important. A repeater must be placed so that a signal reaches it before any noise changes the meaning of any of any of bits. 2 Dept: CE Computer Networking( ) Chintan Kanani

3 If the corrupted bit travels much farther, its meaning can totally change. So, repeater placed on link before signal is corrupted. 3. Explain Bridge in detail. Bridges operate in both the physical and data link layer of the OSI model as shown in fig. A bridge connects two or more LANs. Bridges can divide a large network into smaller segments. Bridges contain logic (software) that allows them to keep the traffic for each segment separate, in this way they filter traffic. Repeaters retransmit frames to the entire connected device. Bridges transmit frames only to the separate segment. Like this way bridges filter the traffic (handle traffic). Bridges can also provide security through this partitioning of traffic (Means preventing unauthorized access). Bridges operates at the data link layer, so giving it access to the physical addresses of all stations connected to it. When a frame enters a bridge, it regenerates the signal and it checks the address of the destination and forwards the new copy only to the segment to which address belongs. As a bridge found frame, it reads the address contained in the frame & compares that address with a table of all stations on both segments. When the bridge finds corrects match, it find to which segment the station belongs and send the frame only to that segment. Bridge must have a look up table that contains the physical addresses of every station connected to it. The table also indicates to which segment each station belongs. 3 Dept: CE Computer Networking( ) Chintan Kanani

4 A C D B Bridge E G H F From fig if packet from A passed to the device D through the bridge. In this case, both devices are on the same segment (upper segment). So packet is blocked from crossing into the lower segment. Because no need to pass on lower segment. Suppose packet generated by device A is send to device G. At this time bridge allows the packet to cross and send packet to the lower segment. So finally it is received by station G. Types of Bridges: 1. Simple Bridge. 2. Multiport Bridge. 3. Transparent Bridge. Simple Bridge : A simple bridge is the most primitive and least expensive types of bridge. A simple bridge links two segments. It contains a table that lists the physical addresses of all stations connected with the bridge. In this bridge, physical addresses must be entered manually that makes them primitive. Before a simple bridge can be used, an operator enters the addresses of every station. In this bridge, updating of the devices is time consuming process. Whenever a new station is added, the table must be modified means new entry for new device. If station is removed then also address must be deleted from the table. So, installation and maintenance of simple bridges are time consuming. Multiport Bridge : Multiport bridge can be used to connect more than two LANs. In this bridge three tables are created, each one holding the physical address of stations reachable 4 Dept: CE Computer Networking( ) Chintan Kanani

5 through the corresponding port. Transparent Bridge : Transport Bridge builds its table of physical station addresses on its own as it performs its bridge functions. Table is automatically built by frame movements in the network. When transparent bridge is first installed, its table is empty. When it receives packet it looks at source & destination address. Destination address is used for forwarding decision to the particular segments. Source address is used for adding entries to the table and for updating table. As it reads source address it notes which side the packet came from and the segment to which it belongs. It checks destination address to decide where to send packet. If it is not inside table, it sends the packet to all of the station on both segments excepting sender (source) station. The first packet transmitted by each station, the bridge makes entries inside the table with corresponding segment. So, at last table completed with all station addresses and segment. Next packet send by each station refers the table entry. Transparent bridge has self updating feature. Suppose two devices exchanging their place. Now its entry, inside the table for segment is wrong, because both devices are now replacing their segment, but this bridge updating its table automatically. Bridge is constantly checking source address of received. So, it updates entry for devices according to change. 4. Explain HUB in detail. Hub is used to create connections between stations in a physical star topology. Hub is a central network device that connects network nodes as shown in fig. It is also referred as concentrators. It enables central network management. It can have multiple inputs & outputs all active at one time. It permits large numbers of computer to be connected on a single or multiple LANs. It enables high speed communication. Provide connection for several different media types. (coaxial, fiber optic, twisted pair) Basically three types of hub : 1. Active Hub. 2. Passive Hub. 3. Hybrid Hub. Active Hub: Most hubs are active in that they regenerate and retransmit the signals the same way a repeater does. In fact, because hubs usually have eight to twelve ports for computers to connect to, they are often called multiport repeaters. Active hubs need electrical power to run. It contains a repeater which is h/w device that regenerates the received bits before sending to the link. Passive Hub: It provides physical connection between the attached devices. Passive hubs act as connection points and do not amplify or regenerate the signal; the signal passes through the hub. Passive hubs do not require electricity to run. Intelligent Hubs: Intelligent hubs are enhanced active hubs. It will accommodate several different types of cables. A hub-based network can be expanded by connecting more than one hub. It also has functions which can add intelligence to a hub like hub management (control the hub) and switching hub (which includes circuitry that very quickly routes signals between ports on the hub). 5 Dept: CE Computer Networking( ) Chintan Kanani

6 5. Explain Switch in detail. Switches provide bridging functionality with greater efficiency. It acts as multiport bridge to connect devices or segments in a LAN as shown in fig. Switch has a buffer for each link to which it is connected. Switch operates in Data Link Layer of the OSI model. When it receives a frame, it stores the frame in buffer of receiving link & checks address to find outgoing link. If the outgoing link is free the switch sends the frame to that particular link. Two different Strategies of switch : 1. Store and Forward switch. 2. Cut-through switch. Store and Forward Switch: This switch stores the frame in the input buffer until the whole packet has arrived. Cut-through Switch: It forwards the frame to the output buffer as soon as the destination address is received. 6. Explain Router in detail. Routers operate in the physical, data link and network layers of the OSI model as shown in fig. It is most active in network layer. Routers are able to access network layer address (logic address) of the device. It contains software that enables them to determine which of several paths between those addresses is best for particular transmission. A packet sent from a station on one network to a device on a neighbouring network goes first to the jointly device router which switches packet to the destination network. 6 Dept: CE Computer Networking( ) Chintan Kanani

7 Router consults with a routing table when packet is ready to be forwarded. Simplest function of routers is to receive packets from one connected network and pass them to second connected network Router is capable of determining which of its connected networks is the best next relay point for the packet. Once a router has identified the best route for a packet to travel, it passes packet along the appropriate network to another router. Routing Concepts : Least-cost Routing : Which path does it select? This decision is based on efficiency of network, means which of the available path is cheapest or shortest? In routing, shortest means the combination of cheapest, fastest, more secure, more reliable and so on. Non-adaptive Routing : In non-adaptive routing in which once a pathway to a destination has been selected, the router sends all packets for that destination along that one route. Adaptive Routing : In adaptive routing, a router may select a new route for each packet. In response to changes in condition and topology of the networks. Routers send the packets depending on which route is most efficient at that moment. According to the information inside the routing table the router select the best path. Routing table lists the following information. N/W addresses of each device, how to connect to other nodes (device), possible paths between routers, the cost of sending data over those paths. Basically two types of Routers are there : 1. Static Router. 2. Dynamic Router. Static Router: Routing table s information s are entered manually. Means this administrator enters the route for each destination into the table. It cannot update automatically when there is change (shutdown of routers or breaking of link or some fault in connection) in the internet. It is more secure. It always uses the same route. Dynamic Router: Routing table is created automatically. Table is updated using one of the dynamic routing protocols whenever there is change (shutdown of routers or breaking of link or some fault in connection) in the internet. 7. Explain Gateway in detail. Gateways operate in all seven layers of OSI model as shown in fig. A gateway is also called as protocol converter. Gateway is used to connect two different network systems. A Router is used to transfers, accepts and relays packets only across networks using similar protocols. A gateway can accept a packet formatted for one protocol and converts into a packet formatted for another protocol before forwarding it. 7 Dept: CE Computer Networking( ) Chintan Kanani

8 Gateway must adjust data rate, size and format. It converts the protocol from one network to another. Access point is hardware device or computer software that acts as a communication hub for users of a wireless device to connect to a wired LAN. Workstation (Client or Node) : Workstation is an individual single user computer which is connected with the server. It has communication capabilities. Two types of workstations are there Diskless: A node which has no floppy drive, no hard disk is referred as diskless node. It has add on card is added into CPU as a hardware device. So there is a one boot ram for temporary data storage. Computer with hard disk: Program can be loaded in hard disk. It is computer memory for permanent data storage. 8. Explain Network Software in detail. Network software is defined as a collection of program s that can be installed on file server or node. Without network operating system the computer is dead machine, it is loaded in main computer called server. It accepts the command and manipulates the data and prepares the result and sends it to that node. A network operating system can do the things like 1. Ties together all computer and peripherals in network. 2. It provides security for an access to data and peripherals in network. Software Components : All network operating system used to be application program that were loaded on top of stand alone operating system. Client Software : In the stand alone system when the user types the command, which makes a request for computer to perform some task, the request goes over the computers local bus to the CPU. Server Software : Server software makes it possible for users at other machines to share server s data and peripherals. 8 Dept: CE Computer Networking( ) Chintan Kanani

9 9. Explain Wireless Network in detail. Wireless having no wires In networking terminology, wireless is used to describe any computer network where there is no physical wired connection between sender and receiver. Network is connected by unguided media like radio wave, microwave, infrared, or satellite to maintain communications. Wireless requires specific equipment such as NIC (Network Interface Card). AP (Access Point) and routers in place of wires. Advantages of Wireless Networks : Wireless network saves the cost of installation of LAN cabling. Easy to relocate the network. Easy to modify the network structure. We can easily expand the wireless network compare to wired network. Disadvantages of Wireless Networks : Troubleshooting is difficult. It is expensive compared to wired network. Types of Wireless Network : 1. Local Area Network. 2. Extended LAN. 3. Mobile Computing. 10 Define Unicasting, Multicasting, Broadcasting. UNICASTING : In computer networks, Communication that takes place over a network between single sender and single receiver is called unicast. MULTICASTING : Multicasting is used to transmit a single message to a select group of recipients. A simple example of multicasting is sending an message to mailing list. Teleconferencing and videoconferencing also use multicasting, but require more robust protocols and networks. Note that multicasting refers to sending a message to a select group whereas broadcasting refers to sending a message to everyone connected to a network. BROADCASTING : In computer networking, broadcasting refers to transmitting a packet that will be received by every device on network. Broadcasting is a useful feature in systems. Satellite television also use broadcasting for their program. Broadcasting is used to simultaneously send the same message to multiple recipients, without requiring an acknowledgement. In networking, a distinction is made between broadcasting and multicasting. Broadcasting sends a message to everyone on the network whereas multicasting sends a message to a select list of recipients. 11 Give the difference between layer 2 switches and layer 3 switches. Layer 2 switches Layer 2 switches works at datalink layer. It does not provide routing facilities. It is cheap compare to layer 3 switches. It is less efficient. It does not work like a router. Layer 3 switches Layer 3 switches works at datalink layer as well as network layer. It provides routing facilities. It is costly compare to layer 2 switches. It is more efficient. It is work like a router. 9 Dept: CE Computer Networking( ) Chintan Kanani

2. LAN Topologies Gilbert Ndjatou Page 1

2. LAN Topologies Gilbert Ndjatou Page 1 2. LAN Topologies Two basic categories of network topologies exist, physical topologies and logical topologies. The physical topology of a network is the cabling layout used to link devices. This refers

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

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

CHAPTER 2 - NETWORK DEVICES

CHAPTER 2 - NETWORK DEVICES CHAPTER 2 - NETWORK DEVICES TRUE/FALSE 1. Repeaters can reformat, resize, or otherwise manipulate the data packet. F PTS: 1 REF: 30 2. Because active hubs have multiple inbound and outbound connections,

More information

CS610- Computer Network Solved Subjective From Midterm Papers

CS610- Computer Network Solved Subjective From Midterm Papers Solved Subjective From Midterm Papers May 08,2012 MC100401285 Moaaz.pk@gmail.com Mc100401285@gmail.com PSMD01 CS610- Computer Network Midterm Examination - Fall 2011 1. Where are destination and source

More information

CN [Network Devices]

CN [Network Devices] Q`.1 Explain Repeater. A repeater is a device that operates only at the PHYSICAL layer. A repeater can be used to increase the length of the network by put the effect on the signal. It connects two segments

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

More on LANS. LAN Wiring, Interface

More on LANS. LAN Wiring, Interface More on LANS Chapters 10-11 LAN Wiring, Interface Mostly covered this material already NIC = Network Interface Card Separate processor, buffers incoming/outgoing data CPU might not be able to keep up network

More information

Chapter 2 Network Topologies and Network Control Devices

Chapter 2 Network Topologies and Network Control Devices Chapter 2 Network Topologies and Network Control Devices 1.1 Introduction Physical Structures: A network is two or more devices connected through links. A link is a communications pathway that transfers

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

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

3.5 CONNECTING DEVICES

3.5 CONNECTING DEVICES 3.5 CONNECTING DEVICES LANs or WANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs and WANs together we use connecting devices. Connecting devices

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

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

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

Lesson 4: The Network Interface Card

Lesson 4: The Network Interface Card Lesson 4: The Network Interface Card Network interface cards (NICs) provide the interface between cables, discussed in the previous lesson, and computers. This lesson explores the many different types

More information

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth Guide to Networking Essentials, 6 th Edition Chapter 7: Network Hardware in Depth Objectives Describe the advanced features and operation of network switches Describe routing table properties and discuss

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

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

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

(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

Chapter 6 Connecting Device

Chapter 6 Connecting Device Computer Networks Al-Mustansiryah University Elec. Eng. Department College of Engineering Fourth Year Class Chapter 6 Connecting Device 6.1 Functions of network devices Separating (connecting) networks

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

Computer Science Department 2 nd semester- Lecture13

Computer Science Department 2 nd semester- Lecture13 Network Devices: The network devices (connecting devices) are divided into five different categories based on the layer in which they operate in a network. NIC (Network Interface Card) is used to enable

More information

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

Introduction to Networking Devices

Introduction to Networking Devices Introduction to Networking Devices Objectives Explain the uses, advantages, and disadvantages of repeaters, hubs, wireless access points, bridges, switches, and routers Define the standards associated

More information

CCM 4300 Lecture 5 Computer Networks, Wireless and Mobile Communications. Dr Shahedur Rahman. Room: T115

CCM 4300 Lecture 5 Computer Networks, Wireless and Mobile Communications. Dr Shahedur Rahman. Room: T115 CCM 4300 Lecture 5 Computer Networks, Wireless and Mobile Communications Dr Shahedur Rahman s.rahman@mdx.ac.uk Room: T115 1 Recap of Last Session Described the physical layer Analogue and Digital signal

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

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

ก ก 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

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth Guide to Networking Essentials, 6 th Edition Chapter 7: Network Hardware in Depth Objectives Describe the advanced features and operation of network switches Describe routing table properties and discuss

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

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

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed.

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed. LAN interconnecting devices INTRODUCTION LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed. Connecting devices

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

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 10:- Local Area Network Overview Aims:- LAN topologies and media LAN protocol architecture bridges, hubs, layer 2 & 3 switches 1 LAN Applications (1) personal computer LANs low cost limited data

More information

Review For Exam 2. Internetworking. Summary Questions. School of Business Eastern Illinois University. School of Business Eastern Illinois University

Review For Exam 2. Internetworking. Summary Questions. School of Business Eastern Illinois University. School of Business Eastern Illinois University School of Business Review For Exam 2 Wednesday 10/6/2004) Abdou Illia, Fall 2004 School of Business Internetworking 3 1. Name the two most known Medium Access Control Protocols found in LANs. How they

More information

Local Area Networks. Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring

Local Area Networks. Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring Local Area Networks Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring Networks: Local Area Networks 1 Network Layer Network Layer LLC 802.2 Logical Link

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

Data Communications. Connecting Devices

Data Communications. Connecting Devices Data Communications Connecting Devices Connecting Devices Networks do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, or segments of LANs, we use

More information

Introduction to LAN Protocols

Introduction to LAN Protocols CHAPTER 2 Introduction to LAN Protocols This chapter introduces the various media-access methods, transmission methods, topologies, and devices used in a local area network (LAN). Topics addressed focus

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

CSCD 330 Network Programming Spring 2017

CSCD 330 Network Programming Spring 2017 CSCD 330 Network Programming Spring 2017 Lecture 18 Link Layer Protocols Continued Who is this? Reading: Chapter 5 Some slides provided courtesy of J.F Kurose and K.W. Ross, All Rights Reserved, copyright

More information

King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2

King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2 King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2 IP Addressing and Subnetting: Establishing Elementary Networks using Hubs, Switches and Routers. Objectives:

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

Comparison Of Network Topologies For Optical Fiber Communication

Comparison Of Network Topologies For Optical Fiber Communication Comparison Of Network Topologies For Optical Fiber Communication Mr. Bhupesh Bhatia Department of Electronics and Communication, Ms. Ashima Bhatnagar Bhatia Department of Computer Science, Guru Prem Sukh

More information

6.1.2 Repeaters. Figure Repeater connecting two LAN segments. Figure Operation of a repeater as a level-1 relay

6.1.2 Repeaters. Figure Repeater connecting two LAN segments. Figure Operation of a repeater as a level-1 relay 6.1.2 Repeaters A single Ethernet segment can have a maximum length of 500 meters with a maximum of 100 stations (in a cheapernet segment it is 185m). To extend the length of the network, a repeater may

More information

Some previous important concepts

Some previous important concepts Almustansorya University College of Education Computer Science Department Communication and Computer Networks Class 4 (A/B) Lesson 6... Network Topology Abstract This lesson will mainly focus on the network

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

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

Chapter 9. Ethernet. Part II

Chapter 9. Ethernet. Part II Chapter 9 Ethernet Part II CCNA1-1 Chapter 9-2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks must go

More information

Integrating Information Systems: Technology, Strategy, and Organizational Factors

Integrating Information Systems: Technology, Strategy, and Organizational Factors MASSACHUSETTS INSTITUTE OF TECHNOLOGY SLOAN SCHOOL OF MANAGEMENT 15.565 Integrating Information Systems: Technology, Strategy, and Organizational Factors 15.578 Global Information Systems: Communications

More information

NETWORKING COMPONENTS

NETWORKING COMPONENTS 1) OBJECTIVES NETWORKING COMPONENTS The objectives of this chapter are to familiarize with the following: - i) The LAN components ii) iii) iv) Repeater Hub Bridge v) Router vi) Gateway 2) INTRODUCTION

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

LAN Overview (part 2) Interconnecting LANs - Hubs

LAN Overview (part 2) Interconnecting LANs - Hubs LAN Overview (part 2) CSE 3213 Fall 2011 1 November 2011 Interconnecting LANs - Hubs active central element of star layout each station connected to hub by two UTP lines hub acts as a repeater limited

More information

Full file at

Full file at ch02 True/False Indicate whether the statement is true or false. 1. The number of nodes on a network and the length of cable used influence the quality of communication on the network. 2. Repeaters and

More information

Guide to Networking Essentials Fifth Edition. Chapter 2 Network Design Essentials

Guide to Networking Essentials Fifth Edition. Chapter 2 Network Design Essentials Guide to Networking Essentials Fifth Edition Chapter 2 Network Design Essentials Objectives Explain the basics of a network layout Describe the standard networking topologies Explain the variations on

More information

Local Area Network(LAN)

Local Area Network(LAN) Local Area Network() Sarawuth Chaimool ศราว ธ ช ยม ล jaounarak@hotmail.com Wireless Communications Research Group (WCR) Department of Electrical Engineering King Mongkut s Institute of Technology North

More information

Chapter 15 Local Area Network Overview

Chapter 15 Local Area Network Overview Chapter 15 Local Area Network Overview LAN Topologies Bus and Tree Bus: stations attach through tap to bus full duplex allows transmission and reception transmission propagates throughout medium heard

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

(Subjective-CS610 Computer Networks)

(Subjective-CS610 Computer Networks) 1. Where are destination and source address located in frame? ( 2 marks) Answer:- (Page 56) The packet header includes destination and source addresses. 2. If 100mbps Ethernet NIC is connected to a hub

More information

DATA SECURITY MANAGEMENT. Chris Hare INSIDE. What is a Network? Network Devices; Hubs; Repeaters; Bridges; Routers; Switches; Network

DATA SECURITY MANAGEMENT. Chris Hare INSIDE. What is a Network? Network Devices; Hubs; Repeaters; Bridges; Routers; Switches; Network 87-01-01 DATA SECURITY MANAGEMENT NETWORK TECHNOLOGIES FOR INFORMATION SECURITY PRACTITIONERS: PART 1 Chris Hare INSIDE What is a Network? Network Devices; Hubs; Repeaters; Bridges; Routers; Switches;

More information

Connecting LANs, Backbone Networks, and Virtual LANs

Connecting LANs, Backbone Networks, and Virtual LANs CHAPTER 15 Connecting LANs, Backbone Networks, and Virtual LANs LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, or segments oflans, we

More information

Chapter 11 in Stallings 10 th Edition

Chapter 11 in Stallings 10 th Edition Local Area Network Overview Chapter 11 in Stallings 10 th Edition CS420/520 Axel Krings Page 1 LAN Applications (1) Personal computer LANs Low cost Limited data rate Back end networks Interconnecting large

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

Lecture (04) Network Layer (Physical/Data link) 2

Lecture (04) Network Layer (Physical/Data link) 2 Lecture (04) Network Layer (Physical/Data link) 2 By: Dr. Ahmed ElShafee ١ Dr. Ahmed elshafee, ACU : Spring 2018, CSE401 Computer Networks Agenda Ethernet standards 10 base 5 10 base 2 10 base T Fast Ethernet

More information

LAN Interconnection. different interconnecting devices, many approaches Vasile Dadarlat- Local Area Computer Networks

LAN Interconnection. different interconnecting devices, many approaches Vasile Dadarlat- Local Area Computer Networks LAN Interconnection different interconnecting devices, many approaches 1 Need for ability to expand beyond single LAN; appears concept of Extended LAN, extending the number of attached stations and maximum

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

Chapter 6 Medium Access Control Protocols and Local Area Networks

Chapter 6 Medium Access Control Protocols and Local Area Networks Chapter 6 Medium Access Control Protocols and Local Area Networks Part II: Local Area Networks LAN Bridges CSE 3213, Winter 2010 Instructor: Foroohar Foroozan Repeaters, Bridges & Routers Why Connecting

More information

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs.

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Internetworking Multiple networks are a fact of life: Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Fault isolation,

More information

Layer 2 functionality bridging and switching

Layer 2 functionality bridging and switching Layer 2 functionality bridging and switching BSAD 141 Dave Novak Sources: Network+ Guide to Networks, Dean 2013 Overview Layer 2 functionality Error detection Bridges Broadcast and collision domains How

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT NAME: COMPUTER NETWORKS SUBJECT CODE: CST52 UNIT-I 2 MARKS 1. What is Network? 2.

More information

Fundamentals of Networking Types of Topologies

Fundamentals of Networking Types of Topologies Fundamentals of Networking Types of Topologies Kuldeep Sonar 1 Bus Topology Bus topology is a network type in which every computer and network device is connected to single cable. When it has exactly two

More information

Introduction to Networks and the Internet

Introduction to Networks and the Internet Introduction to Networks and the Internet HTML tutorial today. Announcements CMPE 80N Spring 2003 Week 5 1 2 MAC Protocols MAC Protocols Round-robin. Scheduled-access. Contention-based. Contention-based

More information

Network Infrastructure

Network Infrastructure Network Infrastructure For building computer networks more complex than e.g. a short bus, some additional components are needed. They can be arranged hierarchically regarding their functionality: Repeater

More information

CSCD 330 Network Programming Winter 2016

CSCD 330 Network Programming Winter 2016 CSCD 330 Network Programming Winter 2016 Lecture 18 Link Layer Protocols Continued Who is this? Reading: Chapter 5 Some slides provided courtesy of J.F Kurose and K.W. Ross, All Rights Reserved, copyright

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

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

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

Introduction to LAN Protocols

Introduction to LAN Protocols CHAPTER 2 Chapter Goals Learn about different LAN protocols. Understand the different methods used to deal with media contention. Learn about different LAN topologies. This chapter introduces the various

More information

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers,

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, CBCN4103 A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, servers, and other devices. LANs offer computer

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

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN RMIT University Data Communication and Net-Centric Computing COSC 1111/2061/1110 Medium Access Control Methods & LAN Technology Slide 1 Lecture Overview During this lecture, we will Look at several Multiple

More information

1: Review Of Semester Provide an overview of encapsulation.

1: Review Of Semester Provide an overview of encapsulation. 1: Review Of Semester 1 1.1.1.1. Provide an overview of encapsulation. Networking evolves to support current and future applications. By dividing and organizing the networking tasks into separate layers/functions,

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

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

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

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

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

The NIC is the main interface between the computer and the network cable.

The NIC is the main interface between the computer and the network cable. The NIC is the main interface between the computer and the network cable. 50 Parallel data into serial data. Memory CPU Computer 10011001 Cable 1-0-0-1-1-0-0-1 NIC 51 Considerations when selecting the

More information

TECHNOLOGY STREAM: HARDWARE AND NETWORK ENGINEERING KCTS 121 : SYSTEM ADMINISTRATION AND NETWORK FUNDAMENTALS

TECHNOLOGY STREAM: HARDWARE AND NETWORK ENGINEERING KCTS 121 : SYSTEM ADMINISTRATION AND NETWORK FUNDAMENTALS TECHNOLOGY STREAM: HARDWARE AND NETWORK ENGINEERING KCTS 121 : SYSTEM ADMINISTRATION AND NETWORK FUNDAMENTALS Examination Topics Familiarization of PC Components Overview of computer system CPU Input Units

More information

Computer Networks Question Bank

Computer Networks Question Bank Computer Networks Question Bank 1. Describe in detail OSI Model ANS: OSI (Open Systems Interconnection) is reference model for how applications can communicate over a network. A reference model is a conceptual

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

LAN. CS 4/55231 Internet Engineering. Kent State University Dept. of Computer Science

LAN. CS 4/55231 Internet Engineering. Kent State University Dept. of Computer Science 1 CS 4/55231 Internet Engineering Kent State University Dept. of Computer Science LECT-4A4 LAN 1 2 LAN Topologies-1 In the last class we saw how two computers can connect to each other. In this class we

More information

Chapter 2 : Network Fundamentals

Chapter 2 : Network Fundamentals A. Home Network Applications: Refrigerator reminds about buying vegetables Stranger trying to break into your house Babysitter is sleeping TV has a serious problem and it conveys Electric bulb tells us

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

IEEE 802 LANs SECTION C

IEEE 802 LANs SECTION C IEEE 802 LANs SECTION C Outline of the Lecture Basic characteristics of LAN Topology Transmission Media MAC IEEE 802 LANs 802.3 - CSMA/CD based (Ethernet) 802.4 Token bus-based 802.5 Token ring-based Comparison

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

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

Review For Exam 2. Fundamentals of Data & Signals. Summary Questions. School of Business Eastern Illinois University

Review For Exam 2. Fundamentals of Data & Signals. Summary Questions. School of Business Eastern Illinois University School of Business Eastern Illinois University Review For Exam 2 March 9, 2010 Abdou Illia, Spring 2010 School of Business Eastern Illinois University Fundamentals of Data & Signals Summary Questions 3

More information