Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet...

24
Semester 1 Module 1

Transcript of Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet...

Page 1: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Semester 1

Module 1

Page 2: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Module Index• Module : Introduction to Networking • • Connecting to the Internet • Requirements for Internet connection • PC basics • Network interface card • NIC and modem installation • Overview of high-speed and dial-up

connectivity • TCP/IP description and configuration • Testing connectivity with ping • Web browser and plug-Ins • Troubleshooting Internet connection

problems • •

Network Math • Binary presentation of data • Bits and bytes • Base 10 number system • Base 2 number system • Converting decimal numbers to 8-bit binary numbers • Converting 8-bit binary numbers to decimal numbers • Four-octet dotted decimal representation of 32-bit binary numbers • Hexadecimal • Boolean or binary logic • IP addresses and network masks

Page 3: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Labs

• 1.1.6 PC Network TCP/IP tools

• 1.1.7 Ping & Tracert

• 1.1.9 Troubleshooting PC&Network

• 1.2.5 Decimal to Binary

• 1.2.6 Binary to Decimal

• 1.2.8 Hexadicimal

Page 4: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Connection to the Internet

Page 5: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

PC Hardware

• Resistor – • Connector • Light emitting diode (LED) • Random-access memory (RAM) • Read-only memory (ROM) • Expansion slot • Power supply • Network interface card (NIC)

Page 6: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

NIC

• Protocols – Ethernet, Token Ring, or FDDI • Types of media – Twisted-pair, coaxial, wireless, or fiber-optic • Type of system bus – PCI or ISA

A NIC must be installed for each device on a network

Situations that require NIC installation include the following:

• Installation of a NIC on a PC that does not already have one • Replacement of a malfunctioning or damaged NIC • Upgrade from a 10-Mbps NIC to a 10/100/1000-Mbps NIC • Change to a different type of NIC, such as wireless • Installation of a secondary, or backup, NIC for network security reasons

Page 7: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

winipcfg

Page 8: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

ipconfig

Page 9: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Ping

ping 127.0.0.1. ping IP address of host computer

ping default-gateway IP address ping remote destination IP address

Page 10: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Ping

Page 11: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Tracert

Page 12: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Troubleshoot

Page 13: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Bit&Byte

Page 14: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Decimal system (Base 10)

Page 15: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Binary system (Base 2)

Page 16: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Conversion

Page 17: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Convertion

• 218 = 11011010• 218÷2=109 remainder 0• 109÷2=54 remainder 1• 54÷2=27 remainder 0• 27÷2=13 remainder 1• 13÷2=6 remainder 1• 6÷2=3 remainder 0• 3÷2=1 remainder 1• 1÷2=0 remainder 1

Page 18: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Dotted Decimal notation

Page 19: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Hexadecimal

0x5D

Page 20: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Conversion Bin to Hex

Page 21: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

Boolean logic

• NOT –

• AND –

• OR –

Page 22: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

IP Math

Page 23: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

IP Math

11111111 00000000 00000000 00000000 written in dotted decimal as 255.0.0.0

11111111 11111111 00000000 00000000 written in dotted decimal as 255.255.0.0

The IP address 10.34.23.134 in binary is 00001010.00100010.00010111.10000110

Page 24: Semester 1 Module 1. Module Index Module : Introduction to Networking Connecting to the Internet Requirements for Internet connection PC basics Network.

IP Math

• 00001010.00100010.00010111.10000110 11111111.00000000.00000000.00000000 00001010.00000000.00000000.00000000

• 10.0.0.0

• 00001010.00100010.00010111.10000110 11111111.11111111.00000000.00000000 00001010.00100010.00000000.00000000

• 10.34.0.0