ICND-1 (Cram Guide) Flashcards
All People Seem To Need Data Processing
Application Presentaion Session Transport Network Data Link Physical
Don’t Some People Fry Bacon
Data Segments Packets Frames Bits
Provides services to lower layers. Enables program-to-program communication and determines whether sufficient resources exist for communication. Examples are e-mail gateways (SMTP), TFTP,
FTP, and SNMP.
- Application Layer
Presents information to the Application Layer. Compression, data conversion, encryption, and standard formatting occur here. Contains data formats JPEG, MPEG, MIDI, and TIFF.
- Presentation Layer
Establishes and maintains communication ‘sessions’ between applications (dialogue control). Sessions
can be simplex (one direction only), half duplex (one direction at a time), or full duplex (both ways simultaneously). Session Layer keeps different applications data separate from other applications.
Protocols include NFS, SQL, X Window, RPC, ASP, and NetBios Names.
- Session Layer
Responsible for end-to-end integrity of data transmissions and establishes a logical connection between sending and receiving hosts via ‘virtual circuits.’ Windowing works at this level to control how much information is transferred before acknowledgement is required.
Data is segmented and reassembled at this layer. Port numbers are used to keep track of different conversations crossing the network at the same time. Supports TCP, UDP, SPX, and NBP. Segmentation works here (Segments) and error correction (not detection).
- Transport Layer
Routes data from one node to another and determines the best path to take. Routers operate at this level. Network addresses are used here, which are used for routing (Packets). Routing tables, subnetting, and control of network congestion occur here. Routing protocols, regardless of which protocol they run over, reside here: IP, IPX, ARP, IGRP, and Appletalk.
- Network Layer
Sometimes referred to as the LAN layer. Responsible for the physical transmission of data from one node to another. Error detection occurs here. Packets are translated into frames here and hardware address is added. Bridges and switches operate at this layer.
- Data Link Layer
Manages communications between devices over a single link on a network. Uses Service Access Points (SAPs) to help lower layers talk to the Network Layer.
Logical Link Control sublayer (LLC) 802.2:
Builds frames from the 1s and 0s that the Physical Layer
(address = 6 byte/48 bit) picks up from the wire as a digital signal and runs a Cyclic Redundancy Check (CRC) to assure no bits were lost or corrupted.
Media Access Control sublayer (MAC) 802.3:
Puts data onto the wire and takes it off. Physical Layer specifications, such as the connectors, voltage, physical data rates, and DTE/DCE interfaces. Some common implementations include Ethernet/IEEE 802.3, FastEthernet, and Token Ring/IEEE 802.5.
- Physical Layer
Purpose is to switch traffic as quickly as possible. Fast transport to enterprise services (Internet, etc.). No packet manipulation, VLANs, access-lists. High-speed access required, such as FDDI and ATM.
Core Layer
Time-sensitive manipulation, such as routing, filtering, and WAN access. Broadcast/multicast, media translations, security.
Distribution Layer
Switches and routers; segmentation occurs here, as well as workgroup access. Static (not dynamic) routing.
Access Layer
TCP/IP port 20
File Transfer Protocol – Data (TCP)
TCP/IP port 21
File Transfer Protocol – Control (TCP) (Listens on this port)
TCP/IP port 22
SSH (TCP)
TCP/IP port 23
Telnet (TCP)
TCP/IP port 25
Simple Mail Transfer Protocol (TCP)
TCP/IP port 53
Domain Name Service (TCP/UDP)
TCP/IP port 69
Trivial File Transfer Protocol (UDP)
TCP/IP port 80
HTTP/WWW (TCP)
TCP/IP port 110
Post Office Protocol 3 (TCP)
TCP/IP port 119
Network News Transfer Protocol (TCP)
TCP/IP port 123
Network Time Protocol (UDP)
TCP/IP port 161/162
Simple Network Management Protocol (UDP)
TCP/IP port 443
HTTP over Secure Sockets Layer (HTTPS) (TCP)
Protocol 6) Reliable, sequenced, connection-oriented delivery, 20-byte header.
TCP
(Protocol 17) Connectionless, unsequenced, best-effort delivery, 8-byte header. Sends data but does not check to see whether it is received.
UDP
Used to connect to a remote device (TCP). A password and username is required to connect. Telnet tests all seven layers of the OSI model.
TELNET
Connection-orientated (TCP) protocol used to transfer large files.
FTP
Connectionless (UDP) protocol used for file transfer.
TFTP
Allows remote management of network devices.
SNMP
Supports packets containing error, control, and informational messages. Ping uses ICMP to test network connectivity.
ICMP
Used to map an IP address to a physical (MAC) address. A host wishing to obtain a physical address broadcasts an ARP request onto the TCP/IP network. The host replies with its physical address.
ARP
Resolves hostnames to IP addresses (not the other way around). To configure the router to use a host on the network, use the command ROUTER(config)#ip name-server 4.2.2.2, and to configure DNS, use the command ip name-server (usually already turned on for the router
configuration by default). If you want hosts on the network to use the router as a proxy DNS server, put the command Router(config)#ip dns server onto the router.
DNS
Involves a central server, or devices, which relays TCP information to hosts on a network. You can configure a router to be a DHCP server with the configuration below. You must have hosts on the same LAN as the router interface:
DHCP
Router(config)#ip dhcp pool E00_DHCP_Pool
Router(dhcp-config)#network 10.10.10.0 255.255.255.0
Router(dhcp-config)#dns-server 24.196.64.39 24.196.64.40
Router(dhcp-config)#domain-name mydomain.com
Router(dhcp-config)#default-router 10.10.10.254
Router(dhcp-config)#lease 1
DHCP
Router>
User EXEC:
Router#
Privileged EXEC: