• Tidak ada hasil yang ditemukan

Jaringan Komputer Lanjut - 06.pptx (1,640Kb)

N/A
N/A
Protected

Academic year: 2018

Membagikan "Jaringan Komputer Lanjut - 06.pptx (1,640Kb)"

Copied!
49
0
0

Teks penuh

(1)

Jaringan Komputer Lanjut

Internet Protocol

(2)

Objektif

Fungsi Network Layer

Network Layer Protocol

Internet Protocol

IP Header

Pembagian Jaringan

(3)

Fungsi Network Layer

The protocols of the OSI model

Network layer specify addressing

and processes that enable

Transport layer data to be

packaged and transported.

The Network layer encapsulation

allows its contents to be passed

to the destination within a

(4)

Fungsi Network Layer

 The Network layer, or OSI Layer 3,

provides services to exchange the individual pieces of data over the network between identifed end

devices. To accomplish this end-to-end transport, Layer 3 uses four basic

processes:

◦ Addressing

◦ Encapsulation ◦ Routing

(5)

Fungsi Network Layer

Addressing

 Network layer must provide a

mechanism for addressing these end devices. If individual pieces of data are to be directed to an end device, that device must have a unique

address. In an IPv4 network, when this address is added to a device, the

(6)

Fungsi Network Layer

Encapsulation

 Layer 3 receives the Layer 4 PDU and

adds a Layer 3 header, or label, to create the Layer 3 PDU.

 When a packet is created, the header

must contain, among other

information, the address of the host to which it is being sent (destination

(7)

Fungsi Network Layer

Routing

 Network layer must provide services to

direct these packets to their destination host. The source and destination hosts are not always connected to the same network.

 Intermediary devices that connect the

networks are called routers. The role of the router is to select paths for and

(8)

Fungsi Network Layer

Decapsulation

 Finally, the packet arrives at the

destination host and is processed at Layer 3. The host examines the

destination address to verify that the packet was addressed to this device. If the address is correct, the packet is

(9)

Network Layer Protocol

Internet Protocol version 4 (IPv4)

Internet Protocol version 6 (IPv6)

Novell Internetwork Packet

Exchange (IPX)

AppleTalk

Connectionless Network Service

(10)
(11)
(12)
(13)
(14)

Internet Protocol

 Unreliable in this context does not mean that IP

works properly sometimes and does not

function well at other times. Nor does it mean that it is unsuitable as a data communications protocol. Unreliable means simply that IP does not have the capability to manage, and recover from, undelivered or corrupt packets.

 The header of an IP packet does not include

(15)
(16)

Internet Protocol

 There is, however, one major characteristic

of the media that the Network layer

considers: the maximum size of PDU that each medium can transport. This

characteristic is referred to as the Maximum Transmission Unit (MTU).

 In some cases, an intermediary device -

usually a router - will need to split up a

packet when forwarding it from one media to a media with a smaller MTU. This

(17)
(18)

IP Header

6 key felds of IP header:

◦ IP Source Address

◦ IP Destination Address

◦ Time-to-Live (TTL)

◦ Type-of-Service (ToS)

◦ Protocol

(19)

IP Header

 Other IP header felds:

◦ Version - Contains the IP version number (4).

◦ Header Length (IHL) - Specifes the size of the packet header.

◦ Packet Length - This feld gives the entire packet size, including header and data, in bytes.

◦ Identifcation - This feld is primarily used for uniquely identifying fragments of an original IP packet.

◦ Header Checksum - The checksum feld is used for error checking the packet header.

(20)
(21)

Pembagian Jaringan

As our networks grow, they may

become too large to manage as a

single network. At that point, we

need to divide our network. When

we plan the division of the

network, we need to group

together those hosts with

(22)
(23)
(24)
(25)

Pembagian Jaringan

Common issues with large

networks are:

◦ Performance degradation

◦ Security issues

(26)

Pembagian Jaringan

Performance

◦ Large numbers of hosts connected to a single network can produce

volumes of data trafc that may stretch, if not overwhelm, network resources such as bandwidth and routing capability.

◦ Dividing large networks so that hosts who need to communicate are

(27)
(28)
(29)
(30)

Pembagian Jaringan

 Address Management

◦ Dividing large networks so that hosts who need to communicate are grouped

together reduces the unnecessary

overhead of all hosts needing to know all addresses.

◦ For all other destinations, the hosts only need to know the address of an

intermediary device, to which they send packets for all other destinations

(31)
(32)
(33)
(34)
(35)
(36)
(37)
(38)

Alamat IPv4

Network Prefx

◦ The prefx length is the number of bits in the address that gives us the network portion. For example, in

(39)

Alamat IPv4

Network Network Address Host Range Broadcast Address

172.16.4.0

/24 172.16.4.0 172.16.4.1 – 172.16.4.254 172.16.4.255

172.16.4.0

/25 172.16.4.0 172.16.4.1 – 172.16.4.126 172.16.4.127

172.16.4.0

/26 172.16.4.0 172.16.4.1 – 172.16.4.62 172.16.4.63

172.16.4.0

(40)

Alamat IPv4

 Broadcast transmission is used for the location

of special services/devices for which the

address is not known or when a host needs to provide information to all the hosts on the

network.

 Some examples for using broadcast

transmission are:

◦ Mapping upper layer addresses to lower layer addresses

◦ Requesting an address

(41)

Alamat IPv4

Directed Broadcast

◦ A directed broadcast is sent to all hosts on a specifc network.

Limited Broadcast

◦ The limited broadcast is used for

(42)
(43)
(44)

Alamat IPv4

 Multicast Transmission

◦ Multicast transmission is designed to conserve the bandwidth of the IPv4 network. It reduces trafc by allowing a host to send a single packet to a selected set of hosts.

 Some examples of multicast transmission

are:

◦ Video and audio distribution

◦ Routing information exchange by routing protocols

◦ Distribution of software

(45)
(46)
(47)

Alamat IPv4

The private address blocks are:

◦ 10.0.0.0 to 10.255.255.255 (10.0.0.0 /8)

◦ 172.16.0.0 to 172.31.255.255 (172.16.0.0 /16)

◦ 192.168.0.0 to 192.168.255.255 (192.168.0.0 /24)

The other address are public

(48)

Alamat IPv4

 Network and Broadcast Addresses

◦ As explained earlier, within each network the frst and last addresses cannot be assigned to hosts. These are the network address and the broadcast address,

respectively.

 Default Route

◦ Also presented earlier, we represent the IPv4 default route as 0.0.0.0. The default route is used as a "catch all" route when a more specifc route is not available.

 Loopback

◦ One such reserved address is the IPv4 loopback

(49)

Referensi

Dokumen terkait

The 6LoWPAN protocol stack involves 802.15.4 physical (PHY) and Medium Access Control (MAC) layer, 6LoWPAN adaptation layer, network layer, transport layer and

Setelah mengenal IPv4 berikutnya kita akan mengenal IPv6. IPv6 merupakan singkatan dari Internet Protocol Version 6 , IPv6 merupakan perkembangan dari IPv4, dengan kemampuan

Traditional network layer packet forwarding (for example, forwarding of IP packets across the Internet) relies on the information provided by network layer routing protocols

One of the cryptographic protocol is the TLS Transport layer security protocol where the data are encrypted with ciphers to protect them from third parties through the Internet... ●

RADIUS ♦ Remote Authentication Dial In User Service – Originally developed for dial-up access ♦ Widely implemented client/server network protocol – Implemented in transport layer

TCP/IP layer has four layers: [5] o Application o Transport o Internet o Network Access Transmission Control Protocol TCP, which is a reliable data communication, receives a chunk of

The parameters TCP/IP Layer Environment Parameters Transmission Parameters Transport Layer ACKs of the received packets Flow rate Network Layer Packet loss ratio Number of hops

Analisis Kinerja Routing Dinamis Dengan Teknik RIP Routing Information Protocol Pada Topologi Ring Dalam Jaringan LAN Local Area Network Menggunakan Cisco Packet Tracer.. and Adam,