SlideShare a Scribd company logo
1 of 135
Download to read offline
JNCIA-JUNOS
Training
Introduction
2
Foryanto Jaya Wiguna
Is a Network Trainer,
Independent Network Engineer and Consultant
Contact :
foryanto@gmail.com
+62 813 827 34574
Agenda
3
 1st Day:
 Introduction
 Network Fundamental
 JUNOS Software Fundamentals
 Initial Configuration
 Second System Configuration
 Operational Monitoring and Maintenance
 Lab 1
 2nd Day :
 Routing Fundamentals
 Routing Static
 Routing Dynamic
 Routing Policy
 Firewall
 Lab 2 & 3
 3rd Day :
 Full Lab 4 (Challenge)
4
Network Fundamental
Foryanto Jaya Wiguna
JNCIA-JUNOS
OSI Model
5
Protocol
6
Tranversing Network Model
7
Application Layer
8
Transport Layer
9
Transport Layer
10
Network Layer
11
Data Link Layer
12
Data Link Layer
13
Physical Layer
14
Summary
15
OSI MODEL PDU Protocol Addressing
Network
Device
Application Data
HTTP, HTTPS, DNS,
SMTP, POP, FTP
Presentation
Session
Transport
Transport
Header
Data
TCP,UDP Port Number •Firewall
Segment
Network
Network
Header
Segment IP, IPX, Appletalk,
ICMP
IP Address
•Router
•Multi Layer
Switch (MLS)
Packet
Data Link
Frame
Header
Packet
Frame
Trailer 802.3, 802.11, PPP,
frame relay
MAC Address
•Switch
•Bridge
Frame
Physical Bit
•Hub
•Repeater
IPv4 Address
16
Stuktur IPv4
• Alamat IPv4 terdiri dari 32 bit
• Alamat IPv4 dibagi menjadi 4 oktet (8 bit) yang dipisahkan oleh dot
desimal.
• Alamat IPv4 terdiri dari dua bagian, yaitu bagian network dan
bagian host
IPv4 Address Class
17
IPv4 Address
18
• Alamat Jaringan
Alamat yang merujuk pada suatu jaringan
IPv4 Address
19
• Alamat Broadcast
Suatu alamat khusus yang digunakan untuk mengirimkan data ke semua
host dalam jaringan yang bersangkutan.
IPv4 Address
20
Alamat Host
Alamat yang diberikan kepada perangkat di suatu jaringan.
IPv4 Address Classification
21
Blok alamat private adalah:
10.0.0.0 sampai 10.255.255.255 (10.0.0.0 /8)
172.16.0.0 sampai 172.31.255.255 (172.16.0.0 /12)
192.168.0.0 sampai 192.168.255.255 (192.168.0.0 /16)
IPv4 Address Classification
22
Alamat IP yang tidak dapat digunakan sebagai alamat Host:
• Alamat Network dan alamat Broadcast
• Alamat Default Route (0.0.0.0/8)
• Alamat Loopback (127.0.0.0/8)
• Local Link 169.254.0.0 s/d 169.254.255.255
Subnet Mask and Prefix Length
23
Prefix length adalah banyaknya bit pada alamat tersebut yang
merupakan alamat jaringan. Misalnya, dalam 172.16.4.0 /24, tanda
/24 adalah prefix length yang menunjukkan kepada kita bahwa 24 bit
pertama adalah alamat jaringan atau bagian alamat jaringan. Dan
sisa 8 bit atau oktet terakhir menujukan bagian dari host pada
jaringan tersebut.
IPv6
24
Do We Really Need a Larger Address Space ?
• Internet Users or PC
~530 million users in Q2 CY2002, ~945 million by 2004
(Source: Computer Industry Almanac)
Emerging population/geopolitical and Address space
• PDA, Pen-Tablet, Notepad,…
~20 millions in 2004
• Mobile phones
Already 1 billion mobile phones delivered by the industry
• Transportation
1 billion automobiles forecast for 2008
Internet access in Planes
• Consumer devices
 Billions of Home and Industrial Appliances
IPv6 Model
25
IPv6 Addressing
26
IPv6 Addressing
27
28
JUNOS Software Fundamental
Foryanto Jaya Wiguna
JNCIA
Juniper Networks
29
• Started in 1997 by Silicon Valley engineers with VC
funding. Went public in 1999.
• Provides infrastructure solutions for service providers with
optically-enabled IP networks
• Revenues
 Fiscal Year 1999: $102.6 million
 First 6 months of 2000: $177 million
• One of the most successful technology IPOs in history.
Nasdaq:JNPR
• Market capitalization: ~ $42 billion
Juniper Product (1)
30
Juniper Product (2)
31
Juniper Product (3)
32
Juniper Certification Track
33
Junos OS Overview
34
 A common language across Juniper’s routing, switching, and security
devices
 Reduces complexity, increases availability, lowers TCO
Juniper Advantage
35
Junos Software
36
 Robust, modular operating system
• Provides industry-leading peformance and scalability
• Based on the FreeBSD UNIX operating system
• Each process runs in its own protected memory space, ensuring that
one process cannot directly interfere with another.
Single Software Train
37
 A Single software train for all platform running JUNOS Software
• Ease management overhead by providing a consistent set of feature
that are implemented in a consistent manner
17.3
Separation of Control and Forwarding
38
 All platform running JUNOS software share a common design goal:
• Clean separation of control and forwarding functions
17.3
Separation of Control and Forwarding
39
 All platform running JUNOS software share a common design goal:
• Clean separation of control and forwarding functions
Routing Engine
40
 Maintaining Routing Protocol and Forwarding Tables
 Control and Monitors the Chasis
 System management and User Access
 Manage the FPE
Packet Forwarding Engine
41
 Uses Layer 2 and Layer 3 forwading table, provided by RE, to forward
traffic toward its destinaton
 Implements various service such as policing, stateless firewall filtering
and class of service
Transit Traffic Processing
42
 Transit Traffic is forwarded through the local system
 PFE uses the forwading table provided by RE
 Example of transit include unicast and multicast
Exception Traffic Processing
43
 Exception traffic is processed by local system (1)
 Traffic destined for the local system is processed by RE CPU (exp:
Routing update, telnet session, ping, traceroute)
 Traffic requiring the generation of ICMP message (exp: TTL expired)
 Exception traffic is limit-rated rellated to protect from DOS (2)
1 2
Common User Inteface Options
44
 Agenda : User Interface Options
o User Interface Options
 The JUNOS Software CLI
 CLI Basics
• Operational Mode
• Configuration Mode
CLI Modes
45
Context-Sensitive Help
46
Topical Help
47
Command and Variable Completion
48
Command and Variable Completion
49
Editing Command Lines
50
Using | (pipe)
51
Common User Inteface Options
52
 Agenda : User Interface Options
o User Interface Options
 The JUNOS Software CLI
• CLI Basics
 Operational Mode
• Configuration Mode
CLI Operational Mode
53
Operational Mode Capabilities
54
Common User Inteface Options
55
 Agenda : User Interface Options
o User Interface Options
 The JUNOS Software CLI
• CLI Basics
• Operational Mode
 Configuration Mode
Active Versus Candidate Configuration
56
Overview: The Life of Configuration File
57
Enterring Configuration Mode (1)
58
Enterring Configuration Mode (2)
59
Configuration Statement Hierarchy
60
Moving Between Level
61
Moving Between Level (2)
62
Adding Configuration Statements
63
Removing Configuration Statements
64
Helpful Configuration Mode Command
65
Commiting Of Configuration (1)
66
Commiting Of Configuration (2)
67
Backing Out of Configuration Changes
68
Saving Configuration Files
69
Saving Configuration disimpan di /var/home
Load Configuration File
70
Using Run Command
71
Overview Junos Platform
72
 SRX Series Services Gateways
The SRX Series services gateways provide up to 120 Gbps of
throughput. The SRX Series family is designed to meet the network and
security requirements for consolidated data centers, managed services
deployments, and aggregation of security services in both enterprise
and service provider environments.
Initial Configuration
Foryanto Jaya Wiguna
JNCIA
Initial Configuration
73
 Agenda : Initial Configuration
 Factory-Default Configuration
o Initial Configuration
o Interface Configuration
Factory-Dafault Configuration
74
Loading a Factory-Dafault Configuration
75
Initial Configuration
76
 Agenda : Initial Configuration
o Factory-Default Configuration
 Initial Configuration
o Interface Configuration
Power On and Off a JUNOS Device
77
Initial Configuration Check List
78
Initial Configuration Check List
79
Initial Configuration (1)
80
Initial Configuration (2)
81
Initial Configuration (3)
82
Initial Configuration (4)
83
Viewing the Result
84
The Rescue Configuration
85
Initial Configuration
86
 Agenda : Initial Configuration
o Factory-Default Configuration
o Initial Configuration
 Interface Configuration
Overview of Interface
87
 Agenda : Initial Configuration
o Factory-Default Configuration
o Initial Configuration
 Interface Configuration
Overview of Interface
88
Interface Naming
89
Interface Naming
90
Interface Naming
91
Flexible PIC Concentartors (FPC) Slot Number PIC Slot Number
Logical Unit
92
Interface Configuration Example
93
Tracking Interface State
94
Overview Junos Platform
95
 SRX Series Services Gateways
The SRX Series services gateways provide up to 120 Gbps of
throughput. The SRX Series family is designed to meet the network and
security requirements for consolidated data centers, managed services
deployments, and aggregation of security services in both enterprise
and service provider environments.
Secondary System Configuration
Foryanto Jaya Wiguna
JNCIA
Secondary System Configuration
96
User Authentication
97
Authentication Order (1)
98
Authentication Order (2)
99
Component of Authorization
100
Authorization
101
Authorization Configuration Example
102
Authorization Configuration Example
103
Secondary System Configuration
104
System Logging Overview
105
Syslog Configuration Example
106
Interpreting Syslog Messages
107
Secondary System Configuration
108
NTP Clock Synchronization
109
Monitor NTP Clock Synchronization
110
Secondary System Configuration
111
Archiving Configuration Files
112
Archiving Configuration Files
113
Secondary System Configuration
114
SNMP Overview
115
SNMP Overview
116
SNMP Example
117
Monitoring SNMP Operation
118
Overview Junos Platform
119
 SRX Series Services Gateways
The SRX Series services gateways provide up to 120 Gbps of
throughput. The SRX Series family is designed to meet the network and
security requirements for consolidated data centers, managed services
deployments, and aggregation of security services in both enterprise
and service provider environments.
Operational Monitoring and Maintenance
Foryanto Jaya Wiguna
JNCIA
Operational Monitoring and Maintenance
120
Monitoring Tools
121
Monitoring System-Level Operation
122
Monitoring the Chasis
123
Verifying Interface Status
124
Terse Output Example
125
Monitor Interface Traffic
126
Operational Monitoring and Maintenance
127
Network Utilities (1)
128
Network Utilities (2)
129
Operational Monitoring and Maintenance
130
Display the JUNOS Software Version
131
JUNOS Software Naming Convention
132
Operational Monitoring and Maintenance
133
Password Recovery
134
135

More Related Content

What's hot

Kubernetes Networking
Kubernetes NetworkingKubernetes Networking
Kubernetes NetworkingCJ Cullen
 
Cilium - API-aware Networking and Security for Containers based on BPF
Cilium - API-aware Networking and Security for Containers based on BPFCilium - API-aware Networking and Security for Containers based on BPF
Cilium - API-aware Networking and Security for Containers based on BPFThomas Graf
 
State of application modernization 2024 report
State of application modernization 2024 reportState of application modernization 2024 report
State of application modernization 2024 reportKonveyor Community
 
Interconnecting Neutron and Network Operators' BGP VPNs
Interconnecting Neutron and Network Operators' BGP VPNsInterconnecting Neutron and Network Operators' BGP VPNs
Interconnecting Neutron and Network Operators' BGP VPNsThomas Morin
 
Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]
Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]
Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]Kate Rutter
 
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)어형 이
 
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...Konveyor Community
 
Deep dive in Docker Overlay Networks
Deep dive in Docker Overlay NetworksDeep dive in Docker Overlay Networks
Deep dive in Docker Overlay NetworksLaurent Bernaille
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetesRishabh Indoria
 
Getting Started with Kubernetes
Getting Started with Kubernetes Getting Started with Kubernetes
Getting Started with Kubernetes VMware Tanzu
 
Docker networking Tutorial 101
Docker networking Tutorial 101Docker networking Tutorial 101
Docker networking Tutorial 101LorisPack Project
 
Openstack Neutron & Interconnections with BGP/MPLS VPNs
Openstack Neutron & Interconnections with BGP/MPLS VPNsOpenstack Neutron & Interconnections with BGP/MPLS VPNs
Openstack Neutron & Interconnections with BGP/MPLS VPNsThomas Morin
 
[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless mode[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless modeAkihiro Suda
 
如何用k8s打造國產5G NFV平臺? 剖析經濟部5G核網技術的關鍵
如何用k8s打造國產5G NFV平臺?剖析經濟部5G核網技術的關鍵如何用k8s打造國產5G NFV平臺?剖析經濟部5G核網技術的關鍵
如何用k8s打造國產5G NFV平臺? 剖析經濟部5G核網技術的關鍵Jace Liang
 
Accelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oFAccelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oFinside-BigData.com
 
Building a CI/CD Pipeline for PHP apps
Building a CI/CD Pipeline for PHP appsBuilding a CI/CD Pipeline for PHP apps
Building a CI/CD Pipeline for PHP appsJuan Manuel Torres
 
A brief study on Kubernetes and its components
A brief study on Kubernetes and its componentsA brief study on Kubernetes and its components
A brief study on Kubernetes and its componentsRamit Surana
 
IXP Design and Operational BCP
IXP Design and Operational BCPIXP Design and Operational BCP
IXP Design and Operational BCPAPNIC
 

What's hot (20)

Kubernetes Networking
Kubernetes NetworkingKubernetes Networking
Kubernetes Networking
 
Bitcoin
BitcoinBitcoin
Bitcoin
 
Cilium - API-aware Networking and Security for Containers based on BPF
Cilium - API-aware Networking and Security for Containers based on BPFCilium - API-aware Networking and Security for Containers based on BPF
Cilium - API-aware Networking and Security for Containers based on BPF
 
State of application modernization 2024 report
State of application modernization 2024 reportState of application modernization 2024 report
State of application modernization 2024 report
 
Interconnecting Neutron and Network Operators' BGP VPNs
Interconnecting Neutron and Network Operators' BGP VPNsInterconnecting Neutron and Network Operators' BGP VPNs
Interconnecting Neutron and Network Operators' BGP VPNs
 
Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]
Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]
Sketchnotes-SF Meetup :: Round 20 :: Basic Practice [Wed Jul 16, 2015]
 
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
 
Erc 721 tokens
Erc 721 tokensErc 721 tokens
Erc 721 tokens
 
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
 
Deep dive in Docker Overlay Networks
Deep dive in Docker Overlay NetworksDeep dive in Docker Overlay Networks
Deep dive in Docker Overlay Networks
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetes
 
Getting Started with Kubernetes
Getting Started with Kubernetes Getting Started with Kubernetes
Getting Started with Kubernetes
 
Docker networking Tutorial 101
Docker networking Tutorial 101Docker networking Tutorial 101
Docker networking Tutorial 101
 
Openstack Neutron & Interconnections with BGP/MPLS VPNs
Openstack Neutron & Interconnections with BGP/MPLS VPNsOpenstack Neutron & Interconnections with BGP/MPLS VPNs
Openstack Neutron & Interconnections with BGP/MPLS VPNs
 
[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless mode[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless mode
 
如何用k8s打造國產5G NFV平臺? 剖析經濟部5G核網技術的關鍵
如何用k8s打造國產5G NFV平臺?剖析經濟部5G核網技術的關鍵如何用k8s打造國產5G NFV平臺?剖析經濟部5G核網技術的關鍵
如何用k8s打造國產5G NFV平臺? 剖析經濟部5G核網技術的關鍵
 
Accelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oFAccelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oF
 
Building a CI/CD Pipeline for PHP apps
Building a CI/CD Pipeline for PHP appsBuilding a CI/CD Pipeline for PHP apps
Building a CI/CD Pipeline for PHP apps
 
A brief study on Kubernetes and its components
A brief study on Kubernetes and its componentsA brief study on Kubernetes and its components
A brief study on Kubernetes and its components
 
IXP Design and Operational BCP
IXP Design and Operational BCPIXP Design and Operational BCP
IXP Design and Operational BCP
 

Similar to Material of Course Juniper JNCIA JUNOS Day1

Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Joel W. King
 
Simplifying your network management using software tools
Simplifying your network management using software toolsSimplifying your network management using software tools
Simplifying your network management using software toolsWestermo Network Technologies
 
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
 
Pristine rina-security-icc-2016
Pristine rina-security-icc-2016Pristine rina-security-icc-2016
Pristine rina-security-icc-2016ICT PRISTINE
 
NetworkingFundamentals Session 1.pptx
NetworkingFundamentals Session 1.pptxNetworkingFundamentals Session 1.pptx
NetworkingFundamentals Session 1.pptxAtriaPaulaNidar
 
Gntc 2017 cord platform
Gntc 2017 cord platformGntc 2017 cord platform
Gntc 2017 cord platformChun Ming Ou
 
Monitoring federation open stack infrastructure
Monitoring federation open stack infrastructureMonitoring federation open stack infrastructure
Monitoring federation open stack infrastructureFernando Lopez Aguilar
 
Pristine glif 2015
Pristine glif 2015Pristine glif 2015
Pristine glif 2015ICT PRISTINE
 
Software defined network
Software defined networkSoftware defined network
Software defined networkBogamoga1
 
ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principleDrAlneami
 
OSI Model.pptx
OSI Model.pptxOSI Model.pptx
OSI Model.pptxmilon24
 

Similar to Material of Course Juniper JNCIA JUNOS Day1 (20)

CCNA/Networking
CCNA/NetworkingCCNA/Networking
CCNA/Networking
 
Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1
 
MTCNA Show.pptx
MTCNA Show.pptxMTCNA Show.pptx
MTCNA Show.pptx
 
Netw204 Quiz Answers Essay
Netw204 Quiz Answers EssayNetw204 Quiz Answers Essay
Netw204 Quiz Answers Essay
 
CCNA
CCNACCNA
CCNA
 
Simplifying your network management using software tools
Simplifying your network management using software toolsSimplifying your network management using software tools
Simplifying your network management using software tools
 
Chapter04
Chapter04Chapter04
Chapter04
 
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
 
Pristine rina-security-icc-2016
Pristine rina-security-icc-2016Pristine rina-security-icc-2016
Pristine rina-security-icc-2016
 
IBM Programmable Network Controller
IBM Programmable Network ControllerIBM Programmable Network Controller
IBM Programmable Network Controller
 
NetworkingFundamentals Session 1.pptx
NetworkingFundamentals Session 1.pptxNetworkingFundamentals Session 1.pptx
NetworkingFundamentals Session 1.pptx
 
Gntc 2017 cord platform
Gntc 2017 cord platformGntc 2017 cord platform
Gntc 2017 cord platform
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Monitoring federation open stack infrastructure
Monitoring federation open stack infrastructureMonitoring federation open stack infrastructure
Monitoring federation open stack infrastructure
 
Pristine glif 2015
Pristine glif 2015Pristine glif 2015
Pristine glif 2015
 
Software defined network
Software defined networkSoftware defined network
Software defined network
 
GPA Software Overview R3
GPA Software Overview R3GPA Software Overview R3
GPA Software Overview R3
 
ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principle
 
OSI Model.pptx
OSI Model.pptxOSI Model.pptx
OSI Model.pptx
 
SudheerV_resume_a
SudheerV_resume_aSudheerV_resume_a
SudheerV_resume_a
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

Material of Course Juniper JNCIA JUNOS Day1