Internetworking What is internetworking l Connect multiple networks

  • Slides: 9
Download presentation
Internetworking – What is internetworking? l Connect multiple networks of one or more organizations

Internetworking – What is internetworking? l Connect multiple networks of one or more organizations into a large, uniform communication system. l The resulting system is called an internetwork or internet. – What is Internet? l The Internet is the specific global internetwork that grew out of ARPA-NET for communication of between computer located anywhere in the world

Protocols l l Each intermediate network must agree to handle transit in exchange for

Protocols l l Each intermediate network must agree to handle transit in exchange for the right to send traffic throughout the internet. Internetworking protocols – All computers and routers in an internet must agree on a common set of internetworking protocols.

What is a protocol? revisited l l l A set of syntactic and semantic

What is a protocol? revisited l l l A set of syntactic and semantic rules for communication. details of message formats How a computer should respond when a message arrives. How a computer handles errors or. Independent of lower layers or hardware.

TCP/IP protocol – – TCP/IP is the most widely used internetworking protocol suite. l

TCP/IP protocol – – TCP/IP is the most widely used internetworking protocol suite. l TCP: Transmission Control Protocol. l IP: Internet Protocol. TCP/IP is now the defacto standard for internetworking protocols.

TCP/IP suite l Here are some of the key features provided by TCP/IP suite:

TCP/IP suite l Here are some of the key features provided by TCP/IP suite: l l Packet switching Logical addressing Dynamic rooting Name resolution

Packet switching The data is divided in small chunks “packets” l – – The

Packet switching The data is divided in small chunks “packets” l – – The packets are transmitted independently Possibly by different routes And reassembled at the other end. This allows a faster transmission

Logical addressing l Every computer has physical address – Ethernet address 48 bits (MAC

Logical addressing l Every computer has physical address – Ethernet address 48 bits (MAC address) l l l 90: AF: F 4: CA: BA: 03 Burned into the chip at the factory Physical addresses are of different formats With no hierarchical scheme Uniformat: IP addresses l l l 32 bits identifying the network and the host. Two systems can not connect to the Internet with the same address at the same time. Translation of IP to Ethernet address and vice versa.

Dynamic rooting l l Different routes can be taken from source to destination Router

Dynamic rooting l l Different routes can be taken from source to destination Router can choose a path for the data depending on present conditions l Path taken

Name resolution l TCP/IP provides a mapping of domain name and numeric addresses –

Name resolution l TCP/IP provides a mapping of domain name and numeric addresses – www. doc. gold. ac. uk = 158. 223. 1. 108