SlideShare a Scribd company logo
1 of 40
Download to read offline
Pemrograman Jaringan
Routing Concept
Objektif
 Pengenalan
 Router = Komputer
 WAN Protocol
 Bagian-bagian Router
 Dokumentasi Perancangan
 Konsep Routing
 Static Routing
 Dynamic Routing
 Prinsip RoutingTable
Pengenalan
 Router merupakan perangkat yang berada
di tengah jaringan
 Secara sederhana, dapat dikatakan bahwa
router menghubungkan satu jaringan
dengan lainnya
 Router bertanggung jawab untuk
pengiriman packet melalui jaringan yang
berbeda
Pengenalan
 Saat ini router juga ditambahkan pada
satelit di luar angkasa. Router ini mampu
menjalurkan traffic IP antara satelit-satelit
yang ada dengan cara yang sama seperti
packet yang bergerak di bumi sehingga
dapat mengurangi delay dan memberikan
fleksibilitas yang lebih baik
Pengenalan
 Tanggung jawab utamanya adalah
meneruskan (forwarding) packet dari satu
jaringan ke jaringan lain
 Hal ini dimungkinkan karena kemampuan
router untuk menjalurkan packet antar
jaringan sehingga divais yang berada pada
jaringan yang berbeda dapat saling
berkomunikasi
Router = Komputer
 Router memiliki banyak komponen
hardware dan software yang juga ditemui
di perangkat komputer lain, mencakup:
◦ CPU
◦ RAM
◦ ROM
◦ Operating System
Router = Komputer
 Router menghubungkan beberapa jaringan, artinya
router memiliki beberapa interface yang masing-
masing merupakan bagian dari jaringan yang
berbeda
 Ketika menerima packet IP pada salah satu
interface, router menentukan interface mana yang
akan digunakan untuk meneruskan packet
tersebut agar sampai ke tempat tujuan. Interface
yang digunakan untuk meneruskan dapat berupa:
◦ the network of the final destination of the packet (the
network with the destination IP address of this
packet) - LAN
◦ network connected to another router that is used to
reach the destination network -WAN
Router = Komputer
 Tanggung jawab utama router adalah
meneruskan packet ke tujuannya, dengan
cara:
◦ Menentukan jalur terbaik untuk mengirim
packet
◦ Meneruskan packet ke tujuan
Router = Komputer
 Router menggunakan routing table yang
dimiliki untuk menentukan jalur terbaik
 Saat menerima packet, router memeriksa
destination IP address dari packet
tersebut dan mencocokkan alamat
tersebut dengan routing table
 Routing table mencakup interface yang
digunakan untuk meneruskan packet
Router = Komputer
 Sangat memungkinkan bahwa suatu router
akan menerima packet yang dienkapsulasi
dengan suatu jenis data link fram, seperti
Ethernet, tetapi kemudian meneruskan
packet tersebut dengan jenis enkapsulasi
data link frame yang berbeda, misalnya
Point-to-Point Protocol (PPP)
 Enkapsulasi data link tergantung pada jenis
interface pada router dan jenis media
yang terhubung dengannya
DTE
DCE
WAN Protocol
 High-Level Data Link Control (HDLC)
 Point-to-Point Protocol (PPP)
 Frame Relay
Bagian-bagian Router
Power Supply
Fan
SDRAM
NVRAM
CPU
WIC Shield WIC Shield
Bagian-bagian Router
USB Port
Fast Ethernet Port
Console Port
Auxiliary Port
High SpeedWIC (HWIC)
Power Cable Connector
Flash Memory
Bagian-bagian Router
 CPU
The CPU executes operating system instructions, such as system
initialization, routing functions, and switching functions.
 RAM
RAM stores the instructions and data needed to be executed by the CPU.
RAM is used to store these components:
◦ Operating System:The Cisco IOS (Internetwork Operating System) is copied into
RAM during bootup.
◦ Running Configuration File:This is the configuration file that stores the configuration
commands that the router IOS is currently using.With few exceptions,all commands
configured on the router are stored in the running configuration file, known as
running-config.
◦ IP RoutingTable:This file stores information about directly connected and remote
networks. It is used to determine the best path to forward the packet.
◦ ARP Cache:This cache contains the IPv4 address to MAC address mappings, similar to
the ARP cache on a PC.The ARP cache is used on routers that have LAN interfaces
such as Ethernet interfaces.
◦ Packet Buffer: Packets are temporarily stored in a buffer when received on an interface
or before they exit an interface.
Bagian-bagian Router
 RAM is volatile memory and loses its
content when the router is powered
down or restarted.
Bagian-bagian Router
 ROM
ROM is a form of permanent storage. Cisco devices use
ROM to store:
◦ The bootstrap instructions
◦ Basic diagnostic software
◦ Scaled-down version of IOS
 Flash Memory
Flash memory is nonvolatile computer memory that can be
electrically stored and erased. Flash is used as permanent
storage for the operating system, Cisco IOS. In most models
of Cisco routers, the IOS is permanently stored in flash
memory and copied into RAM during the bootup process,
where it is then executed by the CPU.
Bagian-bagian Router
 NVRAM
NVRAM (Nonvolatile RAM) does not lose its
information when power is turned off.This is in
contrast to the most common forms of RAM,
such as DRAM, that requires continual power to
maintain its information. NVRAM is used by the
Cisco IOS as permanent storage for the startup
configuration file (startup-config).
 ROM, flash memory, and NVRAM does not lose
its contents when the router loses power or is
restarted.
Dokumentasi Perancangan
Dokumentasi Perancangan
 When configuring a router, certain basic
tasks are performed including:
◦ Naming the router
◦ Setting passwords
◦ Configuring interfaces
◦ Configuring a banner
◦ Saving changes on a router
◦ Verifying basic configuration and router
operations
Konsep Routing
 Remote networks ditambahkan pada
routing table dengan konfigurasi static
route atau menggunakan dynamic routing
protocol
 Ketika OS mengetahui adanya sebuah
remote network dan interface yang akan
digunakan untuk mencapai jaringan
tersebut, jalur tersebut akan ditambahkan
ke routing table selama interface tersebut
aktif
Static Routing
 Static route mencakup network address
dan subnet mask dari remote network,
diikuti dengan IP address dari next-hop
router atau exit interface
 Static route ditandai dengan kode ‘S’ pada
routing table
Static Routing
 Keuntungannya:
◦ Meringankan kerja prosesor yang ada pada router
◦ Tidak ada bandwidth yang digunakan untuk
pertukaran informasi routing table antar router
◦ Tingkat keamanan lebih tinggi vs mekanisme
lainnya
 Kekurangannya:
◦ Admin harus mengetahui informasi tiap-tiap
router yang terhubung jaringan
◦ Jika terdapat penambahan/perubahan topologi
jaringan, admin harus mengubah isi routing table
◦ Tidak cocok untuk jaringan yang besar
Static Routing
Saat-saat untuk menggunakan static routing:
 A network consists of only a few routers. Using a dynamic
routing protocol in such a case does not present any
substantial benefit. On the contrary, dynamic routing may add
more administrative overhead.
 A network is connected to the Internet only through a single
ISP.There is no need to use a dynamic routing protocol
across this link because the ISP represents the only exit
point to the Internet.
 A large network is configured in a hub-and-spoke topology.A
hub-and-spoke topology consists of a central location (the
hub) and multiple branch locations (spokes), with each spoke
having only one connection to the hub. Using dynamic
routing would be unnecessary because each branch has only
one path to a given destination-through the central location.
Dynamic Routing
 Dynamic routing protocols digunakan
router untuk membagi informasi tentang
jaringan yang dapat dijangkau. Routing
protocol melakukan beberapa aktifitas
mencakup:
◦ Network discovery
◦ Updating and maintaining routing tables
Dynamic Routing
 Kategori algoritma routing:
◦ Distance vector
◦ Link state
Dynamic Routing
 DistanceVector
◦ Routing information is only exchanged
between directly connected neighbors
◦ This means a router knows from which
neighbor a route was learned, but it does not
know where that neighbor learned the route;
a router can't see beyond its own neighbors
◦ This aspect of distance vector routing is
sometimes referred to as "routing by rumor.“
◦ Also known as Bellman-Ford algorithm
Dynamic Routing
 Link State
◦ Requires that all routers know about the paths
reachable by all other routers in the network
◦ Link-state information is flooded throughout the
link-state domain to ensure all routers posses a
synchronized copy of the area's link-state
database
◦ From this common database, each router
constructs its own relative shortest-path tree,
with itself as the root, for all known routes
◦ Also known as Dijkstra’s algorithm
Dynamic Routing
Dynamic Routing
 DistanceVector
Dynamic Routing
 Link State
Dynamic Routing
 Link State
Dynamic Routing
 Ada beberapa routing protocol yang tersedia.
Berikut adalah beberapa routing protocol
yang umum digunakan untuk menjalurkan
packet IP:
◦ RIP (Routing Information Protocol)
◦ IGRP (Interior Gateway Routing Protocol)
◦ EIGRP (Enhanced Interior Gateway Routing
Protocol)
◦ OSPF (Open Shortest Path First)
◦ IS-IS (Intermediate System-to-Intermediate
System)
◦ BGP (Border Gateway Protocol)
Dynamic Routing
Dynamic Routing
 Routing protocol interior didesain untuk
jaringan yang dikontrol oleh suatu organisasi.
Kriteria disain untuk routing protocol
interior untuk mencari jalur terbaik pada
jaringan
 Routing protocol eksterior didesain untuk
penggunaan antara dua jaringan yang berbeda
yang dikontrol oleh dua organisasi yang
berbeda. Umumnya digunakan antara ISP
dengan ISP atau antara ISP dengan
perusahaan
Prinsip Routing Table
 Every router makes its decision alone, based on
the information it has in its own routing table.
 The fact that one router has certain information
in its routing table does not mean that other
routers have the same information.
 Routing information about a path from one
network to another does not provide routing
information about the reverse, or return, path.

More Related Content

Similar to Pemrograman Jaringan. Routing Concept.pdf

Ospf and eigrp concepts and configuration
Ospf and eigrp concepts and configurationOspf and eigrp concepts and configuration
Ospf and eigrp concepts and configurationIT Tech
 
Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)Gaurav Uniyal
 
Introduction to Router and Routing Basics
Introduction to Router and Routing BasicsIntroduction to Router and Routing Basics
Introduction to Router and Routing BasicsDarwish Ahmad
 
1164 Routers
1164 Routers1164 Routers
1164 Routerstechbed
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
 
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 NotesCisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 NotesAhmed Gad
 
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSBASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSamiteshg
 
Wa ns and routers
Wa ns and routersWa ns and routers
Wa ns and routersKevin Bhola
 
Linux Based Advanced Routing with Firewall and Traffic Control
Linux Based Advanced Routing with Firewall and Traffic ControlLinux Based Advanced Routing with Firewall and Traffic Control
Linux Based Advanced Routing with Firewall and Traffic Controlsandy_vasan
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routingphanleson
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyIOSR Journals
 

Similar to Pemrograman Jaringan. Routing Concept.pdf (20)

Ospf and eigrp concepts and configuration
Ospf and eigrp concepts and configurationOspf and eigrp concepts and configuration
Ospf and eigrp concepts and configuration
 
Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)Industrial Training Presentaion(Networking)
Industrial Training Presentaion(Networking)
 
Introduction to Router and Routing Basics
Introduction to Router and Routing BasicsIntroduction to Router and Routing Basics
Introduction to Router and Routing Basics
 
Router and routing
Router  and routingRouter  and routing
Router and routing
 
1164 Routers
1164 Routers1164 Routers
1164 Routers
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 NotesCisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
 
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSBASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
 
Wa ns and routers
Wa ns and routersWa ns and routers
Wa ns and routers
 
Ducat
DucatDucat
Ducat
 
Linux Based Advanced Routing with Firewall and Traffic Control
Linux Based Advanced Routing with Firewall and Traffic ControlLinux Based Advanced Routing with Firewall and Traffic Control
Linux Based Advanced Routing with Firewall and Traffic Control
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Arun project-Final
Arun project-FinalArun project-Final
Arun project-Final
 
Router configuration
Router configurationRouter configuration
Router configuration
 
1Routing Basics.pdf
1Routing Basics.pdf1Routing Basics.pdf
1Routing Basics.pdf
 
H n q & a
H n q & aH n q & a
H n q & a
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 

More from AyesMuharam1

16 Tipe MBTI-DMA.pdf
16 Tipe MBTI-DMA.pdf16 Tipe MBTI-DMA.pdf
16 Tipe MBTI-DMA.pdfAyesMuharam1
 
Komunikasi Data 1 Kelas 11.pdf
Komunikasi Data 1 Kelas 11.pdfKomunikasi Data 1 Kelas 11.pdf
Komunikasi Data 1 Kelas 11.pdfAyesMuharam1
 
Dhoto-JaringanKomputer1.pdf
Dhoto-JaringanKomputer1.pdfDhoto-JaringanKomputer1.pdf
Dhoto-JaringanKomputer1.pdfAyesMuharam1
 
Teknologi WAN Kelas 11.pdf
Teknologi WAN Kelas 11.pdfTeknologi WAN Kelas 11.pdf
Teknologi WAN Kelas 11.pdfAyesMuharam1
 
AIJ Mikrotik Dasar Kelas 12.pdf
AIJ Mikrotik Dasar Kelas 12.pdfAIJ Mikrotik Dasar Kelas 12.pdf
AIJ Mikrotik Dasar Kelas 12.pdfAyesMuharam1
 
Administrasi Sistem Jaringan Kelas 11.pdf
Administrasi Sistem Jaringan Kelas 11.pdfAdministrasi Sistem Jaringan Kelas 11.pdf
Administrasi Sistem Jaringan Kelas 11.pdfAyesMuharam1
 

More from AyesMuharam1 (6)

16 Tipe MBTI-DMA.pdf
16 Tipe MBTI-DMA.pdf16 Tipe MBTI-DMA.pdf
16 Tipe MBTI-DMA.pdf
 
Komunikasi Data 1 Kelas 11.pdf
Komunikasi Data 1 Kelas 11.pdfKomunikasi Data 1 Kelas 11.pdf
Komunikasi Data 1 Kelas 11.pdf
 
Dhoto-JaringanKomputer1.pdf
Dhoto-JaringanKomputer1.pdfDhoto-JaringanKomputer1.pdf
Dhoto-JaringanKomputer1.pdf
 
Teknologi WAN Kelas 11.pdf
Teknologi WAN Kelas 11.pdfTeknologi WAN Kelas 11.pdf
Teknologi WAN Kelas 11.pdf
 
AIJ Mikrotik Dasar Kelas 12.pdf
AIJ Mikrotik Dasar Kelas 12.pdfAIJ Mikrotik Dasar Kelas 12.pdf
AIJ Mikrotik Dasar Kelas 12.pdf
 
Administrasi Sistem Jaringan Kelas 11.pdf
Administrasi Sistem Jaringan Kelas 11.pdfAdministrasi Sistem Jaringan Kelas 11.pdf
Administrasi Sistem Jaringan Kelas 11.pdf
 

Recently uploaded

A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
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
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
“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
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Recently uploaded (20)

A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
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
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
“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...
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 

Pemrograman Jaringan. Routing Concept.pdf

  • 2. Objektif  Pengenalan  Router = Komputer  WAN Protocol  Bagian-bagian Router  Dokumentasi Perancangan  Konsep Routing  Static Routing  Dynamic Routing  Prinsip RoutingTable
  • 3. Pengenalan  Router merupakan perangkat yang berada di tengah jaringan  Secara sederhana, dapat dikatakan bahwa router menghubungkan satu jaringan dengan lainnya  Router bertanggung jawab untuk pengiriman packet melalui jaringan yang berbeda
  • 4. Pengenalan  Saat ini router juga ditambahkan pada satelit di luar angkasa. Router ini mampu menjalurkan traffic IP antara satelit-satelit yang ada dengan cara yang sama seperti packet yang bergerak di bumi sehingga dapat mengurangi delay dan memberikan fleksibilitas yang lebih baik
  • 5. Pengenalan  Tanggung jawab utamanya adalah meneruskan (forwarding) packet dari satu jaringan ke jaringan lain  Hal ini dimungkinkan karena kemampuan router untuk menjalurkan packet antar jaringan sehingga divais yang berada pada jaringan yang berbeda dapat saling berkomunikasi
  • 6. Router = Komputer  Router memiliki banyak komponen hardware dan software yang juga ditemui di perangkat komputer lain, mencakup: ◦ CPU ◦ RAM ◦ ROM ◦ Operating System
  • 7. Router = Komputer  Router menghubungkan beberapa jaringan, artinya router memiliki beberapa interface yang masing- masing merupakan bagian dari jaringan yang berbeda  Ketika menerima packet IP pada salah satu interface, router menentukan interface mana yang akan digunakan untuk meneruskan packet tersebut agar sampai ke tempat tujuan. Interface yang digunakan untuk meneruskan dapat berupa: ◦ the network of the final destination of the packet (the network with the destination IP address of this packet) - LAN ◦ network connected to another router that is used to reach the destination network -WAN
  • 8. Router = Komputer  Tanggung jawab utama router adalah meneruskan packet ke tujuannya, dengan cara: ◦ Menentukan jalur terbaik untuk mengirim packet ◦ Meneruskan packet ke tujuan
  • 9. Router = Komputer  Router menggunakan routing table yang dimiliki untuk menentukan jalur terbaik  Saat menerima packet, router memeriksa destination IP address dari packet tersebut dan mencocokkan alamat tersebut dengan routing table  Routing table mencakup interface yang digunakan untuk meneruskan packet
  • 10.
  • 11. Router = Komputer  Sangat memungkinkan bahwa suatu router akan menerima packet yang dienkapsulasi dengan suatu jenis data link fram, seperti Ethernet, tetapi kemudian meneruskan packet tersebut dengan jenis enkapsulasi data link frame yang berbeda, misalnya Point-to-Point Protocol (PPP)  Enkapsulasi data link tergantung pada jenis interface pada router dan jenis media yang terhubung dengannya
  • 13. WAN Protocol  High-Level Data Link Control (HDLC)  Point-to-Point Protocol (PPP)  Frame Relay
  • 15. Bagian-bagian Router USB Port Fast Ethernet Port Console Port Auxiliary Port High SpeedWIC (HWIC) Power Cable Connector Flash Memory
  • 16.
  • 17. Bagian-bagian Router  CPU The CPU executes operating system instructions, such as system initialization, routing functions, and switching functions.  RAM RAM stores the instructions and data needed to be executed by the CPU. RAM is used to store these components: ◦ Operating System:The Cisco IOS (Internetwork Operating System) is copied into RAM during bootup. ◦ Running Configuration File:This is the configuration file that stores the configuration commands that the router IOS is currently using.With few exceptions,all commands configured on the router are stored in the running configuration file, known as running-config. ◦ IP RoutingTable:This file stores information about directly connected and remote networks. It is used to determine the best path to forward the packet. ◦ ARP Cache:This cache contains the IPv4 address to MAC address mappings, similar to the ARP cache on a PC.The ARP cache is used on routers that have LAN interfaces such as Ethernet interfaces. ◦ Packet Buffer: Packets are temporarily stored in a buffer when received on an interface or before they exit an interface.
  • 18. Bagian-bagian Router  RAM is volatile memory and loses its content when the router is powered down or restarted.
  • 19. Bagian-bagian Router  ROM ROM is a form of permanent storage. Cisco devices use ROM to store: ◦ The bootstrap instructions ◦ Basic diagnostic software ◦ Scaled-down version of IOS  Flash Memory Flash memory is nonvolatile computer memory that can be electrically stored and erased. Flash is used as permanent storage for the operating system, Cisco IOS. In most models of Cisco routers, the IOS is permanently stored in flash memory and copied into RAM during the bootup process, where it is then executed by the CPU.
  • 20. Bagian-bagian Router  NVRAM NVRAM (Nonvolatile RAM) does not lose its information when power is turned off.This is in contrast to the most common forms of RAM, such as DRAM, that requires continual power to maintain its information. NVRAM is used by the Cisco IOS as permanent storage for the startup configuration file (startup-config).  ROM, flash memory, and NVRAM does not lose its contents when the router loses power or is restarted.
  • 21.
  • 23. Dokumentasi Perancangan  When configuring a router, certain basic tasks are performed including: ◦ Naming the router ◦ Setting passwords ◦ Configuring interfaces ◦ Configuring a banner ◦ Saving changes on a router ◦ Verifying basic configuration and router operations
  • 24. Konsep Routing  Remote networks ditambahkan pada routing table dengan konfigurasi static route atau menggunakan dynamic routing protocol  Ketika OS mengetahui adanya sebuah remote network dan interface yang akan digunakan untuk mencapai jaringan tersebut, jalur tersebut akan ditambahkan ke routing table selama interface tersebut aktif
  • 25. Static Routing  Static route mencakup network address dan subnet mask dari remote network, diikuti dengan IP address dari next-hop router atau exit interface  Static route ditandai dengan kode ‘S’ pada routing table
  • 26. Static Routing  Keuntungannya: ◦ Meringankan kerja prosesor yang ada pada router ◦ Tidak ada bandwidth yang digunakan untuk pertukaran informasi routing table antar router ◦ Tingkat keamanan lebih tinggi vs mekanisme lainnya  Kekurangannya: ◦ Admin harus mengetahui informasi tiap-tiap router yang terhubung jaringan ◦ Jika terdapat penambahan/perubahan topologi jaringan, admin harus mengubah isi routing table ◦ Tidak cocok untuk jaringan yang besar
  • 27. Static Routing Saat-saat untuk menggunakan static routing:  A network consists of only a few routers. Using a dynamic routing protocol in such a case does not present any substantial benefit. On the contrary, dynamic routing may add more administrative overhead.  A network is connected to the Internet only through a single ISP.There is no need to use a dynamic routing protocol across this link because the ISP represents the only exit point to the Internet.  A large network is configured in a hub-and-spoke topology.A hub-and-spoke topology consists of a central location (the hub) and multiple branch locations (spokes), with each spoke having only one connection to the hub. Using dynamic routing would be unnecessary because each branch has only one path to a given destination-through the central location.
  • 28. Dynamic Routing  Dynamic routing protocols digunakan router untuk membagi informasi tentang jaringan yang dapat dijangkau. Routing protocol melakukan beberapa aktifitas mencakup: ◦ Network discovery ◦ Updating and maintaining routing tables
  • 29. Dynamic Routing  Kategori algoritma routing: ◦ Distance vector ◦ Link state
  • 30. Dynamic Routing  DistanceVector ◦ Routing information is only exchanged between directly connected neighbors ◦ This means a router knows from which neighbor a route was learned, but it does not know where that neighbor learned the route; a router can't see beyond its own neighbors ◦ This aspect of distance vector routing is sometimes referred to as "routing by rumor.“ ◦ Also known as Bellman-Ford algorithm
  • 31. Dynamic Routing  Link State ◦ Requires that all routers know about the paths reachable by all other routers in the network ◦ Link-state information is flooded throughout the link-state domain to ensure all routers posses a synchronized copy of the area's link-state database ◦ From this common database, each router constructs its own relative shortest-path tree, with itself as the root, for all known routes ◦ Also known as Dijkstra’s algorithm
  • 36. Dynamic Routing  Ada beberapa routing protocol yang tersedia. Berikut adalah beberapa routing protocol yang umum digunakan untuk menjalurkan packet IP: ◦ RIP (Routing Information Protocol) ◦ IGRP (Interior Gateway Routing Protocol) ◦ EIGRP (Enhanced Interior Gateway Routing Protocol) ◦ OSPF (Open Shortest Path First) ◦ IS-IS (Intermediate System-to-Intermediate System) ◦ BGP (Border Gateway Protocol)
  • 38. Dynamic Routing  Routing protocol interior didesain untuk jaringan yang dikontrol oleh suatu organisasi. Kriteria disain untuk routing protocol interior untuk mencari jalur terbaik pada jaringan  Routing protocol eksterior didesain untuk penggunaan antara dua jaringan yang berbeda yang dikontrol oleh dua organisasi yang berbeda. Umumnya digunakan antara ISP dengan ISP atau antara ISP dengan perusahaan
  • 39.
  • 40. Prinsip Routing Table  Every router makes its decision alone, based on the information it has in its own routing table.  The fact that one router has certain information in its routing table does not mean that other routers have the same information.  Routing information about a path from one network to another does not provide routing information about the reverse, or return, path.