Ch13 Network Fundamentals Exam
-
What is used to partition a network into different logical networks?
- Partitioning
- Masking
- Subnetting
- Dividing
-
Which class’s IP addresses can be assigned to network interfaces?
- Class A,B,C and D
- Class A, B and C
- Class A,B,C, D and E
- Class A and B
-
The 4th octet is used for creating subnets for Class C networks. True or False?
- True
- False
-
Which of the following is the subnet mask for Class B networks?
255.255.0.0
224.224.224.0
255.255.*.*
255.255.255.0
-
Given an IP address
10.11.15.8
, the host ID derived from it is:10.11.15
10.11.15.0
255.11.15.8
11.15.8
-
Which are the different types of IP addresses used on the Internet?
- Public and Broadcast
- Private and Proxy
- Public and Private
- Public and Proxy
-
This body is responsible for assigning public IP addresses:
- Network Allocation Centre
- InterNIC
- InterNET
- Network Information Association
-
Which of the following does not need a public IP address?
- DNS Server
- Proxy Server
- Email Server
- User’s Computer Section
-
Which file is used for mapping the application services to their respective port numbers?
/etc/network
/etc/services
/etc/netservices
/etc/ports
-
The default route is the route that will be used when the router _______.
- sends a minimum of one packet to a final destination
- finds a matching route in the routing table
- does not have a route for the packet’s destination in the routing table
- contains an empty routing table
-
Which of the following statements are true about the routing table?
(choose three)
- The
ip
command is used to set up routing - The routing table can be modified by the root user only
- The IP layer consults the routing table
- The default gateway is not specified in the routing table
- The
-
Which is the standard port used for HTTP service?
80
161
110
25
-
Which protocol uses a sequence number mechanism to ensure ordered delivery of data?
- IP
- ICMP
- TCP
- UDP
-
A server sends 1000 bytes of data but the client receives only 800 bytes. The server then retransmits the data. This pattern indicates:
- UDP
- TCP
- IP
- ICMP
-
The kernel’s routing table is managed by the IP protocol. True or False?
- True
- False
-
What is the size of UDP headers?
- 12 bytes
- Maximum 10 bytes
- 8 bytes
- 20 bytes
-
IPv6 addresses are based on _____:
- 64 bits
- 128 bits
- 32 bits
- 256 bits
-
Which protocol is used by the FTP daemon?
- ICMP
- FTP
- UDP
- TCP
-
Which notation is used to express IPv6 addresses?
- Octal
- Decimal
- Binary
- Hex
-
FTP encrypts the user name and password entered by the user to log in.
True or False?
- True
- False
-
If you want to FTP a zip file from your computer to the server, which mode will you use for file transfer?
- Binary
- Subnetting
- Zip
- Dividing
- Partitioning
-
Which of the following commands is used to telnet to port 33?
telnet server_name 33
telnet server_name
telnet server_name --33
telnet server_name -p 33
-
Which protocol does the Echo Reply/Request (ping) message use?
- UDP
- TCP
- ICMP
- IP
-
Which file holds the list of the name servers?
/etc/nameservers.conf
/etc/dns.conf
/etc/resolv.conf
/etc/host.conf
-
The ____ command is used for troubleshooting the configuration of DNS servers.
host
ip
dig
find
-
The _____ command is used to do reverse IP address lookups.
uname
netstat
host
hostname
Subscribe
0 Comments
Newest