IP Training Programme. Module 1: IP Generic Session 3: IP Services

Size: px
Start display at page:

Download "IP Training Programme. Module 1: IP Generic Session 3: IP Services"

Transcription

1 IP Training Programme Module 1: IP Generic Session 3: IP Services

2 Subjects Review The IP Address continued Routing protocols (Concept) Firewalll and NAT DNS server and DNS operation concept DHCP server including options Network security in general

3 SMALL REVIEW FROM SESSION 1 AND 2 Just the important stuff

4 IP Classes Class Purpose First byte between Subnet mask Prefix Max hosts A Unicast 0 and / B Unicast 128 and / C Unicast 192 and / Additional classes Class Purpose First byte between Subnet mask Prefix Max hosts D Multicast 224 and 239 None special None - E Reserved 239 and 255 None None -

5 Between logical net Router 1 Net: /24 WAN link Net: / Router

6 TCP/IP vs. ISO TCP/IP was developed with four layers.

7 TCP in IP in Ethernet 6 Byte 6 Byte 2 Byte Ethernet data 46 Byte to 1500 Bytes Destination MAC address Ethernet frame Containing IP Packet IP packet (Simplified) 32 bit Source IP Address Source MAC Address 32 bit Destination IP Address Type Protocol IP packet Contains the value 800 showing the Ethernet frame contains an IP packet Data in IP packet. Variable size TCP Packet Frame Check (Checksum CRC) Contains the value 6 indicating the IP packet contains a TCP packet TCP packet (Simplified) Sequence number Data in TCP packet. Variable size Session layer related information Session layer part of TCP (Simplified) Source port Destination Port TCP Data

8 TCP and UDP TCP builds virtual connections between end points. (hosts) Connection oriented protocol Create, maintain and close Reliable transport. The transmitter splits data segments. (Ethernet maximum 1500 bytes data) The receiver assemble the data segments. The receiver acknowledges the reception of segments. Lost segments are retransmitted. UDP transports data between end points. (hosts) Connection less. Just send data and hoping the receiver is on-line. Unreliable transport. (No guarantee the data is delivered) The receiver do not assemble the data segments. No flow control No error control or recovery

9 6: Get the web-page Local DNS server 2. root DNS server 3.no DNS server 5 1 Internet 4 ascom.no DNS Server Client 6 Web server The local DNS server will normally be a caching DNS server meaning it will remember what it learns reducing traffic and decreasing respond time. All information has a time-to-live. The information will be deleted when time-to-live expires.

10 THE IP ADDRESS CONTINUED Beyond the original IP classess A, B and C

11 Classfull IP addresses The original classfull divided the unicast space in three fixed classes IP address shortage because of internet growth as early as 1993 Class First byte between Subnet mask Prefix Max hosts Networks A 0 and / B 128 and / C 192 and / Prefix Subnet mask - decimal Subnet mask - binary / / /

12 Network and broadcast Two IP addresses of each logical network is reserved for special purposes. They are illegal as host IP addresses All host bits 0 is the logical network name All host bits 1 is the local broadcast IP address For example the ,100.0/24 network is the network name is the broadcast address Usable IP address ranges from to A total of 254 usable addresses

13 Boson subnet calculator

14 Subnetting Classfull IP addresses Network part Host part For example: /16 Network part Host part: 4.5 Classless IP addresses Network part Subnet part Host part For example /24 Network part: Host part: 5

15 Classless IP addresses Subnettet class B network as /24 One class B net subnettet to 256 subnets Network Subnet mask Max hosts

16 Exponentiation Mathematical operation Called potens in Swedish, Norwegian and Danish. 2 5 = 2 ^ 5 = 2 * 2 * 2 * 2 * 2 = = 7 ^ 2 = 7 * 7 = = 2 ^ 64 = Often used when dealing with numeric systems.

17 Numeric systems II *10^0 = 7*1 = 7 6*10^1 = 6*10 = 60 3*10^2 = 3*100 = 300 8*10^3 = 8*1000 = 8000 Decimal sum = *2^0 = 1*1 = 1 0*2^1 = 0*2 = 0 1*2^2 = 1*4 = 4 1*2^3 = 1*8 = 8 Decimal sum = 13

18 The binary byte *2^0 = 1*1 = 1 1*2^1 = 1*2 = 2 1*2^2 = 1*4 = 4 1*2^3 = 1*8 = 8 1*2^4 = 1*16 = 16 1*2^5 = 1*32 = 32 1*2^6 = 1*64 = 64 1*2^7 = 1*128 = 128 Decimal sum = 255

19 The binary byte *2^0 = 1*1 = 0 0*2^1 = 1*2 = 0 0*2^2 = 1*4 = 0 1*2^3 = 1*8 = 8 1*2^4 = 1*16 = 16 1*2^5 = 1*32 = 32 1*2^6 = 1*64 = 64 1*2^7 = 1*128 = 128 Decimal sum = 248

20 Classless IP addresses To adapt the size of a logical network to customer networks the classes were abandoned. Subnets is logical networks prefix Subnet mask Subnets Max hosts / / / / / / /

21 Classless IP addresses A binary 1 in the subnet mask means the bit belongs to the logical network or subnet A binary 0 in the subnet mask means the bit belongs to the host part of the IP address Prefix Subnet mask - decimal Subnet mask - binary / / / / / / /

22 ROUTING PROTOCOLS

23 The route table The route table is used by all hosts including Routers. a list of all logical networks known by the host. Used to decide in which direction packets should be send. The route table contains Destination network Direction Distance

24 The road sign Destination, Direction and Distance

25 Route tables on routers I am on the /24 network The destination network for the ping packets is /24 Routertable R2 NETWORK SEND TO / / / Routertable R3 NETWORK SEND TO I will send the pakets to my default gateway / / / Routertable R1 NETWORK SEND TO / / / Routertable R4 NETWORK SEND TO / / /

26 Route tables on routers Routertable R2 NETWORK SEND TO I received a packet for My routetable has an entry that says traffic to /24 should be sent to / / / Routertable R3 NETWORK SEND TO / / / Routertable R1 NETWORK SEND TO / / / Routertable R4 NETWORK SEND TO / / /

27 Route tables on routers Routertable R2 NETWORK I received a packet for My routetable has an entry that says traffic to /24 should be sent to the connected /24 network SEND TO / / / Routertable R3 NETWORK SEND TO / / / Routertable R1 NETWORK SEND TO / / / Routertable R4 NETWORK SEND TO / / /

28 Route tables on routers Routertable R2 NETWORK SEND TO / / / Routertable R3 NETWORK SEND TO / / / Routertable R1 NETWORK SEND TO I received a ping packet from / I will respond with a pong packet / is on another logical network / so I will send the packet to my default gateway Routertable R4 NETWORK SEND TO / / /

29 Route table creation The route table in routers can be created and maintained in two ways 1: Static route table entry Entries are entered manually 2: Dynamic route table entry Entries are sent between routers automatically Require the use of a Routing protocol such as RIP, OSPF, IS-IS or BGP

30 Static routes Static vs. dynamic Routes entered manually by administrators Routes changed manually by administrators Time consuming and error prone Dynamic routes Routes automatically entered by a routing protocol. Routes automatically changed by a routing protocol.

31 Routing protocols A Routing Protocol is a protocol that exchanges routing information between routers. A router receives routing information from other routers and learn their logical networks. Popular routing protocols RIP, OSPF, BGP,EIGRP,IS-IS

32 RIP RIP Routing Information Protocol is a popular routing protocol. Measures distance in HOP s HOP s is equal to numbers of routers on the way to the distant logical network. RIP is a Distance Vector Routing protocol Distance = Number of HOP s to destination network Vector = Direction of destination network. (Which neighbor to send packets to)

33 R1, R2 and R3 just booted R4 swithced off Route table R / / / NETWORK NETWORK Route table SEND TO R3 HOP / / / X Route table When a Router NETWORK is booted SEND it TOwill know HOP only the IP / / connected to /30 its physical ports. 1 addresses and subnet masks of the logical networks It will also know it is using the routing protocol RIP. R1 It has been configured by a technician.

34 RIP RIP will transmit its Routing table to its neighbor routers every 30. seconds. The neighbors will learn the transmitting routers logical networks. The neighbors will transmit their routing tables so the local router learns their logical networks.

35 R1 updates R2 R2 receives a copy of R1 route table and insert it into its own routing table Route table R / / / / / / R1 Route table R / / / X Route table R / / /

36 A logical network can only have one entry in the routing table /30 is represented twice. One with a HOP count of 1 and one with a HOP count of 2 Two /30? Route table R / / / / / / R1 Route table R / / / X Route table R / / /

37 Shortest HOP count chosen The best route to a destination network is the route with the lowest number of HOP s Route table R / / / / / R1 Route table R / / / X Route table R / / /

38 R1 updates R3 R1 also updates the neighbor R3. R3 learns R1 s network. Route table R / / / / / Route table R3 R 1 X / / / / / Route table R / / /

39 R2 updates R3 Route table R / / / / / Route table R3 X / / / / / / Route table R / / /

40 All routers updatet Route table R / / / / / / Route table R3 X / / / / / / Route table R / / / / / /

41 R4 the Default Gateway switchet on Route table R / / / / / / R4 is a little special as it is holds the Default Route to the internet. It is statically configured by a technician in this case. Route table R / / / / / / Route table R / / / / / / Route table R / /

42 Convergence! Everybody knows everybody Route table R / / / / / / / Route table R / / / / / / / R3 updates R4. R4 updates R3 which updates R1 and R2 Route table R / / / / / / / Route table R / / / / / / /

43 RIP - Technically Maximum HOP-Count = 15 Network diameter should be below 15 routers HOP-Count = 16 means network unreachable RIP exist in two versions Version 1 Uses broadcast and only allow classfull IP networks Version 2 Uses multicast and allows classless IP networks

44 When changes occurs WAN line Down Route tabel R / / / / / / / Route tabel R3 X / / / / / / / Route tabel R / / / / / / / Route tabel R / / / / / / /

45 R1 and R3 detect change Neighbor unreachable Route tabel R / / / / / / / Route tabel R3 X / / / / / / / Route tabel R / / / / / / / Route tabel R / / / / / / /

46 New routes installed in route table Route tabel R / / / / / / / Route tabel R3 X / / / / / / / Route tabel R / / / / / / / Route tabel R / / / / / / /

47 What happens when WAN works again? Route tabel R / / / / / / / Route tabel R3 X / / / / / / / Route tabel R / / / / / / / Route tabel R / / / / / / /

48 It returns to shortest HOP count at the next updates among the routers Route tabel R / / / / / / / Route tabel R / / / / / / / Route tabel R / / / / / / / Route tabel R / / / / / / /

49 Routing protocols Routing protocols keep the routing tables up-to-date in the routers. Routing protocols like RIP are used in small companies. OSPF and EIGRP are used in enterprises. The Internet uses BGP as a worldwide routing protocols keeping track of to routes.

50 Firewalls and NAT NAT: Network Address Translation D-Link Wireless Broadband Router Power M1 M2 WAN WLAN LINK/ACT Speed 10/100M DI-614+

51 Power M1 M2 WAN WLAN LINK/ACT Speed 10/100M ADSL physical D-Link Wireless Broadband Router DI-614+ Internettet ADSL Modem Bolig

52 ADSL logical Home / ADSL Router with NAT / / BBRAS / / Home Home Internet provider Home

53 Small home Router /24 1 Inside F I R E W A L L Outside /30 BBRAS 10 DHCP Clients 103 Home DHCP Server and N A T SOHO Router DHCP Client Internet provider DHCP Server Internet provider

54 NAT translation private IP addresses NAT: Network Address Translation -one to one IP address translation Translates IP addresses from inside to outside network Private IP adresses allocated to be used behind NAT / to / to / to NAT hides the inside network (LAN) from the outside

55 NAT tabel NAT table on the router Inside net: /24 1 WAN address Outside net: /32 Internet SOHO Router with NAT Inside network NAT table Outside network Protocol From To Protocol From To

56 NAT tabel Dynamic NAT table Data TCP From IP to IP WAN address Outside net: /32 Internet Inside net: /24 SOHO Router with NAT Protocol TCP Inside network NAT NAT tabel table Outside network From To Protocol From To

57 NAT tabel NAT table From inside to outside IP address From IP Data TCP To IP WAN address Outside net: /32 Data TCP From IP To IP Inside net: /24 SOHO Router With NAT Internet Protocol TCP Inside Indre network NAT NAT tabel table Outside Ydre network From To Protocol TCP From To

58 NAT tabel NAT table Return packets Data TCP From IP To IP WAN adsress Outside net: /32 Data TCP From IP To IP Inside net: /24 SOHO Router with NAT Internet Protocol TCP Inside Indre network NAT NAT tabel table Outside Ydre network From To Protocol TCP From To

59 NAT and PAT TCP and UDP uses port numbers. NAT/PAT software keeps track on connections using: - Protocol ( eg. TCP) - Inside from IP ( eg ) - Inside from port ( eg. Port 1152) - Out side to IP ( eg ) - Out side to port ( eg. port 80) The five parameters describe a unique connection

60 NAT tabel NAT and PAT Data From port 1152 To port 80 T C P From IP Inside net: /24 To IP SOHO Router with NAT and PAT WAN address Outside net: /32 Data From port 1152 To port 80 T C P From IP To IP Internet Protocol TCP Inside Indre network NAT NAT tabel table Outside Ydre network From :1152 To :80 Protocol TCP From :1152 To :80 Portnumber

61 NAT tabel PAT finds unused Port Data From port 1152 To port 80 T C P From IP Inside net: / To IP SOHO Router with NAT and PAT WAN address Ydre net: /32 Data From port 2345 To port 80 T C P From IP To IP Internet Protocol TCP Inside Indre network NAT NAT tabel table Outside Ydre network From :1152 To :80 Protocol TCP From :1152 To :80 TCP : :80 TCP : :80 Unused port on outside found

62 NAT tabel PAT sikrer korrekt levering Data From port 80 To port 1152 T C P From IP Inside net: / To IP SOHO Router with NAT and PAT WAN adresse Outside net: /32 Data From port 80 To port 2345 T C P From IP To IP Internet Protocol TCP Inside Indre network NAT NAT tabel table Outside Ydre network From :1152 To :80 Protocol TCP From :1152 To :80 TCP : :80 TCP : :80

63 NAT tabel Always unique ports Important if for example two browser windows connect to same server Data From port 80 To port 1153 T C P From IP Inside net: / To IP SOHO Router with NAT and PAT WAN address Outside net: /32 Data From port 80 To port 1153 T C P From IP To IP Internet Protocol TCP Inside Indre network NAT NAT tabel table Outside Ydre network From :1152 To :80 Protocol TCP From :1152 To :80 TCP : :80 TCP : :80 TCP : :80 TCP : :80

64 DNS SERVER Roles and functions

65 DNS server roles Master DNS server Administrate DNS zones For example: ascom.se Slave DNS server Receives zone information from master server Acts as redundant server and ofloads the master Caching DNS server Caches (stores) information learnt Flushes information when TTL Time to Live - expires

66 Company example DHCP Client DHCP Client DNS Configuration: is DNS.ASCOM.Se is Forward unknown requests to Net: / Router/ Firewall 4 WEB server DNS Server DHCP Server Internet DNS server DHCP Configuration: Ip address scope: to Subnet mask: DNS server: Default gateway:

67 DNS zone records A - Address record An A-record is used to give a host a name For example Default nslookup type=a

68 DNS zone records SOA - Start Of Authority record Name and mail address on the authority of the domain

69 DNS zone records NS - Name Server record Shows DNS servers for the domain. The order of the servers are Changed for each reply for Allowing load sharing to the DNS servers.

70 MX Mail exchange DNS zone records Shows Mail servers for the domain. The ascom.se domain has two mail servers Mail.ascom.se and mail.ascom.nl The mailserver with lowest preference has highest priority and will be used first. If unreachable the next lowest preference is tried. The IP address of the mail server(s) is found using a A- record lookup

71 Windows DNS Server Windows server version 2003, 2008 and 2012 has intutive DNS server management tools. mail.mydomain.com A record points to A record points to mail.mydomain.com MX record (preference=10) mail.myotherdomain.dk MX record (preference=20)

72 DHCP SERVER Server 1 DNS DHCP Server 2 FIL PRINT Client Printer Client Client Client DHCP 254 DHCP DHCP 2 SW1 DHCP SW2 SW3 1 Building / /24 1 R /30 DHCP R2 5 Building /30 6 R3 Building 3 Internet

73 DHCP Client DHCP Client DHCP example DHCP lease pool on server: IP address range: Subnet mask: DNS server: Default gateway: Net: /24 3 ROUTER Internet DHCP Server Static IP address DHCP Client 1. DHCP-Discover 2. DHCP-Offer DHCP Server(s) 3. DHCP-Request DNS server DHCP-Ack Network

74 DHCP server The DHCP Discover packet is a broadcast and is limited to OSI layer 2. Blocked by Routers Professional routers can function as DHCP-relays relaying the DHCP packets from a physical network to the DHCP server

75 DHCP Relay one server many logical networks Server 1 DNS DHCP Server 2 FIL PRINT Client Printer Client Client Client DHCP 254 DHCP DHCP 2 SW1 DHCP SW2 SW3 1 Building / /24 1 R /30 DHCP R2 5 Building /30 6 R3 Building 3 Internet DHCP relay configured is on on router Router interfaces facing the DHCP clients to forward incoming. DHCP packets to

76 DHCP options DHCP options is information the DHCP clients needs beside the IP Address and the subnet mask. DHCP options examples Option 003: IP Address of default gateway Option 015: IP Address of DNS server(s) Option 150: IP Address of TFTP server Trival File Transfer Protocol Option 042: IP Address of NTP server Network Time Protocol

77 DHCP options Windows DHCP server options configuration example TFTP servers are often used to store IP phones configuration files.

78 4 5 GHI JKL 7 8 PQRS TUV # CISCO IP PHONE 7960 messages services directories settings 4 5 GHI JKL 7 8 PQRS TUV # CISCO IP PHONE 7960 messages services directories settings Configuring IP phones IP Telephone DHCP Client DHCP Client IP Telephone DHCP Client DHCP Client 1 2 ABC 3 DEF 6 MNO i 1 2 ABC 3 DEF 6 MNO i * 0 OPER 9 WXYZ * 0 OPER 9 WXYZ 1 Router/ Firewall Net: / Internet DNS server FTP server IP Telephone server DHCP Server DHCP Configuration: Ip address scope: to Subnet mask: DNS server: Default gateway: Option 150 (TFTP)

79 Thank you for listening

Router Architecture Overview

Router Architecture Overview Chapter 4: r Introduction (forwarding and routing) r Review of queueing theory r Router design and operation r IP: Internet Protocol m IPv4 (datagram format, addressing, ICMP, NAT) m Ipv6 r Generalized

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4 CCNA Exploration Network Fundamentals Chapter 06 Addressing the Network IPv4 Updated: 20/05/2008 1 6.0.1 Introduction Addressing is a key function of Network layer protocols that enables data communication

More information

CCNA Boot Camp. Course Description

CCNA Boot Camp. Course Description CCNA Boot Camp Course Description CCNA Boot Camp combines both the Interconnecting Cisco Network Devices Part 1 (ICND1) course and the Interconnecting Cisco Network Devices Part 2 (ICND2) course into one

More information

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer 1 CPSC 826 Intering The Network Layer: Routing & Addressing Outline The Network Layer Michele Weigle Department of Computer Science Clemson University mweigle@cs.clemson.edu November 10, 2004 Network layer

More information

Vorlesung Kommunikationsnetze

Vorlesung Kommunikationsnetze Picture 15 13 Vorlesung Kommunikationsnetze Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0)

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) 1. Data is being sent from a source PC to a destination server. Which three statements correctly describe the function

More information

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP)

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP) IT220 Network Standards & Protocols Unit 8: Chapter 8 The Internet Protocol (IP) IT220 Network Standards & Protocols REMINDER Student Evaluations 4 Objectives Identify the major needs and stakeholders

More information

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

TCP /IP Fundamentals Mr. Cantu

TCP /IP Fundamentals Mr. Cantu TCP /IP Fundamentals Mr. Cantu OSI Model and TCP/IP Model Comparison TCP / IP Protocols (Application Layer) The TCP/IP subprotocols listed in this layer are services that support a number of network functions:

More information

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

Networking By: Vince

Networking By: Vince Networking 192.168.1.101 By: Vince Disclaimer I am NOT a Networking expert you might ask questions that I don t know the answer to Networking is hard to teach but I know how to do your homeworks so that

More information

Chapter 7. IP Addressing Services. IP Addressing Services. Part I

Chapter 7. IP Addressing Services. IP Addressing Services. Part I Chapter 7 IP Addressing Services Part I CCNA4-1 Chapter 7-1 IP Addressing Services Dynamic Host Configuration Protocol (DHCP) CCNA4-2 Chapter 7-1 Dynamic Host Configuration Protocol (DHCP) Every device

More information

Business Data Communications and Networking

Business Data Communications and Networking Business Data Communications and Networking 10th Edition Jerry Fitzgerald and Alan Dennis John Wiley & Sons, Inc http://alainmaterials.webs.com/ Copyright 2010 John Wiley & Sons, Inc 5-1 Chapter 5 TCP/IP

More information

Chapter 4: Network Layer

Chapter 4: Network Layer Chapter 4: Introduction (forwarding and routing) Review of queueing theory Routing algorithms Link state, Distance Vector Router design and operation IP: Internet Protocol IPv4 (datagram format, addressing,

More information

CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ]

CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ] s@lm@n CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 3: Troubleshooting 140

More information

01/17/08 TDC /17/08 TDC363-03

01/17/08 TDC /17/08 TDC363-03 Introduction to LAN TDC 363 Week 3 Network Protocols Book: Chapter 4 & 11 1 Outline The TCP/IP model vs. the OSI Model IP Address Address Resolution Protocol (ARP) IPX/SPX and NetBIOS Protocols on Windows

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Six Designing Models for Addressing and Naming Copyright 2010 Cisco Press & Priscilla Oppenheimer Guidelines for Addressing and Naming Use a structured model for addressing

More information

Lecture 14: DHCP and NAT

Lecture 14: DHCP and NAT Lecture 14: DHCP and NAT Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks IPv4 Address Shortage Classless IP addressing solved IPv4 address shortage

More information

Networking 101 By: Stefan Jagroop

Networking 101 By: Stefan Jagroop Networking 101 By: Stefan Jagroop The Internet The Internet is governed by a series of protocols that form the rules for how communications should happen The Internet is a network of networks. There is

More information

Qus1:-What is cat stands for in networking?

Qus1:-What is cat stands for in networking? Qus1:-What is cat stands for in networking? Ans :- Cat stands for "CATEGORY". Which started from Cat1 (Category1) and now extend up to Cat7 (Category 7). Improved version/category of cable improve the

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Last time. Network layer. Introduction. Virtual circuit vs. datagram details. IP: the Internet Protocol. forwarding vs. routing

Last time. Network layer. Introduction. Virtual circuit vs. datagram details. IP: the Internet Protocol. forwarding vs. routing Last time Network layer Introduction forwarding vs. routing Virtual circuit vs. datagram details connection setup, teardown VC# switching forwarding tables, longest prefix matching IP: the Internet Protocol

More information

Lecture 4 - Network Layer. Transport Layer. Outline. Introduction. Notes. Notes. Notes. Notes. Networks and Security. Jacob Aae Mikkelsen

Lecture 4 - Network Layer. Transport Layer. Outline. Introduction. Notes. Notes. Notes. Notes. Networks and Security. Jacob Aae Mikkelsen Lecture 4 - Network Layer Networks and Security Jacob Aae Mikkelsen IMADA September 23, 2013 September 23, 2013 1 / 67 Transport Layer Goals understand principles behind network layer services: network

More information

ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch

ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview Interconnecting Cisco

More information

Chapter 4: outline. 4.5 routing algorithms link state distance vector hierarchical routing. 4.6 routing in the Internet RIP OSPF BGP

Chapter 4: outline. 4.5 routing algorithms link state distance vector hierarchical routing. 4.6 routing in the Internet RIP OSPF BGP Chapter 4: outline 4.1 introduction 4.2 virtual circuit and datagram networks 4.3 what s inside a router 4.4 IP: Internet Protocol datagram format IPv4 addressing ICMP 4.5 routing algorithms link state

More information

Agenda L2 versus L3 Switching IP Protocol, IP Addressing IP Forwarding ARP and ICMP IP Routing First Hop Redundancy

Agenda L2 versus L3 Switching IP Protocol, IP Addressing IP Forwarding ARP and ICMP IP Routing First Hop Redundancy Primer IP Technology L2 Ethernet Switching versus L3 routing IP Protocol, IP Addressing, IP Forwarding ARP and ICMP IP Routing, OSPF Basics First Hop Redundancy (HSRP) Agenda L2 versus L3 Switching IP

More information

Interconnecting Cisco Networking Devices Part 1 ICND1

Interconnecting Cisco Networking Devices Part 1 ICND1 Interconnecting Cisco Networking Devices Part 1 ICND1 Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

More information

The Internet Protocol. IP Addresses Address Resolution Protocol: IP datagram format and forwarding: IP fragmentation and reassembly

The Internet Protocol. IP Addresses Address Resolution Protocol: IP datagram format and forwarding: IP fragmentation and reassembly The Internet Protocol IP Addresses Address Resolution Protocol: IP datagram format and forwarding: IP fragmentation and reassembly IP Addresses IP Addresses are 32 bit. Written in dotted decimal format:

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

SYSTEMS ADMINISTRATION USING CISCO (315)

SYSTEMS ADMINISTRATION USING CISCO (315) Page 1 of 10 Contestant Number: Time: Rank: SYSTEMS ADMINISTRATION USING CISCO (315) REGIONAL 2014 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification: 1.

More information

Computer Networking Introduction

Computer Networking Introduction Computer Networking Introduction Halgurd S. Maghdid Software Engineering Department Koya University-Koya, Kurdistan-Iraq Lecture No.13 Chapter 4: outline 4.1 introduction 4.2 virtual circuit and datagram

More information

Network layer: Overview. Network layer functions IP Routing and forwarding NAT ARP IPv6 Routing

Network layer: Overview. Network layer functions IP Routing and forwarding NAT ARP IPv6 Routing Network layer: Overview Network layer functions IP Routing and forwarding NAT ARP IPv6 Routing 1 Network Layer Functions Transport packet from sending to receiving hosts Network layer protocols in every

More information

Network layer: Overview. Network Layer Functions

Network layer: Overview. Network Layer Functions Network layer: Overview Network layer functions IP Routing and forwarding NAT ARP IPv6 Routing 1 Network Layer Functions Transport packet from sending to receiving hosts Network layer protocols in every

More information

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview This course will teach students about building a simple network, establishing internet connectivity, managing network device security,

More information

EEC-684/584 Computer Networks

EEC-684/584 Computer Networks EEC-684/584 Computer Networks Lecture 14 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline 2 Review of last lecture Internetworking

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2017 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński Network Layer The majority of slides presented in

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

Understanding Networking Fundamentals

Understanding Networking Fundamentals Understanding Networking Fundamentals Training Details Training Time : 5 Days Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training A strong foundation

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

Imi :... Data:... Nazwisko:... Stron:...

Imi :... Data:... Nazwisko:... Stron:... Imi :.................................................... Data:....................... Nazwisko:............................................... Stron:...................... 1. Which of the following protocols

More information

Lecture 4 The Network Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 4 The Network Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 4 The Network Layer Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Network layer functions Transport packet from sending to receiving hosts Network layer protocols in every

More information

CCNA MCQS with Answers Set-1

CCNA MCQS with Answers Set-1 CCNA MCQS with Answers Set-1 http://freepdf-books.com CCNA MCQS with Answers Set-1 Question 1# - Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B.

More information

Novell TCP IP for Networking Professionals.

Novell TCP IP for Networking Professionals. Novell 050-649 TCP IP for Networking Professionals http://killexams.com/exam-detail/050-649 I. RECV (Receive) J. RETR (Retrieve) Answer: Pending, Please email feedback to support@hotcerts.com QUESTION:

More information

The Interconnection Structure of. The Internet. EECC694 - Shaaban

The Interconnection Structure of. The Internet. EECC694 - Shaaban The Internet Evolved from the ARPANET (the Advanced Research Projects Agency Network), a project funded by The U.S. Department of Defense (DOD) in 1969. ARPANET's purpose was to provide the U.S. Defense

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

CISCO Certified Network Associate (CCNAX)

CISCO Certified Network Associate (CCNAX) CISCO Certified Network Associate (CCNAX) Overview This course is designed to prepare you for the Cisco Certified Network Associate Exam (CCNA) exams. You can choose to take a single composite exam or

More information

Inter-networking. Problem. 3&4-Internetworking.key - September 20, LAN s are great but. We want to connect them together. ...

Inter-networking. Problem. 3&4-Internetworking.key - September 20, LAN s are great but. We want to connect them together. ... 1 Inter-networking COS 460 & 540 2 Problem 3 LAN s are great but We want to connect them together...across the world Inter-networking 4 Internet Protocol (IP) Routing The Internet Multicast* Multi-protocol

More information

Internet Routing Protocols, DHCP, and NAT

Internet Routing Protocols, DHCP, and NAT Internet Routing Protocols, DHCP, and NAT Hwajung Lee Modified from Slides Courtesy of Cisco Networking Academy and the book titled Communication Networks by Leon-Garcia Contents Basic Routing Single Area

More information

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

IP Protocols. ALTTC/Oct

IP Protocols. ALTTC/Oct IP Protocols Internet or IP technology over the years has emerged as the most prominent data communication technology. TCP/IP protocol has become de-facto data comm standard throughout the world. It can

More information

GoCertify Advanced Cisco CCIE Lab Scenario # 1

GoCertify Advanced Cisco CCIE Lab Scenario # 1 GoCertify Advanced Cisco CCIE Lab Scenario # 1 (http://www.gocertify.com) IPexpert, Inc. is a leading provider in on-line Cisco CCNA, CCNP and CCIE training material. For more information please visit

More information

Chapter 5 Advanced Configuration

Chapter 5 Advanced Configuration Chapter 5 Advanced Configuration This chapter describes how to configure the advanced features of your DG834N RangeMax TM NEXT Wireless ADSL2+ Modem Router. Configuring Advanced Security The modem router

More information

Network Layer PREPARED BY AHMED ABDEL-RAOUF

Network Layer PREPARED BY AHMED ABDEL-RAOUF Network Layer PREPARED BY AHMED ABDEL-RAOUF Network layer transport segment from sending to receiving host on sending side encapsulates segments into datagrams on receiving side, delivers segments to transport

More information

Introduction to routing in the Internet

Introduction to routing in the Internet Introduction to routing in the Internet Internet architecture IPv4, ICMP, ARP Addressing, routing principles (Chapters 2 3 in Huitema) Internet-1 Internet Architecture Principles End-to-end principle by

More information

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product.

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product. HP EXAM - HP0-Y52 Applying HP FlexNetwork Fundamentals Buy Full Product http://www.examskey.com/hp0-y52.html Examskey HP HP0-Y52 exam demo product is here for you to test the quality of the product. This

More information

Question 7: What are Asynchronous links?

Question 7: What are Asynchronous links? Question 1:.What is three types of LAN traffic? Unicasts - intended for one host. Broadcasts - intended for everyone. Multicasts - intended for an only a subset or group within an entire network. Question2:

More information

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

Chapter 7. Local Area Network Communications Protocols

Chapter 7. Local Area Network Communications Protocols Chapter 7 Local Area Network Communications Protocols The Network Layer The third layer of the OSI Model is the network layer. The network layer is concerned with providing a means for hosts to communicate

More information

Introduction to routing in the Internet

Introduction to routing in the Internet Introduction to routing in the Internet Internet architecture IPv4, ICMP, ARP Addressing, routing principles (Chapters 2 3 in Huitema) Internet-1 Internet Architecture Principles End-to-end principle by

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Chair for

More information

Internal and External Components p. 213 Modularity p. 217 Cabling p. 219 Summary p. 222 Basic Switch Terminology p. 223 Cisco Switching Fundamentals

Internal and External Components p. 213 Modularity p. 217 Cabling p. 219 Summary p. 222 Basic Switch Terminology p. 223 Cisco Switching Fundamentals Acknowledgments p. xxv Introduction p. xxvii Networking Basics The OSI Model p. 3 What Is a Packet? p. 4 OSI Model Basics p. 6 Other Network Models p. 16 Summary p. 20 Ethernet and Wireless LANs p. 21

More information

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements?

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements? 95 Chapter 7 TCP/IP Protocol Suite and IP Addressing This chapter presents an overview of the TCP/IP Protocol Suite. It starts with the history and future of TCP/IP, compares the TCP/IP protocol model

More information

Lecture 8. Network Layer (cont d) Network Layer 1-1

Lecture 8. Network Layer (cont d) Network Layer 1-1 Lecture 8 Network Layer (cont d) Network Layer 1-1 Agenda The Network Layer (cont d) What is inside a router Internet Protocol (IP) IPv4 fragmentation and addressing IP Address Classes and Subnets Network

More information

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE Modified 2017-07-10 TestOut Routing and Switching Pro Outline- English 6.0.x Videos: 133 (15:42:34) Demonstrations: 78 (7:22:19) Simulations:

More information

Lecture 8. Basic Internetworking (IP) Outline. Basic Internetworking (IP) Basic Internetworking (IP) Service Model

Lecture 8. Basic Internetworking (IP) Outline. Basic Internetworking (IP) Basic Internetworking (IP) Service Model Lecture 8 Basic Internetworking (IP) Reminder: Homework 3, Programming Project 2 due on Tuesday. An example internet is shown at right. Routers or gateways are used to connect different physical networks.

More information

TCP/IP Protocol Suite and IP Addressing

TCP/IP Protocol Suite and IP Addressing TCP/IP Protocol Suite and IP Addressing CCNA 1 v3 Module 9 10/11/2005 NESCOT CATC 1 Introduction to TCP/IP U.S. DoD created the TCP/IP model. Provides reliable data transmission to any destination under

More information

Operation Manual - Network and Routing Protocol. Table of Contents

Operation Manual - Network and Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Address and IP Performance Configuration... 5-1 1.1 IP Address Overview...5-1 1.2 Assigning IP Addresses... 5-5 1.2.1 Assigning IP Addresses to Interfaces...

More information

Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk SOLUTIONS

Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk SOLUTIONS Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk Date: January 17 th 2006 at 14:00 18:00 SOLUTIONS 1. General (5p) a) Draw the layered

More information

Scope and Sequence: CCNA Exploration v4.0

Scope and Sequence: CCNA Exploration v4.0 Scope and Sequence: CCNA Exploration v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Exploration courses, LAN Switching and Wireless and Accessing the WAN, are

More information

COPYRIGHTED MATERIAL. Con t e n t s. Chapter 1 Introduction to Networking 1. Chapter 2 Overview of Networking Components 21.

COPYRIGHTED MATERIAL. Con t e n t s. Chapter 1 Introduction to Networking 1. Chapter 2 Overview of Networking Components 21. Con t e n t s Introduction xix Chapter 1 Introduction to Networking 1 Comparing Logical and Physical Networks.... 1 Networking Home Computers........................................... 2 Networking Small

More information

Lecture 8. Reminder: Homework 3, Programming Project 2 due on Thursday. Questions? Tuesday, September 20 CS 475 Networks - Lecture 8 1

Lecture 8. Reminder: Homework 3, Programming Project 2 due on Thursday. Questions? Tuesday, September 20 CS 475 Networks - Lecture 8 1 Lecture 8 Reminder: Homework 3, Programming Project 2 due on Thursday. Questions? Tuesday, September 20 CS 475 Networks - Lecture 8 1 Outline Chapter 3 - Internetworking 3.1 Switching and Bridging 3.2

More information

End-to-End Communication

End-to-End Communication End-to-End Communication Goal: Interconnect multiple LANs. Why? Diverse LANs speak different languages need to make them talk to each other Management flexibility global vs. local Internet Problems: How

More information

The Internet Protocol (IP)

The Internet Protocol (IP) The Internet Protocol (IP) The Blood of the Internet (C) Herbert Haas 2005/03/11 "Information Superhighway is really an acronym for 'Interactive Network For Organizing, Retrieving, Manipulating, Accessing

More information

Different Layers Lecture 20

Different Layers Lecture 20 Different Layers Lecture 20 10/15/2003 Jian Ren 1 The Network Layer 10/15/2003 Jian Ren 2 Network Layer Functions Transport packet from sending to receiving hosts Network layer protocols in every host,

More information

CISCO SYSTEM ADMINISTRATION (41)

CISCO SYSTEM ADMINISTRATION (41) CISCO SYSTEM ADMININSTRATION PAGE 1 OF 11 CONTESTANT ID# Time Rank CISCO SYSTEM ADMINISTRATION (41) Regional 2012 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification:

More information

CS 356: Computer Network Architectures. Lecture 14: Switching hardware, IP auxiliary functions, and midterm review. [PD] chapter 3.4.1, 3.2.

CS 356: Computer Network Architectures. Lecture 14: Switching hardware, IP auxiliary functions, and midterm review. [PD] chapter 3.4.1, 3.2. CS 356: Computer Network Architectures Lecture 14: Switching hardware, IP auxiliary functions, and midterm review [PD] chapter 3.4.1, 3.2.7 Xiaowei Yang xwy@cs.duke.edu Switching hardware Software switch

More information

CS475 Networks Lecture 8 Chapter 3 Internetworking. Ethernet or Wi-Fi).

CS475 Networks Lecture 8 Chapter 3 Internetworking. Ethernet or Wi-Fi). Assignments Reading for Lecture 9: Section 3.3 3.2 Basic Internetworking (IP) Bridges and LAN switches from last section have limited ability CS475 Networks Lecture 8 Chapter 3 Internetworking is a logical

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Six Designing Models for Addressing and Naming Original slides copyright by Cisco Press & Priscilla Oppenheimer General Guidelines for Addressing and Naming Use a structured

More information

Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS

Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS 1. General (5p) a) The so-called hourglass model (sometimes referred to as a wine-glass ) has been used

More information

Interconnecting Cisco Network Devices Part 1 v2.0 (ICND 1)

Interconnecting Cisco Network Devices Part 1 v2.0 (ICND 1) Interconnecting Cisco Network Devices Part 1 v2.0 (ICND 1) COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructor-led training course that teaches learners

More information

Subnets. IP datagram format. The Internet Network layer. IP Fragmentation and Reassembly. IP Fragmentation & Reassembly. IP Addressing: introduction

Subnets. IP datagram format. The Internet Network layer. IP Fragmentation and Reassembly. IP Fragmentation & Reassembly. IP Addressing: introduction The Network layer Host, network layer functions: Network layer Routing protocols path selection R, OSPF, BGP Transport layer: TCP, forwarding table Link layer physical layer protocol addressing conventions

More information

MTA_98-366_Vindicator930

MTA_98-366_Vindicator930 MTA_98-366_Vindicator930 Number: 98-366 Passing Score: 700 Time Limit: 45 min File Version: 1.0 http://www.gratisexam.com/ Microsoft Technology Associate Networking Fundamentals MTA 98-366 Exam A QUESTION

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure LAN Setup, LAN Groups and Routing (Static IP) features of your ProSafe VPN Firewall 50. These features can be found under the Network

More information

Internet. Organization Addresses TCP/IP Protocol stack Forwarding. 1. Use of a globally unique address space based on Internet Addresses

Internet. Organization Addresses TCP/IP Protocol stack Forwarding. 1. Use of a globally unique address space based on Internet Addresses Internet Organization Addresses TCP/IP Protocol stack Forwarding Jörg Liebeherr, 1998-2003 1 What defines the Internet? 1. Use of a globally unique address space based on Internet Addresses 2. Support

More information

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 12

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 12 CMPE 150/L : Introduction to Computer Networks Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 12 1 Chapter 4: outline 4.1 introduction 4.2 virtual circuit and datagram networks 4.3 what

More information

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

Chapter 12 Network Protocols

Chapter 12 Network Protocols Chapter 12 Network Protocols 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems Interconnection (OSI) Transmission Control Protocol/Internetworking Protocol (TCP/IP)

More information

Information Network Systems The network layer. Stephan Sigg

Information Network Systems The network layer. Stephan Sigg Information Network Systems The network layer Stephan Sigg Tokyo, November 1, 2012 Error-detection and correction Decoding of Reed-Muller codes Assume a second order (16, 11) code for m = 4. The r-th order

More information

CS 457 Lecture 11 More IP Networking. Fall 2011

CS 457 Lecture 11 More IP Networking. Fall 2011 CS 457 Lecture 11 More IP Networking Fall 2011 IP datagram format IP protocol version number header length (bytes) type of data max number remaining hops (decremented at each router) upper layer protocol

More information

Pass4sures. Latest Exam Guide & Learning Materials

Pass4sures.   Latest Exam Guide & Learning Materials Pass4sures http://www.pass4sures.top/ Latest Exam Guide & Learning Materials Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get Latest & Valid 200-125

More information

Lecture (03) Internet Protocol tcp/ip> OSI>

Lecture (03) Internet Protocol tcp/ip> OSI> Lecture (03) Internet Protocol Dr. Ahmed M. ElShafee ١ Agenda Introduction Network Layer Interaction with the Data Link Layer Network Layer (Layer 3) Addressing

More information

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review.

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review. THE OSI MODEL Application Presentation Session Transport Network Data-Link Physical OSI Model Chapter 1 Review By: Allan Johnson Table of Contents Go There! Go There! Go There! Go There! Go There! Go There!

More information

DHCP and DDNS Services for Threat Defense

DHCP and DDNS Services for Threat Defense The following topics explain DHCP and DDNS services and how to configure them on Threat Defense devices. About DHCP and DDNS Services, on page 1 Guidelines for DHCP and DDNS Services, on page 3 Configure

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2015 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński Network Layer The majority of slides presented in

More information

Chapter 18 and 22. IPv4 Address. Data Communications and Networking

Chapter 18 and 22. IPv4 Address. Data Communications and Networking University of Human Development College of Science and Technology Department of Information Technology Chapter 18 and 22 Data Communications and Networking IPv4 Address 1 Lecture Outline IPv4 Addressing

More information