Networking Concepts (2) Flashcards

1
Q

What is the valid range of numbers for the well-known Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) ports used by servers?

1 through 49151

49152 through 65534

1 through 1023

A

1 through 1023

Well-known TCP and UDP server ports fall in the range of 1 through 1023. Registered port numbers fall in the range from 1024 to 49151. Ephemeral client ports fall in the range of 49152 through 65535

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ralph is a network administrator who has just installed a new open source email server for the users at his company. The server is configured to send and receive Internet email and create a mailbox for each user that will permanently store the user’s mail on the server. Ralph next uses a protocol analyzer to examine the network traffic resulting from the new server installation. Which of the following new protocols should Ralph expect to see in his network traffic analysis? (Choose all correct answers.)

SNMP

SMTP

POP3

IMAP

A

SMTP

IMAP

Ralph’s traffic analysis should show the addition of the Simple Mail Transfer Protocol (SMTP), which handles incoming and outgoing Internet mail, and Internet Message Access Protocol (IMAP), which provides mailboxes for users who store their mail permanently on the server. POP3 is a mailbox protocol that enables users to download their messages and should therefore not be present on the network. SNMP is a network management protocol and RIP is a routing protocol; neither of them carries email traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following values could a web client use as an ephemeral port number when communicating with a web server?

1024

1999

50134

A

50134

An ephemeral port number is a temporary port supplied by a client to a server, for use during a single session or transaction. The allowed ephemeral port number values range from 49152 to 65535. The port values below 1024 are reserved for use as well-known ports, and the values from 1024 to 49151 are reserved for ports registered by specific manufacturers for their applications. Of these answers, 50134 is the only value that the client can use as an ephemeral port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following protocols provides connection-oriented service with guaranteed delivery at the transport layer of the OSI model?

TCP

HTTP

UDP

A

TCP

The Transmission Control Protocol (TCP) provides connection-oriented service at the transport layer, with guaranteed delivery. The User Datagram Protocol (UDP) provides connectionless service at the transport layer. Hypertext Transfer Protocol (HTTP) operates at the application layer, and Internet Protocol (IP) is a connectionless network layer protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following protocols is limited to use on the local subnet only?

Address Resolution Protocol (ARP)

Dynamic Host Configuration Protocol (DHCP)

Domain Name System (DNS)

A

Address Resolution Protocol (ARP)

ARP relies on broadcast transmissions, which are not routable. It is therefore limited to use on the local subnet. DHCP also relies on broadcasts, but the ability to create DHCP relay agents makes it usable on an entire internetwork. DNS and SMTP do not rely on broadcasts and are therefore not limited to the local subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

At which of the following layers of the Open Systems Interconnection (OSI) model do the protocols on a typical local area network use MAC addresses to identify other computers on the network?

Physical

Data link

Network

A

Data link

The Ethernet (or IEEE 802.3) protocol at the data link layer uses MAC addresses to identify computers on the local network. Media access control (MAC) addresses are coded into the firmware of physical network interface adapters by the manufacturer. The physical layer deals with signals and is not involved in addressing. The IP protocol at the network layer has its own addressing system. The transport layer protocols are not involved in addressing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following organizations developed the Open Systems Interconnection (OSI) model?

American National Standards Institute (ANSI)

Institute of Electrical and Electronics Engineers (IEEE)

International Organization for Standardization (ISO)

A

International Organization for Standardization (ISO)

ISO developed and published the OSI model to serve as a conceptual model for software and hardware developers. The ITU-T, formerly known as the CCITT, coordinates the development and advancement of international telecommunication networks and services. ANSI is a private organization that administers and coordinates a United States–based standardization and conformity assessment system. The IEEE publishes standards that define data link and physical layer standards. These standards are referred to collectively as the 802 series

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which layer of the Open Systems Interconnection (OSI) model is responsible for the logical addressing of end systems and the routing of datagrams on a network?

Physical

Data link

Network

A

Network

Network layer protocols specify logical addresses for end system communication and route datagrams across a network. The physical layer defines standards for physical and mechanical characteristics of a network. The data link layer uses media access control (MAC) or hardware addresses, not logical addresses. The transport layer uses port numbers, not logical addresses. Session layer protocols create and maintain a dialogue between end systems. Presentation layer protocols are responsible for the formatting, translation, and presentation of information. The application layer provides an entry point for applications to access the protocol stack and prepare information for transmission across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What layer of the Open Systems Interconnection (OSI) model is responsible for translating and formatting information?

Transport

Session

Presentation

A

Presentation

The presentation layer implements functions providing formatting, translation, and presentation of information. No other layers of the OSI model translate and format application data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following devices typically operates at the network layer of the Open Systems Interconnection (OSI) model?

Proxy server

Hub

Router

A

Router

A router connects networks together at the network layer of the OSI model. Proxy servers operate at the application layer. Network interface adapters operate at both the data link and the physical layers. Hubs are physical layer devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which layer of the Open Systems Interconnection (OSI) model provides an entrance point to the protocol stack for applications?

Session

Presentation

Application

A

Application

The application layer provides an entry point for applications to access the protocol stack and prepare information for transmission across a network. All other layers of the OSI model reside below this layer and rely on this entry point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which layer of the Open Systems Interconnection (OSI) model is responsible for dialogue control between two communicating end systems?

Network

Transport

Session

A

Session

The session layer is responsible for creating and maintaining a dialogue between end systems. This dialogue can be a two-way alternate dialogue that requires end systems to take turns transmitting, or it can be a two-way simultaneous dialogue in which either end system can transmit at will. No other layers of the OSI model perform dialogue control between communicating end systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Some switches can perform functions associated with two layers of the Open Systems Interconnection (OSI) model. Which two of the following layers are often associated with network switching? (Choose all correct answers.)

Physical

Data link

Network

Transport

A

Data link

Network

The primary function of a switch is to process packets based on their media access control (MAC) addresses, which makes it a data link layer device. However, many switches can also perform routing functions based on IP addresses, which operate at the network layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

At which layer of the Open Systems Interconnection (OSI) model are there TCP/IP protocols that can provide either connectionless or connection-oriented services to applications?

Physical

Network

Transport

A

Transport

There are two types of transport layer protocols: connection-oriented and connectionless. Connection-oriented protocols guarantee the delivery of data from source to destination by creating a connection between the sender and the receiver before any data is transmitted. Connectionless protocols do not require a connection between end systems in order to pass data. The physical layer does not use connectionless or connection-oriented protocols; it defines standards for transmitting and receiving information over a network. The data link layer provides physical addressing and final packaging of data for transmission. The network layer is responsible for logical addressing and routing. The session layer is responsible for creating and maintaining a dialogue between end systems. The presentation layer is responsible for the formatting, translation, and presentation of information. The application layer provides an entry point for applications to access the protocol stack and prepare information for transmission across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following layers of the Open Systems Interconnection (OSI) model typically have dedicated physical hardware devices associated with them? (Choose all correct answers.)

Physical

Data link

Network

Transport

Session

Presentation

Application

A

Physical

Data link

Network

The physical layer of the OSI model is associated with hubs, cables, and network interface adapters. The data link layer is associated with bridges and switches. The network layer is associated with routers. The transport, session, presentation, and application layers are typically not associated with dedicated hardware devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

At which layer of the Open Systems Interconnection (OSI) model is there a protocol that adds both a header and footer to the information that is passed down from an upper layer, thus creating a frame?

Physical

Data link

Network

A

Data link

The only layer with a protocol (such as Ethernet) that adds both a header and a footer is the data link layer. The process of adding the headers and footers is known as data encapsulation. All other protocol layers that encapsulate data add just a header

17
Q

Identify the layer of the Open Systems Interconnection (OSI) model that controls the addressing, transmission, and reception of Ethernet frames, and also identify the media access control method that Ethernet uses.

Physical layer; Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)

Data link layer; CSMA/CD

Data link layer; CSMA/CA

A

Data link layer; CSMA/CD

The Ethernet protocol that handles the addressing, transmission, and reception of frames operates at the data link layer. Each frame includes hardware addresses that identify the sending and receiving systems on the local network. Ethernet uses the CSMA/CD media access control method. Physical layer specifications include the transmission of signals in the form of electrical or light pulses to represent binary code, not frames. CSMA/CA is a data link layer media access control method used by wireless LAN protocols, but not Ethernet

18
Q

At which layer of the OSI model do you find the protocol responsible for the delivery of data to its ultimate destination on an internetwork?

Data link

Network

Session

A

Network

On a TCP/IP network, the Internet Protocol (IP) at the network layer is the protocol responsible for the delivery of data to its final destination. Data link layer protocols are only concerned with communication between devices on a local area network (LAN) or between two points connected by a wide area network (WAN). The session and application layers are not involved in the actual delivery of data

19
Q

Which of the following is not a protocol operating at the network layer of the OSI model?

ICMP

IGMP

IMAP

A

IMAP

Internet Protocol (IP), Internet Control Message Protocol (ICMP), and Internet Group Message Protocol (IGMP) are all network layer protocols. Internet Message Access Protocol (IMAP) is a mail protocol that operates at the application layer

20
Q

Ed is a software developer who has been given the task of creating an application that requires guaranteed delivery of information between end systems. At which layer of the Open Systems Interconnection (OSI) model does the protocol that provides the guaranteed delivery run, and what type of protocol must Ed use?

Data link layer; connectionless

Network layer; connection-oriented

Transport layer; connection-oriented

A

Transport layer; connection-oriented

A connection-oriented transport layer protocol provides guaranteed delivery of data for upper layer applications. Connectionless protocols do not guarantee delivery of information and therefore are not a good choice. Guaranteed delivery of information is generally not a function of the data link, network, or application layer

21
Q

Which of the following devices operates only at the physical layer of the Open Systems Interconnection (OSI) model?

Hub

Bridge

Switch

A

Hub

A hub functions only at the physical layer by forwarding all incoming signals out through all of its ports. Bridges and switches operate at the physical layer and the data link layer by selectively propagating incoming data. Routers operate at the network layer by connecting local area networks and propagating only the traffic intended for another network, based on IP addresses

22
Q

Alice is a network administrator designing a new local area network (LAN). She needs to determine the type of cabling and the network topology to implement. Which layers of the Open Systems Interconnection (OSI) model apply to cabling and topology elements?

Physical and data link layers

Data link and network layers

Network and transport layers

A

Physical and data link layers

The physical layer defines the mechanical and electrical characteristics of the cables used to build a network. The data link layer defines specific network (LAN or WAN) topologies and their characteristics. The physical layer standard that Alice will implement is dependent on the data link layer protocol she selects. The network, transport, and application layers are not concerned with cables and topologies

23
Q

Which layers of the Open Systems Interconnection (OSI) model do not have protocols in the TCP/IP suite exclusively dedicated to them? (Choose all correct answers.)

Network

Transport

Session

Presentation

A

Session

Presentation

In the TCP/IP suite, the functions of the session layer are primarily implemented in the transport layer protocols: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). The presentation layer functions are often implemented in application layer protocols, although some functions, such as encryption, can also be performed by transport or network layer protocols

24
Q

The protocols at which layer of the Open Systems Interconnection (OSI) model use port numbers to identify the applications that are the source and the destination of the data in the packets?

Application

Presentation

Transport

A

Transport

Transport layer protocols, such as Transmission Control Protocol (TCP) and User Datagram Protocol (UDP), have header fields that contain the port numbers of the applications that generated the data in the packet and that will receive it. The application, presentation, and network layers do not use port numbers

25
Q

Which of the following is a correct listing of the Open Systems Interconnection (OSI) model layers, in order, from top to bottom?

Presentation, application, transport, session, network, physical, data link

Session, application, presentation, transport, data link, network, physical

Application, presentation, session, transport, network, data link, physical

A

Application, presentation, session, transport, network, data link, physical

The correct order of the OSI model layers, from top to bottom, is application, presentation, session, transport, network, data link, physical