Networking Fundamentals Tom Brett

Size: px
Start display at page:

Download "Networking Fundamentals Tom Brett"

Transcription

1 Networking Fundamentals Tom Brett Data Before we look at networking, it is important for us to understand what Data is and how it is stored and represented Data According to Webopedia, data is distinct pieces of information, usually formatted in a special way. All software is divided into two general categories: data and programs. Programs are collections of instructions for manipulating data. Data can exist in a variety of forms as numbers or text on pieces of paper, as bits and bytes stored in electronic memory, or as facts stored in a person's mind. Webopedia Data Retrieved from 1

2 Data is information which is categorized. For example, an example of data is Red, 1998, 1900, Hatchback The give away here is hatchback, we can all see it is a car, so this data becomes information when we understand what it pertains to Red = colour, 1998 = year, 1900 = Engine CC Hatchback = Body type How is data stored and processed? Computers store data as 1 s/0 s or on / off. It is combinations of these 1 s and 0 s which represent the data to be held or read. Different devices / components store data differently. Some store as electrical charges, some store as different magnetic states etc. Bit Each possible storage value consisting of these two states (1/0) is known as a bit. 2

3 Byte A byte is 8 bits Data bits are generally grouped together into bytes, this is for historical reasons (8bit processors) 8 bits can also be used to identify nearly all of the English characters etc (ASCII Character Set) Bytes, Bits are all known as Binary numbers We generally work in decimal numbers Examples of bytes If the byte starts off with 0 s we simply drop them so would be read as Binary to decimal Insert Binary Value Here Decimal Value

4 The Binary value = 5 Insert Binary Value Here Decimal Value Decimal Value What is the decimal values of the following? = = 17 4

5 Can we convert from Decimal to Binary Yes, simple Use the same table Insert Binary Value Here Decimal Value This time, find the highest decimal value which is equal or lower than the decimal value to compute, and add a 1 for it in the binary value, then do the same with the remainder etc.. What is the value 15 in Binary Insert Binary Value Here Decimal Value The highest value which goes into 15 is 8, so add from 15 leaves 7. The highest value which goes into 7 is 4 Add 1 to 4 Insert Binary Value Here This leaves Decimal Value 5

6 Highest value which goes into 3 is 2 leaving 1 remaining which is then 1/ Insert Binary Value Here Decimal Value So the decimal value of 15 is 1111 in Binary Hexadecimal Numbering Hexadecimal numbering is another method of representing decimal values, Hexadecimal numbering is a base 16 numbering set and uses a combination of letters and numbers Common areas where hexadecimal numbering can be seen used is in memory areas, error codes, colour representations etc. Hexadecimal to Decimal Conversion Hexadecimal uses 16 symbols 0 9 and A F 6

7 Networks A network is a group of two or more systems. The purpose of any network is to share resources (Hardware, Software and resources) Another feature (which becomes more important) is the central administration of these systems The Setting up of a network requires computers with network adapters, central connecting devices (hubs or switches) to connect these computers together, and a identification scheme (IP addresses) to differentiate one computer from the next. 7

8 Local Area Networks A local area network (LAN) is a group of computers that are confined to a small geographic area, usually a single building or small geographic area Local area networks (LANs) are used by just about every organization and many homes have them as well LAN requires computers with network adapters, central connecting devices, and some type of medium to tie it all together, be it cabled or wireless connections 8

9 Network Documentation In order to understand LANs better, it helps to write out the structure of a LAN in other words, to document it. Network documentation is any information that helps describe, define, and otherwise explain how computers are connected in a physical and logical way. The documentation phase occurs before a network is built, as well as whenever changes or additions are made to the network. Hub A hub is the most basic of central connecting devices. It connects each of the networked computers, known as hosts, to one another by way of copperbased cables. Any host that sends data must first send that data to the hub, where it is amplified and broadcast to the rest of the network. Hub types Passive Just passes on the signal Active Regenerates the signal (acts as a repeater) Switching Intelligent 9

10 Switch Network switches are capable of inspecting data packets as they are received, determining the source and destination device of each packet, and forwarding them appropriately. By delivering messages only to the connected device intended, a network switch conserves network bandwidth and offers generally better performance than a hub. Switch Benefits Each port is a separate collision domain Can direct traffic only to the port to which the destination computer is attached Can connect dissimilar network architectures Router A router is adevicethat forwards data packets along networks. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP's network. In a TCP/IP network a router is commonly referred to as a Default Gateway, in that it acts as a doorway from one network to another. 10

11 Router Routers use headers and forwarding tables to determine the best path for forwarding the packets, and they use protocols such as ICMP to communicate with each other and configure the best route between any two hosts. Router Router connects 2 or more subnetworks Router can be configured to support single protocol or multiple protocols Router processes only packets specifically addressing it as a destination Packets destined for locally connected subnetwork are passed to that network Packets destined for remote subnetwork are passed to next router in path Router that resides in same subnet as host can be configured as default gateway 4 port Router The router acts as a central connecting device, but it also has a special communications link to the Internet, thereby allowing the hosts to send data to and receive data from computers on the Internet. This communications link between the router and the Internet is where the LAN ends. 11

12 NAT (Network Address Translation) Because Routers connect (and separate) networks,private IP address ranges can be re used, this generally allows to increase the address availability of depleting(depleted ) IPv4 addresses. Routers combined with Private address ranges can also be used to hide internal machines from the external world therefore increasing security. To allow connectivity forwarders can be set on the router to point to specific internal (private addresses) Types of Transfers Broadcast has data sent to every other host on the network. Unicast has data sent to one host only. Data Transfer Rate Data transfer rate, otherwise known as bit rate defines the maximum bits per second (bps) that can be transmitted over a network. As mentioned, this value is rated in bits, and it is signified with a lowercase b (for example, 10 Mbps). The lowercase b helps differentiate this amount from data that is stored on a hard drive, which uses an upper case B that stands for bytes (for example 10 MB). 12

13 Network Interface Card (NIC) A network Interface Card (NIC) also known as a Network Adapter, is used to connect devices to the network medium and send / receive data. Some NIC s are integrated directly onto the mainboard within the PC, others are added on by the use of an adapter card. Network Medium There are several types of network medium, each offering different bandwidth (capacity of data throughput at any given time) and distances available. We have Wired, and Wireless types available The NIC chosen must be compatible with the medium being used. Viewing NIC properties within Windows This will depend on the OS in question.. Click Start, Right Click on My Computer Select Manage 13

14 The computer management console appears Click Device Manager The device manager opens showing all of the devices within the system broken up into categories Expanding the Network adapters category will show all of the network adapters within the system 14

15 Right click on the network adapter and choose properties A properties dialog box appears similar to the one listed below The properties dialog box is split into categories which appear in Tabs along the top. Different NICs and OS s may have different options see images below The options will vary depending on the NIC In question The following slide depicts the Link status You can tell that the card is active if the Link Status field has a green light. It also indicates that the card is connected at 1 Gbps Note the options for Full Duplex and Half Duplex Full Duplex = Communicates in both directions at the same time Half duplex = Can communicate in both directions, but only one direction at any particular time. 15

16 Network Properties Every network adapter will have a logical name. By default, the network adapter is known as the Local Area Connection, although you can change the name if you desire. The Local Area Connection has its own properties page and status page. To view these: Right click Network and select Properties. This will display the Network and Sharing Center window. If you don t have this option, you can click the windows key + x to show the administrative menu From here choose network connections In the Network Connections window, you should see the Local Area Connection icons. Right click the icon and select Properties 16

17 Using Network and Sharing center to view network properties Start Right click Network and select Properties. This will display the Network and Sharing Center window. If you don t have the Network option in your Start menu, you can add it from the Taskbar and Start Menu Properties dialog box, which can be accessed by right clicking the taskbar and selecting Properties. An alternate way to access the Network and Sharing Center is to go to Start > Control Panel > Network and Internet. Once in the Network and Internet window, select the Network and Sharing Center link. Click Change adapter settings This will bring up the Network Connections window. (Navigation to this window will be slightly different in other versions of Windows.) In the Network Connections window, you should see the Local Area Connection icon as well as any other connections. Right click the icon and select Properties. 17

18 The properties dialog box appears From here, you can configure Internet Protocol (IP), bind new protocols to the network adapter Double clicking on the connection icon (as long as it is connected) will bring you up the connection properties This dialog box displays the type of connectivity, speed, and how long the adapter has been connected; it also shows the total bytes sent and received. You can also get to the Properties window from here and diagnose the network adapter if necessary. 18

19 DATA TRANSFER ON A LAN When data is transferred on a LAN, it is sent in a serial fashion over twisted pair cabling. Serial data transfer means the transfer of one bit at a time A Simple Example Moving a text file across a LAN First, the text file is packaged by the operating system into what is known as a packet. The packet will be slightly larger than the original file. The packet is then sent to the network adapter. The network adapter takes the packet and places it inside a frame, which is slightly larger than a packet. (Usually, this will be an Ethernet frame LANs utilize one of several Ethernet standards. Ethernet is a set of rules that govern the transmission of data between network adapters and various central connecting devices). The frame of information needs to be sent to the physical media the cabling. The network adapter breaks down the frame of information into a serial data stream that is sent one bit at a time across the cables to the other computer. The receiving computer takes the single bit stream and recreates the frame of data. After analyzing the frame and verifying that it is indeed the intended recipient, the computer strips the frame information so that only the packet remains. The packet is sent to the operating system, and ultimately, the text file shows up on the computer s hard drive, available to the user through Windows Explorer. Ethernet In this type of network, when a computer sends data, that data is broadcast to every other host on the network by default. The problem with this method is that usually there is only one intended recipient for the data, so the rest of the computers will simply drop the data packets Ethernet switching was developed to combat this wastage, Switching has many advantages, one of which is that the switch only sends unicast traffic. Unicast describes the situation in which information is sent to one host only. This reduces network traffic greatly, and it also helps with packet loss and duplication. 19

20 Data Transfer Rate A more accurate term for network speed would be data transfer rate, otherwise known as bit rate. This is defined as the maximum bits per second (bps) that can be transmitted over a network. This value is rated in bits, and it is signified with a lowercase b (for example, 10 Mbps). The lowercase b helps differentiate this amount from data that is stored on a hard drive, which uses an upper case B that stands for bytes (for example 10 MB). Types of Transfers Broadcast has data sent to every other host on the network. Unicast has data sent to one host only. Internet Protocol Internet Protocol, or IP, is the part of TCP/IP suite of protocols which is used to allocate addresses to identify machines and devices connectable/addressable on a network An IP address allows a computer to send data to another computer. A Network device which has an IP address is known as a node. The IP address is what distinguishes one node from another on a network There are two versions of IP address IPv4 and IPv6 20

21 IPv4 is the original address system, with IPv6 being a replacement. IPv6 supports a larger address space which is needed because of the sheer amount of devices being used. An example of a IPv4 address is An example of a IPv6 address is 4051:0db8:88a3:0042:1000:8a2e:0370:7b34 According to Wikipedia, IPv4 still carries the vast majority of Internet traffic as of As of September 2013, the percentage of users reaching Google services over IPv6 surpassed 2% for the first time Wikipedia.org IPv6 Retrieved from IPv4 IPv4 Addresses are 32 bits long (they are comprised of 4 x 8 bit parts) Largest binary = 255 Smallest binary = 0 Although we represent IPv4 addresses in decimal, they are derived from binary notation. 4.3 billion potential IP addresses Every IP address is broken down into two parts: The network portion, which identifies the network that your computer is a member of, The host portion, which identifies each individual node on the network uniquely The subnet mask is part of the IPv4 setup which is used to identify the network and host portion Subnet Mask The subnet mask is a group of four numbers that define what IP network the computer is a member of. An example of the a subnet mask is All of the 255s in a subnet mask collectively refer to the network portion, whereas the 0s refer to the host portion The subnet mask above ( ) tells us that the first 3 parts (octets) represent the network address and the last octet represents the node address or identifier. 21

22 IPv4 Address Classes Class Addresses Description A B C D E First octet: network ID Last 3 octets: host ID Default subnet mask: First 2 octets: network ID Last 3 octets: host ID Default subnet mask: First 3 octets: network ID Last octet: host ID Default subnet mask: Multicasting addresses Experimental use Configuring a Class C IPv4 Address A Class C IPv4 Address is in the range to A Class C is the most common address range to be used based on the amount of machines supported per network The first part is to identify a network address to be used by all machines in the network The second part is to identify a unique address per machine to be used. Configuring a Class C IPv4 Address Access the Local Area Connection Properties dialog box once again. Click Internet Protocol Version 4, then click the Properties button. This displays the Internet Protocol Version 4 Properties dialog box. (Write down the current settings (if there are any) so that you can return the computer to these settings at the end of the exercise). 22

23 Configuring a Class C IPv4 Address Usually, by default, the dialog box options will be configured as Obtain an IP address automatically and Obtain DNS server address automatically, This means that the network adapter will attempt to get all of its IP information from a DHCP server or other device like a SOHO 4 port router. For this lab we wish to configure the adapter statically. Tick the radio button for Use the following IP address where we will enter the addresses accordingly. Configuring a Class C IPv4 Address Enter the following: For the IP address, enter x where x is a unique number which assigned to you This last octet will identify your node uniquely on the network For the Subnet mask, enter This identifies the first 3 octets ( ) as being the network portion of the address Configuring a Class C IPv4 Address Leave the Default gateway and the Preferred DNS server fields blank. The Default gateway is the address of the device which allows connectivity to remote networks (usually the internet) The DNS server is the address of a machine which can resolve (identify) Web addresses to machine IP addresses. Click OK. Then, in the Local Area Connection Properties dialog box, click OK. This will bind the configuration to the network adapter. 23

24 Testing IP configuration There are several methods to check and test your configuration. The best and most common methods are to use the ipconfig command, and the ping command. IPCONFIG Open a command prompt. Do this by pressing the Windows + R keys and typing cmd in the open field. The command prompt is a TUI interface which we can use to run commands IPCONFIG Type ipconfig and press Enter The screenshot bellows show both a IPv6 and IPv4 address. 24

25 Ping You can Ping a computer on the same network. If there are no other computers, you can ping your own IP address. Type the following command: ping This command sends requests out to the other IP address. If the other computer is running and configured properly, it should reply back as follows. Ping If for some reason you do not get a reply or you get another message like request timed out, you should check the IP configuration again to make sure that the other computer you are trying to ping is configured properly. Also make sure that all involved computers are wired to the network. Ping Command There are several useful names used to test your own connections ping loopback ping localhost ping

26 Ping Localhost You can also ping your own computer using the loopback address, also known as the local loopback. Every Windows computer automatically gets this address; it is This address exists is in addition to the logical address that you assigned earlier. Try the command ping loopback and check your results. You can also try ping localhost and ping This never places any packets on to the network so it is a solid way to test whether TCP/IP is installed correctly to a network adapter, even if you aren t physically connected to a network. Types Of LANS One of the first decisions organizations must make now is whether to use wired or wireless LANs There are benefits and disadvantages to each. 26

27 Wired LAN s Most computers and other devices are wired together using copper based twisted pair cables. These cables have RJ45 plugs on each end, which make the actual connection to the RJ45 ports that reside on the computer s network adapter and on hubs, switches, or routers. Other forms of cables and connectors exist, offering different bandwidths, Coax and Fiber Optic. Wired LAN using a Switch / HUB Wired Connections Generally, the connection from PCs to the switch will be either 100 Mbps or 1 Gbps. To achieve a speed, each device and cable must support the same speed. To accomplish gigabit network speeds, the cables used would have to be Category 5e or greater If you are connecting computers to a server the server should always have greater bandwidth then the other machines where possible. 27

28 Wireless Connections Wired networks were significantly faster than wireless networks. Now, the speed difference between the two is much smaller due to the fact that wireless networking technology has progressed in giant leaps over the past decade or so A wireless local area network (WLAN) has many advantages, the most obvious of which is the ability to roam. This is where the person connected does not need to be physically connected to the network. This same advantage is also a disadvantage causing a major security concern, as hackers may not even need to be within the building to connect to the companies network. 2 Types of Wireless Network Ad hoc Where computers connect directly to one another Infrastructure Uses a WAP (Wireless Access Point) This allows several advantages Security (MAC Address Filtering, Encryption etc) Allows the Wireless network to connect to the wired network Wireless Local Area Network (WLAN) A wireless local area network (WLAN) has many advantages, the most obvious of which is the ability to roam. 28

29 Wireless Access Point The wireless access point (WAP) acts as the central connecting device for the network. Today, such networks can consist of many types of devices other than traditional PCs, including smart phones, PDAs, tablet computers, and micro computers. Not to mention the fact that PCs and laptops equipped with wireless network adapters can connect to these networks as well. Router Emulators Virtual LAN A virtual LAN (VLAN )is a group of hosts with a common set of requirements that communicate as if they were connected together in a normal fashion on one switch, regardless of their physical location. A VLAN is implemented to segment a network, reduce collisions, organize the network, boost performance, and increase security. Switches usually control the VLAN. A VLAN compartmentalizes a network and can isolate traffic. 29

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP)

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP) IT220 Network Standards & Protocols Unit 8: Chapter 8 The Internet Protocol (IP) IT220 Network Standards & Protocols REMINDER Student Evaluations 4 Objectives Identify the major needs and stakeholders

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

Chapter 18 and 22. IPv4 Address. Data Communications and Networking

Chapter 18 and 22. IPv4 Address. Data Communications and Networking University of Human Development College of Science and Technology Department of Information Technology Chapter 18 and 22 Data Communications and Networking IPv4 Address 1 Lecture Outline IPv4 Addressing

More information

Networks: Communicating and Sharing Resources

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

More information

A+ Certification Guide. Chapter 16 (Part B) Networking

A+ Certification Guide. Chapter 16 (Part B) Networking A+ Certification Guide Chapter 16 (Part B) Networking Chapter 16 (Part B) Objectives Installing and Configuring Network Interface Cards Networking Configuration for Small Network Switches and Routers Setting

More information

Number: Passing Score: 750 Time Limit: 120 min File Version: Microsoft

Number: Passing Score: 750 Time Limit: 120 min File Version: Microsoft 70-742 Number: 70-742 Passing Score: 750 Time Limit: 120 min File Version: 1.0 Sections 1. Understanding Local Area Networks 2. Defining Networks with the OSI Model 3. Understanding Wired and Wireless

More information

Exam Prep: Microsoft Technology Associate : Networking Fundamentals

Exam Prep: Microsoft Technology Associate : Networking Fundamentals Exam Prep: Microsoft Technology Associate 98-366: Networking Fundamentals Meet the Presenters Christopher Chapman, MCT Content Project Manager, Microsoft Learning Background IT manager and implementer

More information

Full file at

Full file at Guide to Networking Essentials, Sixth Edition 2-1 Chapter 2 Network Hardware Essentials At a Glance Instructor s Manual Table of Contents Overview Objectives Tips Quick Quizzes Class Discussion Topics

More information

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office ExamForce.com 640-822 CCNA ICND Study Guide 31 Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office Describe the need and role of addressing

More information

Number: Passing Score: 750 Time Limit: 120 min File Version: Microsoft

Number: Passing Score: 750 Time Limit: 120 min File Version: Microsoft 70-741 Number: 70-741 Passing Score: 750 Time Limit: 120 min File Version: 1.0 Sections 1. Understanding Local Area Networks 2. Defining Networks with the OSI Model 3. Understanding Wired and Wireless

More information

Defining Networks with the OSI Model. Module 2

Defining Networks with the OSI Model. Module 2 Defining Networks with the OSI Model Module 2 Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the

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

Networking Fundamentals. An Introduction to Networks. tel: +44 (0) fax: +44 (0) web:

Networking Fundamentals. An Introduction to Networks. tel: +44 (0) fax: +44 (0) web: Networking Fundamentals An Introduction to Networks Official UK distribution partner tel: +44 (0)1457 874 999 fax: +44 (0)1457 829 201 email: sales@cop-eu.com web: www.cop-eu.com Course Content The following

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

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Contents Purpose of Hardware and Protocols Associated with Computer Networks... 3 Lab Objectives... 3 Lab Resources...

More information

Lab 8 (IP Addressing)

Lab 8 (IP Addressing) Islamic University of Gaza Faculty of engineering Computer Department. Computer Network Lab ECOM 4121 Prepared by : Eng. Eman Al- Kurdi Lab 8 (IP Addressing) Introduction: Each device on a network must

More information

Chapter 6 Addressing the Network- IPv4

Chapter 6 Addressing the Network- IPv4 Chapter 6 Addressing the Network- IPv4 Objectives Explain the structure IP addressing and demonstrate the ability to convert between 8- bit binary and decimal numbers. Given an IPv4 address, classify by

More information

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4 CCNA Exploration Network Fundamentals Chapter 06 Addressing the Network IPv4 Updated: 20/05/2008 1 6.0.1 Introduction Addressing is a key function of Network layer protocols that enables data communication

More information

The Internet software layers

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

More information

Imi :... Data:... Nazwisko:... Stron:...

Imi :... Data:... Nazwisko:... Stron:... Imi :.................................................... Data:....................... Nazwisko:............................................... Stron:...................... 1. Which of the following protocols

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

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

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

IP Addressing and Subnetting

IP Addressing and Subnetting IP Addressing and Subnetting Internet Layer The purpose of the Internet layer is to send packets from a network node and have them arrive at the destination node independent of the path taken. Internet

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

Binary Octet to Decimal Format Conversion

Binary Octet to Decimal Format Conversion IP Address An IP (Internet Protocol) address is a unique address that different computers on a computer network use to identify and communicate with one another. An IP address is used as an identifier

More information

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below.

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. CCNA1 v6.0 Pretest Exam Answers 2017 (100%) MiPDF.COM 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. 11110010 11011011 11110110 11100111* 11100101

More information

Essential Elements of Medical Networks. D. J. McMahon rev cewood

Essential Elements of Medical Networks. D. J. McMahon rev cewood Essential Elements of Medical Networks D. J. McMahon 141004 rev cewood 2018-02-18 Key Points Medical Networks: quick conversion of bits to decimal numbers: 2 10 = 1024 1000 = 10 3 OSI Networking Layers

More information

Understanding Networking Fundamentals

Understanding Networking Fundamentals Understanding Networking Fundamentals Training Details Training Time : 5 Days Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training A strong foundation

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

CS118 Discussion, Week 6. Taqi

CS118 Discussion, Week 6. Taqi CS118 Discussion, Week 6 Taqi 1 Outline Network Layer IP NAT DHCP Project 2 spec 2 Network layer: overview Basic functions for network layer Routing Forwarding Connection v.s. connection-less delivery

More information

Computer Networks Lab

Computer Networks Lab Computer Networks Lab Room: BB 219 Additional Information: http://ti.uni-due.de/ti/en/education/teaching/ss18/netlab 1. Practical Training: Network planning and installation of a file server 2. Practical

More information

Engr. Joseph Ronald Canedo's Note 1

Engr. Joseph Ronald Canedo's Note 1 Engr. Joseph Ronald Canedo's Note 1 IP Addressing & Subnetting Made Easy Working with IP Addresses Joseph Ronald Cañedo Introduction You can probably work with decimal numbers much easier than with the

More information

This tutorial will help you in understanding IPv4 and its associated terminologies along with appropriate references and examples.

This tutorial will help you in understanding IPv4 and its associated terminologies along with appropriate references and examples. About the Tutorial Internet Protocol version 4 (IPv4) is the fourth version in the development of the Internet Protocol (IP) and the first version of the protocol to be widely deployed. IPv4 is described

More information

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding.

Integrated Services. Integrated Services. RSVP Resource reservation Protocol. Expedited Forwarding. Assured Forwarding. Integrated Services An architecture for streaming multimedia Aimed at both unicast and multicast applications An example of unicast: a single user streaming a video clip from a news site An example of

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

Lab - Configure a NIC to Use DHCP in Windows

Lab - Configure a NIC to Use DHCP in Windows Introduction In this lab, you will configure an Ethernet NIC to use DHCP to obtain an IP address and test connectivity between two computers. Recommended Equipment Wireless router Two computers running

More information

Linux System Administration

Linux System Administration IP Addressing Subnetting Objective At the conclusion of this module, the student will be able to: Describe how packets are routed from one network to another Describe the parts and classes of IPv4 address

More information

Network Protocols - Revision

Network Protocols - Revision Network Protocols - Revision Luke Anderson luke@lukeanderson.com.au 18 th May 2018 University Of Sydney Overview 1. The Layers 1.1 OSI Model 1.2 Layer 1: Physical 1.3 Layer 2: Data Link MAC Addresses 1.4

More information

Number: Passing Score: 750 Time Limit: 120 min File Version: 1.0. Microsoft Exam Name: Identity with Windows Server 2016 (beta)

Number: Passing Score: 750 Time Limit: 120 min File Version: 1.0. Microsoft Exam Name: Identity with Windows Server 2016 (beta) 70-742 Number: 70-742 Passing Score: 750 Time Limit: 120 min File Version: 1.0 Microsoft 70-742 Exam Name: Identity with Windows Server 2016 (beta) Sections 1. Understanding Local Area Networks 2. Defining

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Appendix B Networks, Routing, and Firewall Basics

Appendix B Networks, Routing, and Firewall Basics Appendix B Networks, Routing, and Firewall Basics This appendix provides an overview of IP networks, routing, and firewalls. Related Publications As you read this document, you may be directed to various

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Introduction to internetworking, OSI, TCP/IP and Addressing.

Introduction to internetworking, OSI, TCP/IP and Addressing. Introduction to internetworking, OSI, TCP/IP and Addressing. Network Devices Repeater (Hub) Hubs don t break collision and broadcast domains. So any packet will be forwarded to all ports. Bridge (Switch)

More information

First-Time drive.web Network Administration

First-Time drive.web Network Administration First-Time drive.web Network Administration Scope This document is intended for drive.web users who are creating a standalone network for the first-time. More complex systems requiring Wide Area Network

More information

Internet Addresses (You should read Chapter 4 in Forouzan)

Internet Addresses (You should read Chapter 4 in Forouzan) Internet Addresses (You should read Chapter 4 in Forouzan) IP Address is 32 Bits Long Conceptually the address is the pair (NETID, HOSTID) Addresses are assigned by the internet company for assignment

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

Lab Using Wireshark to Examine Ethernet Frames

Lab Using Wireshark to Examine Ethernet Frames Topology Objectives Part 1: Examine the Header Fields in an Ethernet II Frame Part 2: Use Wireshark to Capture and Analyze Ethernet Frames Background / Scenario When upper layer protocols communicate with

More information

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements?

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements? 95 Chapter 7 TCP/IP Protocol Suite and IP Addressing This chapter presents an overview of the TCP/IP Protocol Suite. It starts with the history and future of TCP/IP, compares the TCP/IP protocol model

More information

CS 3201 Computer Networks 2014/2015 Handout: Lab 4

CS 3201 Computer Networks 2014/2015 Handout: Lab 4 CS 3201 Computer Networks 2014/2015 Handout: Lab 4 Lab Content: - IP Addressing - IP Ports TCP/IP Fundamentals TCP/IP Settings - TCP/IP is a protocol that requires a little bit of knowledge to configure

More information

Computer Networking Fundamentals

Computer Networking Fundamentals Job Ready Assessment Blueprint Computer Networking Fundamentals Test Code: 4414 / Version: 01 Measuring What Matters Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical

More information

Although the CCNA certification exams test you on some difficult and in-depth networking

Although the CCNA certification exams test you on some difficult and in-depth networking Chapter 1 Networking Devices, Technologies, and Models Although the CCNA certification exams test you on some difficult and in-depth networking issues, the ICND1 exam also tests you on basic networking

More information

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

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

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

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks Lab Book: Data Transmission Over Digital Networks Contents Data Transmission Over Digital Networks... 3 Lab Objectives... 3 Lab Resources... 3 Task 1 Build the Home Network... 3 Task 2 Configure IP Addresses...

More information

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0)

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) 1. Data is being sent from a source PC to a destination server. Which three statements correctly describe the function

More information

Introduction to IP Addressing and Networking

Introduction to IP Addressing and Networking Introduction to IP Addressing and Networking By Olusola Kolebaje Networking Basics Types of Networks Networking Devices IP Addressing Troubleshooting IP Addressing Network Address Translation Layer2 Switching

More information

Interface The exit interface a packet will take when destined for a specific network.

Interface The exit interface a packet will take when destined for a specific network. The Network Layer The Network layer (also called layer 3) manages device addressing, tracks the location of devices on the network, and determines the best way to move data, which means that the Network

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

TCP/IP Protocol Suite and IP Addressing

TCP/IP Protocol Suite and IP Addressing TCP/IP Protocol Suite and IP Addressing CCNA 1 v3 Module 9 10/11/2005 NESCOT CATC 1 Introduction to TCP/IP U.S. DoD created the TCP/IP model. Provides reliable data transmission to any destination under

More information

PUCPR. Internet Protocol. Edgard Jamhour E N G L I S H S E M E S T E R

PUCPR. Internet Protocol. Edgard Jamhour E N G L I S H S E M E S T E R PUCPR Internet Protocol Address Resolution and Routing Edgard Jamhour 2014 E N G L I S H S E M E S T E R 1. Address Resolution The IP address does not identify, indeed, a computer, but a network interface.

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge

Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge Topology Diagram Learning Objectives Upon completion of this lab, you will be able to: Create a logical topology given network requirements

More information

Lab Using Wireshark to Examine Ethernet Frames

Lab Using Wireshark to Examine Ethernet Frames Topology Objectives Part 1: Examine the Header Fields in an Ethernet II Frame Part 2: Use Wireshark to Capture and Analyze Ethernet Frames Background / Scenario When upper layer protocols communicate with

More information

Networking interview questions

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

More information

Networking 101 By: Stefan Jagroop

Networking 101 By: Stefan Jagroop Networking 101 By: Stefan Jagroop The Internet The Internet is governed by a series of protocols that form the rules for how communications should happen The Internet is a network of networks. There is

More information

Lecture (02) Network Protocols and Standards

Lecture (02) Network Protocols and Standards Lecture (02) Network Protocols and Standards Dr. Ahmed M. ElShafee 1 Agenda - - 2 Preface Protocols and standards are what make networks work together. Protocols make it possible for the various components

More information

The Internet Protocol. IP Addresses Address Resolution Protocol: IP datagram format and forwarding: IP fragmentation and reassembly

The Internet Protocol. IP Addresses Address Resolution Protocol: IP datagram format and forwarding: IP fragmentation and reassembly The Internet Protocol IP Addresses Address Resolution Protocol: IP datagram format and forwarding: IP fragmentation and reassembly IP Addresses IP Addresses are 32 bit. Written in dotted decimal format:

More information

Department Of Computer Science

Department Of Computer Science Department Of Computer Science Laboratory Manual Prepared By: Muhammad Nouman Farooq Lecturer and Course Coordinator Course: Computer Communication and Networks (CS-205) Page 1 of 43 Table of Contents

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

IP Routing & Bridging

IP Routing & Bridging CHAPTER 2 TCP/IP Routing: Ethernet Dialog Box To access this dialog box (Figure 2-1), select Ethernet/TCP/IP Routing from the Device View. Figure 2-1 TCP/IP Routing: Ethernet Configuration Dialog Box If

More information

IP: Addressing, ARP, Routing

IP: Addressing, ARP, Routing IP: Addressing, ARP, Routing Network Protocols and Standards Autumn 2004-2005 Oct 21, 2004 CS573: Network Protocols and Standards 1 IPv4 IP Datagram Format IPv4 Addressing ARP and RARP IP Routing Basics

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

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Ethernet Network Fundamentals Chapter 9 ITE PC v4.0 Chapter 1 1 Introduce Hexadecimal number system Describe the features of various

More information

CCNA 1 v5.0 R&S ITN Final Exam 2014

CCNA 1 v5.0 R&S ITN Final Exam 2014 CCNA 1 v5.0 R&S ITN Final Exam 2014 1 Refer to the exhibit. The network administrator enters these commands into the R1 router: R1# copy running-config tftp Address or name of remote host [ ]? When the

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

Module 7: Configuring and Supporting TCP/IP

Module 7: Configuring and Supporting TCP/IP Module 7: Configuring and Supporting TCP/IP Contents Overview 1 Introduction to TCP/IP 2 Examining Classful IP Addressing 10 Defining Subnets 17 Using Classless Inter-Domain Routing 29 Configuring IP Addresses

More information

White Paper Networking with EclerNet Manager

White Paper Networking with EclerNet Manager Document: AS Version: 1.0 Date: Page 1 of 12 1. Network Basics for EclerNet Manager EclerNet Manager (ENM) is the software application used for the configuration and control of the Ecler networkable devices

More information

Unit 09 Computer Networks

Unit 09 Computer Networks Unit 09 Computer Networks Gain a knowledge about network devices. Discuss what network devices are required to create a basic network Draw a bespoke network drawing using Visio 2 In order to setup a network

More information

Module 9: TCP/IP Protocol Suite and IP Addressing

Module 9: TCP/IP Protocol Suite and IP Addressing Module 9: TCP/IP Protocol Suite and IP Addressing 9.1 Introduction to TCP/IP 9.1.2 Application layer The application layer handles high-level protocols, representation, encoding, and dialog control. The

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

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

CS 3201 Computer Networks 2014/2015 Handout: Lab 3

CS 3201 Computer Networks 2014/2015 Handout: Lab 3 Lab Content: - Network Devices - Ethernet Network - MAC Address Network Devices: - Hubs, MAU s, and Repeaters Hubs Hubs are one of the most important components of a network because they act as a central

More information

Table of Contents 1 VLAN Configuration 1-1

Table of Contents 1 VLAN Configuration 1-1 Table of Contents 1 VLAN Configuration 1-1 Overview 1-1 Introduction to VLAN 1-1 VLAN Fundamentals 1-2 Types of VLAN 1-3 Introduction to Port-Based VLAN 1-3 Configuring a VLAN 1-4 Configuration Task List

More information

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com Networking Notes Common Internet Speeds Dial Up 56 kbs 1000kbs = 1 mbs (1 user capacity) DSL 1.5 mbs (1 channel 10 user capacity) T1 1.5 mbs (24 channel 500 user capacity) Scalable Ethernet (Adjustable

More information

CHAPTER 2 ACTIVITY

CHAPTER 2 ACTIVITY CHAPTER 2 ACTIVITY 2.1.1.1 1. CLI stands for 2. GUI stands for 3. Write the step you used to go to CLI interface on Windows 4. The OS, normally loads from a disk drive, into RAM. 5. The portion of the

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

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review.

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review. THE OSI MODEL Application Presentation Session Transport Network Data-Link Physical OSI Model Chapter 1 Review By: Allan Johnson Table of Contents Go There! Go There! Go There! Go There! Go There! Go There!

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

Wired internetworking devices. Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices

Wired internetworking devices. Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices Wired internetworking devices Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices Topic A Topic A: Basic internetworking devices Topic B: Specialized

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

Chapter Motivation For Internetworking

Chapter Motivation For Internetworking Chapter 17-20 Internetworking Part 1 (Concept, IP Addressing, IP Routing, IP Datagrams, Address Resolution 1 Motivation For Internetworking LANs Low cost Limited distance WANs High cost Unlimited distance

More information

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers Router Router is a Microprocessor controlled device that forwards data packets across the computer network. It is used to connect two or more data lines from different net works. The function of the router

More information

Networking By: Vince

Networking By: Vince Networking 192.168.1.101 By: Vince Disclaimer I am NOT a Networking expert you might ask questions that I don t know the answer to Networking is hard to teach but I know how to do your homeworks so that

More information

Cisco Cisco Certified Network Associate (CCNA)

Cisco Cisco Certified Network Associate (CCNA) Cisco 200-125 Cisco Certified Network Associate (CCNA) http://killexams.com/pass4sure/exam-detail/200-125 Question: 769 Refer to exhibit: Which destination addresses will be used by Host A to send data

More information

Question 7: What are Asynchronous links?

Question 7: What are Asynchronous links? Question 1:.What is three types of LAN traffic? Unicasts - intended for one host. Broadcasts - intended for everyone. Multicasts - intended for an only a subset or group within an entire network. Question2:

More information

Chapter 14: Introduction to Networking

Chapter 14: Introduction to Networking Chapter 14: Introduction to Networking Complete CompTIA A+ Guide to PCs, 6e How different networks are wired (or wireless) How to identify common network cables How Ethernet works About the OSI and TCP/IP

More information