Network Plus Certification/Protocols and Standards

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] Domain 2.0 Protocols and Standards 20%

THIS EQUAL TO 17 QUESTIONS

[edit] 2.1 Identify a MAC (Media Access Control) address and its parts.

A 48-bit value used by network adapters to uniquely identify a device (like your PC). It has 6 sets of 12 hexadecimal symbols, separated by colons or dashes.

example: 00:0A:B3:73:7A:32

It is broken into 2 parts

(first 3 pair) represents the device manufacturer and is referred to as the Organizationally Unique Identifier (OUI)(second 3 pair) is the device ID, a value unique to that device Valid hexadecimal symbols are 0-9 followed by A-F (a total of 16 characters).

[edit] 2.2 Identify the seven layers of the OSI (Open Systems Interconnect) model and their functions.

  • 7. Application
  • 6. Presentation
  • 5. Session
  • 4. Transport
  • 3. Network
  • 2. Data Link
  • 1. Physical

[edit] 2.3 Identify the OSI (Open Systems Interconnect) layers at which the following network components operate:

  • Hubs - Layer 1 (Physical)
  • Switches - Layer 2 (Data Link)
  • Bridges - Layer 2 (Data Link). Note that some newer switches can also operate at Layer 3 (Network).
  • Routers - Layer 3 (Network)
  • NICs (Network Interface Cards) - Layer 1 (Physical)
  • WAPs (Wireless Access Points) - Layer 2 (Data Link)

[edit] 2.4 Differentiate between the following network protocols in terms of routing, addressing schemes, interoperability and naming conventions:

  • IPX / SPX (Internetwork Packet Exchange / Sequence Packet Exchange)
  • NetBEUI (Network Basic Input / Output System Extended User Interface)
  • AppleTalk / AppleTalk over IP (Internet Protocol)
  • TCP / IP (Transmission Control Protocol / Internet Protocol)

[edit] 2.5 Identify the components and structure of IP (Internet Protocol) addresses (IPv4, IPv6) and the required setting for connections across the Internet.

[edit] 2.6 Identify classful IP (Internet Protocol) ranges and their subnet masks (For example: Class A, B and C).

[edit] 2.7 Identify the purpose of subnetting. Default gateways was removed.

[edit] 2.8 Identify the differences between private and public network addressing schemes.

[edit] 2.9 Identify and differentiate between the following IP (Internet Protocol) addressing methods:

  • Static Static addresses are configured at the end station or device. They are easy to configure initially but management of static addresses become a burden after the network grows beyond a few devices. Static addresses stay configured through reboots so a static address assigned to a client does not change.
  • Dynamic Dynamic addresses are assigned using a DHCP (Dynamic Host Configuration Protocol) server. Dynamic address assignment relieves a great deal of management burden on large networks since most devices expect to be dynamically configured and initiate the process automatically on startup. DHCP addresses potentially change with every reboot of the client computer.
  • Reserved To balance the extremes of static addressing and dynamic addressing, reserved addressing is supported on most DHCP servers. In reserved addressing, the client initiates a DHCP request on bootup but the server always assignes the same address to the client computer. This may be necessary in some locations when internet access is controlled.
  • Self-assigned (APIPA (Automatic Private Internet Protocol Addressing)) APIPA addressing is preconfigured on the device when it is manufactured. The device typically tries to get an address through DHCP and when that fails, it picks a random address in the 169.254.x.x range. The client pings this address and if no response is recevied, it assumes it. If it receives a response, it picks a new address in the same range and pings it. It repeats this process until a suitable address is found.

[edit] 2.10 Define the purpose, function and use of the following protocols used in the TCP / IP (Transmission Control Protocol / Internet Protocol) suite:

  • TCP (Transmission Control Protocol)
  • UDP (User Datagram Protocol)
  • FTP (File Transfer Protocol)
  • SFTP (Secure File Transfer Protocol)
  • TFTP (Trivial File Transfer Protocol)
  • SMTP (Simple Mail Transfer Protocol)
  • HTTP (Hypertext Transfer Protocol)
  • HTTPS (Hypertext Transfer Protocol Secure)
  • POP3 / IMAP4 (Post Office Protocol version 3 / Internet Message Access Protocol version 4)
  • Telnet
  • SSH (Secure Shell)
  • ICMP (Internet Control Message Protocol)
  • ARP/RARP (Address Resolution Protocol/Reverse Address Resolution Protocol)
  • NTP (Network Time Protocol)
  • NNTP (Network News Transport Protocol)
  • SCP (Secure Copy Protocol)
  • LDAP (Lightweight Directory Access Protocol)
  • IGMP (Internet Group Multicast Protocol)
  • LPR (Line Printer Remote)

[edit] 2.11 Define the function of TCP / UDP (Transmission Control Protocol / User Datagram Protocol) ports.

[edit] 2.12 Identify the well-known ports associated with the following commonly used services and protocols:

  • 20 FTP (File Transfer Protocol)
  • 21 FTP (File Transfer Protocol)
  • 22 SSH (Secure Shell)
  • 23 Telnet
  • 25 SMTP (Simple Mail Transfer Protocol)
  • 53 DNS (Domain Name Service)
  • 69 TFTP (Trivial File Transfer Protocol)
  • 80 HTTP (Hypertext Transfer Protocol)
  • 110 POP3 (Post Office Protocol version 3)
  • 119 NNTP (Network News Transport Protocol)
  • 123 NTP (Network Time Protocol)
  • 143 IMAP4 (Internet Message Access Protocol version 4)
  • 443 HTTPS (Hypertext Transfer Protocol Secure)

[edit] 2.13 Identify the purpose of network services and protocols (For example: DNS (Domain Name Service), NAT (Network Address Translation), ICS (Internet Connection Sharing), WINS (Windows Internet Name Service), SNMP (Simple Network Management Protocol), NFS (Network File System), Zeroconf (Zero configuration), SMB (Server Message Block), AFP (Apple File Protocol), LPD (Line Printer Daemon) and Samba). Example list updated.

[edit] 2.14 Identify the basic characteristics (For example: speed, capacity, and media) of the following WAN (Wide Area Networks) technologies:

  • Packet switching
  • Circuit switching
  • ISDN (Integrated Services Digital Network)
  • FDDI (Fiber Distributed Data Interface)
  • T1 (T Carrier level 1) / E1 / J1
  • T3 (T Carrier level 3) / E3 / J3
  • OCx (Optical Carrier)
  • X.25
  • Frame relay, ATM and Sonet/SDH removed.

[edit] 2.15 Identify the basic characteristics of the following internet access technologies:

  • PON (Passive Optical Network)
  • xDSL (Digital Subscriber Line)
  • Broadband Cable (Cable modem)
  • POTS / PSTN (Plain Old Telephone Service / Public Switched Telephone Network)
  • Satellite
  • Wireless

[edit] 2.16 Define the function of the following remote access protocols and services:

  • RAS (Remote Access Service) ICA was removed
  • PPP (Point-to-Point Protocol)
  • SLIP (Serial Line Internet Protocol)
  • PPPoE (Point-to-Point Protocol over Ethernet)
  • PPTP (Point-to-Point Tunneling Protocol)
  • VPN (Virtual Private Network)
  • RDP (Remote Desktop Protocol)

[edit] 2.17 Identify the following security protocols and describe their purpose and function:

  • IPSec (Internet Protocol Security) Kerberos was removed <--- Not true it showed up on my test 4 times November 2007 JSP
  • L2TP (Layer 2 Tunneling Protocol)
  • SSL (Secure Sockets Layer)
  • WEP (Wired Equivalent Privacy)
  • WPA (Wi-Fi Protected Access)
  • 802.1x

[edit] 2.18 Identify authentication protocols (For example: CHAP (Challenge Handshake Authentication Protocol), MS-CHAP (Microsoft Challenge Handshake Authentication Protocol), PAP (Password Authentication Protocol), RADIUS (Remote Authentication Dial-In User Service), Kerberos and EAP (Extensible Authentication Protocol)).

Personal tools
Create a book