LANs - Local Area Networks

Slides:



Advertisements
Similar presentations
 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
Advertisements

Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
Why create a subnet mask? Tells device which part of an address is the network # including the subnet and which part is the host Filters the node IP address.
IP Addressing and Network Software. IP Addressing  A computer somewhere in the world needs to communicate with another computer somewhere else in the.
LAN Local Area Network A local area network (LAN) is a computer network that interconnects computers in a limited area such as a home, school, computer.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Communicating over the Network Network Fundamentals – Chapter 2.
Common Devices Used In Computer Networks
Subnetting When an organization is given a block of class A, B, or C address, the first address in the block defines the network address. This address.
NETWORK COMPONENTS Assignment #3. Hub A hub is used in a wired network to connect Ethernet cables from a number of devices together. The hub allows each.
+ What’s a Network? Anas Benjelloun & Deanne Carnighan Edit 435.
#citrt #RefreshCache Networking Basics Foundational Concepts Elliott Wood - Solerant.
Networks Computer Technology Day 17. Network  Two or more computers and other devices (printers or scanners) that are connected, for the purpose of sharing.
By: María José Morán 8th B.  In information technology, a network is a series of points interconnected by communication paths. Networks can interconnect.
The University of Bolton School of Games Computing & Creative Technologies LCT2516 Network Architecture CCNA Exploration LAN Switching and Wireless Chapter.
Higher Computing Networking. Networking – Local Area Networks.
Introduction to Computing Slides By ADEELA MUSTAFA.
ITE PC v4.0 Chapter 8 1 © 2007 Cisco Systems, Inc. All rights reserved.Cisco Public  Networks are systems that are formed by links.  People use different.
 Medium for communication between entities connected to it  “Entities” are referred to as hosts  Is the Internet a network?  In simplest terms, yes.
WAN Technologies. 2 Large Spans and Wide Area Networks MAN networks: Have not been commercially successful.
Cisco I Introduction to Networks Semester 1 Chapter 3 JEOPADY.
Network Concepts.
Classful Subnetting IPv4
Communicating over the Network
Chapter 3: Network Protocols and Communications
LAN & WAN Justin Huey.

Networks Keywords Network Hardware
Telemedicine.
Chapter 3 Computer Networking Hardware
Nada Al Dosary CT 1502 Planning and Design of Communication Networks Local Area Networks (LANs) & Networks.
Extreme Semester One Jeopardy Review of Semester One
Wireless Modes.
Mollie Sconyers.
Basic Computer Network
network interface card (NIC)
Gollis Univeristy Faculty of Telecom Engineering
TYPES OF NETWORK
Unit 1.4 Wired and Wireless Networks Lesson 2
Transfer of data in ICT systems
Chapter 7 Backbone Network
(Read Forouzan Chapters 6 and 7)) IP Forwarding Procedure
Computer Technology Notes #4
Faiza Iqbal Mobile Networks Faiza Iqbal EC-425 Mobile Networks Lab 1.
e-business and Information Systems
Communicating over the Network
Communicating over the Network
Basic Computer Network
Communicating over the Network
Communicating over the Network
Communicating over the Network
Charles Warren and Ben Kangas
Networks Your Name Roll No To be continued.... 1/12/2019 Your Name.
Networking Essentials
The OSI 7 Layer Model Ben, Stuart, Charles.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Charles Warren and Ben Kangas
Communicating over the Network
Module 12 Network Configuration
Teacher Monica Herrera
Applied Information Technology 2016 Rhys greaney
Connecting to the Network
Communicating over the Network
Communicating over the Network
Chapter 5 Data Link Layer – Hub, Switch
Cisco Routers Presented By Dr. Waleed Alseat Mutah University.
Comm. And Networking By: Sam & parker.
Midterm Reference Points
Lec2: Experiment Designing the network, IP addressing and Subnets, designing using Variable Length Subnet Mask Dr. Mohamed Abd-Eldayem References: CCNA.
Presentation transcript:

LANs - Local Area Networks Connections Routing

LANs A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building. By contrast, a wide area network (WAN) not only covers a larger geographic distance, but also generally involves leased telecommunication circuits. Ethernet and Wi-Fi are the two most common technologies in use for local area networks.

LAN

WIFI Wi-Fi or WiFi (/ˈwaɪfaɪ/) is a technology for wireless local area networking with devices based on the IEEE 802.11 standards. Wi-Fi is a trademark of the Wi-Fi Alliance, which restricts the use of the term Wi-Fi Certified to products that successfully complete interoperability certification testing.

Routing packets in a LAN

MAC address A media access control address (MAC address) of a device is a unique identifier assigned to network interface controllers for communications at the data link layer of a network segment. Used by Ethernet and Wifi

Message going from WS1 to WS2 192.168.1.1 11000000.10101000.00000001.00000001 IP address 192.168.1.0 11111111. 11111111 .11111111 . 00000000 Subnet mask --------------------------------------------------------- 192.168.1.0 11000000.10101000.00000001.00000000 Subnet # 192.168.1.2 11000000.10101000.00000001.00000010 IP address 192.168.1.0 11111111. 11111111 . 11111111. 00000000 Subnet mask They match so communicate via the MAC address on the same subnet.

Message going from WS1 to WS3 192.168.1.1 11000000.10101000.00000001.00000001 IP address 192.168.1.0 11111111. 11111111 .11111111 . 00000000 Subnet mask --------------------------------------------------------- 192.168.1.0 11000000.10101000.00000001.00000000 Subnet # 192.168.1.2 11000000.10101000.00000001.00000010 IP address 192.168.2.0 11111111. 11111111 . 11111111 . 00000000 Subnet mask 192.168.2.0 11000000.10101000.00000010.00000000 Subnet # They do not match so communicate via default gateway

Not Gate

Not Gate 10 and 01

NAND

Not OR

Create new gates from existing ones

4 bit Ander

XNOR gate truth table

4 bit comparator

4 bit comparator chip

Compare 2 numbers for match