Presentation is loading. Please wait.

Presentation is loading. Please wait.

Unit 4, Chapter 7 & Chapter 18 pp 531-573. Subnets & Subnetting Subnetwork or Subnet – separate part of an organizations network that is identifiable.

Similar presentations


Presentation on theme: "Unit 4, Chapter 7 & Chapter 18 pp 531-573. Subnets & Subnetting Subnetwork or Subnet – separate part of an organizations network that is identifiable."— Presentation transcript:

1 Unit 4, Chapter 7 & Chapter 18 pp 531-573

2 Subnets & Subnetting Subnetwork or Subnet – separate part of an organizations network that is identifiable Security and traffic control Subnet mask –32 Bit number –ANDed with network portion of address(only 1+1=1) –1 ’ s = network and 0 ’ s = host –Ex. Class A 255.0.0.0, network info is in the first octet

3 Default Subnet Masks –Class A = 255.0.0.0 –Class B = 255.255.0.0 –Class C = 255.255.255.0 Bits in the host octets are used to define subnet(pg 388) –Class C address 206.11.20.81 –Subnet mask 255.255.255.224 or /27 11111111.11111111.11111111.11100000 81 = 0101 0001 –Subnet Number 2 –Host ID 17 Subnets & Subnetting

4 Classless Inter-Domain Routing: CIDR Address Prefix and Number of Class C Addresses Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

5 Addressing Particulars /nn Classless Internet Domain Routing –204.11.20.16/19 or Subnet mask 11111111.11111111.11100000.00000000 Supernetting – several class C addresses into a contiguous address block Dynamic IP address – address assigned when needed Static – address is configured and does not change(routers … infrastructure equipment) Private networks – 10.0.0.0, 172.16.0.0,192.168.0.0

6 Subnetting Example StepExampleRules Address8.1.4.5 None Mask255.255.0.0 None Number of network bits8Always defined by Class A,B,C Number of Host Bits16 Always defined by the number of binary 0s in the mask Number of Subnet Bits832 - (Network size + host size) Total32Network + Host + Subnet

7 Domain Names Mnemonic for IP address (WWW.MSN.COM) Domain Name Services(DNS) used to translate or resolve name to address Hierarchical Structure –Local –Corporate –Global Top Level Domain (.com,.edu,.net,.org ….) Internet Corporation for Assigned Names and Numbers (ICAAN) Root Servers – Contain IP addresses of all TLD registries

8 Transmission Control Protocol Can communicate between hosts with diverse hardware and operating systems Developed by Defense Advanced Research Projects Agency (DARPA) Direct or point-to-point communications Connection oriented communication Full Duplex – communication in both direction 3 way hand shake to start communications & End Communications –Start:->SYN, ACK –End: ->FIN+ACK, ACK

9 TCP HEADER

10 TCP Header Information

11 TCP/IP Header: Stop-and-Go (left) versus Sliding Window Flow Control (right) Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

12 TCP/IP Header: Sliding Window Flow Control in Operation Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

13 User Datagram Protocol Simple protocol Connectionless No error checking No sequencing No Handshaking Examples: Ping, DNS, VOIP, TFTP

14 UDP Header: UDP Diagram Format Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

15 UDP Header: IP Header Field Information Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

16 TCP/UDP Port Number: Selected Well-Known Port Numbers Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved. PortTCPUDPProtocol 20FTP Data 21FTP Control 22SSH (Secure Shell) 23Telnet 25SMTP 53DNS 69TFTP 80HTTP

17 TCP/UDP Port Number: Selected Well-Known Port Numbers Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

18 Other Protocols Address Resolution Protocol (ARP) Dynamic Host Configuration Protocol File Transfer Protocol/Trivial File Transfer Protocol Hypertext Transfer Protocol & Hypertext Transfer Protocol over Secure Sockets Layer or Transfer Layer Security Post Office Protocol v3 (POP3) & Internet Message Access Protocol v4 (IMAP4) Simple Mail Transfer Protocol

19 Internet Tools Name Server Lookup (nslookup) –Determine IP address of a host system Whois –Determine name from an IP address Ping –Troubleshooting tool –Is the node there, is it alive, how much time …. Traceroute –Determine route packet takes to remote host

20 PING and Tracert: Example 1 Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

21 PING and Tracert: Example 2 Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

22 PING and Tracert: Example 3 Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

23 PING and Tracert: Example 4 Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

24 PING and Tracert: Example 5 Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

25 PING and Tracert: Example 6 Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458 All rights reserved.

26 Data Link Layer Functions Data Link –Communication Startup How will communications be started –Character Identification and framing What constitutes a character and what is a control character –Message (PDU) identification What is a message –Line Control signaling for successful transmission, line turn around, whether receiving terminal can accept more data –Error Control What scheme to use, what to do when an error is detected –Termination

27 Line Access Definition: Data Terminal Equipment (DTE) - That part of a data station that serves as a data source, data sink or both and provides data communication control functions Methods to attain access to a circuit (Line Access) – Contention Systems Listen,,wait/send Small systems, few nodes or fast circuit – Polling Roll Call Polling –Master with polling list –Queries stations if they need to transmit Fast Select Polling –Polls several stations at one time, only stations waiting to send respond Hub Polling –Each DTE does part of the Master Station function –Nothing to send, pass on to the next stations – Token Passing Similar to Hub Polling, includes token

28 Communication Parameters Established prior to communications taking place Predetermined Settings on a device (Modem) –Parity –Transmission Speed

29 Flow Control Stop-and-Wait (left) versus Sliding Window Flow Control (right)

30 High-Level Data Link Control (HDLC) Frames 3 types –Supervisory (Control) –Information (Data) –Unnumbered 2 Frame Formats –Normal –Extended Flag field 01111110 must be unique Address Field – 8 or 16 bits Frame Flow (Page 180) –Initiation Phase –Data Transfer Phase –Disconnect Phase

31 Review Questions 1. Predetermined communication parameters are those that are set __________ by switches or specified as parameters in software. a. dynamically b. historically c. manually d. inherited

32 Review Questions 2. Polling systems require several stations on the circuit to act as master stations. a. True b. False

33 Review Questions 3. The simplest form of flow control is called___________________. a. stop and wait flow control b. give and get flow control c. first in first out flow control d. first in last out flow control

34 Review Questions 4. Background noise (white noise) on a circuit ______________________. a. is rarely a problem because it is a known, predictable phenomenon b. is one of the most difficult problems to work around c. occurs in spikes d. delays some frequencies more than others

35 Review Questions 5. What does the term “ sliding window ” relate to? a.Multiplexing b.Stop and wait c.Flow control d.Full duplex e.None of the above

36 Review Questions 6. How “ big ” is an IPv6 Internet address? a. 32 bits b. 32 bytes c. 20 octets d. 128 bits e. 128 bytes

37 Review Questions 7. What is the main objective of the IPv6 proposal to the TCP/IP protocol suite? a. Reduce user response b. Update TCP/IP to remain compatible with new technology c. Allow for more Internet addresses d. Add a fiber optic specification to TCP/IP suite e. Force the acceptance of the hexadecimal numbering system

38 Review Questions 8. What is the size, in bits, of the Net_ID field in a Class B Internet address? a. 8 b. 16 c. 14 d. 32

39 Review Questions 9. What does the “ time-to-live ” field (8bits) do in an IP header? a. Prevents infinite loops b. Sets Frame Priority c. Records the transmission time for tracert functions d. Error checking e. Frame sequence numbering

40 Review Questions 10. The part of the message that contains the destination address is called the ______. a. Zip b. Text c. Trailer d. Header e. Flag

41 Homework Assignment: Due Next Week –Review: Chapter 7, pp. 158-182 Chapter 18, pp. 531-538 –Read: Chapter 10, pp. 248-282 Chapter 11, pp. 286-314 –Complete: Assignment 4.1: Chapter Multiple Choice; Chapter 18 Multiple Choice Assignment 4.2: Subnet Homework B Assignment 4.3 Draw OSI Model again, this time include the Hardware of each layer.


Download ppt "Unit 4, Chapter 7 & Chapter 18 pp 531-573. Subnets & Subnetting Subnetwork or Subnet – separate part of an organizations network that is identifiable."

Similar presentations


Ads by Google