Download presentation
Presentation is loading. Please wait.
Published byCecil Manning Modified over 9 years ago
1
Networking concepts and hardware
2
Basic Communications Model Standards are needed at all Layers User Layer Application Layer Computer (Transport) Layer Transmission Layer
3
Subnet Layer 1 2 3 Station A Station B Transmission of Messages 1. Within a Single Subnet, or 2. in Point-to-Point Links Between Subnets 4 1 2
4
Internet Layer Station A Station B Routing of Messages Across multiple subnets in an internet 1 2 3 4
5
Internetting Station A Station B internet: collection of subnets such that any station on any subnet can communicate with any other station on any other subnet simply by giving the internet address of the other station. 1 2 3 4
6
Layering in Major Architectures Basic Model Application Computer (Transport) Internet TCP/IP Internet IPX/SPX Internet Subnet (OSI) OSI Application (7) Presentation (6) Session (5) Transport (4) Network (3): Internet & Subnet Data Link (2) Application Transport: TCP, etc. Complex: SPX, etc. Physical (1) Subnet (OSI) Subnet (OSI)
7
LANs, MANs, & WANs LAN – Local area network – Single office, building, campus – 10 Mbps to 100 Mbps to the desktop common – 1 Gbps coming Will carry most traffic, because most traffic is local
8
PC Networking on a small LAN Network Interface Card (NIC) In each PC Each client and server needs a NIC rather than a modem
9
LANs, MANs, & WANs WAN – Wide area network – Intercity, international – 9,600 bps to 1 Mbps common to the desktop – Links with higher speed are usually shared (multiplexed) by several desktops Emerged before LANs, due to high cost of long- distance telephone charges
10
Microsoft Layered Network Architecture Network Interface Card Network Adapter Card Drivers NDIS InterfaceStreams Transport Protocols Transport Driver Interface NetBIOS driver RedirectorsServers WinSock driver 1. Physical 2. Data Link 3. Network MAC LLC 4. Transport 5. Session 6. Presentation 7. Application Kernel Mode User Mode
11
Some basic concepts NDIS Interface: Network Driver Specification Interface, wraps NIC drivers and allow communication with multiple protocols, binds a NIC to a protocol. Streams: multiple channels allowing broader bandwidth for data transfer, envelop the protocols. Transport Driver Interface : allows software drivers (server, redirector, etc) to communicate with protocols. Redirectors: software in WS that redirect network drives, printers requests to network I/O requests. Servers: software that allows a device to accept requests from other devices.
12
Standard protocols NetBEUI - NetBIOS Extended User Interface, “native” Windows protocol, not routable. TCP/IP - implemented through WinSock, routable, supports SNMP, DHCP, WINS. NWLink (IPX/SPX) - used to connect to Novell NetWare, just a protocol, not access. DLC - Data Link Control, used to connect to IBM mainframes and HP printers directly connected to a network (server).
13
Data Link Layer Logical Link Control Layer Media Access Control (MAC) Layer 802.3 10Base-T 802.3 10Base-T 802.3 10Base-5 802.3 10Base-5 802.3 Other Physical Layer 802.3 Other Physical Layer 802.5 Physical Layer 4 Mbps 802.5 Physical Layer 4 Mbps 802.5 Physical Layer 16 Mbps 802.5 Physical Layer 16 Mbps Other Physical Layer Other Physical Layer OSI Data Link Layer (Layer 2) OSI Physical Layer (Layer 1) OSI Data Link Layer is subdivided into two layers Media access control Logical link control OSI Data Link Layer is subdivided into two layers Media access control Logical link control
14
LAN Using Ethernet 10Base-T RJ-45 jacks 10Base-T Hub (Multiport Repeater) Unshielded Twisted Pair (UTP) Wiring (4-Pair Bundle) PC RJ-45 Jack NIC Network Interface Card 10Base-T UTP Wiring Bundles: 4 Pairs EIA Category 3, 4, or 5
15
NICs Network Interface Cards – Implement Physical Layer –Plug and Electrical Signaling – Implements the Data Link Layer (data packaging, access control, etc.) –LLC (802.2) –MAC (802.3 MAC)
16
Wiring Unshielded Twisted Pair (UTP) – Twisted several times per foot to reduce interference, T in 10Base- and Unshielded –No protection except for plastic coating –Distance limitation: 100 meters (attenuation, distortion, noise and interference, crosstalk) -- propagation Categories of UTP Wiring – Category 5: The best. Good for 100 Mbps – Category 3 and 4: lower. May be OK for 100 Mbps Wiring Plugs: RJ-45 Standard – Similar to home (RJ-11) jacks, but wider
17
CSMA/CD Media Access Control CD: Collision Detection – If two stations transmit at once …. – Their signals collide, scrambling one another – Because each sender listens (senses the carrier), both know that there has been a collision – Both stop and wait a random amount of time. X Collision 101010 001110
18
Ethernet 10Base-T LAN with Multiple Hubs Hub 1 Hub 2Hub 3 Hub 4 Station A Station B Station C Station D UTP Wire UTP Wire UTP Wire UTP Wire UTP Wire Daisy chain, no Loops allowed! Daisy chain, no Loops allowed! Maximum distance between farthest Stations is 4 Hubs/5 100 meter segments
19
Switches Switch Station A Station B Station C Station D Connection 1 A-C Connection 1 A-C Connection 2 B-D Connection 2 B-D With a switch, multiple stations may transmit simultaneously: no congestion as traffic grows.
20
Wireless LAN Broadcast Signal Transceiver Transmitting Transceiver Receiving Cluster Transceiver Receiving Antenna Hub Controller Wireless LAN
21
Wireless LAN with Access Points Wireless Notebook NIC Access Point Industry Standard Coffee Cup To Ethernet Switch Antenna (Fan) PC Card Connector
22
802.11 Wireless LAN Speeds 802.112 Mbps (rare) 2.4 GHz band (limited in bandwidth) 802.11b11 Mbps, 2.4 GHz 3 channels/access point 802.11a54 Mbps, 5 GHz (> bandwidth than 2.4 GHz) 11 channels/access point 802.11g54 Mbps, 2.4 GHz limited bandwidth
23
AddressesAddresses Ethernet address (MAC address ) l 48-bit unique addresses hard wired in NICs (280 trillion) l 12 hex numbers, e.g. 00-A0-C9-9F-00-07 l first three identify company, Intel in the example l how to see: IPconfig, or System Information IP address (number) l 32-bit value, not hard coded (4 billion), assigned manually or by DHCP l four dotted quads, each quad a decimal from 0-255, corresponding to eight bits, e.g. UBMAIL IP address is 198.202.0.25 l to convert open Calculator select View, Scientific, decimal and type dotted quad decimal value, then select binary.
24
InternetingInterneting l Station A wants to send message to station D, but IP number is not in the same subnet -- no can do! l Sends the message to the default IP router -- default gateway l All stations belonging to the same subnet share the first three dotted quads. l 204.52.128.67 and 204.52.128.147 are in the same subnet, while 198.202.0.25 is not.
25
A,B and C-Class Networks A-class networks l first 8 bits fixed, from 0-126 (only 127) l very large companies like IBM, BBN, DEC,HP l can assign 3 dotted quads - up to 16 million hosts B-class networks l first 16 bits fixed, first quad 128-191 and second 0-255 (16,384) l Medium-sized companies like Microsoft, Exxon l can assign 2 dotted quads - up to 65,535 hosts C-class networks l first 24 bits fixed, first quad 192-223, second and third 0-255 (2,097,152) l can assign 1 dotted quad - up to 253 hosts, 0 is the subnet address., 1 default router address, 255 broadcast address.
26
Sockets and WinSock Sockets are the basic TCP requirement Socket address l IP address of the receiver l Port number of the receiving program (80,21,23) l Type of port TCP or UDP WinSock is an adaptation of sockets to the PC l it now comes as part of the PC OSs l it is an application programming interface
27
Internet Host Names Host names in Windows l HOSTS - a list of IP and names (each machine) l DNS - a server with a common table of IP & names (use with Windows 2000, together with Active Directory) l WINS - Windows Internet Name Server l not DNS compatible (use only with NT/9x) l can resolve IP addresses inside a Windows network l good with dealing with NetBEUI names FQDN l Fully Qualified Domain Name l name of a host like: machine.org.domain, e.g. ubmail.ubalt.edu, with a DNS assignment to an IP
28
Setting static IP addresses Open Control Panel and select Network Connections Under LAN or High-Speed Internet select local area connection,LAN or High-Speed Internet s right-click and select properties select Internet Protocol (TCP/IP) and click on properties select Internet Protocol fill in IP number, Subnet Mask, Default Gateway and DNS server fill in click OK, close. Use ping to test your setup.ping
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.