Networking Questions
Networking Questions
Networking Questions
Correct!
In a research paper published in 1974, Vinton Cerf and Robert Kahn proposed a protocol
they called "TCP". Cerf and Kahn didn't realize it at the time, but the protocol they invented
would later become IP, the official network-layer protocol of the Internet
Correct!
An IPv4 address contains 4 bytes (32 bits). IP addresses are usually written in dotted-
decimal notation where a period (.) separates each byte (for example, 10.0.0.255). With
32 bits, a total of 4,294,967,296 IPv4 addresses are possible.
Correct!
An IPv6 address contains 16 bytes (128 bits). IPv6 addresses are written in a hexadecimal
format. The eight, two-byte segments of the address are separated by colons (:). For
example - E3D7:0000:0000:0000:51F4:9BC8:C0A8:6420
a) session b) transport
a) FTP b) HTTP
Correct!
File Transfer (FTP), Hypertext Transfer Protocol (HTTP), Simple Mail Transport Protocol
(SMTP), and many other popular protocols run at higher levels of the OSI model, utilizing IP
as their foundation
a) 0.0.0.0 b) 10.0.0.1
c) 127.0.0.1 d) 255.255.255.255
Correct!
By convention, 127.0.0.1 is the loopback address in IP. Packets sent to this address do
not actually travel onto the network, they automatically get routed to a receive queue on
the local device. The loopback address is useful for testing network software when a
working network connection is not present.
a) 0::0 b) 0::1
c) 127::0 d) 127::1
Correct!
The IPv6 address 0:0:0:0:0:0:0:1, written in shorthand notation as 0::1, is the loopback
address in IPv6, equivalent to 127.0.0.1 in the IPv4 scheme.
a) 16 bytes b) 20 bytes
c) 24 bytes d) 60 bytes
Correct!
An IP header is usually 20 bytes in length, and this is its minimum size. The size of the
header can vary, however, if a special options flag is used to send additional information
such as a time stamp. An IP header can be as large as 60 bytes.
Correct!
The full 32-bit IP address for a datagram's source device is always stored in the 4th
longword (bytes 13-16) of an IP header. A longword in TCP/IP networking is a 4-byte
quantity aligned on a 32-bit boundary.
Correct!
The full 32-bit IP address for a datagram's destination is always stored in the 5th
longword (bytes 17-20) of an IP header.
a) bits b) bytes
Correct!
Correct! a
The length of an IP datagram itself is technically measured in bytes. The length field
represents the size of both the header and the data portions of the datagram.
The datagram length field in an IP header is 16 bits in length. Therefore, the maximum
datagram size an IP datagram can support is 2^16 - 1 = 65,535 bytes
Correct!
IP runs over Ethernet and several other hardware interfaces including ATM.
Correct!
Address Resolution Protocol (ARP) converts IP addresses to Media Access Control (MAC)
addresses. ARP is usually implemented in the operating system network device driver.
Correct!
The ARP cache of IP address to MAC address mappings functions as a lookup table.
a) traceroute b) ping
c) ttcp d) netstat
Correct!
The ping utility sends network packets using a special protocol to determine the
responsiveness of remote addresses.
a) ipshow b) traceroute
Correct!
The ipconfig command displays the IP address, network mask, and gateway address for
each adapter. It can also be used to release and renew address settings, such as those
made through DHCP.
a) ipconfig b) ifconfig
Correct!
The ifconfig command can be used to display and change IP settings for all network
adapters on a Linux system.
20. Each of the four numeric fields of an IP address written in
dotted-decimal notation is also known as -
a) octet b) word
c) subnet d) class
Correct!
21. What are the smallest and largest possible values for an
IP octet?
Correct!
Each octet of an IP address ranges in value from 0 to 255. Although not all octets are byte-
long quantities, IP octets are always 8 bits in length, and each bit can be set to either 0 or
1.
Correct!
Technically, the Class A address range runs from IP address 1.0.0.0 through address
126.255.255.255. By rule, the 0.x.x.x network is reserved, and 127.x.x.x is considered the
broadcast network and also unavailable for general-purpose uses.
Correct!
In a Class B network, the first three bits of the first octet are set to '110'. Therefore, the
Class B range includes 128.0.0.0 through 191.255.255.255.
Correct!
The Class C network range includes 192.0.0.0 through 223.255.255.255. This is the range
of addresses most commonly used on the Internet today.
a) broadcast b) multicast
Correct!
The Class D address range, from 224.0.0.0 through 239.255.255.255, is reserved on the
Internet for multicast. Multicast is the ability to define an arbitrary group of IP nodes and
address messages just to that collective rather than broadcast to all nodes on the network
or send point-to-point to each node individually.
The Class E address range, from 240.0.0.0 through 255.255.255.255 is reserved on the
Internet and not to be used for any purpose.
26. In IPv6, the anycast feature allows -
Correct! b
Anycast is a feature of Internet Protocol new in IPv6. Anycast allows senders to direct
messages to a node group with the expectation that any single arbitrary node in the group
can receive and act on the message. Anycast is similar to load balancing and other
redundancy concepts implemented elsewhere in communications architectures. Anycast can
be used to implement broadcasts, but anycast is a more generalized concept.
Correct!
a) WINS b) DNS
Correct!
Domain Name System (DNS), Windows Internet Naming Service (WINS), and Network
Information System (NIS) each support a form of name-adddress mapping on computer
networks. WINS was designed for Microsoft Windows networks and NIS was designed for
Unix networks. DNS supports overall name resolution and mapping on the Internet.
29. In DNS, requests to obtain the IP address of a given host
name are issued by -
a) servers b) translators
Correct!
DNS resolvers issue host name/address conversion requests. Resolvers effectively work
like clients, issuing requests to and within the hierarchy of DNS servers.
a) 255.0.0.0 b) 255.255.0.0
c) 255.255.255.0 d) 255.255.255.255
Correct!
The default network mask for Class A networks is 255.0.0.0, for Class B networks
255.255.0.0, for Class C networks 255.255.255.0
a) 254 b) 258
c) 510 d) 512
Correct! a
Using the default network mask 255.255.255.0, eight bits remain for host addressing. A
total of 256 possible addresses can fit within the lower eight bits. However, traditional IP
prohibits a host being assigned the all-zeros (.0) and all-ones (.255) host address, so
network administrators configure no more than 254 hosts on a typical Class C network.
Correct!
CIDR stands for Classless Inter-Domain Routing. CIDR was developed in the 1990s as a
standard scheme for routing IP addresses. Full story.
a) 192.168.10.0/22 b) 192.168.11.0/21
c) 192.168.12.0/23 d) 192.168.13.0/24
Correct!
CIDR notation uses the format xxx.xxx.xxx.xxx/n, where 'n' is the number of '1' bits in the
network mask. This means the network 192.168.11.0/21 actually contains all addresses in
the range 192.168.8.0 - 192.168.15.255. Conversely,
a) 10.1.6.0/24 b) 10.1.5.0/23
c) 10.1.4.0/22 d) 10.1.8.0/21
Correct!
Using CIDR notation, the network 10.1.4.0/22 actually contains all addresses in the range
10.1.4.0 - 10.1.7.255. Conversely,
a) 172.11.0.0/12 b) 172.15.0.0/12
c) 172.22.0.0/13 d) 172.26.0.0/13
Correct!
Using CIDR notation, the network 172.22.0.0/13 actually contains all addresses in the
range 172.16.0.0 - 172.23.255.255. Conversely,
Correct! a
a) IETF b) IANA
Correct!
The Internet Assigned Numbers Authority (IANA) centrally coordinates the use of IPv4
address space on the Internet. Full story
Correct!
The first RFC for Internet Protocol, RFC 760, was published in January 1980. RFC 791,
published in September 1981, superceded the original document. Full story
a) routers b) bridges
c) multi-homed d) internetworked
Correct!
Correct!
By itself, IP only supports checksums on the header. TCP adds its own, separate checksum
to packets in addition to the IP checksum.
Top of Form
Transmission Control Protocol
Bottom of Form
udp
Both TCP and UDP are transport protocols, belonging to the Transport Layer of the OSI
model. Both TCP and UDP run on top of IP, that operates at the Network layer.
FTP (reliable file transfer), HTTP (Web page or general hypertext data transfer), and SMTP
(email delivery) each add application-level semantics on top of TCP.
Though it could use TCP, Domain Name System (DNS) typically runs on top of UDP as a
means to improve performance of distributed name resolution.
Bottom of Form
TCP allows much larger packets to be sent over the network, improving application
performance
Bottom of Form
Question 8
The size of a UDP header is -
Top of Form
2 bytes
4 bytes
8 bytes
16 bytes
Bottom of Form
20 bytes
8 bytes
16 bytes