SlideShare a Scribd company logo
1 of 32
Chapter 1
Chapter 1
Differentiate between internet and network?
The Internet is a massive network of networks,
a networking infrastructure. It connects millions
of computers together globally, forming a
network in which any computer can
communicate with any other computer as long
as they are both connected to the Internet.
• What do you mean by internetworking?
• Internetworking is the practice of connecting
a computer network with other networks
through the use of gateways that provide a
common method of routing information
packets between the networks. The resulting
system of interconnected networks are called
an internetwork, or simply an internet.
• What is functioning of Internet?
• The Internet Protocol (IP) is the principal
communications protocol in the Internet
protocol suite for relaying datagrams across
network boundaries. Its routing function
enables internetworking, and essentially
establishes the Internet.
• What is functioning of Internet?
• The Internet Protocol (IP) is the principal
communications protocol in the Internet
protocol suite for relaying datagrams across
network boundaries. Its routing function
enables internetworking, and essentially
establishes the Internet.
• What is internet architecture?
• The Internet's architecture is described in its
name, a short from of the compound word
"inter-networking". This architecture is based
in the very specification of the standard TCP/IP
protocol, designed to connect any two
networks which may be very different in
internal hardware, software, and technical
design.
What is TCP/IP model?
• What is the TCP IP suite of protocols?
• The Internet protocol suite is the conceptual
model and set of communications protocols
used on the Internet and similar computer
networks. It is commonly known as TCP/IP
because the original protocols in the suite are
the Transmission Control Protocol (TCP) and
the Internet Protocol (IP).
• What is ICMP?
• The Internet Control Message Protocol
(ICMP) is a supporting protocol in the Internet
protocol suite. It is used by network devices,
including routers, to send error messages and
operational information indicating, for
example, that a requested service is not
available or that a host or router could not be
reached.
• How broadcast and point-to-point networks are different?
•
• Broadcast: A method of sending a signal where multiple parties
may hear a single sender.
• Radio stations are a good example of everyday life "Broadcast
Network".
• Point-to-point: A method of communication where one "point"
(person or entity) speaks to another entity.
• An example is a telephone call, in which one telephone is
connected with one other, and what is said by one caller can only
be heard by the other.
• Another example of a simplex point-to-point communication could
be a laser used to signal a message from one point to another
• What is a point to point protocol?
• In computer networking, Point-to-Point Protocol
(PPP) is a data link (layer 2) protocol used to
establish a direct connection between two nodes.
• What is the point to point topology?
• The simplest topology is a permanent link
between two endpoints. Switched point-to-point
topologies are the basic model of conventional
telephony. The value of a permanent point-to-
point network is unimpeded communications
between the two endpoints
• What is peer-to-peer model in network, give
example?
•
• Peer-to-peer architecture (P2P architecture) is a
commonly used computer networking
architecture in which each workstation, or node,
has the same capabilities and responsibilities. It is
often compared and contrasted to the classic
client/server architecture, in which some
computers are dedicated to serving others
• 12.Why internet architecture is based on
tiers?(Important)
• Multitier architecture (often referred to as n-tier
architecture) or multilayered architecture is a
client–server architecture in which presentation,
application processing, and data management
functions are physically separated. The most
widespread use of multitier architecture is the
three-tier architecture.
• What is internetworking ?give example
• Internetworking is the practice of connecting
a computer network with other networks
through the use of gateways that provide a
common method of routing information
packets between the networks. The resulting
system of interconnected networks are called
an internetwork, or simply an internet
• Although there are many types of routing
protocols, three major classes are in widespread
use on IP networks:
• Interior gateway protocols type
• 1, link-state routing protocols, such as OSPF and
IS-IS.
•
• Interior gateway protocols type
• 2, distance-vector routing protocols, such as
Routing Information Protocol, RIPv2, IGRP
•
• Address Mapping (Address Resolution)
•
• Q no.1 what is address mapping? Which
protocols are used for this purpose?
• Address mapping is a process to correlate or
translate one address to another.
• These operations are performed by variety of i.e. ARP,
RARP, Proxy ARP, BOOTP and DHCP.
• The most common operations performed with address
resolution protocols are: the (a) correlation of a MAC
address to an IP, and (b) the correlation of an IP
address to a MAC.
• Q no.2 ARP (Address Resolution Protocol)
• This protocol is used for address mapping Logical (IP) to
Physical (MAC).
• IP packets use logical (host-to-host) addresses. These
packets however need to be encapsulated in a frame,
which needs physical address (node-to-node).
• Working:
• This means that the sender needs the physical address of
the receiver. The host or the router sends an ARP query
packet. The Packet includes the Physical and IP address of
the sender and IP address of the receiver, because the
sender does not know the physical address of the receiver,
the query is broadcast over the network.
• Every host or router receive the ARP query packet but only
the intended recipient recognizes its IP address and sends
back an ARP response packet.
• ARP query packet will be broadcast and ARP response
packet will be unicast
• Q no.3 RARP (Reverse Address Resolution Protocol)
• We sometimes need reverse mapping i.e. mapping a
physical address to a logical address.
• Working:
• A RARP request is created and broadcast on the local
network. Another machine on the local network that
knows all the IP addresses will respond with a RARP
reply.
• The requesting machine must be running a ARP client
program and the responding machine must be running
a RARP server program.
• Q no. 4 what is Proxy ARP?
• Proxy ARP is the technique in which one host,
usually a router, answers ARP requests
intended for another machine. By "faking" its
identity, the router accepts responsibility for
routing packets to the "real" destination
• Q no. 5 what is the use of proxy ARP?
•
• Proxy ARP is used to create subnetting effect.
• It is a technique by which a device (router) on
a given network answers the ARP queries for
announcing its own physical MAC address.
After router receive the actual packet, it sends
it to the appropriate router or host
• Q no.6 what is the purpose of the Dynamic
Host Configuration Protocol?
•
• Dynamic Host Configuration Protocol (DHCP)
is a network protocol that enables a server to
automatically assign an IP address to a
computer from a defined range of numbers
(i.e., a scope) configured for a given network.
• Q no.7 what is BOOTP?
• The Bootstrap Protocol (BOOTP) is a client
/server protocol designed to provide physical
to logical address mapping. It is a static
configuration protocol.
• Working:
• As BOOTP is an application layer protocol, BOOTP
messages first encapsulate in UDP packet and
UDP packet already in format of IP address.
• Why protocols are required for exchange of
data?
• Network protocols made the modernization of
the Internet possible. Such protocols allow
computers to communicate with other computers
without users having to know what is happening
in the background
• 16.What is the role of DS bits in IP datagram?
•
• The third and fourth fields of the IPv4 header (second
and third fields of the IPv6 header) are the
Differentiated Services (called DS Field) and ECN fields,
formerly called the ToS Byte or IPv6 Traffic Class.
• Type of Service (TOS): A field designed to carry
information to provide quality of service features, such
as prioritized delivery, for IP datagrams. It was never
widely used as originally defined, and its meaning has
been subsequently redefined for use by a technique
called Differentiated Services (DS).
•
• An address space has a total of 1024 addresses, how
many bits are needed te represent an address?
• Log21,024 =10
• What is the DNS server?
• A DNS server is any computer registered to join the
Domain Name System. A DNS server runs special-
purpose networking software, features a public IP
address, and contains a database of network names
and addresses for other Internet hosts
• What are DNS settings Windows 10?
• Changing your DNS in Windows 10
• Firstly, open the Network and Sharing Centre
by right-clicking on your network connections
symbol in the bottom-right corner of the
screen, then click on Open Network and
Sharing Center.
• Click on the connection type
•
• What is the purpose of DNS?
• Solution:
• The Domain Name System (aka DNS) is used to resolve
human-readable hostnames like www.Dyn.com into
machine-readable IP addresses like 204.13.248.115. DNS
also provides other information about domain names, such
as mail services
• What is CIDR?
• CIDR (Classless Inter-Domain Routing, sometimes called
supernetting) is a way to allow more flexible allocation of
Internet Protocol (IP) addresses than was possible with the
original system of IP address classes.
• What is the difference between Supernetting
and subnetting?
• When a large network is subnetted, the
network is divided into at least two smaller
subnetworks, with each subnetwork (subnet)
having its own subnetwork address (subnetid).
When supernetting is performed, several
small Class C networks are combined to create
one large network, or supernetwork.

More Related Content

What's hot (20)

Ip addressing
Ip addressingIp addressing
Ip addressing
 
Osi model
Osi modelOsi model
Osi model
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniques
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
OSI MODEL
    OSI MODEL    OSI MODEL
OSI MODEL
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer Description
 
Basics of computer networks
Basics of computer networksBasics of computer networks
Basics of computer networks
 
Routing
RoutingRouting
Routing
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
 
Smtp, pop3, imapv 4
Smtp, pop3, imapv 4Smtp, pop3, imapv 4
Smtp, pop3, imapv 4
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
 
Network software
Network softwareNetwork software
Network software
 
Unicast multicast & broadcast
Unicast multicast & broadcastUnicast multicast & broadcast
Unicast multicast & broadcast
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
02 protocol architecture
02 protocol architecture02 protocol architecture
02 protocol architecture
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
 

Similar to Internet architecture protocol

Basic Foundation For Cybersecurity
Basic Foundation For CybersecurityBasic Foundation For Cybersecurity
Basic Foundation For CybersecurityMohammed Adam
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial junaidahmedsaba
 
Internet architecture
Internet architectureInternet architecture
Internet architectureNaman Rastogi
 
Unit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxUnit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxsahilraturi
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IPPiero Fraternali
 
How the internet works
How the internet worksHow the internet works
How the internet worksftcim
 
Small office Home office , network setup in details
Small office Home office , network setup in detailsSmall office Home office , network setup in details
Small office Home office , network setup in detailsapel7
 
chapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjchapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjAmitDeshai
 
Power point presentation
Power point presentationPower point presentation
Power point presentationrajasekarsankar
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentalsSithu PM
 
A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)Tuan Yang
 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptxKushalSrivastava23
 

Similar to Internet architecture protocol (20)

Iap final
Iap finalIap final
Iap final
 
Computer Networks basics
Computer Networks basicsComputer Networks basics
Computer Networks basics
 
Basic Foundation For Cybersecurity
Basic Foundation For CybersecurityBasic Foundation For Cybersecurity
Basic Foundation For Cybersecurity
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
 
Internet architecture
Internet architectureInternet architecture
Internet architecture
 
Unit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptxUnit-1 Introduction to WWW and Network.pptx
Unit-1 Introduction to WWW and Network.pptx
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
 
Unit III
Unit IIIUnit III
Unit III
 
How the internet works
How the internet worksHow the internet works
How the internet works
 
Small office Home office , network setup in details
Small office Home office , network setup in detailsSmall office Home office , network setup in details
Small office Home office , network setup in details
 
chapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjchapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhj
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
Power point presentation
Power point presentationPower point presentation
Power point presentation
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
 
A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)
 
Networking
Networking Networking
Networking
 
TCP/IP Protocols
TCP/IP ProtocolsTCP/IP Protocols
TCP/IP Protocols
 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx
 
Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networking
 
Module 1.pptx
Module 1.pptxModule 1.pptx
Module 1.pptx
 

Recently uploaded

ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
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
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
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
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 

Recently uploaded (20)

ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
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
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 

Internet architecture protocol

  • 1. Chapter 1 Chapter 1 Differentiate between internet and network? The Internet is a massive network of networks, a networking infrastructure. It connects millions of computers together globally, forming a network in which any computer can communicate with any other computer as long as they are both connected to the Internet.
  • 2. • What do you mean by internetworking? • Internetworking is the practice of connecting a computer network with other networks through the use of gateways that provide a common method of routing information packets between the networks. The resulting system of interconnected networks are called an internetwork, or simply an internet.
  • 3. • What is functioning of Internet? • The Internet Protocol (IP) is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet.
  • 4. • What is functioning of Internet? • The Internet Protocol (IP) is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet.
  • 5. • What is internet architecture? • The Internet's architecture is described in its name, a short from of the compound word "inter-networking". This architecture is based in the very specification of the standard TCP/IP protocol, designed to connect any two networks which may be very different in internal hardware, software, and technical design.
  • 6.
  • 7.
  • 8. What is TCP/IP model?
  • 9. • What is the TCP IP suite of protocols? • The Internet protocol suite is the conceptual model and set of communications protocols used on the Internet and similar computer networks. It is commonly known as TCP/IP because the original protocols in the suite are the Transmission Control Protocol (TCP) and the Internet Protocol (IP).
  • 10. • What is ICMP? • The Internet Control Message Protocol (ICMP) is a supporting protocol in the Internet protocol suite. It is used by network devices, including routers, to send error messages and operational information indicating, for example, that a requested service is not available or that a host or router could not be reached.
  • 11. • How broadcast and point-to-point networks are different? • • Broadcast: A method of sending a signal where multiple parties may hear a single sender. • Radio stations are a good example of everyday life "Broadcast Network". • Point-to-point: A method of communication where one "point" (person or entity) speaks to another entity. • An example is a telephone call, in which one telephone is connected with one other, and what is said by one caller can only be heard by the other. • Another example of a simplex point-to-point communication could be a laser used to signal a message from one point to another
  • 12. • What is a point to point protocol? • In computer networking, Point-to-Point Protocol (PPP) is a data link (layer 2) protocol used to establish a direct connection between two nodes. • What is the point to point topology? • The simplest topology is a permanent link between two endpoints. Switched point-to-point topologies are the basic model of conventional telephony. The value of a permanent point-to- point network is unimpeded communications between the two endpoints
  • 13. • What is peer-to-peer model in network, give example? • • Peer-to-peer architecture (P2P architecture) is a commonly used computer networking architecture in which each workstation, or node, has the same capabilities and responsibilities. It is often compared and contrasted to the classic client/server architecture, in which some computers are dedicated to serving others
  • 14.
  • 15. • 12.Why internet architecture is based on tiers?(Important) • Multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architecture in which presentation, application processing, and data management functions are physically separated. The most widespread use of multitier architecture is the three-tier architecture.
  • 16.
  • 17. • What is internetworking ?give example • Internetworking is the practice of connecting a computer network with other networks through the use of gateways that provide a common method of routing information packets between the networks. The resulting system of interconnected networks are called an internetwork, or simply an internet
  • 18. • Although there are many types of routing protocols, three major classes are in widespread use on IP networks: • Interior gateway protocols type • 1, link-state routing protocols, such as OSPF and IS-IS. • • Interior gateway protocols type • 2, distance-vector routing protocols, such as Routing Information Protocol, RIPv2, IGRP
  • 19. • • Address Mapping (Address Resolution) • • Q no.1 what is address mapping? Which protocols are used for this purpose? • Address mapping is a process to correlate or translate one address to another.
  • 20. • These operations are performed by variety of i.e. ARP, RARP, Proxy ARP, BOOTP and DHCP. • The most common operations performed with address resolution protocols are: the (a) correlation of a MAC address to an IP, and (b) the correlation of an IP address to a MAC. • Q no.2 ARP (Address Resolution Protocol) • This protocol is used for address mapping Logical (IP) to Physical (MAC). • IP packets use logical (host-to-host) addresses. These packets however need to be encapsulated in a frame, which needs physical address (node-to-node).
  • 21. • Working: • This means that the sender needs the physical address of the receiver. The host or the router sends an ARP query packet. The Packet includes the Physical and IP address of the sender and IP address of the receiver, because the sender does not know the physical address of the receiver, the query is broadcast over the network. • Every host or router receive the ARP query packet but only the intended recipient recognizes its IP address and sends back an ARP response packet. • ARP query packet will be broadcast and ARP response packet will be unicast
  • 22. • Q no.3 RARP (Reverse Address Resolution Protocol) • We sometimes need reverse mapping i.e. mapping a physical address to a logical address. • Working: • A RARP request is created and broadcast on the local network. Another machine on the local network that knows all the IP addresses will respond with a RARP reply. • The requesting machine must be running a ARP client program and the responding machine must be running a RARP server program.
  • 23. • Q no. 4 what is Proxy ARP? • Proxy ARP is the technique in which one host, usually a router, answers ARP requests intended for another machine. By "faking" its identity, the router accepts responsibility for routing packets to the "real" destination
  • 24. • Q no. 5 what is the use of proxy ARP? • • Proxy ARP is used to create subnetting effect. • It is a technique by which a device (router) on a given network answers the ARP queries for announcing its own physical MAC address. After router receive the actual packet, it sends it to the appropriate router or host
  • 25. • Q no.6 what is the purpose of the Dynamic Host Configuration Protocol? • • Dynamic Host Configuration Protocol (DHCP) is a network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers (i.e., a scope) configured for a given network.
  • 26. • Q no.7 what is BOOTP? • The Bootstrap Protocol (BOOTP) is a client /server protocol designed to provide physical to logical address mapping. It is a static configuration protocol.
  • 27. • Working: • As BOOTP is an application layer protocol, BOOTP messages first encapsulate in UDP packet and UDP packet already in format of IP address. • Why protocols are required for exchange of data? • Network protocols made the modernization of the Internet possible. Such protocols allow computers to communicate with other computers without users having to know what is happening in the background
  • 28. • 16.What is the role of DS bits in IP datagram? • • The third and fourth fields of the IPv4 header (second and third fields of the IPv6 header) are the Differentiated Services (called DS Field) and ECN fields, formerly called the ToS Byte or IPv6 Traffic Class. • Type of Service (TOS): A field designed to carry information to provide quality of service features, such as prioritized delivery, for IP datagrams. It was never widely used as originally defined, and its meaning has been subsequently redefined for use by a technique called Differentiated Services (DS).
  • 29. • • An address space has a total of 1024 addresses, how many bits are needed te represent an address? • Log21,024 =10 • What is the DNS server? • A DNS server is any computer registered to join the Domain Name System. A DNS server runs special- purpose networking software, features a public IP address, and contains a database of network names and addresses for other Internet hosts
  • 30. • What are DNS settings Windows 10? • Changing your DNS in Windows 10 • Firstly, open the Network and Sharing Centre by right-clicking on your network connections symbol in the bottom-right corner of the screen, then click on Open Network and Sharing Center. • Click on the connection type
  • 31. • • What is the purpose of DNS? • Solution: • The Domain Name System (aka DNS) is used to resolve human-readable hostnames like www.Dyn.com into machine-readable IP addresses like 204.13.248.115. DNS also provides other information about domain names, such as mail services • What is CIDR? • CIDR (Classless Inter-Domain Routing, sometimes called supernetting) is a way to allow more flexible allocation of Internet Protocol (IP) addresses than was possible with the original system of IP address classes.
  • 32. • What is the difference between Supernetting and subnetting? • When a large network is subnetted, the network is divided into at least two smaller subnetworks, with each subnetwork (subnet) having its own subnetwork address (subnetid). When supernetting is performed, several small Class C networks are combined to create one large network, or supernetwork.