12
How to use the Internet Ikjun Yeom

How to use the Internet Ikjun Yeom. How to send a packet buy a computer make sure that the computer is equipped with a network interface card find

Embed Size (px)

DESCRIPTION

Network Settings  IP address – can be configured manually – or can be configured automatically by DHCP  subnet mask  default gateway  DNS server

Citation preview

Page 1: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

How to use the Internet

Ikjun Yeom

Page 2: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

How to send a packet buy a computer make sure that the computer is equipped with a network inter-

face card find a place where the computer can be hooked up to the Inter-

net configure network setting properly write a client-server program for sending and receiving a packet run your server program on the destination run your client program to send a packet

Page 3: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Network Settings

IP address– can be configured manually– or can be configured automatically by

DHCP subnet mask default gateway DNS server

Page 4: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Sample Code - Server

Page 5: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Sample Code - Server

Page 6: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Sample Code - Client

Page 7: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Sample Code - Client

Page 8: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

How does a packet reach to a destination in the Internet?

Internet

ISP ISP ISP

IAPIAP IAP IAP IAP IAP

Page 9: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Name Resolution

URL to IP address Using Domain Name Service

Top Do-

main

.kr .com .net

.ac.kr .co.kr

.skku.ac.kr

.naver.com

Page 10: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Subnet

DefaultGateway

Page 11: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Address Resolution

mapping an IP with a MAC address ARP (Address Resolution Protocol)

Page 12: How to use the Internet Ikjun Yeom. How to send a packet  buy a computer  make sure that the computer is equipped with a network interface card  find

Routing

Intra-domain routing– RIP– IGRP– OSPF

Inter-domain routing– BGP• iBGP• eBGP