Download Network Technology Foundations

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Network Technology
Foundations
© 2004 ProsoftTraining
All Rights Reserved
Lesson 2:
TCP/IP Suite and
Internet Addressing
Objectives








Define and describe the Internet architecture
model and various Internet protocols
Describe the purpose of RFCs
Explain the routing process
Compare and contrast RIP with OSPF
Describe port numbers and their functions
Explain IP addressing, address classes, default
subnet masks and the use of private IP
addresses
Define the TCP/IP properties needed to
configure a typical workstation
Describe various diagnostic tools for
troubleshooting TCP/IP networks
Internet Architecture
Application Layer
Transport Layer
Internet Layer
Network Access Layer
Requests for
Comments (RFCs)

Protocol states
• Maturity level
• Additional
Internet Protocols




Network access layer
Internet layer
Transport layer
Application layer
Demultiplexing
Telnet
FTP
TFTP
TCP
SNMP
UDP
IGMP
ICMP
IP
RARP
ARP
ETHERNET
Introduction to Routing





Direct routing
Indirect routing
Routing process
Routing information tables
Static versus dynamic routing
Routing Protocols



Interior versus exterior protocols
RIP
OSPF
Port Numbers



Classifying port numbers
Well-known port numbers
Registered port numbers
Internet Addressing
field1.
field2.field3.field4
Each field represents one byte of data
Subnet Mask



Distinguishes the network and host portions of an
IP address
Specifies whether a destination address is local or
remote
Network portion of an Internet address can be
determined using the TCP/IP ANDing function
Internet Address Classes





Class
Class
Class
Class
Class
A
B
C
D
E
Default Subnet Masks
for IP Address Classes
Private IP Addresses
Internet Protocol
Version 6 (IPv6)


Shortcomings of IPv4
• Limited address space
• Lack of security
• Speed problems
• Configuration problems
Strengths of IPv6
• More efficient and requires less administrative
overhead than IPv4
• Provides a practically unlimited number of IP
addresses
• Less dependent on routers
System Configuration
and IP Addresses





Default gateway
Loopback address
Broadcast address
Network and special-case source addresses
Normal TCP/IP workstation configuration
Diagnostic Tools
for Internet Troubleshooting










ping
tracert and traceroute
route
netstat
nbtstat
ipconfig — Windows NT/2000/XP
ifconfig — UNIX/Linux
winipcfg — Windows 95/98/Me
arp
Network analyzers
Related documents