SlideShare a Scribd company logo
1 of 78
Download to read offline
ADDRESSING PADA TCP/IP
Presented by Dr. Suryani Alifah
TCP/IP Protocol Suite 2
ADDRESSING PADA TCP/IP
Terdapat 4 level pengalamatan yang digunakan
pada internet menggunakan protokol TCP/IP:
1. Alamat fisik/ physical address,
2. Alamat logika/ logical address,
3. Alamat port/ port address,
4. Alamat khusus aplikasi/ application-specific
address.
Setiap alamat dihubungkan dengan salu layer pada
arsitektur TCP/IP
3
NETWORK ACCESS LAYER:
PHYSICAL ADDRESS
5
Data Link and
Physical Layers
Application
Transport
Network
Network Interface
Message
Segments
h M h M h M
h M
h h M
h h M
h
Packets
h M
h h M
h
h h
Frames
TCP/IP Protocol Suite 6
Data
87 10
1 packet
accepted
Data
87 10
4
TCP/IP Protocol Suite 7
Sebagian besar LAN menggunakan alamat fisik 48-bit (6-byte)
yang ditulis sebagai digit 12 hexadecimal; dimana setiap byte
(2 hexadecimal digits) dipisahkan dengan colon, sbb:
07:01:02:01:2C:4B
A 6-byte (12 hexadecimal digits) physical address
8
•Hanya alamat hardware (MAC address) yang
unik untuk setiap host
•Perlu mengubah alamat jeringan ke alamat MAC
Ethernet
Ethernet
Frame
Ethernet address = ?
Packet
Destination IP = 158.132.148.132
Source IP =
158.132.148.66
Packet
9
ARP – Address Resolution
Protocol
1. Broadcast: Who has got IP address
8. . 8. ? What s your
Ethernet address?
2. Reply: I do. My Ethernet address is
00-60-8C-41-37-52
Case 1
Ethernet Frame
3.
Ethernet address = 00-60-8C-41-37-52
10
ARP – Address
Resolution Protocol
Case 2
1. Broadcast: Who has got IP address
8. . 8. ? What s your
Ethernet address?
2. Reply: The IP you indicated is not in your network. You
can give the packet to me first. My MAC address is 00-
60-8C-12-34-56
Router
3.
Ethernet Frame
Ethernet address = 00-60-8C-12-34-56
11
ARP Cache
•Will have a heavy traffic if so many ARP
broadcast messages are generated
•Each host will have a cache to store the
mappings (from IP to MAC address) that were
obtained before
•An entry will only be kept in the cache for a
limited amount of time (say, 2 minutes)
IP Address MAC Address
158.132.148.80 00-60-8C-27-35-9A
158.132.148.28 02-60-8C-1A-37-49
NETWORK LAYER:
ALAMAT LOGIKA
13
Network Layer
Application
Transport
Network
Network Interface
Message
Segments
h M h M h M
h M
h h M
h h M
h
Datagrams / Packets
14
Alamat jaringan/Network dan
Subnet
•Headerditambahkan ke setiap segmen pada
Network layer
IP
3
Total
Length
Time to
Live
Protocol Header
CheckSum
Source Address
Destination Address
Segment
Segment
15
•Total Length – Total length of a packet (up to
65535 bytes)
•Time to Live – How many times this packet can
be routed on the network (up to 255)
•Protocol – The transport layer protocol that the
packet belongs to
• TCP: 6
• UDP: 17
• ICMP: 1
•Source address – the network address of the
computer that sends the data
•Destination address – the network address of
the computer that the data is sending to
16
•(Already mentioned)
•Each computer (host) must have a unique network
address (or IP address for TCP/IP suite)
•Each IP address is 32-bit long (four bytes)
•The four-byte address is written out as a.b.c.d
•e.g. Byte 1 Byte 2 Byte 3 Byte 4
158 132 161 99
•IP addresses are hierarchical
•network I.D. and host I.D.
•Each Network I.D. on the Internet needs to be
registered to the Internet Assigned Number
Authority
17
Net I.D.
Class A – for very large network
Host I.D.
0
1 bit 7 bits 24 bits
•Only 27 (63) networks can belong to this class
•Each network, there are 224 hosts or computers
•Very few class A networks in the world
•e.g. Arpanet – the earliest packet switched
WAN (started 40 years ago)
18
Net I.D.
Class B – for medium size network
Host I.D.
0
2 bits 14 bits 16 bits
•214 (16384) networks can belong to this class
•Each network, there are 216 (65536) hosts or
computers
•Polyu s address elo gs to this group
•e.g. 158.132.14.1
1
1001 1110 1000 0100 0000 1110 0000 0001
Network I.D. Host I.D.
19
Class C – for small network
Net I.D. Host I.D.
0
3 bits 21 bits 8 bits
•221 networks can belong to this class
•Each network, there are only 28 (256) hosts or
computers
1
1
20
Class D – for multicast network
Group no.
0
4 bits 28 bits
•Packets are addressed to a multicast group
•Not often supported on Internet
1
1
1
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
21
Special Addresses
•Host I.D. = all s  Directed broadcast
Broad ast to all hosts i the etwork or
su etwork , ot assig ed
•Host I.D. = all s  This etwork , ot assig ed
•Network I.D. = 127 is reserved for loopback and
diagnostic purposes, not assigned
•Network I.D. + Host I.D. = all s  Limited
broadcast
Broad ast to all hosts i the urre t etwork ,
not assigned
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
22
Subnets
•A class B address can have 65536 hosts
•Difficult to manage
•Usually subdivide into a few small subnets
•Subnetting can also help to reduce broadcasting
traffic
All traffic to
158.132.0.0
158.132.0.0
Total 65536 hosts
Router
Router
All traffic to
158.132.0.0
158.132.1.0
158.132.2.0
158.132.3.0
Each subnet 256 hosts
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
23
Subnet Mask
•How does the router know which subnet a packet
should go?
•For each interface of the router, a subnet mask is
provided to redefine which part of the address is
Net ID and which part is Host ID
•Become classless addressing
A subnet mask: 255.255.255.0
1111 1111.1111 1111. 1111 1111. 0000 0000
s Net ID s Host ID
24
Router
A packet with destination
address 158.132.1.10
S0
E0 S1
S2
S0 S1 S2
Subnet 158.132.1.0 158.132.2.0 158.132.3.0
Mask 255.255.255.0 255.255.255.0 255.255.255.0
Routing Table
158.132. 1. 10
AND 255.255.255. 0
158.132. 1. 0
158.132.1.10
1001 1110.1000 0100.0000 0001.0000 1010
AND 1111 1111.1111 1111.1111 1111.0000 0000
1001 1110.1000 0100.0000 0001.0000 0000
Advantage: easy to compute
25
F. Routing
•How a packet finds its way to a computer in a
network?
•By using Routers
•Routing is the selection of a path to guide a
packet from the source to the destination
•Criteria in selecting a path may be:
•Shortest path
•Quickest path
•Cheapest path
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
26
Hong Kong
158.132.161.99
U.S.
212.64.123.98
router
Internet
The red path is the
shortest path
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
27
•Each router has a table that records the
estimated distance to all other routers
•If a router knows the entire network topology,
the shortest path can be calculated
•To achieve this, routers broadcast Link State
Advertisement to all other routers periodically
•By means of routing protocol
•Each router knows the exact topology, and then
calculates the shortest path
•In practice, it is not possible for a router to all
paths. Only the nearer ones are kept
•Hence can give wrong estimation
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
28
Host A
158.132.148.66
Default gateway: Router C
Host B
160.64.123.98
Router C
S0
T1
T1
S1
T0
S1
S1
T0
S0
T0
T0
Router A
Subnet
160.64.123.0
Router B
Routing Table
Subnet
158.132.166.0
S1 158.132.166.0
255.255.255.0
Direct
T1 160. 64. 0. 0
255.255. 0. 0
Forward
Subnet
160.64.124.0
Routing Table
S0
S0
S1
160. 64.124.0
255.255.255.0
160. 64.123.0
255.255.255.0
Direct
Direct
ENG224
INFORMATION TECHNOLOGY – Part I
9. TCP/IP
Obtaining an IP Address
Obtaining an Internet Address
• Static addressing
– Each individual device must be configured with an IP
address.
• Dynamic addressing
– Reverse Address Resolution Protocol (RARP)
– Bootstrap Protocol (BOOTP)
– Dynamic Host Configuration Protocol (DHCP)
– DHCP initialization sequence
– Function of the Address Resolution Protocol
– ARP operation within a subnet
Static Assignment of IP Addresses
• Each individual device
must be configured
with an IP address.
Reverse Address Resolution Protocol
(RARP)
MAC HEADER IP HEADER
RARP REQUEST
MESSAGE
Destination
FF-FF-FF-FF-FF-FF
Source
FE:ED:FD:23:44:EF
Destination
255.255.255.255
Source
????????
What is my IP
address?
BOOTP IP
• The Bootstrap Protocol (BOOTP) operates in a
client/server environment and only requires a single
packet exchange to obtain IP information.
• BOOTP packets can include the IP address, as well as
the address of a router, the address of a server, and
vendor-specific information.
Dynamic Host Configuration Protocol
• Allows a host to obtain an IP address using a defined
range of IP addresses on a DHCP server.
• As hosts come online, contact the DHCP server, and
request an address.
Problems in Address Resolution
• In TCP/IP communications, a datagram on a local-area
network must contain both a destination MAC address and
a destination IP address.
• There needs to be a way to automatically map IP to MAC
addresses.
• The TCP/IP suite has a protocol, called Address Resolution
Protocol (ARP), which can automatically obtain MAC
addresses for local transmission.
• TCP/IP has a variation on ARP called Proxy ARP that will
provide the MAC address of an intermediate device for
transmission outside the LAN to another network segment.
Address Resolution Protocol (ARP)
• Each device on a network maintains its
own ARP table.
• A device that requires an IP and MAC
address pair broadcasts an ARP request.
• If one of the local devices matches the
IP address of the request, it sends back
an ARP reply that contains its IP-MAC
pair.
• If the request is for a different IP
network, a router performs a proxy ARP.
• The router sends an ARP response with
the MAC address of the interface on
which the request was received, to the
requesting host.
IP Address
ARP/RARP Message Structure
BOOTP Message Structure
DHCP Message Structure
ARP Table Entry
ARP Table Funtions
The ARP Process
ARP Request
Proxy ARP Request
Default Gateway
Primary TCP/IP Port Assignments
Port Assigment Port Assigment
20 FTP 80 HTTP
21 FTP 110 POP3
22 SSH 119 NNTP
23 Telnet 123 NTP
25 SMTP 143 IMAP4
53 DNS 161 SNMP
69 TFTP 443 HTTPS
2049 NFS
TRANSPORT LAYER:
PORT ADDRESSING
Transport Layer Protocols
50
Transport Layer
Application
Transport
Network
Network Interface
Message
Segments
h M h M h M
51
D. TCP and UDP
•TCP is a connection-oriented protocol
• Does not mean it has a physical connection between sender and receiver
• TCP provides the function to allow a connection virtually exists – also called
virtual circuit
•TCP provides the functions:
• Dividing a chunk of data into segments
• Reassembly segments into the original chunk
• Provide further the functions such as reordering and data resend
•Offering a reliable byte-stream delivery service
TCP – Transmission Control Protocol
52
Source Port Destination
Port
Sequence Number
Acknowledgement
Number
Checksum
Message Data
TCP
Dividing and Reassembly
Message
53
1 2 3
Sender
Timeout
retransmit
A1 A3
1 3
Recipient
2
A2
54
•A Typical Procedure
•Sender
• TCP divides a message into segments
• Add sequence no.
• Send the segments in sequence and wait for acknowledgement
• If an acknowledgement for a segment is not received for a certain
period of time, resend it until an acknowledgement is received
•Recipient
• When receiving segments, send the acknowledgement with correct
number
• Reassembly the segments back to the message
55
•A computer may perform a number of network
applications at the same time
• FTP + SMTP + HTTP, etc.
•Each computer has only one network address, how
can it serve so many applications at the same time?
Port Multiplexing
 by port multiplexing
Network add:
158.132.161.99
Port 21 Port 25
Port 80
FTP SMTP
HTTP
56
Well-known Port Numbers
•Some port numbers are reserved for some purposes
• Port 21: FTP – file transfer
• Port 25: SMTP – mail transfer
• Port 23: TELNET – remote login
• Port 80: HTTP – Web access
•These port numbers are well known to all
computers in the network
•E.g. whenever a client access port 25 of the server, it
means the client needs SMTP service
57
Client SMTP Server
Located by: network
address + TCP port no.
Source Port
= 1357
Destination
Port = 25
Sequence Number
Acknowledgement
Number
Checksum
Message Data
SMTP port
= 1357
SMTP port
= 25
58
Client A SMTP + FTP Server
Client B
SMTP port
= 1357
FTP port
= 1361
Network address:
158.132.161.99
SMTP port
= 25
FTP port
= 21
TCP
• Usual transport layer is Transmission Control Protocol
– Reliable connection
• Connection
– Temporary logical association between entities in different systems
• TCP PDU
– Called TCP segment
– Includes source and destination port (c.f. SAP)
• Identify respective users (applications)
• Connection refers to pair of ports
• TCP tracks segments between entities on each connection
UDP
• Alternative to TCP is User Datagram Protocol
• Not guaranteed delivery
• No preservation of sequence
• No protection against duplication
• Minimum overhead
• Adds port addressing to IP
TCP and UDP Headers
APPLICATION LAYER
63
•Application layer protocols define the rules when
implementing specific network applications
•Rely on the underlying layers to provide accurate
and efficient data delivery
•Typical protocols:
• FTP – File Transfer Protocol
• For file transfer
• Telnet – Remote terminal protocol
• For remote login on any other computer on the network
• SMTP – Simple Mail Transfer Protocol
• For mail transfer
• HTTP – Hypertext Transfer Protocol
• For Web browsing
Application Layer Examples
65
•TCP/IP is uilt o connectionless te h ology, ea h
datagram finds its own way to its destination
•Transport Layer protocols define the rules of
• Dividing a chunk of data into segments
• Reassemble segments into the original chunk
•Typical protocols:
• TCP – Transmission Control Protocol
• Provide further the functions such as reordering and data resend
• UDP – User Datagram Service
• Use when the message to be sent fit exactly into a datagram
• Use also when a more simplified data format is required
66
•Network layer protocols define the rules of how to
find the routes for a packet to the destination
•It only gives best effort delivery. Packets can be
delayed, corrupted, lost, duplicated, out-of-order
•Typical protocols:
• IP – Internet Protocol
• Provide packet delivery
• ARP – Address Resolution Protocol
• Define the procedures of network address / MAC address translation
• ICMP – Internet Control Message Protocol
• Define the procedures of error message transfer
67
Application Layer
Application
Transport
Network
Network Interface
68
SMTP
TCP
IP, ARP, ICMP
Network Interface
SMTP
TCP
IP, ARP, ICMP
Network Interface
SMTP Server
Client
Actual
Virtual
B. Example: SMTP
69
•The underlying layers have guaranteed accurate
data delivery
•We need to make a lot agreements with the server
in application layer before sending mail
1. Agree on how data is represented
• Binary or ASCII
2. Ensure the right recipient
• There may be 1000 users served by the server
3. Ensure the client has the right to send mail
• Some clients are not welcome
4. How to tell the server it is the end of the message
• All mail looks the same
:
70
•Example: SMTP
The following mail is to be sent:
Date: Fri, 18 Jan 02 13:26:31 EDT
From: enpklun@polyu.edu.hk
To: tchsun@eee.hku.hk
Subject: meeting
Let’s get together Monday at 1pm.
71
SMTP Server
Client
access port 25 of server
HELO polyu.edu.hk
MAIL From: <enpklun@polyu.edu.hk>
220 eee.hku.hk SMTP Service at 20 Jan
02 05:17:18 EDT
250 eee.hku.hk – Hello,
polyu.edu.hk
250 MAIL accepted
72
Client SMTP Server
Date: Fri, 18 Jan 02 13:26:31 EDT
From: enpklun@polyu.edu.hk
To: tchsun@eee.hku.hk
Subject: meeting
Let’s get together Monday at 1pm.
.
RCPT To:<tchsun@eee.hku.hk>
DATA
250 Recipient accepted
354 Start mail input; end with
.
73
•The agreement made in the SMTP protocol
• All messages use normal text
• All ASCII characters
• The responses all begin with numbers
• To indicate the status when receiving the command
• Some words are reserved words
• HELO, MAIL, ‘CPT…
• Mail ends with a line that contains only a period
•The information passed with the SMTP messages
•The recipient name
•The sender name
•The mail
74
C. Domain Name (mentioned before)
•Every computer has a network address
•e.g. 158.132.161.99
•To access a computer, we need to specify its
network address
•Human beings are weak in memorizing numbers
•We prefer computer name or domain name
•e.g. hkpu10.polyu.edu.hk
•Need a machine on the Internet to convert name to
number
75
Domain name hierarchy
Example:
hkpu10.polyu.edu.hk
Root domain name
other examples:
com – commercial company
org – general organization
net – major network centre
gov – government org.
mil – militrary group
edu – education org.
•The domain
within hk
•Note: edu.hk is
not the same as
edu
•The domain within
edu.hk
•One of the
educational
institutions in H.K.
Computer name
76
•An organization needs to register its domain name
•e.g. PolyU has registered its name to the domain
of edu.hk
•Once a domain name is assigned, the organization is
free to assign other names belong to its domain
•e.g. we can have
hkpu10.polyu.edu.hk
smtp.polyu.edu.hk
mail.polyu.edu.hk
77
Client
Domain Name Server (DNS) of
polyu.edu.hk
Address of www.yahoo.com
Where is
www.yahoo.com?
usually UDP
DNS of com
DNS of Yahoo.com
Where is
www.yahoo.com?
Address of www.Yahoo.com
Where is yahoo.com?
Address of the DNS
of Yahoo.com
Become
client
78
•Nevertheless, such a complicated procedure needs
not perform in most cases
•Client computers usually remember the answers
that it got before
•It reduces the loading to the root DNS
•To further reduce loading, there can be many root
DNS on the Internet
•e.g. there are a few o root DN“

More Related Content

Similar to ADDRESSING PADA TCP IP

Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-finalTaymoor Nazmy
 
CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)Sam Bowne
 
4. Communication and Network Security
4. Communication and Network Security4. Communication and Network Security
4. Communication and Network SecuritySam Bowne
 
4. Communication and Network Security
4. Communication and Network Security4. Communication and Network Security
4. Communication and Network SecuritySam Bowne
 
Introduction to TCP / IP in networking Technology
Introduction to TCP / IP in networking TechnologyIntroduction to TCP / IP in networking Technology
Introduction to TCP / IP in networking Technologyroykousik2020
 
TCPIP SLIDES.ppt
TCPIP SLIDES.pptTCPIP SLIDES.ppt
TCPIP SLIDES.pptaymenshykh
 
IPHEADER_IPV4_IPV6_4.pdf
IPHEADER_IPV4_IPV6_4.pdfIPHEADER_IPV4_IPV6_4.pdf
IPHEADER_IPV4_IPV6_4.pdfAbhishekKumar66407
 
1.1.2 - Concept of Network and TCP_IP Model (2).pptx
1.1.2 - Concept of Network and TCP_IP Model (2).pptx1.1.2 - Concept of Network and TCP_IP Model (2).pptx
1.1.2 - Concept of Network and TCP_IP Model (2).pptxVINAYTANWAR18
 
Internet Protocol.pdf
Internet Protocol.pdfInternet Protocol.pdf
Internet Protocol.pdfBIT DURG
 
Ismail TCP IP.pdf
Ismail TCP IP.pdfIsmail TCP IP.pdf
Ismail TCP IP.pdfhelloraja
 
Ismail TCP IP.pdf
Ismail TCP IP.pdfIsmail TCP IP.pdf
Ismail TCP IP.pdfhelloraja
 

Similar to ADDRESSING PADA TCP IP (20)

Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-final
 
CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)
 
4. Communication and Network Security
4. Communication and Network Security4. Communication and Network Security
4. Communication and Network Security
 
TCP-IP PROTOCOL
TCP-IP PROTOCOLTCP-IP PROTOCOL
TCP-IP PROTOCOL
 
4. Communication and Network Security
4. Communication and Network Security4. Communication and Network Security
4. Communication and Network Security
 
User Datagram Protocol
User Datagram ProtocolUser Datagram Protocol
User Datagram Protocol
 
tcpip.ppt
tcpip.ppttcpip.ppt
tcpip.ppt
 
tcpip.ppt
tcpip.ppttcpip.ppt
tcpip.ppt
 
tcpip.ppt
tcpip.ppttcpip.ppt
tcpip.ppt
 
tcpip.ppt
tcpip.ppttcpip.ppt
tcpip.ppt
 
Introduction to TCP / IP in networking Technology
Introduction to TCP / IP in networking TechnologyIntroduction to TCP / IP in networking Technology
Introduction to TCP / IP in networking Technology
 
tcpip.ppt
tcpip.ppttcpip.ppt
tcpip.ppt
 
TCPIP SLIDES.ppt
TCPIP SLIDES.pptTCPIP SLIDES.ppt
TCPIP SLIDES.ppt
 
IPHEADER_IPV4_IPV6_4.pdf
IPHEADER_IPV4_IPV6_4.pdfIPHEADER_IPV4_IPV6_4.pdf
IPHEADER_IPV4_IPV6_4.pdf
 
1.1.2 - Concept of Network and TCP_IP Model (2).pptx
1.1.2 - Concept of Network and TCP_IP Model (2).pptx1.1.2 - Concept of Network and TCP_IP Model (2).pptx
1.1.2 - Concept of Network and TCP_IP Model (2).pptx
 
QSpiders - Upper layer-protocols
QSpiders - Upper layer-protocolsQSpiders - Upper layer-protocols
QSpiders - Upper layer-protocols
 
Internet Protocol.pdf
Internet Protocol.pdfInternet Protocol.pdf
Internet Protocol.pdf
 
Ismail TCP IP.pdf
Ismail TCP IP.pdfIsmail TCP IP.pdf
Ismail TCP IP.pdf
 
Ismail TCP IP.pdf
Ismail TCP IP.pdfIsmail TCP IP.pdf
Ismail TCP IP.pdf
 
TCP/IP and UDP protocols
TCP/IP and UDP protocolsTCP/IP and UDP protocols
TCP/IP and UDP protocols
 

More from Jennifer Daniel

Fitness Reflection Essay Title
Fitness Reflection Essay TitleFitness Reflection Essay Title
Fitness Reflection Essay TitleJennifer Daniel
 
Myself Essay In English - YouTube
Myself Essay In English - YouTubeMyself Essay In English - YouTube
Myself Essay In English - YouTubeJennifer Daniel
 
Narrative Writing Worksheets
Narrative Writing WorksheetsNarrative Writing Worksheets
Narrative Writing WorksheetsJennifer Daniel
 
Amazing Descriptive Essays Examples Thatsnotus
Amazing Descriptive Essays Examples ThatsnotusAmazing Descriptive Essays Examples Thatsnotus
Amazing Descriptive Essays Examples ThatsnotusJennifer Daniel
 
004 Philosophy In Life Sample Essay Example
004 Philosophy In Life Sample Essay Example004 Philosophy In Life Sample Essay Example
004 Philosophy In Life Sample Essay ExampleJennifer Daniel
 
How To Start Your Body Paragraph. How To Write Body Paragraphs For
How To Start Your Body Paragraph. How To Write Body Paragraphs ForHow To Start Your Body Paragraph. How To Write Body Paragraphs For
How To Start Your Body Paragraph. How To Write Body Paragraphs ForJennifer Daniel
 
Note Making Techniques
Note Making TechniquesNote Making Techniques
Note Making TechniquesJennifer Daniel
 
Descriptive Essay Essay Homework Help
Descriptive Essay Essay Homework HelpDescriptive Essay Essay Homework Help
Descriptive Essay Essay Homework HelpJennifer Daniel
 
Project Server 2022 Reporting Database Diagr
Project Server 2022 Reporting Database DiagrProject Server 2022 Reporting Database Diagr
Project Server 2022 Reporting Database DiagrJennifer Daniel
 
Systematic Review Abstract Example - EXAMPLEPAP
Systematic Review Abstract Example - EXAMPLEPAPSystematic Review Abstract Example - EXAMPLEPAP
Systematic Review Abstract Example - EXAMPLEPAPJennifer Daniel
 
Sle Report Writing Format Pdf Gratitude41117 Report Wri
Sle Report Writing Format Pdf Gratitude41117  Report WriSle Report Writing Format Pdf Gratitude41117  Report Wri
Sle Report Writing Format Pdf Gratitude41117 Report WriJennifer Daniel
 
Teacher Marked Essays - Writerstable.Web.Fc2.Com
Teacher Marked Essays - Writerstable.Web.Fc2.ComTeacher Marked Essays - Writerstable.Web.Fc2.Com
Teacher Marked Essays - Writerstable.Web.Fc2.ComJennifer Daniel
 
How To Start Writing Poetry For Beginners - Emanuel
How To Start Writing Poetry For Beginners - EmanuelHow To Start Writing Poetry For Beginners - Emanuel
How To Start Writing Poetry For Beginners - EmanuelJennifer Daniel
 
Business Paper Opening Paragraph
Business Paper Opening ParagraphBusiness Paper Opening Paragraph
Business Paper Opening ParagraphJennifer Daniel
 
Philosophy 2200 Essay Exam 2
Philosophy 2200 Essay Exam 2Philosophy 2200 Essay Exam 2
Philosophy 2200 Essay Exam 2Jennifer Daniel
 
Gardening Essays And Q
Gardening Essays And QGardening Essays And Q
Gardening Essays And QJennifer Daniel
 
Free Clipart Pencil And Paper 10 Free Cliparts Downloa
Free Clipart Pencil And Paper 10 Free Cliparts  DownloaFree Clipart Pencil And Paper 10 Free Cliparts  Downloa
Free Clipart Pencil And Paper 10 Free Cliparts DownloaJennifer Daniel
 
Individual Psychology Reflection Essay Example
Individual Psychology Reflection Essay ExampleIndividual Psychology Reflection Essay Example
Individual Psychology Reflection Essay ExampleJennifer Daniel
 
😂 Great Essay Titles. Top 30 Narrative Essay Titles You
😂 Great Essay Titles. Top 30 Narrative Essay Titles You😂 Great Essay Titles. Top 30 Narrative Essay Titles You
😂 Great Essay Titles. Top 30 Narrative Essay Titles YouJennifer Daniel
 
Pin On Halloween Printables
Pin On Halloween PrintablesPin On Halloween Printables
Pin On Halloween PrintablesJennifer Daniel
 

More from Jennifer Daniel (20)

Fitness Reflection Essay Title
Fitness Reflection Essay TitleFitness Reflection Essay Title
Fitness Reflection Essay Title
 
Myself Essay In English - YouTube
Myself Essay In English - YouTubeMyself Essay In English - YouTube
Myself Essay In English - YouTube
 
Narrative Writing Worksheets
Narrative Writing WorksheetsNarrative Writing Worksheets
Narrative Writing Worksheets
 
Amazing Descriptive Essays Examples Thatsnotus
Amazing Descriptive Essays Examples ThatsnotusAmazing Descriptive Essays Examples Thatsnotus
Amazing Descriptive Essays Examples Thatsnotus
 
004 Philosophy In Life Sample Essay Example
004 Philosophy In Life Sample Essay Example004 Philosophy In Life Sample Essay Example
004 Philosophy In Life Sample Essay Example
 
How To Start Your Body Paragraph. How To Write Body Paragraphs For
How To Start Your Body Paragraph. How To Write Body Paragraphs ForHow To Start Your Body Paragraph. How To Write Body Paragraphs For
How To Start Your Body Paragraph. How To Write Body Paragraphs For
 
Note Making Techniques
Note Making TechniquesNote Making Techniques
Note Making Techniques
 
Descriptive Essay Essay Homework Help
Descriptive Essay Essay Homework HelpDescriptive Essay Essay Homework Help
Descriptive Essay Essay Homework Help
 
Project Server 2022 Reporting Database Diagr
Project Server 2022 Reporting Database DiagrProject Server 2022 Reporting Database Diagr
Project Server 2022 Reporting Database Diagr
 
Systematic Review Abstract Example - EXAMPLEPAP
Systematic Review Abstract Example - EXAMPLEPAPSystematic Review Abstract Example - EXAMPLEPAP
Systematic Review Abstract Example - EXAMPLEPAP
 
Sle Report Writing Format Pdf Gratitude41117 Report Wri
Sle Report Writing Format Pdf Gratitude41117  Report WriSle Report Writing Format Pdf Gratitude41117  Report Wri
Sle Report Writing Format Pdf Gratitude41117 Report Wri
 
Teacher Marked Essays - Writerstable.Web.Fc2.Com
Teacher Marked Essays - Writerstable.Web.Fc2.ComTeacher Marked Essays - Writerstable.Web.Fc2.Com
Teacher Marked Essays - Writerstable.Web.Fc2.Com
 
How To Start Writing Poetry For Beginners - Emanuel
How To Start Writing Poetry For Beginners - EmanuelHow To Start Writing Poetry For Beginners - Emanuel
How To Start Writing Poetry For Beginners - Emanuel
 
Business Paper Opening Paragraph
Business Paper Opening ParagraphBusiness Paper Opening Paragraph
Business Paper Opening Paragraph
 
Philosophy 2200 Essay Exam 2
Philosophy 2200 Essay Exam 2Philosophy 2200 Essay Exam 2
Philosophy 2200 Essay Exam 2
 
Gardening Essays And Q
Gardening Essays And QGardening Essays And Q
Gardening Essays And Q
 
Free Clipart Pencil And Paper 10 Free Cliparts Downloa
Free Clipart Pencil And Paper 10 Free Cliparts  DownloaFree Clipart Pencil And Paper 10 Free Cliparts  Downloa
Free Clipart Pencil And Paper 10 Free Cliparts Downloa
 
Individual Psychology Reflection Essay Example
Individual Psychology Reflection Essay ExampleIndividual Psychology Reflection Essay Example
Individual Psychology Reflection Essay Example
 
😂 Great Essay Titles. Top 30 Narrative Essay Titles You
😂 Great Essay Titles. Top 30 Narrative Essay Titles You😂 Great Essay Titles. Top 30 Narrative Essay Titles You
😂 Great Essay Titles. Top 30 Narrative Essay Titles You
 
Pin On Halloween Printables
Pin On Halloween PrintablesPin On Halloween Printables
Pin On Halloween Printables
 

Recently uploaded

Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)Dr. Mazin Mohamed alkathiri
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

ADDRESSING PADA TCP IP

  • 1. ADDRESSING PADA TCP/IP Presented by Dr. Suryani Alifah
  • 2. TCP/IP Protocol Suite 2 ADDRESSING PADA TCP/IP Terdapat 4 level pengalamatan yang digunakan pada internet menggunakan protokol TCP/IP: 1. Alamat fisik/ physical address, 2. Alamat logika/ logical address, 3. Alamat port/ port address, 4. Alamat khusus aplikasi/ application-specific address. Setiap alamat dihubungkan dengan salu layer pada arsitektur TCP/IP
  • 3. 3
  • 5. 5 Data Link and Physical Layers Application Transport Network Network Interface Message Segments h M h M h M h M h h M h h M h Packets h M h h M h h h Frames
  • 6. TCP/IP Protocol Suite 6 Data 87 10 1 packet accepted Data 87 10 4
  • 7. TCP/IP Protocol Suite 7 Sebagian besar LAN menggunakan alamat fisik 48-bit (6-byte) yang ditulis sebagai digit 12 hexadecimal; dimana setiap byte (2 hexadecimal digits) dipisahkan dengan colon, sbb: 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address
  • 8. 8 •Hanya alamat hardware (MAC address) yang unik untuk setiap host •Perlu mengubah alamat jeringan ke alamat MAC Ethernet Ethernet Frame Ethernet address = ? Packet Destination IP = 158.132.148.132 Source IP = 158.132.148.66 Packet
  • 9. 9 ARP – Address Resolution Protocol 1. Broadcast: Who has got IP address 8. . 8. ? What s your Ethernet address? 2. Reply: I do. My Ethernet address is 00-60-8C-41-37-52 Case 1 Ethernet Frame 3. Ethernet address = 00-60-8C-41-37-52
  • 10. 10 ARP – Address Resolution Protocol Case 2 1. Broadcast: Who has got IP address 8. . 8. ? What s your Ethernet address? 2. Reply: The IP you indicated is not in your network. You can give the packet to me first. My MAC address is 00- 60-8C-12-34-56 Router 3. Ethernet Frame Ethernet address = 00-60-8C-12-34-56
  • 11. 11 ARP Cache •Will have a heavy traffic if so many ARP broadcast messages are generated •Each host will have a cache to store the mappings (from IP to MAC address) that were obtained before •An entry will only be kept in the cache for a limited amount of time (say, 2 minutes) IP Address MAC Address 158.132.148.80 00-60-8C-27-35-9A 158.132.148.28 02-60-8C-1A-37-49
  • 14. 14 Alamat jaringan/Network dan Subnet •Headerditambahkan ke setiap segmen pada Network layer IP 3 Total Length Time to Live Protocol Header CheckSum Source Address Destination Address Segment Segment
  • 15. 15 •Total Length – Total length of a packet (up to 65535 bytes) •Time to Live – How many times this packet can be routed on the network (up to 255) •Protocol – The transport layer protocol that the packet belongs to • TCP: 6 • UDP: 17 • ICMP: 1 •Source address – the network address of the computer that sends the data •Destination address – the network address of the computer that the data is sending to
  • 16. 16 •(Already mentioned) •Each computer (host) must have a unique network address (or IP address for TCP/IP suite) •Each IP address is 32-bit long (four bytes) •The four-byte address is written out as a.b.c.d •e.g. Byte 1 Byte 2 Byte 3 Byte 4 158 132 161 99 •IP addresses are hierarchical •network I.D. and host I.D. •Each Network I.D. on the Internet needs to be registered to the Internet Assigned Number Authority
  • 17. 17 Net I.D. Class A – for very large network Host I.D. 0 1 bit 7 bits 24 bits •Only 27 (63) networks can belong to this class •Each network, there are 224 hosts or computers •Very few class A networks in the world •e.g. Arpanet – the earliest packet switched WAN (started 40 years ago)
  • 18. 18 Net I.D. Class B – for medium size network Host I.D. 0 2 bits 14 bits 16 bits •214 (16384) networks can belong to this class •Each network, there are 216 (65536) hosts or computers •Polyu s address elo gs to this group •e.g. 158.132.14.1 1 1001 1110 1000 0100 0000 1110 0000 0001 Network I.D. Host I.D.
  • 19. 19 Class C – for small network Net I.D. Host I.D. 0 3 bits 21 bits 8 bits •221 networks can belong to this class •Each network, there are only 28 (256) hosts or computers 1 1
  • 20. 20 Class D – for multicast network Group no. 0 4 bits 28 bits •Packets are addressed to a multicast group •Not often supported on Internet 1 1 1 ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 21. 21 Special Addresses •Host I.D. = all s  Directed broadcast Broad ast to all hosts i the etwork or su etwork , ot assig ed •Host I.D. = all s  This etwork , ot assig ed •Network I.D. = 127 is reserved for loopback and diagnostic purposes, not assigned •Network I.D. + Host I.D. = all s  Limited broadcast Broad ast to all hosts i the urre t etwork , not assigned ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 22. 22 Subnets •A class B address can have 65536 hosts •Difficult to manage •Usually subdivide into a few small subnets •Subnetting can also help to reduce broadcasting traffic All traffic to 158.132.0.0 158.132.0.0 Total 65536 hosts Router Router All traffic to 158.132.0.0 158.132.1.0 158.132.2.0 158.132.3.0 Each subnet 256 hosts ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 23. 23 Subnet Mask •How does the router know which subnet a packet should go? •For each interface of the router, a subnet mask is provided to redefine which part of the address is Net ID and which part is Host ID •Become classless addressing A subnet mask: 255.255.255.0 1111 1111.1111 1111. 1111 1111. 0000 0000 s Net ID s Host ID
  • 24. 24 Router A packet with destination address 158.132.1.10 S0 E0 S1 S2 S0 S1 S2 Subnet 158.132.1.0 158.132.2.0 158.132.3.0 Mask 255.255.255.0 255.255.255.0 255.255.255.0 Routing Table 158.132. 1. 10 AND 255.255.255. 0 158.132. 1. 0 158.132.1.10 1001 1110.1000 0100.0000 0001.0000 1010 AND 1111 1111.1111 1111.1111 1111.0000 0000 1001 1110.1000 0100.0000 0001.0000 0000 Advantage: easy to compute
  • 25. 25 F. Routing •How a packet finds its way to a computer in a network? •By using Routers •Routing is the selection of a path to guide a packet from the source to the destination •Criteria in selecting a path may be: •Shortest path •Quickest path •Cheapest path ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 26. 26 Hong Kong 158.132.161.99 U.S. 212.64.123.98 router Internet The red path is the shortest path ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 27. 27 •Each router has a table that records the estimated distance to all other routers •If a router knows the entire network topology, the shortest path can be calculated •To achieve this, routers broadcast Link State Advertisement to all other routers periodically •By means of routing protocol •Each router knows the exact topology, and then calculates the shortest path •In practice, it is not possible for a router to all paths. Only the nearer ones are kept •Hence can give wrong estimation ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 28. 28 Host A 158.132.148.66 Default gateway: Router C Host B 160.64.123.98 Router C S0 T1 T1 S1 T0 S1 S1 T0 S0 T0 T0 Router A Subnet 160.64.123.0 Router B Routing Table Subnet 158.132.166.0 S1 158.132.166.0 255.255.255.0 Direct T1 160. 64. 0. 0 255.255. 0. 0 Forward Subnet 160.64.124.0 Routing Table S0 S0 S1 160. 64.124.0 255.255.255.0 160. 64.123.0 255.255.255.0 Direct Direct ENG224 INFORMATION TECHNOLOGY – Part I 9. TCP/IP
  • 29. Obtaining an IP Address
  • 30. Obtaining an Internet Address • Static addressing – Each individual device must be configured with an IP address. • Dynamic addressing – Reverse Address Resolution Protocol (RARP) – Bootstrap Protocol (BOOTP) – Dynamic Host Configuration Protocol (DHCP) – DHCP initialization sequence – Function of the Address Resolution Protocol – ARP operation within a subnet
  • 31. Static Assignment of IP Addresses • Each individual device must be configured with an IP address.
  • 32. Reverse Address Resolution Protocol (RARP) MAC HEADER IP HEADER RARP REQUEST MESSAGE Destination FF-FF-FF-FF-FF-FF Source FE:ED:FD:23:44:EF Destination 255.255.255.255 Source ???????? What is my IP address?
  • 33. BOOTP IP • The Bootstrap Protocol (BOOTP) operates in a client/server environment and only requires a single packet exchange to obtain IP information. • BOOTP packets can include the IP address, as well as the address of a router, the address of a server, and vendor-specific information.
  • 34. Dynamic Host Configuration Protocol • Allows a host to obtain an IP address using a defined range of IP addresses on a DHCP server. • As hosts come online, contact the DHCP server, and request an address.
  • 35. Problems in Address Resolution • In TCP/IP communications, a datagram on a local-area network must contain both a destination MAC address and a destination IP address. • There needs to be a way to automatically map IP to MAC addresses. • The TCP/IP suite has a protocol, called Address Resolution Protocol (ARP), which can automatically obtain MAC addresses for local transmission. • TCP/IP has a variation on ARP called Proxy ARP that will provide the MAC address of an intermediate device for transmission outside the LAN to another network segment.
  • 36. Address Resolution Protocol (ARP) • Each device on a network maintains its own ARP table. • A device that requires an IP and MAC address pair broadcasts an ARP request. • If one of the local devices matches the IP address of the request, it sends back an ARP reply that contains its IP-MAC pair. • If the request is for a different IP network, a router performs a proxy ARP. • The router sends an ARP response with the MAC address of the interface on which the request was received, to the requesting host.
  • 47. Primary TCP/IP Port Assignments Port Assigment Port Assigment 20 FTP 80 HTTP 21 FTP 110 POP3 22 SSH 119 NNTP 23 Telnet 123 NTP 25 SMTP 143 IMAP4 53 DNS 161 SNMP 69 TFTP 443 HTTPS 2049 NFS
  • 51. 51 D. TCP and UDP •TCP is a connection-oriented protocol • Does not mean it has a physical connection between sender and receiver • TCP provides the function to allow a connection virtually exists – also called virtual circuit •TCP provides the functions: • Dividing a chunk of data into segments • Reassembly segments into the original chunk • Provide further the functions such as reordering and data resend •Offering a reliable byte-stream delivery service TCP – Transmission Control Protocol
  • 52. 52 Source Port Destination Port Sequence Number Acknowledgement Number Checksum Message Data TCP Dividing and Reassembly Message
  • 53. 53 1 2 3 Sender Timeout retransmit A1 A3 1 3 Recipient 2 A2
  • 54. 54 •A Typical Procedure •Sender • TCP divides a message into segments • Add sequence no. • Send the segments in sequence and wait for acknowledgement • If an acknowledgement for a segment is not received for a certain period of time, resend it until an acknowledgement is received •Recipient • When receiving segments, send the acknowledgement with correct number • Reassembly the segments back to the message
  • 55. 55 •A computer may perform a number of network applications at the same time • FTP + SMTP + HTTP, etc. •Each computer has only one network address, how can it serve so many applications at the same time? Port Multiplexing  by port multiplexing Network add: 158.132.161.99 Port 21 Port 25 Port 80 FTP SMTP HTTP
  • 56. 56 Well-known Port Numbers •Some port numbers are reserved for some purposes • Port 21: FTP – file transfer • Port 25: SMTP – mail transfer • Port 23: TELNET – remote login • Port 80: HTTP – Web access •These port numbers are well known to all computers in the network •E.g. whenever a client access port 25 of the server, it means the client needs SMTP service
  • 57. 57 Client SMTP Server Located by: network address + TCP port no. Source Port = 1357 Destination Port = 25 Sequence Number Acknowledgement Number Checksum Message Data SMTP port = 1357 SMTP port = 25
  • 58. 58 Client A SMTP + FTP Server Client B SMTP port = 1357 FTP port = 1361 Network address: 158.132.161.99 SMTP port = 25 FTP port = 21
  • 59. TCP • Usual transport layer is Transmission Control Protocol – Reliable connection • Connection – Temporary logical association between entities in different systems • TCP PDU – Called TCP segment – Includes source and destination port (c.f. SAP) • Identify respective users (applications) • Connection refers to pair of ports • TCP tracks segments between entities on each connection
  • 60. UDP • Alternative to TCP is User Datagram Protocol • Not guaranteed delivery • No preservation of sequence • No protection against duplication • Minimum overhead • Adds port addressing to IP
  • 61. TCP and UDP Headers
  • 63. 63 •Application layer protocols define the rules when implementing specific network applications •Rely on the underlying layers to provide accurate and efficient data delivery •Typical protocols: • FTP – File Transfer Protocol • For file transfer • Telnet – Remote terminal protocol • For remote login on any other computer on the network • SMTP – Simple Mail Transfer Protocol • For mail transfer • HTTP – Hypertext Transfer Protocol • For Web browsing
  • 65. 65 •TCP/IP is uilt o connectionless te h ology, ea h datagram finds its own way to its destination •Transport Layer protocols define the rules of • Dividing a chunk of data into segments • Reassemble segments into the original chunk •Typical protocols: • TCP – Transmission Control Protocol • Provide further the functions such as reordering and data resend • UDP – User Datagram Service • Use when the message to be sent fit exactly into a datagram • Use also when a more simplified data format is required
  • 66. 66 •Network layer protocols define the rules of how to find the routes for a packet to the destination •It only gives best effort delivery. Packets can be delayed, corrupted, lost, duplicated, out-of-order •Typical protocols: • IP – Internet Protocol • Provide packet delivery • ARP – Address Resolution Protocol • Define the procedures of network address / MAC address translation • ICMP – Internet Control Message Protocol • Define the procedures of error message transfer
  • 68. 68 SMTP TCP IP, ARP, ICMP Network Interface SMTP TCP IP, ARP, ICMP Network Interface SMTP Server Client Actual Virtual B. Example: SMTP
  • 69. 69 •The underlying layers have guaranteed accurate data delivery •We need to make a lot agreements with the server in application layer before sending mail 1. Agree on how data is represented • Binary or ASCII 2. Ensure the right recipient • There may be 1000 users served by the server 3. Ensure the client has the right to send mail • Some clients are not welcome 4. How to tell the server it is the end of the message • All mail looks the same :
  • 70. 70 •Example: SMTP The following mail is to be sent: Date: Fri, 18 Jan 02 13:26:31 EDT From: enpklun@polyu.edu.hk To: tchsun@eee.hku.hk Subject: meeting Let’s get together Monday at 1pm.
  • 71. 71 SMTP Server Client access port 25 of server HELO polyu.edu.hk MAIL From: <enpklun@polyu.edu.hk> 220 eee.hku.hk SMTP Service at 20 Jan 02 05:17:18 EDT 250 eee.hku.hk – Hello, polyu.edu.hk 250 MAIL accepted
  • 72. 72 Client SMTP Server Date: Fri, 18 Jan 02 13:26:31 EDT From: enpklun@polyu.edu.hk To: tchsun@eee.hku.hk Subject: meeting Let’s get together Monday at 1pm. . RCPT To:<tchsun@eee.hku.hk> DATA 250 Recipient accepted 354 Start mail input; end with .
  • 73. 73 •The agreement made in the SMTP protocol • All messages use normal text • All ASCII characters • The responses all begin with numbers • To indicate the status when receiving the command • Some words are reserved words • HELO, MAIL, ‘CPT… • Mail ends with a line that contains only a period •The information passed with the SMTP messages •The recipient name •The sender name •The mail
  • 74. 74 C. Domain Name (mentioned before) •Every computer has a network address •e.g. 158.132.161.99 •To access a computer, we need to specify its network address •Human beings are weak in memorizing numbers •We prefer computer name or domain name •e.g. hkpu10.polyu.edu.hk •Need a machine on the Internet to convert name to number
  • 75. 75 Domain name hierarchy Example: hkpu10.polyu.edu.hk Root domain name other examples: com – commercial company org – general organization net – major network centre gov – government org. mil – militrary group edu – education org. •The domain within hk •Note: edu.hk is not the same as edu •The domain within edu.hk •One of the educational institutions in H.K. Computer name
  • 76. 76 •An organization needs to register its domain name •e.g. PolyU has registered its name to the domain of edu.hk •Once a domain name is assigned, the organization is free to assign other names belong to its domain •e.g. we can have hkpu10.polyu.edu.hk smtp.polyu.edu.hk mail.polyu.edu.hk
  • 77. 77 Client Domain Name Server (DNS) of polyu.edu.hk Address of www.yahoo.com Where is www.yahoo.com? usually UDP DNS of com DNS of Yahoo.com Where is www.yahoo.com? Address of www.Yahoo.com Where is yahoo.com? Address of the DNS of Yahoo.com Become client
  • 78. 78 •Nevertheless, such a complicated procedure needs not perform in most cases •Client computers usually remember the answers that it got before •It reduces the loading to the root DNS •To further reduce loading, there can be many root DNS on the Internet •e.g. there are a few o root DN“