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

Size: px
Start display at page:

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

Transcription

1 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 XP DNS and WINS TCP and UDP NAT and Firewall BOOTP and DHCP TCP/IP utilities on Windows 2000/XP Application Layer Protocols 2 Introduction to Protocols Protocol Rules network uses to transfer data Protocols that can span more than one LAN segment are routable Multiprotocol network Network using more than one protocol 3

2 TCP/IP and OSI model 4 IP (Internet Protocol) Provides information about how and where data should be delivered Data s source and destination addresses Network layer protocol Enables TCP/IP to internetwork Unreliable, connectionless protocol IP datagram: packet, in context of TCP/IP Envelope for data 5 IP (continued) 6

3 IP Addressing IP Address Logical address used in TCP/IP networking Unique 32-bit number Divided into four groups of octets (8 (8-bit bitbytes)thatare bytes) that are separated by periods E.g., ( 7 IP Addressing Though 8 bits have 256 possible combinations, only the numbers 1 through 254 are used to identify networks and hosts Numbers 0 is reserved for network and 255 is reserved for broadcast Broadcast is transmissions to all stations on a network Total: 2 32 = 4,294,967,296 8 IP Addressing Loopback address IP address reserved for communicating from a node to itself (localhost) Value of the loopback address is always Internet Corporation for Assigned Names and Numbers (ICANN) Non-profit organization to maintain and assign IP addresses 9

4 Internet Name and Address ICANN Internet Corporation for Assigned Names and Numbers Address SO Domain Name SO Protocol SO Regional Internet Registries ARIN APNIC RIPE-NCC 10 Why IP Addresses? Unique addressing allows communication between end stations Unicast (one-to to-one) one) Broadcast (one-to to-all) Multicast (one-to to-many) Path choice is based on location Location is represented by an address 11 IP Addressing Scheme Dotted Decimal Network 32 bits Host Maximum network host 12

5 IP addresses and Classes 13 IP Address Problem and Solutions Total: 2 32 = 4,294,967,296 Only 2M Class C networks Classless Inter-Domain Routing (CIDR) RFC 1519 IP Subnet Mask Network Address Translation (NAT) RFC 1631 Use of private IP addresses behind the router IPv4 vs. IPv6 14 IP Address CIDR Subnet Mask Network Subnet Host The broadcast and routing is based on the IP subnet mask. With CIDR, Class, A, B, and C networks lose its significance, and only the IP subnet mask is significant to determine the routing and broadcasting. CIDR is covered in details in TDC365. For TDC363, I will try to stay in Class C with subnet mask =

6 IP Routing Table / /24 E0 E PC1 PC Network Address Interface /24 E /24 E1 /24: IP Routing Table E / / /24 E1 E4 E / /24 E /24 Network Address Interne t Interface /24 E /24 E /24 E /24 E /0 E /0 default 17 Frame/Packet Trace / aa.bb.cc Gateway (router) / aa.bb.cd aa.bb.cc PC1 PC aa.bb.cd Frame/Packet Address Info: MAC DA: aa.bb.cc MAC SA: aa.bb.cc IP DA: IP SA: Frame/Packet Address Info MAC DA: aa.bb.cd MAC SA: aa.bb.cd IP DA: IP SA:

7 Routing Protocols Revisited Static Routing Manually populate the routing table the route command The four most common routing gp protocols: RIP (Routing Information Protocol) for IP and IPX OSPF (Open Shortest Path First) for IP EIGRP (Enhanced Interior Gateway Routing Protocol) for IP, IPX, and AppleTalk BGP (Border Gateway Protocol) for IP 19 Address Resolution Protocol (ARP) ARP table Layer 2 to layer 3 mapping Database that lists the associated MAC and IP addresses Contains two types of entries: Dynamic ARP table entries Static ARP table entries ARP utility provides a way of obtaining information from and manipulating a device s ARP table 20 How does ARP work? :88:77:11:11: :88:77:22:22: :88:77:33:33:33 1. Who is ? 2a.. It is not me. 2b. It is me. 4. OK. Let us create an ARP entry :88:77:33:33:33 3. My MAC address is 99:88:77:33:33:33. 21

8 ARP Table :88:77:11:11: :88:77:22:22: :88:77:33:33: :88:77:22:22: :88:77:33:33: :88:77:11:11: :88:77:22:22: :88:77:11:11: :88:77:33:33:33 22 Questions you will see at Midterm MAC forwarding table: layer 1 to layer 2 mapping ARP Table: layer 2 to layer 3 mapping Routing Table: layer 1 to layer 3 mapping Packet and Frame trace Source MAC address Destination MAC address Source IP address Destination IP address 23 Host Names and Domain Name System (DNS) Host name Symbolic name that describes a TCP/IP device Domain Group of computers that belong to the same organization and have part of their IP addresses in common Note: Domain Name in TCP/IP is different from Domain Name in Windows. 24

9 Addresses and Names In addition to using IP addresses, TCP/IP networks use names for networks and hosts Each host requires a host name /etc/hosts, %windows%\system32\drivers\etc\hosts Each network requires a network name, also called a domain name cti.depaul.edu or depaul.edu Together, host name and domain name constitute the fully qualified domain name (FQDN) facweb.cti.depaul.edu 25 Domain Names Symbolic name that identifies an organization Top-level domains (TLDs) Highest-level category used to distinguish domain names A TLD is known as the domain suffix 26 Top Level Domain Names 27

10 Host Files Text file that associates TCP/IP host names with IP addresses Alias Nickname for a node s host name 28 Host Files On a UNIX-based computer a host file is: Called hosts Located in the /etc/hosts On a Windows computer, a host file: Is also called hosts What is the file lmhosts? Must be located in the c:\windows directory in order to be recognized by the operating system c:\windows\system32\drivers\etc\hosts 29 Domain Name System (DNS) Hierarchical way of tracking domain names and their addresses, devised in the mid-1980s 30

11 Configuring DNS 31 DDNS (Dynamic DNS) RFC 2136 DNS is reliable as long as host s address is static Many Internet users subscribe to the type of Internet service in which IP address changes periodically In DDNS, service provider runs program on user s computer that notifies service provider when IP address changes DNS record update effective throughout Internet in minutes 32 Zeroconf (Zero Configuration) Collection of protocols designed by IETF to simplify setup of nodes on TCP/IP networks Assigns IP address (local address) Resolves node s host name and IP address without requiring DNS server r Discovers available services Enables directly connected workstations to communicate without relying on static IP addressing IP addresses are assigned through IPv4LL (RFC 3927) 33

12 NetBIOS and NetBEUI NetBIOS originally designed to provide Transport and Session layer services for applications running on small, homogenous networks Microsoft added standard L2/L3 layer component called NetBEUI Efficient on small networks Consumes few network resources Provides excellent error correction Does not allow for good security Few possible connections Cannot be routed 34 Discussions What is the protocol that supports file sharing and printer sharing on Windows? Answer: NetBIOS NetBIOS is a transport and session layer protocol. What is the L2/L3 protocol for NetBIOS. Answer: NetBUEI originally Is NetBUEI on most Windows today? Answer: NO What is the L2/L3 protocol for NetBIOS? TCP/IP 35 How to Transfer Files NetBIOS NetBUEI Ethernet File Transfer NetBIOS FTP HTTP TFTP TCP UDP IP Ethernet Q: which one is the best? 36

13 Windows Internet Naming Service (WINS) Provides a means of resolving NetBIOS names with IP addresses WINS offers several advantages Guarantees a unique NetBIOS name is used for each computer on a network Support for DHCP Better network performance Supported but not needed in Windows 2000 (or later) Where is the setting for WINS in Windows 2000? 37 ICMP Internet Control Message Protocol Packet Internet Groper (PING): utility that can verify that TCP/IP is installed, bound to the NIC, configured correctly, and communicating Pinging: i Echo request and echo reply Can ping either an IP address or a host name Pinging loopback address, , to determine whether workstation s TCP/IP services are running 38 Transmission Control Protocol (TCP) TCP Provides reliable data delivery services Connection-orientedoriented subprotocol Requires establishment of connection n between communicating nodes before protocol will transmit data TCP segment Holds TCP data fields Becomes encapsulated by IP datagram 39

14 Transmission Control Protocol (TCP) Port: Address on host where application makes itself available to incoming data 40 TCP: 3-way hand-shaking process 41 UDP 42

15 TCP/UDP Sockets and Ports Socket Defined in TCP and UDP Logical address assigned to a specific process running on a host computer The socket s s address combines the host computer s IP address with the port number associated with a process Socket ::= IP address + Port Number Port numbers in the range of 0 to 1023 are called well-known ports 43 TCP/UDP Sockets and Ports 44 TCP/UDP Sockets and Ports 45

16 Review: IP Address Shortage Short term solution: CIDR i.e., IP Subnetting Network Address Translation (NAT) Long term solution: IPv6 46 NAT for Home and SOHO Networks ISP DSL/Cable modem Internet NAT Router Question: How can one use a private IP address to surf the public Internet? Answer: Network Address Translation (NAT) 47 How does NAT work? Internet D-port =21 NAT Router D-port =21 FTP S-port =2001 S-port =1234 Server D-IP = D-IP = S-IP = S-IP = D-port =2001 S-port =21 D-IP = S-IP = D-port =1234 S-port =21 D-IP = S-IP = Note: the sender and receiver do not know anything about NAT. 48

17 If my web server is behind the NAT router, can I make it available to the public? ISP DSL/Cable modem (web server) (ftp server) Internet NAT Router port Virtual Address Virtual Port , 8000, , 8000, IP Address Assignment Static IP address IP address manually assigned to a device Servers usually have static IP addresses. Network device (switches, routers, etc.) also uses static IP address. Dynamic IP address DHCP and BOOTP Manages dynamic distribution of IP addresses on a network Workstation usually use DHCP. 50 Dynamic Host Configuration Protocol (DHCP) Automated means of assigning a unique IP address to every device on a network Reasons for implementing DHCP Reduce the time and planning spent on IP address management Reduce the potential for errors in assigning IP addresses Enable users to move their workstations and printers without having to change their TCP/IP configuration Make IP addressing transparent for mobile users 51

18 DHCP Leasing Process Lease Agreement between DHCP server and client on how long the client will borrow a DHCP-assigned IP address 52 Terminating a DHCP Lease A DHCP lease may expire based on the period established for it in the server configuration A DHCP lease may be manually terminated at any time from either the client s TCP/IP configuration or the server s DHCP configuration Release The act of terminating a DHCP lease 53 Can you do DHCP across LAN Segment? Answer: Yes, BOOTP Relay. 3. BOOTP Relay 2. BOOTP Relay BOOTP Relay 6. BOOTP Relay DHCP Server 4. Assign DHCP supports BOOTP relay. Client 1. What is my IP address? 7. My IP address is

19 Addressing in IPv6 Also known as IP next generation or IPng Slated to replace the current IP protocol, IPv4 Perhaps the most valuable advantage IPv6 offers over IPv4 is its promise of billions and billions of additional IP addresses through its new addressing scheme (128 bits) Address format: F:F:0:0:0:0:3012:0CE3 000F:000F:0000:0000:0000:0000:3012:0CE3 8 (4 4))=1284))=128 bits F:F::3012:0CE3 Representing IPv4 in IPv6: :: Addressing in IPv6 Unicast address Type of IPv6 address that represents a single interface on a device Multicast address Type of address in IPv6 that represents multiple interfaces, often on multiple nodes No Broadcast address Anycast address Type of address specified in IPv6 that represents a group of interfaces, any of which can accept a transmission 56 TCP/IP Application Layer Protocols Hypertext Transport Protocol (HTTP) Telnet Used to log on to remote hosts using TCP/IP protocol suite File Transfer Protocol (FTP) Used to send and receive files via TCP/IP Simple Mail Transfer Protocol (SMTP) Responsible for moving messages from one server to another, using the Internet and other TCP/IP-based networks Simple Network Management Protocol (SNMP) Manages devices on a TCP/IP network 57

20 SMTP (Simple Mail Transfer Protocol) Protocol responsible for moving messages between mail servers over TCP/IP-based networks Belongs to Application layer of TCP/IP Model Relies on TCP at Transport layer Operates from port 25 Relies on higher-level programs for instructions Can only transport or hold mail When configuring clients to use Internet , must identify user s SMTP server 58 MIME (Multipurpose Internet Mail Extensions) Standard SMTP message format allows for lines that contain 1000 ASCII characters max Cannot handle pictures or formatted text MIME: standard d for encoding and interpreting ti binary files, images, video, and non-ascii character sets within messages Identifies each element of a message according to content type Works in conjunction with SMTP 59 POP (Post Office Protocol) Application layer protocol used to retrieve messages from mail servers POP3 is most current and commonly used version Mail delivered and stored on mail server until user connects (via client) to retrieve messages Mail deleted from server after retrieval Minimizes use of server resources Best suited to users who retrieve mail from same workstation all the time 60

21 IMAP (Internet Message Access Protocol) Developed as sophisticated alternative to POP3 IMAP4 is most current version Users can store messages on mail server IMAP4 provides the following features: Retrieve all or only a portion of any mail message Review messages and delete them while the messages remain on the server Create sophisticated methods of organizing messages on the server Share mailboxes in a central location 61 Hypertext Transport Protocol (HTTP) Protocol that Web clients and servers use to communicate Forms the backbone of the Web On TCP Hypertext Markup Language (HTML) Language that defines formatting standards for Web documents 62 Hypertext Transport Protocol (HTTP) Figure 11-18: Web client/server transmission using HTTP 63

22 FTP and TFTP FTP: File transfer over TCP TFTP File transfers over UDP No login Simple acknowledgement and sequence control 64 NTP Network Time Protocol (NTP): Application layer protocol used to synchronize clocks of computers 65 Windows/Linux Utilities Commands on Windows to help you configure and trouble shooting network problems ping check connectivity netstat/route see routing table and TCP sessions nbtstat (windows only) NetBIOS info ipconfig/ifconfig IP address and interface info tracert/traceroute find all routers between src and dst Nslookup/dig DNS (IP address and hostname mapping) arp mapping of IP and MAC addresses 66

23 Review Questions Compare TCP/IP to the OSI Model If I give you the IP datagram and leave out 4-5 data fields, can you fill in those blank fields in the datagram? Given an IP address, can you tell its IP address class? Class A, B, or C. Describe the problem of IPv4 address shortage. What are the two short term solutions and one long term solution to address this problem? Give a network with multiple IP subnets, can you populate the routing table on the router? What are the long term and short term solutions to the problem of IP address shortage? 67 Review Questions (cont.) ARP: What is it? How does it work? Is it a protocol on IP? Is it a protocol on Ethernet? Populate the ARP table for a network. Trace IP packets and Ethernet frames on a network. Show three different protocol stacks that support file transfers 68 Review Questions (cont.) UDP uses only four data fields in TCP. What are these four fields? What is DNS? Why do we need it? If your DNS server is down, can you surf the Internet? If data in the /etc/hosts file is hacked,, how does it affect the upper layer services? What are the port numbers for the FTP, telnet, DNS, SNMP, HTTP, TFTP, and finger? Given an IPv4 address, can you change it to the IPv6 format? 69

24 Review Questions (cont.) What is NAT and how is it used? What are the datagram fields changed by NAT? Trace IP packets before and after the NAT router. What are the differences between BOOTP and DHCP? Which one is better and used today? Can DHCP work across multiple LAN segments? How? WINS: What is it? What is it for? Is it needed on today s network? Windows vs. Linux utilities. 70 Review Questions (cont.) How do you find the IP address of How do you find the internet name of ? How do you find the number of hops (number of routers) from DePaul University to Purdue University? What are the differences between FTP and TFTP? Give three examples of protocols on TCP. Give two examples of protocols on UDP. Give a protocol to send and a protocol to receive . 71

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols Network+ Guide to Networks 6 th Edition Chapter 4 Introduction to TCP/IP Protocols Objectives Identify and explain the functions of the core TCP/IP protocols Explain the TCP/IP model and how it corresponds

More information

Network+ Guide to Networks 5 th Edition. Chapter 4 Introduction to TCP/IP Protocols

Network+ Guide to Networks 5 th Edition. Chapter 4 Introduction to TCP/IP Protocols Network+ Guide to Networks 5 th Edition Chapter 4 Introduction to TCP/IP Protocols Objectives Identify and explain the functions of the core TCP/IP protocols Explain how the TCP/IP protocols correlate

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

1/18/13. Network+ Guide to Networks 5 th Edition. Objectives. Chapter 10 In-Depth TCP/IP Networking

1/18/13. Network+ Guide to Networks 5 th Edition. Objectives. Chapter 10 In-Depth TCP/IP Networking Network+ Guide to Networks 5 th Edition Chapter 10 In-Depth TCP/IP Networking Objectives Understand methods of network design unique to TCP/IP networks, including subnetting, CIDR, and address translation

More information

Network+ Guide to Networks 5 th Edition. Chapter 10 In-Depth TCP/IP Networking

Network+ Guide to Networks 5 th Edition. Chapter 10 In-Depth TCP/IP Networking Network+ Guide to Networks 5 th Edition Chapter 10 In-Depth TCP/IP Networking Objectives Understand methods of network design unique to TCP/IP networks, including subnetting, CIDR, and address translation

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

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

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

Network+ Guide to Networks 6 th Edition. Chapter 9 In-Depth TCP/IP Networking

Network+ Guide to Networks 6 th Edition. Chapter 9 In-Depth TCP/IP Networking Network+ Guide to Networks 6 th Edition Chapter 9 In-Depth TCP/IP Networking Objectives Describe methods of network design unique to TCP/IP networks, including subnetting, CIDR, and address translation

More information

TCP/IP Fundamentals. Introduction. Practice Practice : Name. Date Period

TCP/IP Fundamentals. Introduction. Practice Practice : Name. Date Period Name Date Period TCP/IP Fundamentals Introduction For the Network+ Certification exam, you should be able to identify the class of an IP address, an APIPA IP address, and a private IP address as well as

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

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

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

Hands-On TCP/IP Networking

Hands-On TCP/IP Networking Hands-On Course Description In this Hands-On TCP/IP course, the student will work on a live TCP/IP network, reinforcing the discussed subject material. TCP/IP is the communications protocol suite on which

More information

Chapter 6. The Protocol TCP/IP. Introduction to Protocols

Chapter 6. The Protocol TCP/IP. Introduction to Protocols Chapter 6 The Protocol TCP/IP 1 Introduction to Protocols A protocol is a set of rules that governs the communications between computers on a network. These rules include guidelines that regulate the following

More information

Network Access Layer Internet Layer Transport Layer Application Layer. Presentation. Transport. Physical

Network Access Layer Internet Layer Transport Layer Application Layer. Presentation. Transport. Physical TCP/IP AND INTERNET ADDRESSING TCP/IP (TRANSMISSION CONTROL PROTOCOL/INTERNET PROTOCOL) TCP/IP is the most common networking protocol suite used in the world, each computer or node connected to the internet

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

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

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

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

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

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 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

Networking Fundamentals

Networking Fundamentals Networking Fundamentals Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

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

Define TCP/IP and describe its advantages on Windows Describe how the TCP/IP protocol suite maps to a four-layer model

Define TCP/IP and describe its advantages on Windows Describe how the TCP/IP protocol suite maps to a four-layer model [Previous] [Next] Chapter 2 Implementing TCP/IP About This Chapter This chapter gives you an overview of Transmission Control Protocol/Internet Protocol (TCP/IP). The lessons provide a brief history of

More information

Module 9: TCP/IP Protocol Suite and IP Addressing

Module 9: TCP/IP Protocol Suite and IP Addressing Module 9: TCP/IP Protocol Suite and IP Addressing 9.1 Introduction to TCP/IP 9.1.2 Application layer The application layer handles high-level protocols, representation, encoding, and dialog control. The

More information

Chapter 6: Network Communications and Protocols

Chapter 6: Network Communications and Protocols Learning Objectives Chapter 6: Network Communications and Protocols Understand the function and structure of packets in a network, and analyze and understand those packets Understand the function of protocols

More information

Interconnecting Networks with TCP/IP

Interconnecting Networks with TCP/IP Chapter 8 Interconnecting s with TCP/IP 1999, Cisco Systems, Inc. 8-1 Introduction to TCP/IP Internet TCP/IP Early protocol suite Universal 1999, Cisco Systems, Inc. www.cisco.com ICND 8-2 TCP/IP Protocol

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

Chapter 02 How Computers Find Each Other on Networks

Chapter 02 How Computers Find Each Other on Networks Chapter 02 How Computers Find Each Other on Networks TRUEFALSE 1. A hexadecimal number is a number written in the base 16 number system. (A) True (B) False 2. DNS follows a centralized database model.

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

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

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT ROYAL INSTITUTE OF INFORMATION & MANAGEMENT BASICS NETWORKING CHAPTER 1 Networking Basics to Networking Advantages of Networking Types of Network 1 Local Area Network (LAN) LAN features Basic LAN components

More information

Copyleft 2005, Binnur Kurt. Objectives

Copyleft 2005, Binnur Kurt. Objectives 1 ing Fundamentals Copyleft 2005, Binnur Kurt Objectives Define basic networking terms Describe some commonly used network applications Describe the main purposes and functions of computer networking Describe

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

Solved MCQ of Computer networking. Set-1

Solved MCQ of Computer networking. Set-1 Solved MCQ of Computer networking Set-1 1. The computer network is A) Network computer with cable B) Network computer without cable C) Both of the above D) None of the above 2. FDDI used which type of

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

Domain 1.0 Network Technologies

Domain 1.0 Network Technologies ExamForce.com CompTIA Network+ N10-004 Study Guide 1 Domain 1.0 Network Technologies Chapter 1 1.1 Explain the function of common networking protocols TCP TCP is a connection oriented protocol that provides

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

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

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

Fundamentals of Networking. OSI & TCP/IP Model. Kuldeep Sonar 1

Fundamentals of Networking. OSI & TCP/IP Model. Kuldeep Sonar 1 Fundamentals of Networking OSI & TCP/IP Model Kuldeep Sonar 1 Kuldeep Sonar 2 OSI Model Kuldeep Sonar 3 Application Layer Layer 7 provides an interface between a host s communication software and any necessary

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

CompTIA Network+ Course

CompTIA Network+ Course CompTIA Network+ Course Duration: 5 Days Course Delivery: Classroom Language: English Target Audience Comprehensive approach to both preparing a student for CompTIA's Network+ exam and developing proficiency

More information

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions [C HD] Applying Concepts: Configure Address Translation Using NAT At the end of this chapter, you ll create your own NAT translation table

More information

INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS. Faramarz Hendessi

INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS. Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY COMMUNICATING OVER NETWORKS Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY Lecture 6 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi Overview

More information

OSI Model with Protocols. Layer Name PDU Address Protocols Device

OSI Model with Protocols. Layer Name PDU Address Protocols Device NetEss Name: Networking Essentials Prof. CHIN OSI Model with Protocols Layer Name PDU Address Protocols Device 7 Application Data FTP, SSH, Telnet, SMTP, DNS TFTP,HTTP, POP3, IMAP, HTTPS 6 Presentation

More information

Lecture 1: Introduction

Lecture 1: Introduction Int ernet w orking Lecture 1: Introduction The Internet, underlying link layer, and IP addressing Literature: Forouzan: TCP/IP Protocol Suite: Ch 1-5 The Internet today 250 million hosts 580 million users

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

Outline. IP Address. IP Address. The Internet Protocol. o Hostname & IP Address. o The Address

Outline. IP Address. IP Address. The Internet Protocol. o Hostname & IP Address. o The Address Outline IP The Internet Protocol o IP Address IP subnetting CIDR o ARP Protocol o IP Function o Fragmentation o NAT o IPv6 2 IP Address o Hostname & IP Address IP Address o The Address ping www.nu.ac.th

More information

Network+ Week 5: Introduction to TCP/IP

Network+ Week 5: Introduction to TCP/IP Network+ Week 5: Introduction to TCP/IP IP Terminology Bit A bit is one digit, either a 1 or a 0. Byte A byte is 7 or 8 bits, depending on whether parity is used. Assume 8. Also called an Octet. Network

More information

Unit 28 Website Production ASSIGNMENT 1

Unit 28 Website Production ASSIGNMENT 1 Unit 28 Website Production ASSIGNMENT 1 Last week Learning outcomes History HTML skeleton Annotated diagram of a WAN Servers, routers, client PC, browser, Server OS Switch, packet Architecture ISP Web

More information

NT1210. Final Exam Review 8 to 10

NT1210. Final Exam Review 8 to 10 NT1210 Final Exam Review 8 to 10 Introducing the Internet Protocol (IP) TCP/IP Model review: Layers 1 and 2 Protocols Example LAN/WAN Standards and Types in the TCP/IP Model 2 Figure 8-1 Introducing the

More information

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

General Important Protocols for Examination of IA Examination 2018

General Important Protocols for Examination of IA Examination 2018 Protocol General Important Protocols for Examination of IA Examination 2018 DNS - Domain Name System - translates network address (such as IP addresses) into terms understood by humans (such as Domain

More information

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office ExamForce.com 640-822 CCNA ICND Study Guide 31 Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office Describe the need and role of addressing

More information

Special expressions, phrases, abbreviations and terms of Computer Networks

Special expressions, phrases, abbreviations and terms of Computer Networks access access point adapter Adderssing Realm ADSL (Asymmetrical Digital Subscriber Line) algorithm amplify amplitude analog antenna application architecture ARP (Address Resolution Protocol) AS (Autonomous

More information

Chapter Motivation For Internetworking

Chapter Motivation For Internetworking Chapter 17-20 Internetworking Part 1 (Concept, IP Addressing, IP Routing, IP Datagrams, Address Resolution 1 Motivation For Internetworking LANs Low cost Limited distance WANs High cost Unlimited distance

More information

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ECPE / COMP 177 Fall 2012 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Application Layer Transport Layer Network Layer Link Layer Physical Layer 2 Application Layer HTTP DNS IMAP

More information

University of Southern California EE450: Introduction to Computer Networks

University of Southern California EE450: Introduction to Computer Networks University of Southern California EE450: Introduction to Computer Networks Catalog Description Network architectures; Layered protocols, Network service interface; Local Networks; long-haul Networks; Internal

More information

TCP/IP and the OSI Model

TCP/IP and the OSI Model TCP/IP BASICS TCP/IP and the OSI Model TCP/IP BASICS The network protocol of the Internet Composed of six main protocols IP Internet Protocol UDP User Datagram Protocol TCP Transmission Control Protocol

More information

Fundamentals of Computer Networking AE6382

Fundamentals of Computer Networking AE6382 Computer networks are an integral part of the modern computing infrastructure The local network (LAN) is usually Ethernet LAN s are inter-connected with other LAN s in a hierarchical fashion eventually

More information

SC/CSE 3213 Winter Sebastian Magierowski York University CSE 3213, W13 L8: TCP/IP. Outline. Forwarding over network and data link layers

SC/CSE 3213 Winter Sebastian Magierowski York University CSE 3213, W13 L8: TCP/IP. Outline. Forwarding over network and data link layers SC/CSE 3213 Winter 2013 L8: TCP/IP Overview Sebastian Magierowski York University 1 Outline TCP/IP Reference Model A set of protocols for internetworking The basis of the modern IP Datagram Exchange Examples

More information

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9. Lecture 17 Overview Last Lecture Wide Area Networking (2) This Lecture Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.2 Next Lecture Internet Protocol (2) Source: chapters 19.1, 19.2, 22,1

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

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

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

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst EITF25 Internet Techniques and Applications L7: Internet Stefan Höst What is Internet? Internet consists of a number of networks that exchange data according to traffic agreements. All networks in Internet

More information

IP: Addressing, ARP, Routing

IP: Addressing, ARP, Routing IP: Addressing, ARP, Routing Network Protocols and Standards Autumn 2004-2005 Oct 21, 2004 CS573: Network Protocols and Standards 1 IPv4 IP Datagram Format IPv4 Addressing ARP and RARP IP Routing Basics

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

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

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

Lecture-4. TCP/IP-Overview:

Lecture-4. TCP/IP-Overview: Lecture-4 TCP/IP-Overview: The history goes back to ARPANET a research network sponsored by DoD US Govt. It eventually connected hundreds of universities and govt installations, using leased telephone

More information

RSC Part II: Network Layer 3. IP addressing (2nd part)

RSC Part II: Network Layer 3. IP addressing (2nd part) RSC Part II: Network Layer 3. IP addressing (2nd part) Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the companion slides to the book Computer Networking:

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

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia IP - The Internet Protocol Based on the slides of Dr. Jorg Liebeherr, University of Virginia Orientation IP (Internet Protocol) is a Network Layer Protocol. IP: The waist of the hourglass IP is the waist

More information

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 10 Chapter 10 - Sections & Objectives 10.1 Application Layer Protocols Explain the operation of the application

More information

Addressing protocols. TELE3118 lecture notes Copyright by Tim Moors Aug-09. Copyright Aug-09, Tim Moors

Addressing protocols. TELE3118 lecture notes Copyright by Tim Moors Aug-09. Copyright Aug-09, Tim Moors Addressing protocols TELE3118 lecture notes Copyright by Tim Moors Aug-09 2 Which address(es) to use? How does source determine addresses when sending to www.example.com? o Source has its MAC address o

More information

IP - The Internet Protocol

IP - The Internet Protocol IP - The Internet Protocol 1 Orientation IP s current version is Version 4 (IPv4). It is specified in RFC 891. TCP UDP Transport Layer ICMP IP IGMP Network Layer ARP Network Access Link Layer Media 2 IP:

More information

Hands-On Ethical Hacking and Network Defense

Hands-On Ethical Hacking and Network Defense Hands-On Ethical Hacking and Network Defense Chapter 2 TCP/IP Concepts Review Last modified 1-11-17 Objectives Describe the TCP/IP protocol stack Explain the basic concepts of IP addressing Explain the

More information

Introduction to Local and Wide Area Networks

Introduction to Local and Wide Area Networks Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1 Network Fundamentals Chapter 5 : OSI Network Layer Chapter 6 : Addressing the Network IPv4 Chapter 11

More information

CSCI-1680 Network Layer: IP & Forwarding Rodrigo Fonseca

CSCI-1680 Network Layer: IP & Forwarding Rodrigo Fonseca CSCI-1680 Network Layer: IP & Forwarding Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Janno< Administrivia IP out today. Your job: Find partners and tell us Implement

More information

( A ) 1. WAP is a (A) protocol (B) hardware (C) software (D) network architecture

( A ) 1. WAP is a (A) protocol (B) hardware (C) software (D) network architecture CS 742 Computer Communication Networks Final Exam - Name: Fall 2003 Part 1: (75 points - 3 points for each problem) ( A ) 1. WAP is a (A) protocol (B) hardware (C) software (D) network architecture ( C

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

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis CS-435 spring semester 2016 Network Technology & Programming Laboratory University of Crete Computer Science Department Stefanos Papadakis & Manolis Spanakis CS-435 Lecture #4 preview ICMP ARP DHCP NAT

More information

ACL Rule Configuration on the WAP371

ACL Rule Configuration on the WAP371 Article ID: 5089 ACL Rule Configuration on the WAP371 Objective A network access control list (ACL) is an optional layer of security that acts as a firewall for controlling traffic in and out of a subnet.

More information

Chapter 4 Network Layer: The Data Plane

Chapter 4 Network Layer: The Data Plane Chapter 4 Network Layer: The Data Plane A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see

More information

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3 Slide 1 Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 2 Unit

More information

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2 Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Communicating Over the Network The Platform for Communications CCNA1-2 Chapter 2 Elements of Communication People communicate in many different

More information

Data Communication Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 34 TCP/ IP I

Data Communication Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 34 TCP/ IP I Data Communication Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 34 TCP/ IP I Hello and welcome to today s lecture on TCP/IP. (Refer Slide

More information

Chapter 4 Network Layer: The Data Plane

Chapter 4 Network Layer: The Data Plane Chapter 4 Network Layer: The Data Plane A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see

More information

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer Layering in Networked computing OSI Model TCP/IP Model Protocols at each layer Learning outcomes Understand the need of layering in Networked computing Understand the OSI model and the tcp/ip model Understand

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

Chapter 4 Network Layer

Chapter 4 Network Layer Chapter 4 Network Layer Computer Networking A Top-Down Approach These slides are based on the slides made available by Kurose and Ross. All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights

More information

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects Internet 1) Internet basic technology (overview) 2) Mobility aspects 3) Quality of Service (QoS) aspects Relevant information: these slides (overview) course textbook (Part H) www.ietf.org (details) IP

More information