1 / 38

DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY

DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY. Network Fundamentals. Network hardware/software. Network hardware: NIC on the computer Hub/switch/router Cables (or wireless router/NIC) Patch panel and cable jacks Network Software: Protocols Application software programs.

heath
Download Presentation

DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Fundamentals

  2. Network hardware/software Network hardware: NIC on the computer Hub/switch/router Cables (or wireless router/NIC) Patch panel and cable jacks Network Software: Protocols Application software programs

  3. Network Standard Organizations

  4. Cisco IBM Products Symbols

  5. Cisco LAN Symbols

  6. More Cisco Icons

  7. Cisco People Icons

  8. Cisco WAN Icons

  9. Cisco Building Icons

  10. Network Topologies Bus Star Ring Mesh

  11. Network Topology

  12. Ethernet Ethernet is a family of frame-based computer networking technologies for local area networks (LANs). The name comes from the physical concept of the ether.

  13. Old Ethernet 10Base2 and 10Base5 Use Coaxial cable (TV cable) 10 means 10mbps BASE means baseband 2 or 5 means 200m / 500m length limit Bus topology

  14. 10BASET The 10Base-T standard (also called Twisted Pair Ethernet) uses a twisted-pair cable with maximum lengths of 100 meters. The cable is thinner and more flexible than the coaxial cable used for the 10Base-2 or 10Base-5 standards. Its bandwidth is as same as 10base2 or 10 base5. But, it is using different connector, RJ45. It also use STAR topology.

  15. 100BASE-TX 10BASE-T and 100BASE-TX only require two pairs to operate, pins 1 and 2 (transmit or TX), and pins 3 and 6 (receive or RX). The cabling length limit is 100 meter.

  16. 1000BASET (gigabit) All connection cables must be qualified to 1000mbps. All switches, equipment NICs and connectors must be qualified to 1000mbps.

  17. Ethernet Cabling

  18. Repeater 10base5 – 500meter cable length limit; 10base2 - 200meter cable length limit; 10BaseT - 100meter cable length limit; Repeater is to amplify signal and extend the cabling distance. Working in layer 1 (Physical) of TCP/IP model

  19. Hub Central connection of Ethernet LAN. Physically Star topology and could be logically RING, Bus and/or Star May have built-in repeater Working in layer 1 (Physical) of TCP/IP model

  20. Ethernet Bridge Intelligent device to forward frame according to destination Media Access Control (MAC) address Forwarding: If the destination MAC address has a port different to the originate port, the frame will be sent. Filtering: If the destination MAC address is reachable with the same interface when it arrived, the frame will be discarded. Working in layer 2 (Data Link) of TCP/IP model

  21. Switch Think switch as a hub with bridge functioning on each port (interface): Switch will offer central connection to all hosts. Switch will only forward frame according to destination MAC address on per-port base. Will regenerate signals (repeater function) Most switches are working in layer 2 (Data Link) of TCP/IP model.

  22. Router Redirect packets according to destination logical address (IP address). Can build routing path between different network segments (subnets) Can act as firewall Can work as VPN (server) connection Working in layer 3 (Network) of TCP/IP model

  23. LAN (Local Area Network) Has physical high speed connections in the network. Usually in the same office building. Private owned network. May contain one to hundreds computers

  24. Local-area Networks (LANs)

  25. WAN (Wide Area Network) Connected by more than one LANs. Connection could be dedicated line, lease line and / or other remote connections: Modem (dial up) 56Kbps over analog phone line. ISDN (Integrated Services Digital Network) 128Kbps DSL (Digital Subscriber Line): over digital phone line such as Bell Sympatico Frame Relay T1, T3, E1 or E3 lease line  SONET (Synchronous Optical Network): using Optical Carrier (OC)

  26. Wide-area Networks (WANs)

  27. VPN (Virtual Private Network) VPN is a kind of encryption tunnel built based on internet connection. It could be: Site-to-Site (two locations of same or different organizations connection) Point-to-Site (for travelers) VPN must have three components working together: VPN server, VPN client and VPN protocol such as L2TP and PPTP.

  28. MAN and SAN MAN (Metropolitan-Area-Network) is between LAN and WAN. SAN (Store-Area-Network) is for performance (load balance), availability and scalability. The server farm is a typical example of SAN.

  29. Bandwidth

  30. LAN bandwidth 10 Mbps: 10BASE2 (185m), 10BASE5 (500m) and 10BASE-T (100m) 100Mbps: 100BASE-TX (100m Cat 5 cable), 100 BASE-FX (2000m optic fiber), 1000Mbps: 1000BASE-TX (100m Cat5e cable), 1000BASE-SX (220m/550m optical fiber), 1000BASE-LX (500m single mode optical fiber)

  31. WAN bandwidth

  32. Bandwidth planning Predict business demand Bandwidth is not free Reserve the upgrade option

  33. TCP/IP ISO OSI model

  34. TCP/IP model

  35. Encapsulation 1. Application layer add application protocol header. 2. Transport layer add TCP or UDP header and breaks into Segment which has TCP header and data. 3. Network layer adds logical address header and the PDU packets have IP header and data 4. Data link layer adds header including destination MAC address. Frame has Ethernet header, trailer and data. 5. Physical layer will be responsible to transmit bits (electrical signals) over the medium.

  36. De-encapsulation According to the Ethernet encoding scheme, assemble received bits. Frames would be delivered according to destination MAC address. Or, the packet is routed to destination IP address. Transport layer protocol (TCP) may assemble segment Application layer will interpret the data from segments.

  37. PDU

  38. Question Any question? If you do not have question, please practice conversion calculation between binary and decimal numbering system. Please convert decimal value 123, 240 and 255 to binary. Please convert binary value 11001101, 10010011 and 00110011 into decimal value.

More Related