SlideShare a Scribd company logo
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.
Internet architecture protocol
Internet architecture protocol
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
Internet architecture protocol
• 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.
Internet architecture protocol
• 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.
Ad

More Related Content

What's hot (20)

Tcp
TcpTcp
Tcp
Varsha Kumar
 
Transportlayer tanenbaum
Transportlayer tanenbaumTransportlayer tanenbaum
Transportlayer tanenbaum
Mahesh Kumar Chelimilla
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
BE Smârt
 
Computer organisation -morris mano
Computer organisation  -morris manoComputer organisation  -morris mano
Computer organisation -morris mano
vishnu murthy
 
What is Ethernet
What is EthernetWhat is Ethernet
What is Ethernet
Simplilearn
 
Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
Sri Manakula Vinayagar Engineering College
 
distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memory
Ashish Kumar
 
switching techniques in data communication and networking
switching techniques in data communication and networkingswitching techniques in data communication and networking
switching techniques in data communication and networking
Harshita Yadav
 
Transport layer
Transport layer Transport layer
Transport layer
Mukesh Chinta
 
Wireless LANs
Wireless LANsWireless LANs
Wireless LANs
Meenakshi Paul
 
icmp , igmp
icmp , igmpicmp , igmp
icmp , igmp
AKSHIT KOHLI
 
QOS (Quality of Services) - Computer Networks
 QOS (Quality of Services) - Computer Networks QOS (Quality of Services) - Computer Networks
QOS (Quality of Services) - Computer Networks
IIIT Manipur
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
Bhagyashri Dhoke
 
Data communication & networks
Data communication & networksData communication & networks
Data communication & networks
Gc university faisalabad
 
Sliding window protocol
Sliding window protocolSliding window protocol
Sliding window protocol
Shehara Abeythunga
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided media
Hassan Osama
 
7. data link layer error detection and correction codes - parity and checksum
7. data link layer   error detection and correction codes - parity and checksum7. data link layer   error detection and correction codes - parity and checksum
7. data link layer error detection and correction codes - parity and checksum
JAIGANESH SEKAR
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
marwan aldulaimy
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Dr. SELVAGANESAN S
 
Connection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion ControlConnection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion Control
Adeel Rasheed
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
BE Smârt
 
Computer organisation -morris mano
Computer organisation  -morris manoComputer organisation  -morris mano
Computer organisation -morris mano
vishnu murthy
 
What is Ethernet
What is EthernetWhat is Ethernet
What is Ethernet
Simplilearn
 
distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memory
Ashish Kumar
 
switching techniques in data communication and networking
switching techniques in data communication and networkingswitching techniques in data communication and networking
switching techniques in data communication and networking
Harshita Yadav
 
QOS (Quality of Services) - Computer Networks
 QOS (Quality of Services) - Computer Networks QOS (Quality of Services) - Computer Networks
QOS (Quality of Services) - Computer Networks
IIIT Manipur
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided media
Hassan Osama
 
7. data link layer error detection and correction codes - parity and checksum
7. data link layer   error detection and correction codes - parity and checksum7. data link layer   error detection and correction codes - parity and checksum
7. data link layer error detection and correction codes - parity and checksum
JAIGANESH SEKAR
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
marwan aldulaimy
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Dr. SELVAGANESAN S
 
Connection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion ControlConnection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion Control
Adeel Rasheed
 

Similar to Internet architecture protocol (20)

Iap final
Iap finalIap final
Iap final
GLIM Digital
 
Computer Networks basics
Computer Networks basicsComputer Networks basics
Computer Networks basics
BiplabaSamantaray
 
Basic Foundation For Cybersecurity
Basic Foundation For CybersecurityBasic Foundation For Cybersecurity
Basic Foundation For Cybersecurity
Mohammed Adam
 
Know the advantages and disadvantages of peer-to-peer network and a server-ba...
Know the advantages and disadvantages of peer-to-peer network and a server-ba...Know the advantages and disadvantages of peer-to-peer network and a server-ba...
Know the advantages and disadvantages of peer-to-peer network and a server-ba...
ekwinsi
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
junaidahmedsaba
 
Internet architecture
Internet architectureInternet architecture
Internet architecture
Naman 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.pptx
sahilraturi
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
Piero Fraternali
 
Unit III
Unit IIIUnit III
Unit III
APARNA P
 
How the internet works
How the internet worksHow the internet works
How the internet works
ftcim
 
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
apel7
 
chapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjchapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhj
AmitDeshai
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
Ramakrishna Kongalla
 
Power point presentation
Power point presentationPower point presentation
Power point presentation
rajasekarsankar
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
Sithu PM
 
INTERconnected NETwork:Internet and Network
INTERconnected NETwork:Internet and NetworkINTERconnected NETwork:Internet and Network
INTERconnected NETwork:Internet and Network
tripathikartu0007
 
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
 
Networking
Networking Networking
Networking
FLYMAN TECHNOLOGY LIMITED
 
TCP/IP Protocols
TCP/IP ProtocolsTCP/IP Protocols
TCP/IP Protocols
Danial Mirza
 
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
KushalSrivastava23
 
Basic Foundation For Cybersecurity
Basic Foundation For CybersecurityBasic Foundation For Cybersecurity
Basic Foundation For Cybersecurity
Mohammed Adam
 
Know the advantages and disadvantages of peer-to-peer network and a server-ba...
Know the advantages and disadvantages of peer-to-peer network and a server-ba...Know the advantages and disadvantages of peer-to-peer network and a server-ba...
Know the advantages and disadvantages of peer-to-peer network and a server-ba...
ekwinsi
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
junaidahmedsaba
 
Internet architecture
Internet architectureInternet architecture
Internet architecture
Naman 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.pptx
sahilraturi
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
Piero Fraternali
 
How the internet works
How the internet worksHow the internet works
How the internet works
ftcim
 
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
apel7
 
chapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhjchapter-4-networking hjgjjgj did hfhhfhj
chapter-4-networking hjgjjgj did hfhhfhj
AmitDeshai
 
Power point presentation
Power point presentationPower point presentation
Power point presentation
rajasekarsankar
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
Sithu PM
 
INTERconnected NETwork:Internet and Network
INTERconnected NETwork:Internet and NetworkINTERconnected NETwork:Internet and Network
INTERconnected NETwork:Internet and Network
tripathikartu0007
 
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.pptx
KushalSrivastava23
 
Ad

Recently uploaded (20)

Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdfAntepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Dr H.K. Cheema
 
How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18
Celine George
 
Rebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter worldRebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter world
Ned Potter
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
The History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.pptThe History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.ppt
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
Dastur_ul_Amal under Jahangir Key Features.pptx
Dastur_ul_Amal under Jahangir Key Features.pptxDastur_ul_Amal under Jahangir Key Features.pptx
Dastur_ul_Amal under Jahangir Key Features.pptx
omorfaruqkazi
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
How to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 WebsiteHow to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 Website
Celine George
 
114P_English.pdf114P_English.pdf114P_English.pdf
114P_English.pdf114P_English.pdf114P_English.pdf114P_English.pdf114P_English.pdf114P_English.pdf
114P_English.pdf114P_English.pdf114P_English.pdf
paulinelee52
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024
INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024
INDIA QUIZ FOR SCHOOLS | THE QUIZ CLUB OF PSGCAS | AUGUST 2024
Quiz Club of PSG College of Arts & Science
 
Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............
19lburrell
 
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
parmarjuli1412
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
Conditions for Boltzmann Law – Biophysics Lecture Slide
Conditions for Boltzmann Law – Biophysics Lecture SlideConditions for Boltzmann Law – Biophysics Lecture Slide
Conditions for Boltzmann Law – Biophysics Lecture Slide
PKLI-Institute of Nursing and Allied Health Sciences Lahore , Pakistan.
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
PUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for HealthPUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for Health
JonathanHallett4
 
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdfAntepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Dr H.K. Cheema
 
How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18
Celine George
 
Rebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter worldRebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter world
Ned Potter
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
Dastur_ul_Amal under Jahangir Key Features.pptx
Dastur_ul_Amal under Jahangir Key Features.pptxDastur_ul_Amal under Jahangir Key Features.pptx
Dastur_ul_Amal under Jahangir Key Features.pptx
omorfaruqkazi
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
How to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 WebsiteHow to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 Website
Celine George
 
114P_English.pdf114P_English.pdf114P_English.pdf
114P_English.pdf114P_English.pdf114P_English.pdf114P_English.pdf114P_English.pdf114P_English.pdf
114P_English.pdf114P_English.pdf114P_English.pdf
paulinelee52
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............Peer Assesment- Libby.docx..............
Peer Assesment- Libby.docx..............
19lburrell
 
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
parmarjuli1412
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
PUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for HealthPUBH1000 Slides - Module 12: Advocacy for Health
PUBH1000 Slides - Module 12: Advocacy for Health
JonathanHallett4
 
Ad

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.
  • 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
  • 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.
  • 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.
  翻译: