Network Basics
Lecture 19
Last Lecture Summary
 Acquiring Software
 Software Suit
 Word Processing Software
 Spreadsheet Programs
 Presentation Programs
 Personal Information Managers
 Graphics File Formats
 Acquiring Images
 Graphics Software

9A-3
Network Definition
• Set of technologies that connects
computers
• Allows communication and collaboration
between users
9A-4
The Uses of a Network
• Simultaneous access to data
– Data files are shared
• Access can be limited
– Shared files stored on a server
– Software can be shared
• Site licenses
• Network versions
• Application servers
9A-5
The Uses of a Network
• Shared peripheral device
– Printers and faxes are common shares
– Reduces the cost per user
– Devices can be connected to the network
– Print servers control network printing
• Manage the print queue
9A-6
Sharing Data
File server contains documents
used by other computers.
9A-7
The Uses of a Network
• Personal communication
– Email
• Instantaneous communication
– Conferencing
• Tele conferencing
• Videoconferencing
• Audio-conferencing
• Data-conferencing
– Voice over IP
• Phone communication over network wires
9A-8
Voice Over IP
9A-9
The Uses of a Network
• Easier data backup
– Backup copies data to removable media
– Server data backed up in one step
9A-10
Common Network Types
• Local Area Network (LAN)
– Contains printers, servers and computers
– Systems are close to each other
– Contained in one office or building
– Organizations often have several LANS
9A-11
Common Network Types
• Wide Area Networks (WAN)
– Two or more LANs connected
– Over a large geographic area
– Typically use public or leased lines
• Phone lines
• Satellite
– The Internet is a WAN
9A-12
Hybrid Network Types
• Campus Area Networks (CAN)
– A LAN in one large geographic area
– Resources related to the same organization
– Each department shares the LAN
9A-13
Hybrid Network Types
• Metropolitan Area Network (MAN)
– Large network that connects different
organizations
– Shares regional resources
– A network provider sells time
9A-14
Hybrid Network Types
• Home Area Network (HAN)
– Small scale network
– Connects computers and entertainment
appliances
– Found mainly in the home
9A-15
Hybrid Network Types
• Personal Area Network (PAN)
– Very small scale network
– Range is less than 2 meters
– Cell phones, PDAs, MP3 players
9A-16
How Networks Are Structured
• Server based network
– Node is any network device
– Servers control what the node accesses
– Users gain access by logging in
– Server is the most important computer
9A-17
How Networks Are Structured
• Client/Server network
– Nodes and servers share data roles
– Nodes are called clients
– Servers are used to control access
– Database software
• Access to data controlled by server
– Server is the most important computer
9A-18
How Networks Are Structured
• Peer to peer networks (P2PN)
– All nodes are equal
– Nodes access resources on other nodes
– Each node controls its own resources
– Most modern OS allow P2PN
– Distributing computing is a form
– Kazaa
9A-19
Network Topologies
• Topology
– Logical layout of wires and equipment
– Choice affects
• Network performance
• Network size
• Network collision detection
– Several different types
9A-20
Network Topologies
• Packets
– Pieces of data transmitted over a network
• Packets are created by sending node
• Data is reassembled by receiving node
– Packet header
• Sending and receiving address
– Packet payload
• Number and size of data
• Actual data
– Packet error control
9A-21
Network Topologies
• Bus topology
– Also called linear bus
– One wire connects all nodes
– Terminator ends the wires
– Advantages
• Easy to setup
• Small amount of wire
– Disadvantages
• Slow
• Easy to crash
9A-22
Network Topologies
• Star topology
– All nodes connect to a hub
• Packets sent to hub
• Hub sends packet to destination
– Advantages
• Easy to setup
• One cable can not crash network
– Disadvantages
• One hub crashing downs entire network
• Uses lots of cable
– Most common topology
9A-23
Star Topology
9A-24
Network Topologies
• Ring topology
– Nodes connected in a circle
– Tokens used to transmit data
• Nodes must wait for token to send
– Advantages
• Time to send data is known
• No data collisions
– Disadvantages
• Slow
• Lots of cable
9A-25
Network Topologies
• Mesh topology
– All computers connected together
– Internet is a mesh network
– Advantage
• Data will always be delivered
– Disadvantages
• Lots of cable
• Hard to setup
9A-26
Mesh Topology
9A-27
Network Media
• Links that connect nodes
• Choice impacts
– Speed
– Security
– Size
9A-28
Wire Based Media
• Twisted-pair cabling
– Most common LAN
cable
– Called Cat5 or
100BaseT
– Four pairs of copper
cable twisted
– May be shielded from
interference
– Speeds range from
1 Mbps to 1,000 Mbps
9A-29
Wire Based Media
• Coaxial cable
– Similar to cable TV wire
– One wire runs through cable
– Shielded from interference
– Speeds up to 10 Mbps
– Nearly obsolete
9A-30
Wire Based Media
• Fiber-optic cable
– Data is transmitted with light pulses
– Glass strand instead of cable
– Immune to interference
– Very secure
– Hard to work with
– Speeds up to
100 Gbps
9A-31
Wireless Media
• Data transmitted through the air
• WANs use radio waves
• LANs use microwave signals
• Easy to setup
• Difficult to secure
9A-32
Network Hardware
• Network interface cards
– Network adapter
– Connects node to the media
– Unique Machine Access Code (MAC)
9A-33
Network Hardware
• Network linking devices
– Connect nodes in the network
– Cable runs from node to device
– Crossover cable connects two computers
9A-34
Network Hardware
• Hubs
– Center of a star network
– All nodes receive transmitted packets
– Slow and insecure
9A-35
Network Hardware
• Switches
– Replacement for hubs
– Only intended node receives transmission
– Fast and secure
9A-36
Network Hardware
• Bridge
– Connects two or more LANs together
– Packets sent to remote LAN cross
• Other packets do not cross
– Segments the network on MAC addresses
9A-37
Network Hardware
• Router
– Connects two or more LANs together
– Packets sent to remote LAN cross
– Network is segmented by IP address
– Connect internal networks to the Internet
– Need configured before installation
9A-38
Network Hardware
• Gateway
– Connects two dissimilar networks
– Connects coax to twisted pair
– Most gateways contained in other devices
9A-39
Network Cabling
• Cabling specifications
– Bandwidth measures cable speed
• Typically measured in Mbps
– Maximum cable length
– Connector describes the type of plug
9A-40
Network Cabling
• Ethernet
– Very popular cabling technology
– 10 Base T, 10Base2, 10Base5
– Maximum bandwidth 10 Mbps
– Maximum distances100 to 500 meters
9A-41
Network Cabling
• Fast Ethernet
– Newer version of Ethernet
– Bandwidth is 100 Mbps
– Uses Cat5 or greater cable
• Sometimes called 100Base T
– Requires a switch
9A-42
Network Cabling
• Gigabit Ethernet
– High bandwidth version of Ethernet
– 1 to 10 Gbps
– Cat 5 or fiber optic cable
– Video applications
9A-43
Network Cabling
• Token ring
– Uses shielded twisted pair cabling
– Bandwidth between 10 and 25 Mbps
– Uses a multiple access unit (MAU)
– Popular in manufacturing and finance
9A-44
Network Protocols
• Language of the network
– Rules of communication
– Error resolution
– Defines collision and collision recovery
– Size of packet
– Naming rules for computers
9A-45
Network Protocols
• TCP/IP
– Transmission Control Protocol/Internet
Protocol
– Most popular protocol
– Machines assigned a name of 4 numbers
• IP address
• 209.8.166.179 is the White House’s web site
– Dynamic Host Configuration Protocol
• Simplifies assignment of IP addresses
– Required for Internet access
9A-46
Network Protocols
• IPX/SPX
– Internet Packet Exchange/Sequenced
Packet Exchange
– Older protocol
– Associated with Novell Netware
– Replaced by TCP/IP
9A-47
Network Protocols
• NetBEUI
– Network BIOS Extended User Interface
– Used by Windows to name computers
– Transmission details handled by TCP/IP
9A-48
Network Protocols
• Token ring
– Popular in manufacturing and finance
– Nodes communicate when they have the
token
Summary
 Network Definition
 The User of a Network
 Sharing Data (VoIP)
 Communication Network Types
 Hybrid Network Types
 Network Topologies
 Web based Network
 Wireless Network
 Network Hardware
Chapter 9A
End of Chapter

More Related Content

PPT
Network basics
PPT
Intro chapter 07_a Networking
PPT
Intro Ch 09A.ppt
PPT
Intro Ch 09A.ppt
PPT
Intro Ch 09A.ppt
PPT
network basics.pptuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
PPT
Chap 9A Networks (Lecture) IT Slides # 1
Network basics
Intro chapter 07_a Networking
Intro Ch 09A.ppt
Intro Ch 09A.ppt
Intro Ch 09A.ppt
network basics.pptuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
Chap 9A Networks (Lecture) IT Slides # 1

Similar to ICT-Lecture_19 (Networking and its components).pptx (20)

PPT
Introduction to computer
PPT
Networktypes.ppt
PPT
Network basics
PPT
Computernetworks.ppt
PPT
VOip.ppt
PPT
Commonnetwork.ppt
PPT
Computernetworksss.ppt
PPT
Networkuses.ppt
PPT
Computernet.ppt
PPT
Intro Ch 09 A
PPT
Network basics
PPTX
Introducation to networking.pptx
PPT
Network basicsssssssssssssssssssssss.ppt
PDF
Computer Network Basics.pdf
PPT
Network basicssssssssssssssspythonnn.ppt
PPTX
basics of network in data structures
PPTX
Networking
PPTX
introduction to basicComputer Networks .pptx
PPTX
Lecture No 3 Communicating Digital Content 2.pptx
Introduction to computer
Networktypes.ppt
Network basics
Computernetworks.ppt
VOip.ppt
Commonnetwork.ppt
Computernetworksss.ppt
Networkuses.ppt
Computernet.ppt
Intro Ch 09 A
Network basics
Introducation to networking.pptx
Network basicsssssssssssssssssssssss.ppt
Computer Network Basics.pdf
Network basicssssssssssssssspythonnn.ppt
basics of network in data structures
Networking
introduction to basicComputer Networks .pptx
Lecture No 3 Communicating Digital Content 2.pptx
Ad

More from muhammadanus20 (6)

PPTX
PF-Lec (Program Solutions in C Language).pptx
PPTX
ICT-Lecture_07(Primary Memory and its types).pptx
PPTX
ICT-Lecture_4(CPU, Registers,BUSES).pptx
PPTX
ICT-Lecture_3(LookInsidetheComputerSystem).pptx
PPTX
ICT-Lecture_2(History of Generation).pptx
PDF
Introduction to operating systems and its components.pdf
PF-Lec (Program Solutions in C Language).pptx
ICT-Lecture_07(Primary Memory and its types).pptx
ICT-Lecture_4(CPU, Registers,BUSES).pptx
ICT-Lecture_3(LookInsidetheComputerSystem).pptx
ICT-Lecture_2(History of Generation).pptx
Introduction to operating systems and its components.pdf
Ad

Recently uploaded (20)

PDF
Race Reva University – Shaping Future Leaders in Artificial Intelligence
PDF
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
PDF
Everyday Spelling and Grammar by Kathi Wyldeck
PDF
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
PDF
1.Salivary gland disease.pdf 3.Bleeding and Clotting Disorders.pdf important
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PDF
Literature_Review_methods_ BRACU_MKT426 course material
PPTX
2025 High Blood Pressure Guideline Slide Set.pptx
PPTX
Module on health assessment of CHN. pptx
PDF
Laparoscopic Colorectal Surgery at WLH Hospital
PDF
Nurlina - Urban Planner Portfolio (english ver)
PDF
Journal of Dental Science - UDMY (2022).pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
Comprehensive Lecture on the Appendix.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
What’s under the hood: Parsing standardized learning content for AI
PDF
Disorder of Endocrine system (1).pdfyyhyyyy
PDF
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
PDF
CRP102_SAGALASSOS_Final_Projects_2025.pdf
PDF
English-bài kiểm tra tiếng anh cơ bản.pdf
Race Reva University – Shaping Future Leaders in Artificial Intelligence
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
Everyday Spelling and Grammar by Kathi Wyldeck
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
1.Salivary gland disease.pdf 3.Bleeding and Clotting Disorders.pdf important
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
Literature_Review_methods_ BRACU_MKT426 course material
2025 High Blood Pressure Guideline Slide Set.pptx
Module on health assessment of CHN. pptx
Laparoscopic Colorectal Surgery at WLH Hospital
Nurlina - Urban Planner Portfolio (english ver)
Journal of Dental Science - UDMY (2022).pdf
Cambridge-Practice-Tests-for-IELTS-12.docx
Comprehensive Lecture on the Appendix.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
What’s under the hood: Parsing standardized learning content for AI
Disorder of Endocrine system (1).pdfyyhyyyy
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
CRP102_SAGALASSOS_Final_Projects_2025.pdf
English-bài kiểm tra tiếng anh cơ bản.pdf

ICT-Lecture_19 (Networking and its components).pptx

  • 2. Last Lecture Summary  Acquiring Software  Software Suit  Word Processing Software  Spreadsheet Programs  Presentation Programs  Personal Information Managers  Graphics File Formats  Acquiring Images  Graphics Software 
  • 3. 9A-3 Network Definition • Set of technologies that connects computers • Allows communication and collaboration between users
  • 4. 9A-4 The Uses of a Network • Simultaneous access to data – Data files are shared • Access can be limited – Shared files stored on a server – Software can be shared • Site licenses • Network versions • Application servers
  • 5. 9A-5 The Uses of a Network • Shared peripheral device – Printers and faxes are common shares – Reduces the cost per user – Devices can be connected to the network – Print servers control network printing • Manage the print queue
  • 6. 9A-6 Sharing Data File server contains documents used by other computers.
  • 7. 9A-7 The Uses of a Network • Personal communication – Email • Instantaneous communication – Conferencing • Tele conferencing • Videoconferencing • Audio-conferencing • Data-conferencing – Voice over IP • Phone communication over network wires
  • 9. 9A-9 The Uses of a Network • Easier data backup – Backup copies data to removable media – Server data backed up in one step
  • 10. 9A-10 Common Network Types • Local Area Network (LAN) – Contains printers, servers and computers – Systems are close to each other – Contained in one office or building – Organizations often have several LANS
  • 11. 9A-11 Common Network Types • Wide Area Networks (WAN) – Two or more LANs connected – Over a large geographic area – Typically use public or leased lines • Phone lines • Satellite – The Internet is a WAN
  • 12. 9A-12 Hybrid Network Types • Campus Area Networks (CAN) – A LAN in one large geographic area – Resources related to the same organization – Each department shares the LAN
  • 13. 9A-13 Hybrid Network Types • Metropolitan Area Network (MAN) – Large network that connects different organizations – Shares regional resources – A network provider sells time
  • 14. 9A-14 Hybrid Network Types • Home Area Network (HAN) – Small scale network – Connects computers and entertainment appliances – Found mainly in the home
  • 15. 9A-15 Hybrid Network Types • Personal Area Network (PAN) – Very small scale network – Range is less than 2 meters – Cell phones, PDAs, MP3 players
  • 16. 9A-16 How Networks Are Structured • Server based network – Node is any network device – Servers control what the node accesses – Users gain access by logging in – Server is the most important computer
  • 17. 9A-17 How Networks Are Structured • Client/Server network – Nodes and servers share data roles – Nodes are called clients – Servers are used to control access – Database software • Access to data controlled by server – Server is the most important computer
  • 18. 9A-18 How Networks Are Structured • Peer to peer networks (P2PN) – All nodes are equal – Nodes access resources on other nodes – Each node controls its own resources – Most modern OS allow P2PN – Distributing computing is a form – Kazaa
  • 19. 9A-19 Network Topologies • Topology – Logical layout of wires and equipment – Choice affects • Network performance • Network size • Network collision detection – Several different types
  • 20. 9A-20 Network Topologies • Packets – Pieces of data transmitted over a network • Packets are created by sending node • Data is reassembled by receiving node – Packet header • Sending and receiving address – Packet payload • Number and size of data • Actual data – Packet error control
  • 21. 9A-21 Network Topologies • Bus topology – Also called linear bus – One wire connects all nodes – Terminator ends the wires – Advantages • Easy to setup • Small amount of wire – Disadvantages • Slow • Easy to crash
  • 22. 9A-22 Network Topologies • Star topology – All nodes connect to a hub • Packets sent to hub • Hub sends packet to destination – Advantages • Easy to setup • One cable can not crash network – Disadvantages • One hub crashing downs entire network • Uses lots of cable – Most common topology
  • 24. 9A-24 Network Topologies • Ring topology – Nodes connected in a circle – Tokens used to transmit data • Nodes must wait for token to send – Advantages • Time to send data is known • No data collisions – Disadvantages • Slow • Lots of cable
  • 25. 9A-25 Network Topologies • Mesh topology – All computers connected together – Internet is a mesh network – Advantage • Data will always be delivered – Disadvantages • Lots of cable • Hard to setup
  • 27. 9A-27 Network Media • Links that connect nodes • Choice impacts – Speed – Security – Size
  • 28. 9A-28 Wire Based Media • Twisted-pair cabling – Most common LAN cable – Called Cat5 or 100BaseT – Four pairs of copper cable twisted – May be shielded from interference – Speeds range from 1 Mbps to 1,000 Mbps
  • 29. 9A-29 Wire Based Media • Coaxial cable – Similar to cable TV wire – One wire runs through cable – Shielded from interference – Speeds up to 10 Mbps – Nearly obsolete
  • 30. 9A-30 Wire Based Media • Fiber-optic cable – Data is transmitted with light pulses – Glass strand instead of cable – Immune to interference – Very secure – Hard to work with – Speeds up to 100 Gbps
  • 31. 9A-31 Wireless Media • Data transmitted through the air • WANs use radio waves • LANs use microwave signals • Easy to setup • Difficult to secure
  • 32. 9A-32 Network Hardware • Network interface cards – Network adapter – Connects node to the media – Unique Machine Access Code (MAC)
  • 33. 9A-33 Network Hardware • Network linking devices – Connect nodes in the network – Cable runs from node to device – Crossover cable connects two computers
  • 34. 9A-34 Network Hardware • Hubs – Center of a star network – All nodes receive transmitted packets – Slow and insecure
  • 35. 9A-35 Network Hardware • Switches – Replacement for hubs – Only intended node receives transmission – Fast and secure
  • 36. 9A-36 Network Hardware • Bridge – Connects two or more LANs together – Packets sent to remote LAN cross • Other packets do not cross – Segments the network on MAC addresses
  • 37. 9A-37 Network Hardware • Router – Connects two or more LANs together – Packets sent to remote LAN cross – Network is segmented by IP address – Connect internal networks to the Internet – Need configured before installation
  • 38. 9A-38 Network Hardware • Gateway – Connects two dissimilar networks – Connects coax to twisted pair – Most gateways contained in other devices
  • 39. 9A-39 Network Cabling • Cabling specifications – Bandwidth measures cable speed • Typically measured in Mbps – Maximum cable length – Connector describes the type of plug
  • 40. 9A-40 Network Cabling • Ethernet – Very popular cabling technology – 10 Base T, 10Base2, 10Base5 – Maximum bandwidth 10 Mbps – Maximum distances100 to 500 meters
  • 41. 9A-41 Network Cabling • Fast Ethernet – Newer version of Ethernet – Bandwidth is 100 Mbps – Uses Cat5 or greater cable • Sometimes called 100Base T – Requires a switch
  • 42. 9A-42 Network Cabling • Gigabit Ethernet – High bandwidth version of Ethernet – 1 to 10 Gbps – Cat 5 or fiber optic cable – Video applications
  • 43. 9A-43 Network Cabling • Token ring – Uses shielded twisted pair cabling – Bandwidth between 10 and 25 Mbps – Uses a multiple access unit (MAU) – Popular in manufacturing and finance
  • 44. 9A-44 Network Protocols • Language of the network – Rules of communication – Error resolution – Defines collision and collision recovery – Size of packet – Naming rules for computers
  • 45. 9A-45 Network Protocols • TCP/IP – Transmission Control Protocol/Internet Protocol – Most popular protocol – Machines assigned a name of 4 numbers • IP address • 209.8.166.179 is the White House’s web site – Dynamic Host Configuration Protocol • Simplifies assignment of IP addresses – Required for Internet access
  • 46. 9A-46 Network Protocols • IPX/SPX – Internet Packet Exchange/Sequenced Packet Exchange – Older protocol – Associated with Novell Netware – Replaced by TCP/IP
  • 47. 9A-47 Network Protocols • NetBEUI – Network BIOS Extended User Interface – Used by Windows to name computers – Transmission details handled by TCP/IP
  • 48. 9A-48 Network Protocols • Token ring – Popular in manufacturing and finance – Nodes communicate when they have the token
  • 49. Summary  Network Definition  The User of a Network  Sharing Data (VoIP)  Communication Network Types  Hybrid Network Types  Network Topologies  Web based Network  Wireless Network  Network Hardware
  • 50. Chapter 9A End of Chapter

Editor's Notes

  • #4: Teaching Tip Figure 9A.2 on page 342 visually describes the sharing process. It can be helpful to have students open a shared file that you control. Make a change then have the students open it again. Alternatively, share a document and allow your students to write in it. Then demonstrate how the shared document changes. Spend time discussing why application servers need to be so powerful.
  • #5: Teaching tip Figure 9A.4 on page 344 shows a print queue. It can be helpful to demonstrate your classroom queue.
  • #7: Teaching tip It is fun if you can setup a teleconference in your classroom. Students get to learn how to join or create the conference. Additionally, they learn how to participate. Finally, students have fun, especially with shared whiteboards.
  • #9: Insider information The text describes needing special software to back up data from user drives. However, the backup utility that comes with Windows 2000 and XP is capable of performing this chore.
  • #10: Teaching tip Use a real world example to describe an organization with interconnected LANs.
  • #11: Teaching tip Blockbuster Video uses a WAN to connect it’s stores nationwide. Customers from Pittsburgh may rent videos in Hilton Head. Late fees will even be displayed!
  • #13: Teaching tip An example of a regional resource is a supercomputer. For example, Pittsburgh has the Pittsburgh Super Computing center (www.psc.edu). The various colleges in Pittsburgh connect to the center through a MAN in Pittsburgh.
  • #15: Insider information PAN is very new. Few devices support PAN. High end cell phones include Bluetooth technology. Once the technology matures, Bluetooth will allow the creation of a PAN.
  • #16: Teaching tip Spend a few minutes here discussing password policies. Describe why it is important not to give out a password. Also describe why longer, more complicated passwords are important.
  • #18: Teaching tip Discuss how users managing their own security settings can be bad.
  • #19: Teaching tip Discuss how your network topology handles collisions. If your students are technical, contrast this with an inferior topology.
  • #20: Teaching tip For technical students take the time to draw the packet structure on the board. The typical structure is destination address | sending address | packet number | total packets | data size | payload | error control.
  • #21: Teaching tip Pages 352 and 353 have diagrams of each network topology
  • #28: Insider information Interference is usually electrical. Magnets, solar flares or electronic devices generate interference.
  • #30: Teaching tip Remind students that bps is bits per second. Gbps then is billion bits per second.
  • #31: Teaching tip Now is the time to briefly discuss 802.11 standards. A full discussion of 802.11 is covered in the next section.
  • #32: Insider Information The Xerox Corporation controls the assignment of Ethernet addresses to NIC manufacturers.
  • #35: Insider information Twisted pair networks cannot achieve higher than 10 Mbps using a hub. Switches are necessary to achieve 100 Mbps or higher.
  • #37: Discussion point Ask who in the class has high speed Internet. Then determine if anyone is sharing this to the rest of the house or dorm. If they are, see if they can describe the setup. Most likely, the sharing is done with a router.
  • #41: Teaching tip Point out that the speed of the cable is the number before the word Base.
  • #45: Teaching tip Have students determine IP addresses for the computer. On 2000/XP enter ipconfig /all. Windows 98 and back enter winipcfg.
  • #47: Discussion Point Have students tell you what BIOS stands for.