Term
| The 7 Layers of the OSI Model |
|
Definition
1.Application 2.Presentation 3.Session 4.Transport 5.Network 6.data link 7.physical |
|
|
Term
|
Definition
| Name the primary name resolution service used on the Internet and Microsoft Networks and the layer it is on. |
|
|
Term
| Hypertext Transfer Protocol (HTTP) |
|
Definition
| Name the primary protocol used to transmit data across the internet for web pages, and the layer it is on. |
|
|
Term
| File transfer Protol (FTP) |
|
Definition
| Name the protocol used to transfer files to and from computers over the internet, and the layer it is on. |
|
|
Term
| Trivial FTP (TFTP) from hosts to routers. |
|
Definition
| Name the protocol used to transfer small files, to __________ network devices. |
|
|
Term
| DHCP. What does this mean and what network layer does it reside? |
|
Definition
| Dynamic Host Configuration Protocol is a method of dynamically assigning TCP/IP configuration information to clients. It is an Application layer protocol. |
|
|
Term
| Name all the protocols utilized on the Application layer and their functions |
|
Definition
DNS - HTTP - FTP - TFTP - DHCP - LDAP - POP3 - SMTP - IMAP - SNMP - SMB - |
|
|
Term
| What layer formats and presents data as a translator? |
|
Definition
| Presentation Layer (5) performs operations such as: |
|
|
Term
| The layer responsible for establishing connection and ending connections between nodes. |
|
Definition
|
|
Term
| What Layer deals with error checking as well as packetizing (segmenting)? |
|
Definition
| Transport layer is responsible for error checking and dividing data into smaller chunks, or segments, and also reasembles received data. |
|
|
Term
|
Definition
| Transmission Control Protocol first must establish a session to connect with another host. It is a connection-oriented protocol for data transmission. |
|
|
Term
| What layer are Port numbers assigned and why are they necessary concerning the data being delivered |
|
Definition
| Port numbers are assigned on the Transport Layer and define what protocol, application or service should process the data on the destination Host. |
|
|
Term
| Define the difference between a logical and physical port |
|
Definition
| Logical port is a numerical assignment to an application, protocol or service which directs data to that service on the host computer. Physical port is a connection point for a physical device such as wire plug into a switch port. |
|
|
Term
| Distinction between TCP and UDP |
|
Definition
| TCP is a connection-oriented protocol which opens a session in order to establish the transfer of data. UDP is connection-less which does not verify or open a session before data is transmitted to a desintaiton host. |
|
|
Term
|
Definition
| Data Link Layer: Provides flow and error control and allows multiple protocols to work simultaneously. |
|
|
Term
| What does MAC stand for and its function |
|
Definition
| MAC is Media Access Control, which defines how packets are placed onto the physical wire. Also called the physical address which is a unique identifier of a device or host. |
|
|
Term
| PPTP is used for what type of connection? |
|
Definition
| Point to point tunneling protocol typically used with VPN's. |
|
|
Term
| ATM - packet structure and where used. |
|
Definition
| Asynchronous Transfer Mode is a method of transferring data into small fixed-sized cells and transferred over the network. used in WAN's. |
|
|
Term
| Frame relay - what it is and where used? |
|
Definition
| Another WAN technology. data converted to variable-sized frames and transferred over permanent virtual circuits. |
|
|
Term
| What is a packet? and what does it contain and what layer is it defined on the OSI model? |
|
Definition
| A packet is build on layer 3: network layer and consists of an IP header and data block. IP header is used to get the data packet from source to destination host. |
|
|
Term
|
Definition
| PDu is Protocol Data unit and contains all the necessary header information to get the data sent from the source to its destination. |
|
|
Term
|
Definition
| Layer 4, transport layer. TCP uses source and destination port numbers which identifies the application, protocol, or service used in the Application layer. |
|
|