SlideShare a Scribd company logo
BITS 2513 – INTERNET TECHNOLOGY LECTURE 3: INTERNET INFRASTRUCTURE
TOPICS 1. To connect to Internet: Using a Telephone Line to Connect to Internet Using a Cable Modem, ISDN, DSL or Satellite to Connect to the Internet Connecting a PC on a LAN to the Internet 2. Physically and Logically Dividing a Large Network 3. Routing on the Internet
Using a Telephone Line to Connect to Internet
Using a Telephone Line to Connect  to the Internet To establish a successful connection,  you need: Modem  to transmit data over the telephone line and software that allows the operating system to interact with the modem Operating system  utility that allows you to configure the modem to connect to a specific ISP TCP/IP  protocol  stack ISP user information : Telephone number, user ID, password, and other information needed to connect to an ISP
Using a Cable Modem, ISDN, DSL or Satellite to Connect to the Internet
Modems: An Introduction The word  modem  comes from  mo dulator/ dem odulator, which  means to convert from analog to digital and digital to analog . A telephone line connects to a modem or telephone using either an RJ-11 or an older RJ-12 connector. A  modem is  responsible for managing communication between devices and can also be referred to as  a   Data Communications Equipment (DCE)  device.
Modems: An Introduction (Continued) The  computer or terminal  that is using the DCE to communicate with another device  is called  the  Data Terminal Equipment (DTE) .
Installing a Modem and Its Drivers To connect  to the Internet using a telephone line, you  first  must  install   and configure  a  modem , and then install the software that drives the modem.  Modem divided into 2: External Modem Internal modem
Installing a Modem and Its Drivers –  External Modem  (Continued) If the modem is an  external (modem)  device,  insert  the modem  to a   serial port  on the back of the computer using a serial cable.  The port either can have 9 pins or 25 pins and is designed according to the serial port standard called the  RS-232 standard  or, more recently, the  EIA/TIA-232 standard . Nowadays, modem are equipped with USB/ Ethernet ports for better and easier configurations.
Installing a Modem and Its Drivers  Internal Modem  (Continued) If the modem is  an   internal modem,  the modem  card  is  inserted in an expansion slot, typically a PCI slot, inside the computer  and communicates with the CPU through lines connecting the slot to the CPU that are embedded on the motherboard. Nowadays, Internal modem are printed on the circuit board of the computer.
Creating a Dial-Up Connection Dial-Up Networking (DUN)  is a  process that enables a computer to use a modem and a telephone line to connect to a network , just as if that computer had a network card and network cables. The modem behaves just like a network card, providing the physical connection to the network and the firmware.
Configuring TCP/IP In Windows 7, Windows Vista, Windows 2000 and Windows XP, TCP/IP is automatically installed   when a network card or modem is added to a computer. In Windows 98, you must install TCP/IP  and bind it to the modem.
The Role of TCP/IP  in a Dial-Up Connection The following list summarizes some of the most important information about TCP/IP: To ensure computers to be assign a  unique IP address . (IP address might be static or dynamic) To ensure computers to be assign a  subnet mask.  (This   is to tell the TCP/IP whether the remote computer is on the same or different network) To provide a  gateway  for communications between computers and the Internet. To ensure computers can communicate with a  domain name server .   DNS is a computer to translate the domain name into IP address.
PPP and Multilink PPP When a computer communicates with another computer using only a single connection, the connection is said to be  point-to-point . The dial-up connection is a point-to-point connection. Windows 98/2000/XP/Vista/ 7 also support Multilink PPP, which allows you to use two or more physical connections for a single, virtual, dial-up link called a  multipoint connection . The protocol that makes a multipoint connection possible is  PPP Multilink (MP),  sometimes known as  Point-to-Point Multilink, Multilink PPP, Multilink,  or just  MP .
Connection to the Internet via Cable, ISDN, DSL, or Satellite Connecting a single computer to an ISP via cable, ISDN, DSL, or satellite requires the same TCP/IP settings as a dial-up connection on a regular phone line. Cable modems, DSL, and LANs all use a network card in  the computer  for the physical connection . The  network card provides a network port for a network cable. For cable modem service to the Internet, the other end of the network cable connects to a cable modem.
Connection Using -  Cable Modems The cable modem connects to a  regular TV coaxial cord , which then connects to a TV cable wall outlet. The cable modem also has an  electrical connection to provide power  to the box, as well as a  connection to a network card  in your computer.
Connection Using - Integrated Services Digital Network (ISDN) and DSL ISDN requires a device, called an   NT1 (Network Terminator 1) , that connects the ISDN and DSL systems; this device is located inside or outside your house where the telephone company’s responsibility ends. You also need another device called a  TA (terminal adapter) . A DSL connection uses a DSL converter box  that is sometimes combined with a router as a single device so more than one computer can use the DSL line.  Ex: Streamyx
Connecting to the Internet by Satellite The first thing the technician does is to find the best place for the satellite dish. After the satellite disk is mounted to the house, cables are wired through the house to the room containing the computer. Then, modems are connected to the computer, usually through a USB port.
Connecting a PC on a LAN to the Internet
Connecting a LAN to the Internet
Connecting the Gateway to the Internet
Connecting the Gateway to the Internet (Continued ) The connection to the LAN always uses a network card, but the connection to the ISP could be a  (i) network card, (ii) modem, or  (iii) ISDN card. If the connection to the ISP is by way of a network card, the computer has two network cards installed. One card is bound to the protocol used by the LAN and the other card is bound to the protocol used by the ISP’s network, which is always TCP/IP.
Physically and Logically Dividing a Large Network
Physically and Logically Dividing a Large Network You can divide a network using two approaches:  You can physically divide the network using hardware devices You can logically divide the network using software settings The first approach is called  segmenting  the network;  the second approach is called  subnetting .
Bridges and Switches Bridges  and  Switches  are more intelligent than hubs and make decisions involving whether to allow traffic to pass or where to route that traffic, reducing traffic on each segment and improving network performance. A  routing table  is a database stored within a router that is used to find the best network path on which to forward information. A network bridge keeps routing tables for each network to which it connects.
Bridges and Switches  (Continued) The tables start out empty and all data packets that reach the bridge from one segment are passed on to the other segment connected to the bridge.  Just like bridges, switches keep tables of the MAC addresses of all the devices connected to the switch. Switches use these tables to determine which path to use when sending packets. However, unlike a bridge, a switch passes a packet only to its destination segment instead of to all segments other than the one it came from.
Bridges and Switches  (Continued) Bridges and switches use MAC addresses to subdivide a network into physical segments. However, all the segments are still logically a single network because each host is communicating with other hosts on other segments using the MAC address rather than the IP address. As far as a host is concerned, it is not aware that a bridge or a switch exists in the network.
Subnetting A large network can be logically divided into two or more networks based on IP addresses rather than MAC addresses to reduce congestion. Each division (of a network) is called a   subnet  and the process is called subnetting.
Subnet Masks How does the host know if a remote host is on the same network? An IP address is made up of the network ID and the host ID.  The host is told what portion of the IP address identifies the network by an entry in the TCP/IP configuration settings. This entry is called the  network mask , or  subnet mask , and is used to define which portion of an IP address identifies the network and which portion identifies the host.
Subnet Masks  (Continued) The network mask is a group of four 8-bit numbers separated by periods.
Subnet Masks  (Continued) If the network IDs had been different, the host would not have attempted to resolve the IP address  to the MAC address, but would have sent the data to the gateway to its network. A  gateway  is any device, typically a router, that provides access to another network. Subnet masks usually are not displayed as 32 bits separated by periods as they are in Table 6-1.
Selecting a Subnet Mask A network engineer carefully selects a subnet mask based on the number of subnets he needs and the number of hosts planned for each subnet. Table 6-3 shows several examples of subnet masks and explains the number of hosts and subnets that can use each subnet mask. Subnetting is necessary when a large company is using a Class A, B, or C license for its entire network and wants to use that one license over several networks to prevent network congestion.
Routing on the Internet
How Data Travels Across  Interconnected Networks Figure 6-12 shows a simplified view of how networks work together to send data over the maze of many networks called the Internet. A  router is a   stateless   device ,  meaning  that it is  unconcerned about the data that it is routing, but it is concerned about the destination address of that data .  Networks are connected by routers, which belong to more than one network.
How Data Travels Across Interconnected Networks  (Continued)
Routers Routers  are  responsible for helping data travel across interconnected networks . A router can forward data to the correct network in a way that is  similar to a switch’s method. A router uses the most efficient path available to forward packets to their destination, which may be located across a great geographical distance.
Routers  (Continued) A  brouter , short for bridge and router,  functions as both a bridge and a router. The device  can forward routable protocols , including TCP/IP and IPX/SPX packets, and in these cases, is working as a router.
Routers  (Continued) Like switches,   routers use tables to determine the best route  by which to send the data to its destination. When routers communicate with other routers to build routing tables and determine availability of routes, one of  several protocols  is  used: RIP, OSPF, BGP, DVMRP, NLSP, or IGRP.
TCP/IP Routing Suppose a host computer wants to send data to another host. Remember that the host uses its subnet mask to decide if the destination host is on its own or another network. If the first host knows that the remote host is on its same network, it must discover the MAC address of the remote host.
TCP/IP Routing  (Continued) If the sending host determines that the remote host is on a different network, it sends the data to the router, which is serving as the gateway to remote networks. When a packet arrives at a router, the router decides if the packet belongs to a host within its own local network or needs to be routed to a different network.
Routing Across Many Networks For routing across interconnected networks, each time a packet encounters a router, its TTL is reduced by one.  If the router must send the packet over a network that cannot handle large packets, the router divides the packet into smaller packets.
Default Gateways Sometimes, a large network has more than one router, as shown in Figure 6-21and so the network has more than one gateway to other networks. The network in the upper-left of the figure is 250.1.2 and has two routers (D and E), each of which also belongs to other networks.
Default Gateways  (Continued)
Default Gateways  (Continued) Host E is designated as the  default gateway , meaning that hosts on the 250.1.2 network send packets addressed to other networks to this gateway first. The other router Host D, is called the  alternate gateway  and is used if communication to the default gateway fails.

More Related Content

PPTX
Router vs Modem-A Complete Comparison
PPT
Ccna day 1
PDF
Siemens Industrial Training
PDF
CSS L12 STRUCTURE OF COMPUTER NETWORK
PPTX
Cisco Networking (Routing and Switching)
PDF
Network administration
PPTX
Network interface card
PDF
CCNA project-report
Router vs Modem-A Complete Comparison
Ccna day 1
Siemens Industrial Training
CSS L12 STRUCTURE OF COMPUTER NETWORK
Cisco Networking (Routing and Switching)
Network administration
Network interface card
CCNA project-report

What's hot (19)

PDF
Networking
DOCX
Ethernet satellite dishinternational plastics, inc. c
PPTX
summer training report on Computer network and Cisco packet tracer
PPT
Networking
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PPTX
difference between hub, bridge, switch and router
PPTX
BASIC TO ADVANCED NETWORKING TUTORIALS
PDF
Data communication
PPT
DCN Chapter 1
PPT
Networking Concepts Lesson 06 - Protocols - Eric Vanderburg
PDF
Sonali Bank Network Design Project Report
PPT
CCNA PPT
PDF
Determine best fit topology
DOC
Some important networking questions
PDF
CSS L11 - INTRODUCTION TO COMPUTER NETWORKS
PPT
Ccna report
PPTX
Network Adapter
PPT
Chapter5
PDF
SOLUTION MANUAL OF COMMUNICATION NETWORKS BY ALBERTO LEON GARCIA & INDRA WIDJAJA
Networking
Ethernet satellite dishinternational plastics, inc. c
summer training report on Computer network and Cisco packet tracer
Networking
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
difference between hub, bridge, switch and router
BASIC TO ADVANCED NETWORKING TUTORIALS
Data communication
DCN Chapter 1
Networking Concepts Lesson 06 - Protocols - Eric Vanderburg
Sonali Bank Network Design Project Report
CCNA PPT
Determine best fit topology
Some important networking questions
CSS L11 - INTRODUCTION TO COMPUTER NETWORKS
Ccna report
Network Adapter
Chapter5
SOLUTION MANUAL OF COMMUNICATION NETWORKS BY ALBERTO LEON GARCIA & INDRA WIDJAJA
Ad

Viewers also liked (12)

PPT
Lecture 1 -_overview_of_the_internet-1-
PPT
Lecture 2 -_understanding_networks_with_presenter_notes
PPT
Lecture 1 -_overview_of_the_internet-1-
PPT
Lecture 4 -_internet_infrastructure_2_updated_2011
PDF
Lecture 12 -_internet_security
PPT
Lecture 5 internet-protocol_assignments
PDF
Lecture 13 -_e-commmerce_e-banking_and_advanced_tech
PDF
Lecture 9 electronic_mail_representation_and_transfer
PDF
Lecture 11 client_server_interaction
PPT
Lecture 6 -_presentation_layer
PDF
Lecture 7 -_ftp,_tftp,_telnet_and_ssh
PDF
서버 성능에 대한 정의와 이해
Lecture 1 -_overview_of_the_internet-1-
Lecture 2 -_understanding_networks_with_presenter_notes
Lecture 1 -_overview_of_the_internet-1-
Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 12 -_internet_security
Lecture 5 internet-protocol_assignments
Lecture 13 -_e-commmerce_e-banking_and_advanced_tech
Lecture 9 electronic_mail_representation_and_transfer
Lecture 11 client_server_interaction
Lecture 6 -_presentation_layer
Lecture 7 -_ftp,_tftp,_telnet_and_ssh
서버 성능에 대한 정의와 이해
Ad

Similar to Lecture 3 -_internet_infrastructure_updated_2011 (20)

PPT
W 10 introduction to network
PPTX
Basic networking in power point by suprabha
PPTX
Various Network Devices.pptx
PPT
Concept of networking
PPTX
Computer networking class 12
PDF
Unit 1 ppt-idc
PPTX
concept of security and network administration
PPTX
COMPUTER NETWORKS
PPTX
Grade 11 CSS Lesson 3 Computer Network.pptx
DOCX
Networking Related
PPTX
networking devices -161021181705452555
PPTX
Networking devices
PDF
Network system on Ahsanullah University of Science & Technology
DOCX
Week 3 Learning ResourcesThis page contains the Learning Resou.docx
DOCX
Network Devices
PPT
Introduction to Computer Networks Lecture slides ppt
DOC
Wan notes
PPT
Welcome to Computer Networks
PDF
Network Interface Card (NIC) AND NETWORKING DEVICES
PPTX
Computer Networks 3
W 10 introduction to network
Basic networking in power point by suprabha
Various Network Devices.pptx
Concept of networking
Computer networking class 12
Unit 1 ppt-idc
concept of security and network administration
COMPUTER NETWORKS
Grade 11 CSS Lesson 3 Computer Network.pptx
Networking Related
networking devices -161021181705452555
Networking devices
Network system on Ahsanullah University of Science & Technology
Week 3 Learning ResourcesThis page contains the Learning Resou.docx
Network Devices
Introduction to Computer Networks Lecture slides ppt
Wan notes
Welcome to Computer Networks
Network Interface Card (NIC) AND NETWORKING DEVICES
Computer Networks 3

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PPTX
Institutional Correction lecture only . . .
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Insiders guide to clinical Medicine.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Computing-Curriculum for Schools in Ghana
PDF
Pre independence Education in Inndia.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Cell Types and Its function , kingdom of life
Institutional Correction lecture only . . .
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
VCE English Exam - Section C Student Revision Booklet
Anesthesia in Laparoscopic Surgery in India
Insiders guide to clinical Medicine.pdf
RMMM.pdf make it easy to upload and study
102 student loan defaulters named and shamed – Is someone you know on the list?
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Cell Structure & Organelles in detailed.
2.FourierTransform-ShortQuestionswithAnswers.pdf
human mycosis Human fungal infections are called human mycosis..pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Final Presentation General Medicine 03-08-2024.pptx
PPH.pptx obstetrics and gynecology in nursing
Computing-Curriculum for Schools in Ghana
Pre independence Education in Inndia.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES

Lecture 3 -_internet_infrastructure_updated_2011

  • 1. BITS 2513 – INTERNET TECHNOLOGY LECTURE 3: INTERNET INFRASTRUCTURE
  • 2. TOPICS 1. To connect to Internet: Using a Telephone Line to Connect to Internet Using a Cable Modem, ISDN, DSL or Satellite to Connect to the Internet Connecting a PC on a LAN to the Internet 2. Physically and Logically Dividing a Large Network 3. Routing on the Internet
  • 3. Using a Telephone Line to Connect to Internet
  • 4. Using a Telephone Line to Connect to the Internet To establish a successful connection, you need: Modem to transmit data over the telephone line and software that allows the operating system to interact with the modem Operating system utility that allows you to configure the modem to connect to a specific ISP TCP/IP protocol stack ISP user information : Telephone number, user ID, password, and other information needed to connect to an ISP
  • 5. Using a Cable Modem, ISDN, DSL or Satellite to Connect to the Internet
  • 6. Modems: An Introduction The word modem comes from mo dulator/ dem odulator, which means to convert from analog to digital and digital to analog . A telephone line connects to a modem or telephone using either an RJ-11 or an older RJ-12 connector. A modem is responsible for managing communication between devices and can also be referred to as a Data Communications Equipment (DCE) device.
  • 7. Modems: An Introduction (Continued) The computer or terminal that is using the DCE to communicate with another device is called the Data Terminal Equipment (DTE) .
  • 8. Installing a Modem and Its Drivers To connect to the Internet using a telephone line, you first must install and configure a modem , and then install the software that drives the modem. Modem divided into 2: External Modem Internal modem
  • 9. Installing a Modem and Its Drivers – External Modem (Continued) If the modem is an external (modem) device, insert the modem to a serial port on the back of the computer using a serial cable. The port either can have 9 pins or 25 pins and is designed according to the serial port standard called the RS-232 standard or, more recently, the EIA/TIA-232 standard . Nowadays, modem are equipped with USB/ Ethernet ports for better and easier configurations.
  • 10. Installing a Modem and Its Drivers Internal Modem (Continued) If the modem is an internal modem, the modem card is inserted in an expansion slot, typically a PCI slot, inside the computer and communicates with the CPU through lines connecting the slot to the CPU that are embedded on the motherboard. Nowadays, Internal modem are printed on the circuit board of the computer.
  • 11. Creating a Dial-Up Connection Dial-Up Networking (DUN) is a process that enables a computer to use a modem and a telephone line to connect to a network , just as if that computer had a network card and network cables. The modem behaves just like a network card, providing the physical connection to the network and the firmware.
  • 12. Configuring TCP/IP In Windows 7, Windows Vista, Windows 2000 and Windows XP, TCP/IP is automatically installed when a network card or modem is added to a computer. In Windows 98, you must install TCP/IP and bind it to the modem.
  • 13. The Role of TCP/IP in a Dial-Up Connection The following list summarizes some of the most important information about TCP/IP: To ensure computers to be assign a unique IP address . (IP address might be static or dynamic) To ensure computers to be assign a subnet mask. (This is to tell the TCP/IP whether the remote computer is on the same or different network) To provide a gateway for communications between computers and the Internet. To ensure computers can communicate with a domain name server . DNS is a computer to translate the domain name into IP address.
  • 14. PPP and Multilink PPP When a computer communicates with another computer using only a single connection, the connection is said to be point-to-point . The dial-up connection is a point-to-point connection. Windows 98/2000/XP/Vista/ 7 also support Multilink PPP, which allows you to use two or more physical connections for a single, virtual, dial-up link called a multipoint connection . The protocol that makes a multipoint connection possible is PPP Multilink (MP), sometimes known as Point-to-Point Multilink, Multilink PPP, Multilink, or just MP .
  • 15. Connection to the Internet via Cable, ISDN, DSL, or Satellite Connecting a single computer to an ISP via cable, ISDN, DSL, or satellite requires the same TCP/IP settings as a dial-up connection on a regular phone line. Cable modems, DSL, and LANs all use a network card in the computer for the physical connection . The network card provides a network port for a network cable. For cable modem service to the Internet, the other end of the network cable connects to a cable modem.
  • 16. Connection Using - Cable Modems The cable modem connects to a regular TV coaxial cord , which then connects to a TV cable wall outlet. The cable modem also has an electrical connection to provide power to the box, as well as a connection to a network card in your computer.
  • 17. Connection Using - Integrated Services Digital Network (ISDN) and DSL ISDN requires a device, called an NT1 (Network Terminator 1) , that connects the ISDN and DSL systems; this device is located inside or outside your house where the telephone company’s responsibility ends. You also need another device called a TA (terminal adapter) . A DSL connection uses a DSL converter box that is sometimes combined with a router as a single device so more than one computer can use the DSL line. Ex: Streamyx
  • 18. Connecting to the Internet by Satellite The first thing the technician does is to find the best place for the satellite dish. After the satellite disk is mounted to the house, cables are wired through the house to the room containing the computer. Then, modems are connected to the computer, usually through a USB port.
  • 19. Connecting a PC on a LAN to the Internet
  • 20. Connecting a LAN to the Internet
  • 21. Connecting the Gateway to the Internet
  • 22. Connecting the Gateway to the Internet (Continued ) The connection to the LAN always uses a network card, but the connection to the ISP could be a (i) network card, (ii) modem, or (iii) ISDN card. If the connection to the ISP is by way of a network card, the computer has two network cards installed. One card is bound to the protocol used by the LAN and the other card is bound to the protocol used by the ISP’s network, which is always TCP/IP.
  • 23. Physically and Logically Dividing a Large Network
  • 24. Physically and Logically Dividing a Large Network You can divide a network using two approaches: You can physically divide the network using hardware devices You can logically divide the network using software settings The first approach is called segmenting the network; the second approach is called subnetting .
  • 25. Bridges and Switches Bridges and Switches are more intelligent than hubs and make decisions involving whether to allow traffic to pass or where to route that traffic, reducing traffic on each segment and improving network performance. A routing table is a database stored within a router that is used to find the best network path on which to forward information. A network bridge keeps routing tables for each network to which it connects.
  • 26. Bridges and Switches (Continued) The tables start out empty and all data packets that reach the bridge from one segment are passed on to the other segment connected to the bridge. Just like bridges, switches keep tables of the MAC addresses of all the devices connected to the switch. Switches use these tables to determine which path to use when sending packets. However, unlike a bridge, a switch passes a packet only to its destination segment instead of to all segments other than the one it came from.
  • 27. Bridges and Switches (Continued) Bridges and switches use MAC addresses to subdivide a network into physical segments. However, all the segments are still logically a single network because each host is communicating with other hosts on other segments using the MAC address rather than the IP address. As far as a host is concerned, it is not aware that a bridge or a switch exists in the network.
  • 28. Subnetting A large network can be logically divided into two or more networks based on IP addresses rather than MAC addresses to reduce congestion. Each division (of a network) is called a subnet and the process is called subnetting.
  • 29. Subnet Masks How does the host know if a remote host is on the same network? An IP address is made up of the network ID and the host ID. The host is told what portion of the IP address identifies the network by an entry in the TCP/IP configuration settings. This entry is called the network mask , or subnet mask , and is used to define which portion of an IP address identifies the network and which portion identifies the host.
  • 30. Subnet Masks (Continued) The network mask is a group of four 8-bit numbers separated by periods.
  • 31. Subnet Masks (Continued) If the network IDs had been different, the host would not have attempted to resolve the IP address to the MAC address, but would have sent the data to the gateway to its network. A gateway is any device, typically a router, that provides access to another network. Subnet masks usually are not displayed as 32 bits separated by periods as they are in Table 6-1.
  • 32. Selecting a Subnet Mask A network engineer carefully selects a subnet mask based on the number of subnets he needs and the number of hosts planned for each subnet. Table 6-3 shows several examples of subnet masks and explains the number of hosts and subnets that can use each subnet mask. Subnetting is necessary when a large company is using a Class A, B, or C license for its entire network and wants to use that one license over several networks to prevent network congestion.
  • 33. Routing on the Internet
  • 34. How Data Travels Across Interconnected Networks Figure 6-12 shows a simplified view of how networks work together to send data over the maze of many networks called the Internet. A router is a stateless device , meaning that it is unconcerned about the data that it is routing, but it is concerned about the destination address of that data . Networks are connected by routers, which belong to more than one network.
  • 35. How Data Travels Across Interconnected Networks (Continued)
  • 36. Routers Routers are responsible for helping data travel across interconnected networks . A router can forward data to the correct network in a way that is similar to a switch’s method. A router uses the most efficient path available to forward packets to their destination, which may be located across a great geographical distance.
  • 37. Routers (Continued) A brouter , short for bridge and router, functions as both a bridge and a router. The device can forward routable protocols , including TCP/IP and IPX/SPX packets, and in these cases, is working as a router.
  • 38. Routers (Continued) Like switches, routers use tables to determine the best route by which to send the data to its destination. When routers communicate with other routers to build routing tables and determine availability of routes, one of several protocols is used: RIP, OSPF, BGP, DVMRP, NLSP, or IGRP.
  • 39. TCP/IP Routing Suppose a host computer wants to send data to another host. Remember that the host uses its subnet mask to decide if the destination host is on its own or another network. If the first host knows that the remote host is on its same network, it must discover the MAC address of the remote host.
  • 40. TCP/IP Routing (Continued) If the sending host determines that the remote host is on a different network, it sends the data to the router, which is serving as the gateway to remote networks. When a packet arrives at a router, the router decides if the packet belongs to a host within its own local network or needs to be routed to a different network.
  • 41. Routing Across Many Networks For routing across interconnected networks, each time a packet encounters a router, its TTL is reduced by one. If the router must send the packet over a network that cannot handle large packets, the router divides the packet into smaller packets.
  • 42. Default Gateways Sometimes, a large network has more than one router, as shown in Figure 6-21and so the network has more than one gateway to other networks. The network in the upper-left of the figure is 250.1.2 and has two routers (D and E), each of which also belongs to other networks.
  • 43. Default Gateways (Continued)
  • 44. Default Gateways (Continued) Host E is designated as the default gateway , meaning that hosts on the 250.1.2 network send packets addressed to other networks to this gateway first. The other router Host D, is called the alternate gateway and is used if communication to the default gateway fails.

Editor's Notes

  • #15: When we are dialing to the Internet, we are using the PPP connection – between our PC and the IP we dial. PPP is also used over Internet access connections (now marketed as "broadband"). Most Internet service providers (ISPs) used PPP for customer dial-up access to the Internet (source: Wikipedia). This includes Streamyx, one of the most popular Internet service in Malaysia. Usually, Multilink PPP is used so that the bandwidth of the connection will double. Example: Two PPP Connections are combined as if they were a single connection.
  • #17: In Malaysia, MegaTV was one of the earliest company to offer cable TV in 1995. However, customers prefer ASTRO than MegaTV. Finally. MegaTV defunt in 2001 http://en.wikipedia.org/wiki/Mega_TV_(Malaysia)
  • #22: A gateway is a node (a router) on a TCP/IP network that serves as an access point to another network
  • #26: Remember the differences between Hubs and Switches? On which OSI layer they reside? How do they operate? Routing Table is a data table stored in a router or a networked computer that lists the routes to particular network destinations, and in some cases, metrics (distances) associated with those routes. The routing table contains information about the topology of the network immediately around it.
  • #27: [User Hub A]----[Server]-----------[Server]---[User Hub B] [User Hub A]----[Server]--- [Bridge] ---[Server]---[User Hub B] Bridge/ Switch prevent broadcasts from User Hub A/B to User Hub B/A
  • #42: Since each router is required to subtract at least one count from the TTL field, the count is usually used to mean the number of router hops the packet is allowed before it must be discarded. Each router that receives a packet subtracts one from the count in the TTL field. When the count reaches zero, the router detecting it discards the packet and sends an Internet Control Message Protocol (ICMP) message back to the originating host.
  • #44: PC B wants to send a message to PC F PC F’s IP address is 130.5.6.2 But PC B detects that 130.5.6.2 is not in the same subnet as he is. Therefore, PC A forwards the packet to the Default Gateway (PC E), hoping the DG knows where to forward the message.