Ipt - Ispit 2. Deo

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By John321e
J
John321e
Community Contributor
Quizzes Created: 5 | Total Attempts: 3,095
| Attempts: 738 | : 200
Please wait...

Question 1 / 200
0 %
0/100
Score 0/100
1. Maksimalna dužina IPv4 paketa je:

Explanation

The maximum length of an IPv4 packet is 65,535 bytes. IPv4 packets consist of a header and a payload. The header contains information about the packet, such as the source and destination IP addresses. The payload contains the actual data being transmitted. The maximum length of the payload is limited by the 16-bit field in the IPv4 header called the Total Length field, which can represent values up to 65,535. This limit ensures that the packet can be properly transmitted and processed by network devices.

Submit
Please wait...
About This Quiz
Ipt - Ispit 2. Deo - Quiz

2. Ako kroz mrežu prolazi 1024, 2048 i 4096 bajtova, a 8192 bajta izaziva kašnjenje, prozor zagušenja biće podešen na:

Explanation

The correct answer is 4096 bytes to avoid congestion. This is because the given information states that when 8192 bytes are transmitted, it causes delay. Therefore, to prevent congestion, the congestion window size should be set to a value lower than 8192 bytes. Among the options provided, only 4096 bytes is lower than 8192 bytes, so it is the correct choice.

Submit
3. Koja od navedenih IPv6 adresa nije ispravna?

Explanation

The given IPv6 address "2001:::DB8:1234:FE00" is not valid because it contains three consecutive colons ":::" which is not allowed in IPv6 addressing. The correct format for IPv6 address is to have at most one set of consecutive colons "::" to represent multiple consecutive groups of zeros.

Submit
4. Koliko maksimalno rutera može da pređe paket u RIPv1 mrežama?

Explanation

In RIPv1 networks, the maximum number of routers a packet can pass through is 15. This is because RIPv1 uses a hop count metric, which means that each router that the packet passes through increments the hop count by 1. Since the hop count field in the packet is 8 bits long, it can represent a maximum value of 255. However, RIPv1 reserves certain hop counts for special purposes, such as 0 for the local network and 16 for unreachable networks. Therefore, the maximum number of routers a packet can pass through is 15.

Submit
5. Ruter:

Explanation

The correct answer is "Analizira IP adresu odredišta." This is because the word "analizira" means "analyzes" and "IP adresa odredišta" means "destination IP address" in Croatian. Therefore, the correct answer implies that Ruter analyzes the destination IP address.

Submit
6. Transportna celina izvršava ACTIVE OPEN primitivu:

Explanation

The correct answer is "Slanjem SYN TPDU." In the context of transport units, the term "ACTIVE OPEN" refers to the process of initiating a connection between two transport entities. The SYN TPDU (Transport Protocol Data Unit) is sent by the active opener to the passive opener to establish a connection. This TPDU contains synchronization information and is used to negotiate various parameters required for the connection setup. Therefore, sending the SYN TPDU is the correct action for the transport entity to perform during the ACTIVE OPEN primitive.

Submit
7. Kolika je dužina adresnog polja IPv6 protokola?

Explanation

The length of the address field in the IPv6 protocol is 128 bits. IPv6 was developed as the successor to IPv4 in order to address the limited number of available addresses. By increasing the address field to 128 bits, IPv6 can provide a significantly larger address space, allowing for a virtually unlimited number of unique addresses. This increased address space is necessary to accommodate the growing number of devices connected to the internet.

Submit
8. Kolika je dužina IPv6 adresnog polja?

Explanation

IPv6 addresses are 128 bits long. This is a significant increase from the 32-bit length of IPv4 addresses. The longer length allows for a much larger number of unique addresses, which is necessary to accommodate the growing number of devices connected to the internet. The increased address space also provides additional features and improvements over IPv4, such as simplified address assignment and better support for mobile networks.

Submit
9. Gornja granica predajnog otvora prozora postavlja se:

Explanation

The upper limit of the transmission window is set when credit is received. This means that the sender can only transmit a certain amount of data until it receives credit, indicating that the receiver is ready to accept more data. Once credit is received, the sender can continue transmitting within the limits of the transmission window.

Submit
10. Šta je port?

Explanation

A port is a TCP (Transmission Control Protocol) term used to refer to a Transport Service Access Point. TCP is a protocol used for establishing and maintaining network connections, and it uses ports to identify specific applications or services running on a device. Therefore, the correct answer is "Port je TCP ime za Transport Service Access Point."

Submit
11. Pojam „brojanje do beskonačnosti" je vezan za:

Explanation

The term "counting to infinity" is associated with the Distance Vector algorithm. This algorithm is used in computer networks to determine the shortest path between nodes. In this algorithm, each node maintains a table that contains the distance to all other nodes in the network. When a node receives an update from a neighboring node, it updates its table accordingly. However, if there is a loop in the network, the distance values can keep increasing indefinitely, hence the term "counting to infinity". The algorithm uses a technique called "split horizon" to prevent this issue.

Submit
12. Klasa C na prva tri mesta ima:

Explanation

The answer "110" represents the top three positions in Class C. Each digit in the answer corresponds to a position, with "1" indicating that the position is occupied and "0" indicating that it is not. In this case, the first position is occupied, the second position is occupied, and the third position is not occupied.

Submit
13. Gornja granica predajnog otvora prozora postavlja se:

Explanation

The upper limit of the transmission window is set when credit is received.

Submit
14. Na samom početku transportna celina se nalazi u sledećem stanju

Explanation

The given correct answer is "CLOSE". In the given statement, the transport unit is in the "CLOSE" state at the beginning. This state indicates that the transport unit has closed the connection and is not actively transmitting or receiving data.

Submit
15. Na slici je prikazano:

Explanation

The correct answer is "Zaglavlje IPv6 protokola" which translates to "Header of IPv6 protocol" in English. The image is showing the header of the IPv6 protocol, which is used for internet communication. IPv6 is the latest version of the Internet Protocol and is designed to replace IPv4. It provides a larger address space and improved security features compared to IPv4.

Submit
16. Posle koliko koraka E postaje radni čvor?

Explanation

not-available-via-ai

Submit
17. Koji od zapisa bi se mogao koristiti kao komprimovani zapis sledeće IPv6 adrese:
  • 2001:0000:0DB8:1101:0000:0000:0000:0020?

Explanation

The given correct answer is 2001:0:DB8:1101::20. This is because it follows the correct format for compressing IPv6 addresses. The consecutive zeros in the address can be replaced with a double colon (::) to shorten the address. In this case, the consecutive zeros after "1101" are replaced with "::", resulting in the compressed form 2001:0:DB8:1101::20.

Submit
18. Čemu služe protokoli za rutiranje?

Explanation

Protokoli za rutiranje služe ruterima da međusobno dele informacije o dostupnim mrežama. Ovi protokoli omogućavaju ruterima da razmenjuju informacije o najboljim putanjama do odredišnih mreža, tako da mogu efikasno rutirati podatke kroz mrežu. To omogućava ruterima da donose informisane odluke o tome kojim putem da proslede podatke i kako da optimizuju rutiranje u mreži.

Submit
19. Algoritam za izračunavanje najkraćeg puta kod rutera je:

Explanation

Dijkstra's algorithm is a well-known algorithm used for finding the shortest path in a graph. It starts from a source node and iteratively explores the neighboring nodes, updating the shortest distance to each node as it progresses. This algorithm guarantees finding the shortest path in a graph with non-negative edge weights. Therefore, Dijkstra's algorithm is the correct answer for the given question about the algorithm used for calculating the shortest path in a router.

Submit
20. U kojoj od pozicija će biti prozor na prijemnoj stanici posle uspešnog prijema segmenata sa rednim brojem 1, 2 i 3?

Explanation

The correct answer is a) because the window at the receiving station will move to the next position after successfully receiving each segment. Since segments with sequence numbers 1, 2, and 3 have been successfully received, the window will move to the next position, which is a.

Submit
21. Zašto postoje dve IPv6 adrese globalnog opsega?

Explanation

The reason why there are two IPv6 global scope addresses is because one is generated based on EUI-64 (Extended Unique Identifier) and the other is generated randomly. This allows for more flexibility and security in assigning IP addresses to devices. The EUI-64 based address provides a unique identifier based on the device's MAC address, while the randomly generated address adds an extra layer of randomness to enhance security.

Submit
22. Kod IPv6 protokola, brodkast je na identican način implementiran kao i kod IPv4 protokola?

Explanation

The correct answer is "Netačno" (False). In the IPv6 protocol, the implementation of broadcast is not identical to the IPv4 protocol. In IPv4, broadcast is achieved by sending a packet to the broadcast address, which is a special address that represents all devices on the network. However, in IPv6, the concept of broadcast is replaced by multicast, where packets are sent to a specific group of devices instead of all devices on the network. Therefore, the implementation of broadcast is different in IPv6 compared to IPv4.

Submit
23. Adresa aplikacionog korisnika određena je jednoznačno:

Explanation

The address of an application user is determined uniquely by the pair of transport and network addresses.

Submit
24. Klasa B na prva dva mesta ima:

Explanation

The correct answer is 10 because the question states that "Klasa B na prva dva mesta ima" which translates to "Class B has on the first two places." Since the second place is not important, we only need to consider the first place, which is 1. Therefore, the correct answer is 10.

Submit
25. Koje svojstvo eternet rama dovodi do emisione oluje?

Explanation

Ethernet RAM (Random Access Memory) not having a TTL (Time to Live) field in IP packets can lead to the emission storm. The TTL field in an IP packet specifies the maximum number of hops (routers) the packet can travel before being discarded. Without this field, packets can circulate indefinitely in the network, causing a broadcast storm.

Submit
26. Koje sve vrste adresiranja podržava IPv6?

Explanation

not-available-via-ai

Submit
27. Da bi ukazali ruteru da ne treba da vrši deobu paketa:

Explanation

To indicate to the router that packet fragmentation should not be performed, the DF (Don't Fragment) field in the IP header is set to a value of 1. This tells the router not to fragment the packet and instead discard it if it cannot be forwarded without fragmentation. The MF (More Fragments) field is not relevant in this case as it is used to indicate whether there are more fragments of the original packet.

Submit
28. Klasa A na prva dva mesta ima:

Explanation

The correct answer is "0, a drugo mesto nije važno" because the given information states that in Klasa A, the first two positions have a value of 10 and the second position is not important. This means that the second position can be any value, and in this case, it is 0.

Submit
29. Ukoliko dva korisnika istovremeno pokušavaju da uspostave vezu:

Explanation

When two users simultaneously attempt to establish a connection, a single connection marked as (x, y) is established. This means that only one connection is allowed to be established at a time. The other connections are then terminated. The establishment of the connection is determined by the presence of certain flags. In this case, the connection with the URG (Urgent) bit set is established first. If there is no connection with the URG bit set, then the connection with the PUSH bit set is established.

Submit
30. Izvorišni i odredišni port su polja veličine:

Explanation

The source and destination ports in computer networking are fields that identify the specific application or service running on a device. These ports are used to establish a connection between two devices and facilitate the exchange of data. In this case, the correct answer is 16 bits, which means that the fields for both the source and destination ports are 16 bits in size. This allows for a maximum of 65,536 unique port numbers, which is sufficient for most networking purposes.

Submit
31. Koji od sledećih uslova mora biti ispunjen da bismo rekli da je mreža konvergirala?

Explanation

In order to say that a network has converged, routers in the network need to have consistent information in their routing tables. This means that all routers in the network should have the same information about the available paths and destinations in order to make efficient routing decisions. Having consistent information in the routing tables ensures that the network is operating optimally and that all routers are aware of the same routes. This allows for effective communication and data transfer within the network.

Submit
32. Opis protokola za rutiranje je: Šalje periodična ažuriranja - Koristi broj skokova kao metriku - 15 je maksimalan broj skokova u mreži. Ovo je primer za:

Explanation

The given description states that the protocol for routing sends periodic updates, uses the number of hops as a metric, and has a maximum of 15 hops in the network. These characteristics align with the Distance Vector Routing protocol, where routers exchange information about their distance or number of hops to reach a destination. Therefore, the correct answer is "Rutiranje na osnovu vektora udaljenosti" which translates to "Routing based on distance vector" in English.

Submit
33. Kod hijerarhijskog rutiranja:

Explanation

The correct answer is "Ruteri su podeljeni u regije. Ruteri ne znaju detalje o strukturi drugih regija." This means that routers are divided into regions and routers within a region do not have knowledge about the structure of other regions. This hierarchical routing allows for better scalability and efficiency in large networks by dividing them into smaller manageable units. Each region can have its own routing policies and can be managed independently, which helps in reducing the complexity of the overall network.

Submit
34. Transportna veza može da pređe u stanje ESTABLISHED iz sledećih stanja

Explanation

The correct answer is "LISTEN" because in the TCP connection establishment process, the initial state for a transport connection is "LISTEN". In this state, the server is waiting for a client to send a connection request. Once the server receives the request, it can transition to the "ESTABLISHED" state, indicating that the connection has been successfully established and data can be exchanged between the client and server. The other states mentioned (CLOSED, DR WAIT, FIN WAIT) are not directly related to the transition to the "ESTABLISHED" state.

Submit
35. Ko unosi oznaku toka u zaglavlje IPv6 paketa?

Explanation

The correct answer is "Izvorišni host". In the header of an IPv6 packet, the source host is responsible for inserting the flow label, which is used to identify a specific flow of packets. This flow label helps in providing special handling for packets belonging to the same flow, such as quality of service (QoS) treatment. Therefore, the source host is the one who inserts the flow label in the header of the IPv6 packet.

Submit
36. Koja od navedenih IPv6 adresa spada u adrese lokalne veze (link – local)?

Explanation

The IPv6 address FE80::1 is the correct answer because it falls within the range of link-local addresses. Link-local addresses are used for communication within a single network segment and are automatically assigned to interfaces when no other address is available. The FE80::/10 prefix is reserved for link-local addresses, making FE80::1 a valid choice. The other options, FEC0:0DB8::10, 2001:DB8:ACAD::1, and FC00:1234:FE, do not fall within the range of link-local addresses.

Submit
37. Na slici je prelazak iz jednog u drugo stanje TCP veze na strani:

Explanation

The correct answer is "Klijenta". The question asks about the transition from one state to another in a TCP connection, specifically on the side of the client. This means that the transition occurs on the client's end, indicating that the client is responsible for the change in state.

Submit
38. Na samom početku transportna celina se nalazi u sledećem stanju:

Explanation

At the beginning, the transport unit is in the CLOSE state. This state indicates that the transport connection is closed or nonexistent.

Submit
39. ARP protokol se koristi da bi se:

Explanation

The correct answer is "Pronašla nepoznata MAC adresa stanice, kada je poznata njena IP adresa" which translates to "To find the unknown MAC address of a station when its IP address is known." ARP (Address Resolution Protocol) is used to map an IP address to a MAC address on a local network. When a device wants to communicate with another device on the same network, it needs to know the MAC address of the destination device. ARP helps in resolving this mapping by sending an ARP request to the network, asking for the MAC address of the device with a specific IP address.

Submit
40. Dijkstra algoritam vezan je za:

Explanation

The Dijkstra algorithm is associated with shortest path routing. It is a popular algorithm used to find the shortest path between two nodes in a graph. It works by iteratively selecting the node with the smallest distance and updating the distances of its neighboring nodes. This process continues until the shortest path to all nodes is determined. Therefore, the correct answer is "Shortest path routing."

Submit
41. Protokoli rutiranja sa stanjem veze računaju najbolju putanju tako što:

Explanation

Protokoli rutiranja sa stanjem veze grade kompletnu topološku mapu mreže. This means that they create a detailed map of the network, including all the routers and their connections. This allows them to have a comprehensive understanding of the network topology and the available paths for routing. By having this complete map, the routing protocols can make more informed decisions about the best path to send data packets.

Submit
42. Posle 4 razmene kolika će metrika biti u tabelama rutiranja B, C, D, E ruterima?

Explanation

After 4 exchanges, the metric in the routing tables of routers B, C, D, and E will be B=1, C=2, D=3, and E=4.

Submit
43. Koje su opcije moguće u zaglavlju TCP protokola:
Submit
44. Oznaka (fleg) je polje veličine:

Explanation

The correct answer is 8 bita because the question is asking for the size of the field for the flag (Oznaka). In computer systems, a bit is the basic unit of information and can have a value of either 0 or 1. Therefore, 8 bits would represent a field that can hold 8 binary values, providing enough space to store the necessary information for the flag.

Submit
45. Routing Information Protocol – RIP koristi:

Explanation

RIP (Routing Information Protocol) uses the distance vector algorithm. This algorithm calculates the distance or cost to reach a particular destination and updates the routing table accordingly. It exchanges routing information with neighboring routers and uses hop count as the metric to determine the best path. RIP periodically broadcasts its entire routing table to neighboring routers, which can cause a slow convergence and increased network traffic. However, it is a simple and widely supported routing protocol, making it suitable for small to medium-sized networks.

Submit
46. Konvergencija je stanje kada:

Explanation

Konvergencija je stanje kada svi ruteri u mreži imaju usaglašene tabele rutiranja. To znači da su sve informacije o najboljim putanjama do odredišnih adresa usklađene i ažurirane na svim ruterima. Kada postoji konvergencija, ruteri mogu efikasno rutirati pakete kroz mrežu jer imaju tačne informacije o tome koja je putanja najbolja za svaku destinaciju.

Submit
47. Od koliko heksteta se sastoji IPv6?

Explanation

IPv6 consists of 8 hexadecimals, each consisting of 4 bits. This means that IPv6 has a total of 128 bits, which are divided into 8 groups of 4 hexadecimals each. Therefore, the correct answer is 8.

Submit
48. Kada u LAN mreži može nastati emisiona oluja?

Explanation

When there is a loop in the 2nd layer topology, a broadcast storm can occur in a LAN network. This happens when a broadcast packet circulates endlessly in the loop, causing a flood of broadcast traffic that overwhelms the network. This can lead to network congestion, performance degradation, and even network failure.

Submit
49. Ako se u mreži koristi VLSM i CIDR, onda je neophodno koristiti:

Explanation

If VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing) are being used in the network, it is necessary to use a classless routing protocol. Unlike classful routing protocols, which divide the network into fixed-sized classes, classless routing protocols allow for more flexibility in subnetting and addressing. VLSM and CIDR both rely on the concept of subnet masks with variable lengths, allowing for more efficient use of IP addresses and more precise routing. Therefore, a classless routing protocol is required to support these features.

Submit
50. IP protokol je:

Explanation

The correct answer is "Bez uspostave veze" which means "Without establishing a connection" in English. This refers to the fact that the IP protocol operates in a connectionless manner, where each packet is treated independently and can take different routes to reach its destination. Unlike protocols with connection-oriented communication, such as TCP, IP does not require a prior establishment of a connection between sender and receiver. Instead, it relies on the best-effort delivery model, where packets are sent without any guarantee of delivery or order.

Submit
51. Koja oznaka (fleg) se postavlja u zaglavlju TCP segmenta kao obaveštenje da je u mreži došlo do zagušenja?

Explanation

The correct answer is ECN. ECN stands for Explicit Congestion Notification. It is a flag that is set in the header of a TCP segment to indicate that congestion has occurred in the network. When a router detects congestion, it can set the ECN flag in the TCP header to notify the receiving end. This allows the receiving end to adjust its transmission rate and reduce congestion in the network.

Submit
52. Na slici je prelazak iz jednog u drugo stanje TCP veze na strani:

Explanation

The correct answer is "Servera". The question is asking about the transition from one state to another in a TCP connection. Since the question does not provide any specific context or details, we can assume that the transition being referred to is on the server side. Therefore, the correct answer is "Servera".

Submit
53. Protokoli rutiranja sa stanjem veze računaju najbolju putanju tako što:

Explanation

Protokoli rutiranja sa stanjem veze grade kompletnu topološku mapu. This means that they create a detailed map of the entire network, including all the routers and their connections. By having this complete map, the routing protocol can make more informed decisions about the best path for routing packets. This allows for more efficient and accurate routing in the network.

Submit
54. Koji algoritam se koristi za OSPF?

Explanation

Dijkstra algorithm is used for OSPF (Open Shortest Path First). This algorithm is used to find the shortest path between nodes in a graph. In the context of OSPF, it is used to calculate the shortest path between routers in a network, based on the cost associated with each link. The algorithm iteratively selects the node with the lowest cost and updates the cost of its neighboring nodes until the shortest path to all nodes is determined. Therefore, Dijkstra algorithm is the correct answer for the given question.

Submit
55. Metrika za linearnu mrežu na slici je broj skokova. Kada se ruter A uključi, kolika je metrika prema ruteru A u ostalim ruterima posle tri izmene podataka iz njihovih tabela rutiranja:

Explanation

not-available-via-ai

Submit
56. Odrediti koji broj porta odgovara nameni:
Submit
57. Kada TTL polje paketa dostigne vrednost 0 onda se:

Explanation

When the TTL (Time to Live) field of a packet reaches 0, the IP packet is discarded and an ICMP (Internet Control Message Protocol) message is sent to the source. This is done to inform the source that the packet has expired and was not delivered successfully.

Submit
58. Koja od navedenih IPv6 adresa nije ispravna?

Explanation

not-available-via-ai

Submit
59. Three – way handshake procedura za uspostavu veze definiše razmenu tri TCP paketa između A i B transportne celine:

Explanation

The correct answer is A because it accurately describes the three-way handshake procedure for establishing a TCP connection. In this procedure, host A sends a TCP segment with the SYN bit set to initiate the connection. Host B then responds with a TCP segment that has both the SYN and ACK bits set to acknowledge the request and establish a connection. Finally, host A sends a TCP segment with the ACK bit set to confirm the connection establishment. This three-step process ensures that both hosts agree to establish a reliable connection before transmitting data.

Submit
60. Rutiranje pomoću vektora udaljenosti sporo reaguje na:

Explanation

Routing using distance vector reacts slowly to bad news. This means that when there is a change in the network, such as a link failure or congestion, distance vector routing algorithms take longer to update their routing tables and adapt to the new conditions. This can result in suboptimal routing decisions and slower convergence compared to other routing algorithms.

Submit
61. Šta je autonomni sistem?

Explanation

An autonomous system is a collection of networks and routers that are under a single administration. This means that the networks and routers within the autonomous system are managed and controlled by the same entity. This allows for efficient management and coordination of the network infrastructure within the autonomous system.

Submit
62. Unikast adresa je:

Explanation

The correct answer is "Identifikator je jednog interfejsa" which translates to "Identifier is one of the interfaces" in English. This answer suggests that a unicast address is used to identify a single interface in a network.

Submit
63. Čemu služe protokoli za rutiranje?

Explanation

Protokoli za rutiranje služe ruterima da međusobno dele informacije o dostupnim mrežama. Ovi protokoli omogućavaju ruterima da razmenjuju informacije o najboljim putanjama za slanje podataka između različitih mreža. Na taj način, ruteri mogu efikasno usmeravati podatke kroz mrežu i osigurati da stignu na odredište. Protokoli za rutiranje omogućavaju ruterima da održavaju ažurirane tabele rutiranja koje sadrže informacije o dostupnim mrežama i njihovim putanjama.

Submit
64. Čvoru X nedostaje putanja do čvora Y. Čvor X šalje ROUTE REQUEST paket susedima sa kojima direktno komunicira. Oni mu mogu odgovoriti sa ROUTE REPLY ili inkrementirati brojač skokova i poslati ROUTE REQUEST svojim susedima. Ovo je primer:

Explanation

The given correct answer is "Ad-Hoc routing". Ad-Hoc routing refers to a type of routing protocol where nodes in a network dynamically form a temporary network without the need for any pre-existing infrastructure or centralized administration. In this scenario, node X is missing a path to node Y, so it sends a ROUTE REQUEST packet to its directly connected neighbors. These neighbors can either reply with a ROUTE REPLY or increment the hop count and forward the ROUTE REQUEST to their own neighbors. This process is an example of how ad-hoc routing works.

Submit
65. Rast tabele rutiranja, kao posledica rasta mreže se rešava:

Explanation

Dividing routers into regions is a solution to handle the growth of the network. This approach helps in reducing the size of the routing tables by dividing the network into smaller regions, with each region having its own routing table. This way, the routers only need to maintain information about the routes within their respective regions, which helps in improving the efficiency and scalability of the network.

Submit
66. TTL je:

Explanation

TTL stands for Time to Live. It represents the maximum amount of time or number of hops that a packet can take before it is discarded. Each time the packet passes through a router, the TTL value is decremented by 1. This ensures that if a packet gets stuck in a loop or takes too long to reach its destination, it will eventually be discarded to prevent network congestion. Therefore, the correct answer is "Vreme trajanja paketa, i vrednost se pri svakom prolazu kroz ruter dekrementira za 1" which means "Packet lifetime, and the value is decremented by 1 at each router passage."

Submit
67. Kod RIP paketa:

Explanation

The correct answer is "Ni adresa mreže ni adresa stanice ne mogu imati nultu vrednost" which means "Neither the network address nor the host address can have a zero value." This means that in a RIP packet, both the network address and the host address must have a non-zero value.

Submit
68. Rast tabele rutiranja, kao posledica rasta mreže se rešava:

Explanation

The correct answer suggests that the growth of the network can be solved by dividing routers into regions. This means that instead of having a single large routing table for the entire network, the routers are divided into smaller regions, each with its own routing table. This helps to reduce the size and complexity of the routing tables, making the network more efficient and scalable. By dividing the routers into regions, the routing process can be simplified and optimized, leading to better network performance.

Submit
69. Ko unosi oznaku toka?

Explanation

The correct answer is "Izvorišni host" (Source host). When entering a token, it is the source host that provides the token.

Submit
70. Adresa aplikacionog korisnika je određena jednoznačno:

Explanation

The correct answer is "Parom transportne i mrežne adrese." This means that the address of the application user is uniquely determined by the pair of transport and network addresses. In networking, the transport address refers to the specific port number used by the application, while the network address refers to the IP address of the device. Together, these two addresses uniquely identify the application user.

Submit
71. URG fleg je:

Explanation

The correct answer is "Polje koje ukazuje na kraj hitnih podataka" which translates to "Field that indicates the end of emergency data." This suggests that there is a field in a system or data structure that is specifically designated to indicate the end of emergency data.

Submit
72.
  • Koji od zapisa bi se mogao koristiti kao komprimovani zapis sledeće IPv6 adrese: 2001:000E:0DB8:0101:0000:0001:0000:0020?

Explanation

The given answer, 2001:E:DB8:101:0:1:0:20, could be used as a compressed representation of the IPv6 address 2001:000E:0DB8:0101:0000:0001:0000:0020. The zeros in each segment of the address have been compressed, resulting in a shorter representation.

Submit
73. Algoritam za rutiranje je:

Explanation

The correct answer is "Softverski deo mrežnog sloja" which translates to "Software part of the network layer". This is the correct answer because routing algorithms are implemented in software to determine the best path for data packets to travel through a network. The hardware part of the network layer deals with the physical transmission of data, while the application layer and network access layer are not directly involved in routing.

Submit
74. Prozorom zagušenja predajnik realizuje:

Explanation

The correct answer is "Mehanizam kontrole toka predajnika" which translates to "Transmitter flow control mechanism" in English. This means that the transmitter has a mechanism to control the flow of data being transmitted.

Submit
75. Transportna veza može da pređe u stanje ESTABLISHED iz sledećih stanja:

Explanation

The correct answer is SYN SENT. In a transport connection, the SYN SENT state refers to the state where a connection request has been sent to the remote host, but a response has not yet been received. Once the response is received and acknowledged, the connection transitions to the ESTABLISHED state. The other states mentioned (FIN WAIT, IDLE, CLOSE) do not directly lead to the ESTABLISHED state.

Submit
76. Podrazumevana veličina segmenta je:

Explanation

The correct answer is 536 bajtova because it is stated in the question that the default segment size is 536 bytes.

Submit
77. Kako se najjednostavnije može povećati prostor rednih brojeva?

Explanation

The simplest way to increase the space for sequence numbers is by increasing the field for sequence numbers in the segment header. This allows for a larger range of sequence numbers to be used, providing more space for tracking and managing the order of packets. Increasing the memory space of the transmitter or receiver or increasing the packet's lifetime does not directly address the issue of expanding the space for sequence numbers.

Submit
78. Kontrolna suma u TCP zaglavlju se odnosi:

Explanation

The correct answer is "Na zaglavlje, podatke i pseudozaglavlje" which means "On the header, data, and pseudoheader" in English. In TCP, the checksum is calculated over the header, data, and a pseudoheader. The pseudoheader includes the source and destination IP addresses, protocol field, and TCP length. By including the pseudoheader in the checksum calculation, TCP can verify the integrity of the entire TCP segment, including the IP addresses and protocol information.

Submit
79. Šta se dešava ako predajnik nekoliko puta započinje rad sa hitnim podacima pre nego što prijemnik obradi sve podatke zaključno sa prvim pokazivačem?

Explanation

In this scenario, the correct answer is that there is only one pointer for emergency data at the receiver, and when new emergency data arrives, it is overwritten on the previous data. This suggests that the receiver can only handle one set of emergency data at a time, and any new data will replace the previous data. This explanation implies that there is a limited capacity for emergency data handling at the receiver.

Submit
80. Za uslugu sa uspostavom veze (sa virtuelnim kolima) važi sledeće:

Explanation

When the connection is interrupted, the virtual circuit is also interrupted.

Submit
81. Problem pogrešnih i dupliranih brojeva LSP paketa se rešava:

Explanation

The correct answer is "Uvođenjem TTL". The Time to Live (TTL) field is used in network packets to limit the lifespan or lifetime of the packet. It is decremented by each router the packet passes through, and if it reaches zero, the packet is discarded. This helps prevent packets from circulating indefinitely in the network and avoids congestion. By introducing the TTL field, the problem of incorrect and duplicated numbers in LSP packets can be resolved.

Submit
82. Razlog zbog čega bi se izbegla upotreba protokola sa stanjem veze:

Explanation

The reason to avoid using link-state protocols is that they require more memory and consume more memory for data processing compared to distance vector protocols.

Submit
83. Tok IPv6 protokola jedinstveno definiše:

Explanation

The correct answer is "Oznake toka, izvorišne i odredišne adrese." This is because the sentence "Tok IPv6 protokola jedinstveno definiše" suggests that the IPv6 protocol uniquely defines something. Among the given options, only "Oznake toka, izvorišne i odredišne adrese" includes all three elements mentioned in the sentence, which are "Oznake toka" (flow labels), "izvorišne adrese" (source addresses), and "odredišne adrese" (destination addresses). Therefore, this option is the correct answer.

Submit
84. Koja je vrednost identifikatora za opciju korak po korak kod IPv6 protokola?

Explanation

The value of the identifier for the "step by step" option in the IPv6 protocol is 0.

Submit
85. Za uspostavu TCP veze potrebna je:

Explanation

For the establishment of a TCP connection, a three-way handshake is required. This involves the exchange of three control segments between the client and the server. The first segment is sent by the client to the server to initiate the connection. The second segment is sent by the server to acknowledge the request and confirm its readiness to establish the connection. Finally, the third segment is sent by the client to acknowledge the server's response and complete the connection setup. This three-step process ensures that both parties are synchronized and ready to communicate.

Submit
86. Na Linux radnoj stanici uočene su sledeće informacije:
  • MAC adresa: 08:00:27:a7:9c:eb,
  • IPv6 adresa: fe80::a00:27ff:fea7:9ceb/64.
  • Šta se može zaključiti na osnovu identifikatora interfejsa u IPv6 adresi?

Explanation

The given MAC address (08:00:27:a7:9c:eb) is a 48-bit address that uniquely identifies the network interface card (NIC) of the Linux workstation. The IPv6 address (fe80::a00:27ff:fea7:9ceb/64) includes the EUI-64 interface identifier, which is derived from the MAC address. This means that the interface identifier portion of the IPv6 address is generated based on the EUI-64 process, which involves inserting the hexadecimal value "ff:fe" in the middle of the MAC address. Therefore, the correct answer is "Identifikator interfejsa je generisan na osnovu EUI – 64 procesa."

Submit
87. Kada je veza u stanju CLOSE i dobije ACTIVE OPEN primitivu ona:

Explanation

When the connection is in the CLOSE state and receives the ACTIVE OPEN primitive, it sends a SYN segment and transitions to the SYN SENT state.

Submit
88. Ako želimo da napravimo podmrežu onda se za podmrežu rezervišu:

Explanation

When creating a subnet, the relevant bits are the ones with the highest weight in the portion assigned to the network address. These bits determine the network ID and are used to identify the subnet. Therefore, the correct answer is that the appropriate number of bits with the highest weight is reserved for the portion assigned to the station's address.

Submit
89. Kada govorimo o protokolima, termin „connectionless" znači:

Explanation

When we talk about protocols, the term "connectionless" means that establishing a connection before data transmission is not mandatory. In connectionless protocols, data packets are sent without the need for a prior connection setup or teardown. This allows for faster and more efficient transmission as there is no need for the overhead of establishing and maintaining a connection.

Submit
90. Tabela rutiranja treba da ima jedan od sledećih zapisa:

Explanation

The correct answer is "Starost zapisa". This suggests that the routing table needs to have a record of the age of the entries. This information is important in determining the freshness or validity of the routing information. By knowing the age of the entries, the router can prioritize the most recent information and make more efficient routing decisions.

Submit
91. Prilikom generisanja EUI – 64 potrebna su 2 parametra:

Explanation

The correct answer is "48-bitna eternet MAC adresa i predefinisanih 16 bita". This is because when generating an EUI-64, two parameters are required: a 48-bit Ethernet MAC address and 16 pre-defined bits.

Submit
92. Podaci se mogu razmenjivati samo onda kada je TCP veza u stanju:

Explanation

The correct answer is ESTABLISHED because data can only be exchanged when the TCP connection is in the established state. In this state, both the client and the server have successfully completed the three-way handshake process and are ready to transmit data. The active open and passive open states refer to the initial steps of establishing the connection, while the idle state indicates a lack of activity on the connection.

Submit
93. Multikast adresa je identifikator:

Explanation

The correct answer is "For a group of interfaces belonging to different nodes." This is because a multicast address is used to identify a group of interfaces that belong to different nodes. Multicast allows for the efficient transmission of data to multiple recipients simultaneously, and the multicast address is used to specify the group of recipients.

Submit
94. Veza između transportne celine i korisnika posmatra se:

Explanation

The relationship between the transport entity and the user is observed through the primitives and parameters that are exchanged. This means that the transport entity and the user communicate with each other by exchanging specific commands (primitives) and associated information (parameters). These primitives and parameters allow the transport entity to understand the user's requirements and perform the necessary actions to fulfill them.

Submit
95. Svaki ruter mora da ima:

Explanation

Each router must have a table with routes to destinations. This table is essential for the router to determine the best path for forwarding packets to their intended destinations. Without this table, the router would not be able to efficiently route network traffic.

Submit
96. Broj potvrde označava:

Explanation

The correct answer is "Prvi sledeći bajt koji se očekuje." This means that the confirmation number indicates the first next byte that is expected to be received.

Submit
97. Adresno polje IPv6 protokola je:

Explanation

The address field of the IPv6 protocol is 16 bytes long. IPv6 addresses are represented as eight groups of four hexadecimal digits, separated by colons. Each group represents 16 bits, which equals 2 bytes. Therefore, the total length of the address field is 16 bytes.

Submit
98. Kada se na prijemnoj strani može pojaviti duplikat?

Explanation

When the ACK segment is lost, a duplicate can appear on the receiving end. This is because the sender does not receive the acknowledgment of the previously sent packet and assumes that it was lost. As a result, it resends the packet, leading to a duplicate on the receiving end.

Submit
99. Metrika kod RIP protokola:

Explanation

The correct answer is "Izračunava se jednostavnim sabiranjem skokova" because the RIP protocol uses a distance-vector algorithm where each router calculates the distance to a destination network by simply adding up the number of hops (or "skokovi") it takes to reach that network. This method is straightforward and does not involve complex calculations or measurements.

Submit
100. Brojanje do beskonačnosti je:

Explanation

This answer is correct because counting to infinity is a characteristic of distance vector routing protocols. In distance vector routing, routers exchange information about the distance and direction to reach different networks. However, these protocols can encounter a problem known as "counting to infinity," where routers keep incrementing the distance to a network indefinitely, leading to routing loops. To solve this problem, distance vector protocols introduce a maximum limit for the path length, which is considered the "largest possible path."

Submit
101. Dodeljena vam je mreža klase C, a vama je potrebno 10 podmreža. Koju ćete od ponuđenih mrežnih maski upotrebiti, da biste dobili 10 podmreža sa maksimalnim brojem adresa za radne stanice?

Explanation

The correct answer is 255.255.255.240. This subnet mask allows for 14 usable addresses per subnet, which is the maximum number of addresses needed for the 10 subnets required. The other subnet masks listed do not provide enough addresses for the required number of subnets.

Submit
102. PASSIVE OPEN primitiva znači da:

Explanation

The correct answer is "Transportna celina servera pasivno čeka na dolazeću vezu." This means that the server's transport unit passively waits for an incoming connection. In a passive open, the server does not actively initiate the connection but waits for a client to establish the connection.

Submit
103. Segment koji je preveliki za mrežu ruter će rastaviti i:

Explanation

When a segment is too large for the network, the router will split it into smaller segments. In this case, the router will add a new header of 40 bytes to the segment. This new header will provide additional information and instructions for the network to properly handle the segmented data.

Submit
104. Za raskid TCP veze potrebna je:

Explanation

The correct answer is "Četvorostruka razmena upravljačkih segmenata" which means "Four-way handshake is required for breaking the TCP connection." In TCP, a four-way handshake is used to terminate a connection. This involves a series of control segments exchanged between the client and server to ensure a reliable closure of the connection. The four steps include the client sending a FIN segment to the server, the server acknowledging the FIN, the server sending its own FIN segment, and the client acknowledging the server's FIN. This ensures that both ends of the connection are properly closed.

Submit
105. Ukoliko se koristi polje selektivne potvrde:

Explanation

When the selective acknowledgment option is used, the sender will resend only the segments that were not successfully received. This means that instead of resending all the segments, the sender will only focus on the ones that were not successfully received by the recipient. This approach helps to optimize the transmission process by reducing unnecessary retransmissions of already received segments.

Submit
106. Tabela rutiranja treba da ima jedan od sledećih zapisa:

Explanation

The correct answer is "Mrežnu adresu odredišne stanice" (Network address of the destination station). The routing table is used by routers to determine the next hop for forwarding packets. In order to correctly route packets, the router needs to know the network address of the destination station. The MAC addresses are used at the data link layer for communication within a local network, but the routing table is concerned with network addresses. Therefore, the network address of the destination station is the relevant entry for the routing table.

Submit
107. Rip protokol je:

Explanation

The correct answer is "Protokol koji se koristi u manjim mrežama." This is because the term "Rip protokol" refers to the Routing Information Protocol, which is commonly used in smaller networks. RIP is a distance-vector routing protocol that uses hop count as a metric to determine the best path for data packets in a network. It is typically used in smaller networks where simplicity and ease of configuration are more important than scalability and efficiency.

Submit
108. Protokol za rutiranje na osnovu metrike određuje?

Explanation

The correct answer suggests that the routing protocol based on metrics determines the best path to a network. Routing protocols use various metrics, such as hop count, bandwidth, delay, or cost, to calculate the optimal path for data packets to reach their destination. By analyzing these metrics, the routing protocol can determine the most efficient and reliable path for data transmission.

Submit
109. Šta bi bio primer spoljnjeg protokola za rutiranje?

Explanation

The correct answer is "Protokoli za rutiranje između dva velika posrednika Internet usluga." This answer suggests that the example of an external routing protocol would be protocols used between two large Internet service providers. These protocols would help in routing traffic between these providers and ensuring efficient communication between their networks.

Submit
110. Transportna celina može da pređe u stanje CLOSED iz sledećih stanja:

Explanation

The given answer is "FIN WAIT". This is because the FIN WAIT state is one of the possible states from which a transport unit can transition to the CLOSED state. The other states listed (ESTABLISHED, SYN SENT, and ACTIVE OPEN) are not mentioned as possible transitions to the CLOSED state.

Submit
111. Koji od brojeva ukazuje da je sledeće zaglavlje IPv6 paketa zaglavlje ICMP protokola?

Explanation

The correct answer is 58. In IPv6, the next header field is used to identify the protocol of the next header that follows the IPv6 header. The value 58 indicates that the next header is the ICMPv6 protocol.

Submit
112. Koji od brojeva u polju „sledeće zaglavlje" ukazuje da je sledeće zaglavlje međudomenski protokol za rutiranje?

Explanation

The number 45 in the "sledeće zaglavlje" field indicates that the next header is a subdomain routing protocol.

Submit
113. Da bi se zaštitili od pojave duplikata koji bi bio najjednostavniji metod?

Explanation

By increasing the space for sequence numbers, the chances of duplicate packets occurring will be reduced. This is because each packet is assigned a unique sequence number, and by increasing the space available for these numbers, the likelihood of two packets having the same number decreases. Therefore, increasing the space for sequence numbers is the simplest method to protect against duplicate packets.

Submit
114. Koje od stanja se označava kao stanje čekanja 2MLS?

Explanation

The state "TIME - WAIT" is marked as the 2MLS (Two-MSL) wait state. This state occurs when a connection is closed and the system is waiting for a period of time equal to twice the Maximum Segment Lifetime (MSL) before fully closing the connection. During this time, any delayed or out-of-order packets can still be received and processed.

Submit
115. Uređaj za rutiranje primljeni ram:

Explanation

The correct answer suggests that the routing device will package the received frame into a new frame without changing the network layer addresses. This means that the routing device will maintain all the data from the incoming frame's header but will not modify the network layer addresses.

Submit
116. Kada polje redni broj označava inicijalni redni broj – ISN?

Explanation

The correct answer is "U zaglavlju SYN segmenta" because the ISN (Initial Sequence Number) is a value used in TCP (Transmission Control Protocol) to initiate a connection between two devices. It is a randomly generated number that is included in the SYN (synchronize) segment header. The ISN helps to ensure the reliability and security of the TCP connection by preventing certain types of attacks, such as sequence number prediction attacks. Therefore, the ISN is found in the header of the SYN segment.

Submit
117. TCP se nalazi u poluzatvorenom stanju ukoliko je:

Explanation

The correct answer is "Jedan kraj veze zatvorio (normalno ili naglo) vezu bez obaveštenja druge strane o tome." This means that one end of the connection closed the connection without informing the other end. This can happen when one end abruptly terminates the connection without sending a proper closing signal to the other end.

Submit
118. Brojanje do beskonačnosti je pojava koja se:

Explanation

The correct answer is "Odnosi na protokole sa vektorom udaljenosti. Ruter ne zna da li se nalazi na putanji koju sused ima ka destinaciji. Rešava se podešavanjem najveće moguće metrike." This explanation states that counting to infinity refers to distance vector protocols, where a router is unaware if it is on the path that its neighbor has towards the destination. This issue is resolved by setting the maximum metric possible.

Submit
119. TCP protokol obezbeđuje kontrolu toka sa primenom mehanizma klizajućeg prozora što znači da:

Explanation

TCP protokol obezbeđuje kontrolu toka sa primenom mehanizma klizajućeg prozora, što znači da dozvoljava pošiljaocu da pošalje grupu segmenata i da očekuje potvrdu za poslatu grupu segmenata. Ovaj mehanizam omogućava efikasniju komunikaciju između pošiljaoca i primaoca tako što omogućava slanje više segmenata pre nego što se primi potvrda za prethodno poslate segmente. Na taj način se povećava propusnost mreže i smanjuje latencija u komunikaciji.

Submit
120. Namena časovnika za ponovnu uspostavu veze je da:

Explanation

The correct answer is "To provide a minimum time between closing one connection and opening another connection with the same destination address." This means that the time between closing a connection and opening a new one with the same destination address should be kept to a minimum. This is important to ensure efficient and timely communication between devices.

Submit
121. Koji časovnik se koristi kada predajnik ne dobije u određenom vremenu potvrdu o uspešnom prijemu segmenta podatka?

Explanation

The correct answer is "Časovnik za retransmisiju" which translates to "Timer for retransmission" in English. This timer is used when the transmitter does not receive a confirmation of successful data segment reception within a certain time. It is responsible for triggering the retransmission of the data segment to ensure reliable communication.

Submit
122. Korisnik sedi za računarom A i uočava Ipv6 podešavanja na računaru: sopstvenu adresu FE80::A i adresu podrazumevanog mrežnog prolaza FE80::1.
  • Drugi korisnik sedi za računarom B na drugom segmentu mreže i uočava sopstvenu adresu FE80::B.
  • Korisnik za računarom A unosi ping FE80::B i ne dobija odgovor.
  • U čemu je problem?

Explanation

The problem is that host B does not have a default gateway configured. Without a default gateway, host B does not know where to send the packets when trying to communicate with host A.

Submit
123. Ako izuzmemo lokalnu petlju (C>* ::1/128), zašto ruter ima 4 dodatne direktno priključene mreže?

Explanation

The correct answer is that each interface of the router has two IPv6 addresses, a local and a global one. This means that for each interface, there are two directly connected networks, resulting in a total of four additional directly connected networks for the router.

Submit
124. IPv6 mrežni prefiks (adresa mreže) je
  • 2001:DB8:1:1::/64,
  • hardverska adresa eternet interfejsa je: FC:99:47:75:CE:E0.
  • Ako se u mreži koristi SLAAC, odnosno autokonfiguracija adresa sa EUI – 64 procesom, da li se može znati šta će na kraju host koristiti kao svoju globlanu adresu?

Explanation

Based on the given information, the network prefix is 2001:DB8:1:1::/64 and the hardware address of the Ethernet interface is FC:99:47:75:CE:E0. Since SLAAC (Stateless Address Autoconfiguration) is being used, the host will use the EUI-64 process to configure its global address. The EUI-64 process involves inserting the hexadecimal value "FF:FE" in the middle of the MAC address. Therefore, the host will use the global address 2001:DB8:1:1:FE99:47FF:FE75:CEE0/64.

Submit
125. Na kojoj od sledećih metoda se zasniva pravilo podeljenih horizonata?

Explanation

The correct answer suggests that the rule of divided horizons is based on not sending information learned from one source back to that source. This means that information obtained from a particular source is not shared or communicated back to that same source. This approach ensures that the information remains independent and unbiased, allowing for a more comprehensive and diverse understanding of the subject matter.

Submit
126. U nekoj mreži, ruteri X, Y i Z su povezani na istu Eternet mrežu. Ukoliko se u toj mreži koristi protokol za rutiranje sa stanjem veze:

Explanation

The correct answer states that the Ethernet network will be represented as 1 new artificial node. This means that instead of treating each router (X, Y, and Z) as independent nodes, they will be combined into a single node. This representation simplifies the network topology and allows for more efficient routing decisions.

Submit
127. Opis protokola za rutiranje je:
  • Šalje ažuriranja samo kad se topologija promeni
  • periodična ažuriranja dešavaju se mnogo ređe
  • mreže se mogu razvrstati u hijerarhijske oblasti
  • mreže u kojima se koriste ovi protokoli podržavaju besklasno adresiranje
  • ovakve mreže podržavaju i rezimiranje (summarization)
  • Ovo je primer za:

Explanation

This answer is correct because it states that the description of the routing protocol includes sending updates only when the topology changes, periodic updates occurring less frequently, the ability to classify networks into hierarchical areas, support for classless addressing, and support for summarization. These characteristics are all associated with routing protocols that use link-state information, such as OSPF (Open Shortest Path First) or IS-IS (Intermediate System to Intermediate System).

Submit
128. Kod protokola za rutiranje sa vektorom razdaljine, ruter razmenjuje informacije o rutiranju sa:

Explanation

In the protocol for distance vector routing, routers exchange routing information only with their neighbors. This means that routers share information about the routes they know with the routers that are directly connected to them. By exchanging information with their neighbors, routers can update their routing tables and make better decisions on how to forward packets. This approach helps in reducing the amount of information that needs to be exchanged and processed, making the routing process more efficient.

Submit
129. Multipleksiranje na transportnom sloju na gore koristi se kada:

Explanation

Multiplexing at the transport layer is used when multiple transport connections use a single virtual network connection. This means that multiple transport connections can share the same virtual network connection, allowing for more efficient use of network resources.

Submit
130. TCP segment ima zaglavlje od:

Explanation

The TCP segment has a header of 20 bytes. The header of a TCP segment contains important information such as source and destination port numbers, sequence and acknowledgment numbers, and various control flags. This header is necessary for the proper functioning of the TCP protocol, as it allows the receiving end to correctly interpret and process the data being transmitted. Having a header size of 20 bytes ensures that this essential information is included while keeping the overall size of the segment manageable.

Submit
131. IPv6 paketi sa istom oznakom toka:

Explanation

The given correct answer states that IPv6 packets with the same flow label represent a series of packets that have the same attributes and need to be processed in the same way. This means that these packets share common characteristics, such as the source and destination IP addresses, transport protocol, and other header fields, and should be treated uniformly during processing. The flow label in IPv6 is used to identify packets belonging to the same flow and can be used by network devices to apply specific processing or forwarding rules.

Submit
132. Redni broj SN je polje veličine:

Explanation

The correct answer is 32 bita because the question is asking about the size of the field for the serial number (SN). In computer systems, a bit is the basic unit of information, and a 32-bit field can store 2^32 different values. Therefore, the serial number field is capable of accommodating a large number of unique values, making it suitable for various applications that require unique identification.

Submit
133. Korisnik je proveravao podešavanja svog računara i ustanovio da računar sa hardverskom adresom adaptera 00:25:22:7c:e7:29 ima podešenu i IPv6 adresu fe80::225:22ff:fe7c:e729 i ako on sam nije vršio podešavanja IPv6 adrese. O čemu se tu radi?

Explanation

The given IPv6 address (fe80::225:22ff:fe7c:e729) is a link-local address, which is automatically generated for communication within the local network segment. This type of address is assigned to the interface based on the hardware address (adapter's MAC address) and is used for communication with other devices on the same network segment. It is not a globally routable address and is only valid within the local network.

Submit
134. Algoritam preplavljenja je:

Explanation

The correct answer is "Statički algoritam." A static algorithm refers to an algorithm that does not change or adapt its behavior based on the input or any other factors. It follows a predetermined set of instructions and does not consider any dynamic changes in the system. In the context of the given options, the static algorithm is the only one mentioned, making it the correct answer.

Submit
135. Kod hijerarhijskog rutiranja:

Explanation

The correct answer is "Ruter zna detalje o rutiranju paketa unutar lokalne regije, dok su druge regije predstavljene samo jednim zapisom." This means that the router has knowledge about routing packets within its local region, but it only has a single record or representation of other regions. It suggests that the router is aware of the details of routing packets within its own region, but it may not have as much detailed information about other regions.

Submit
136. Na samom početku server izvršava sledeću primitivu

Explanation

The correct answer is "PASSIVE OPEN". In the given context, the server is executing a primitive operation at the beginning. Among the options provided, "PASSIVE OPEN" is the most suitable explanation for this operation. This term refers to the process where a server waits for a connection request from a client. It indicates that the server is in a passive state and is ready to accept incoming connections.

Submit
137. U upotrebi je rutiranje za mobilne korisnike. Stanica X se nalazi van svoje oblasti i registrovana je kod stranog agenta u oblasti u kojoj se nalazi. Taj agent je obavestio domaćeg agenta stanice X o trenutnoj lokaciji te stanice.Treća stanica, Y šalje paket ka stanici X. Rezultat je:

Explanation

The correct answer is that the domestic agent of station X intercepts the packet, finds the location of station X, and tunnels the packet to it. This means that when station Y sends a packet to station X, the domestic agent of station X intercepts the packet and redirects it to the correct location of station X.

Submit
138. Kod retransmisije:

Explanation

The correct answer is "Ponovo se šalju samo neispravni paketi" and "Ponovo se šalju svi paketi od neispravnog pa do onih koji su poslati do prijema negativne potvrde". This means that only the faulty packets are resent and all packets from the faulty one until the receipt of the negative acknowledgment are resent.

Submit
139. Multipleksiranje na dole na transportnom sloju koristi se kada:

Explanation

Multiplexing down at the transport layer is used when one transport connection uses multiple connections at the network layer. This means that a single transport connection can utilize multiple network connections to transmit data.

Submit
140. Kod metoda prijemnog prozora:

Explanation

The correct answer states that all segments with sequence numbers within the receiving window are accepted. This means that only segments that fall within the range of acceptable sequence numbers will be accepted for further processing.

Submit
141. Od koliko heksadecimalnih cifara se sastoji IPv6 adresa?

Explanation

IPv6 addresses are represented by 128 bits, which is four times the length of IPv4 addresses. Each hexadecimal digit represents 4 bits, so to represent 128 bits, we need 32 hexadecimal digits. Therefore, an IPv6 address consists of 32 hexadecimal digits.

Submit
142. Otvor prozora je polje veličine:

Explanation

The opening of a window is a field of size 16 bits.

Submit
143. Vreme RTT je:

Explanation

The correct answer is "Vreme koje protekne od trenutka započinjanja slanja segmenta do prijema potvrde za taj segment". This is the definition of Round Trip Time (RTT), which measures the time it takes for a packet to be sent from the source to the destination and for the acknowledgement to be received back at the source. It represents the total time taken for a round trip communication between the sender and receiver.

Submit
144. TCP protokol:

Explanation

TCP protokol dozvoljava istovremeno zatvaranje veze. Ovo znači da oba krajnja čvora mogu istovremeno poslati zahtev za zatvaranje veze i prekinuti komunikaciju. TCP će osigurati da se svi preostali podaci prenesu pre nego što se veza potpuno zatvori. Ovo omogućava efikasan i brz prekid veze između dve tačke.

Submit
145. Kod podmreža bez uspostave mreže:

Explanation

The explanation for the given correct answer is that in a subnet without network establishment, the routing decision is made for each incoming packet individually. This means that each packet is evaluated and routed based on its own characteristics and destination, without considering any previous or future packets. This approach allows for more flexibility and adaptability in routing decisions, as each packet can be treated independently.

Submit
146. Koja od navedenih IPv6 adresa spada u globalne unikast adrese?

Explanation

The IPv6 address "2001:1234:5678::1" belongs to the global unicast address range. This range is used for unique addresses that are globally routable on the internet. The other options, "FEC0:0DB8::10", "FE80::1", and "FC00:1234:FE", do not fall within the global unicast address range and are used for other purposes such as link-local addresses or unique local addresses.

Submit
147. Kod metode slanja grupe segmenta u slučaju da vreme istekne pre nego što stigne potvrda o uspešnom prijemu bilo kog segmenta iz reda ponovo se:

Explanation

If the time expires before receiving confirmation of successful reception of any segment from the queue, all segments from the queue are sent and the timer is restarted.

Submit
148. Za potvrdu uspešno primljenog niza segmenata uobičajeno se koristi:

Explanation

The correct answer states that for confirming the successful receipt of a series of segments, a cumulative acknowledgment is used. This means that only one ACK segment is sent for the received series of segments, and it includes the label of the first segment from the next group of segments. This method helps in efficient acknowledgment and allows for better flow control in data transmission.

Submit
149. Koje su adrese od ponuđenih IP adresa privatne?

Explanation

The IP addresses 172.20.14.36 and 192.168.42.34 are private addresses. Private IP addresses are reserved for use within private networks and are not routable over the internet. These addresses are commonly used in local area networks (LANs) and are not unique globally.

Submit
150. Oznaka RST postavljena na 1 koristi se:

Explanation

The RST flag is set to reject or discard an unexpected request. When a device receives a request that it was not expecting or cannot handle, it can send a TCP segment with the RST flag set to the sender of the request. This indicates that the request is not accepted or recognized by the receiving device, and the sender should stop sending any further data.

Submit
151. TCP celina:

Explanation

The correct answer is that TCP can support multiple connections with the application layer and can also support multiple connections with the same application on the application layer. This means that TCP is capable of handling multiple connections simultaneously, whether they are with different applications or with the same application.

Submit
152. Broj potvrde AN je polje veličine:

Explanation

The correct answer is 32 bita because the question is asking about the size of the field "Broj potvrde AN" (AN confirmation number). A bit is the smallest unit of data in a computer, and 32 bits means that the field can store 32 binary digits (0s and 1s). This allows for a larger range of possible values to be stored in the field compared to 24, 16, or 8 bits.

Submit
153. TCP protokol podržava veze:

Explanation

The correct answer is "Unikast" because the TCP protocol supports point-to-point communication between two hosts. Unikast refers to a one-to-one connection where data is sent from a single sender to a single receiver. This is in contrast to broadcast, which sends data to all devices on a network, and multicast, which sends data to a group of devices.

Submit
154. Kada je aplikacija završila sa radom izvršava:

Explanation

The correct answer is that the application executes the CLOSE primitive and transitions to the FIN - WAIT1 state.

Submit
155. Namena časovnika za otvor klizajućeg prozora je da:

Explanation

The timing of the sliding window is to ensure that there is a maximum amount of time between two segments ACK/Credit. This means that the sender will wait for a certain period of time after sending a segment before sending the next one, allowing the receiver enough time to process and acknowledge the previous segment. This helps in managing the flow of data and preventing congestion in the network.

Submit
156. Transportna celina može da pređe u stanje ESTABLISHED iz sledećih stanja:

Explanation

The transport unit can transition to the ESTABLISHED state from the LISTEN and SYN SENT states. In the LISTEN state, the transport unit is waiting for a connection request from a remote device. In the SYN SENT state, the transport unit has sent a connection request to a remote device and is waiting for a response. These two states represent the initial stages of establishing a connection, and once the connection is successfully established, the transport unit enters the ESTABLISHED state. The other states mentioned (CLOSED, FIN WAIT, ACTIVE OPEN) are not valid transition states to reach the ESTABLISHED state.

Submit
157. Kako se može prevazići problem kruženja segmenta po zatvaranju veze?

Explanation

To overcome the problem of segment looping in a closed connection, the transport connection remembers the last sequence number used in the previous connection and takes it into account when establishing a new connection. This ensures that the same sequence number is not used again, preventing the issue of segment looping.

Submit
158. Kod protokola IPv4, ukoliko je paket podeljen na više delova, vrednost polja identifikacija:

Explanation

In the IPv4 protocol, if a packet is divided into multiple parts, the value of the identification field remains the same in each part of the packet. This allows the receiver to identify and reassemble the fragmented parts of the packet correctly. By having the same identification value, the receiver can recognize that the fragmented parts belong to the same original packet.

Submit
159. U toku trajanja veze:

Explanation

The correct answer is "Nije moguće menjati opseg veličine prozora" (It is not possible to change the window size). This means that during the duration of the connection, the window size cannot be modified.

Submit
160. Algoritam preplavljenja bira:

Explanation

The correct answer is "Uvek najkraću putanju." This means that the flooding algorithm always chooses the shortest path. This is a commonly used approach in networking and routing protocols, where the goal is to find the most efficient path between two points. By selecting the shortest path, the algorithm minimizes the time and resources required for data transmission.

Submit
161. Posledica primene metode prihvatanja segmenata koji stignu u pravilnom redosledu je:

Explanation

The correct answer is "Veliki broj retransmisija". The application of the method of accepting segments that arrive in the correct order can result in a large number of retransmissions. This means that if a segment is lost or damaged during transmission, it will need to be retransmitted, leading to an increased number of retransmissions.

Submit
162. TCP protokol je projektovan tako da:

Explanation

The correct answer is that the TCP protocol is designed to be able to resolve simultaneous connection establishment and the result is only one connection. This means that TCP is capable of handling multiple connection requests at the same time and establishing a single connection for each request.

Submit
163. Ukoliko protokol za rutiranje uradi sledeće akcije:
  • Otkrije svoje sused i sazna njihove mrežne adrese
  • izmeri kašnjenje, odnosno metriku do svakog suseda
  • formira paket koji sadrži informacije koje je saznao
  • pošalje ovaj paket svim drugim ruterima
  • izračuna najkraću putanju ka svakom ruteru
  • Ovo je primer za:

Explanation

The given actions describe the process of a routing protocol discovering its neighbors, measuring the delay to each neighbor, forming a packet with the learned information, sending this packet to all other routers, and calculating the shortest path to each router. This process aligns with the characteristics of routing protocols that use link-state information, where routers exchange information about their connections and use this information to calculate the shortest path. Therefore, the correct answer is "Rutiranje pomoću protokola stanja veze" (Routing using link-state protocol).

Submit
164. Za rutiranje u podmrežama sa virtuelnim kolima važi sledeće:

Explanation

The correct answer states that routers must have the capability to replace link identifiers in outgoing packets. This means that routers need to be able to modify the identifiers of the links through which the packets are being sent. This is important for routing in subnets with virtual circuits because it allows the routers to properly direct the packets to their intended destinations. Without the ability to replace link identifiers, the routers would not be able to effectively route the packets in the network.

Submit
165. Administrator mreže je hostovima na nekoliko mreža svoje lokacije dodelio adrese iz opsega FC00::/7 – FDFF::/7, bez konsultacija sa svojim posrednikom usluga. Hostovi sa ovim adresama uspešno komuniciraju ali ne mogu da koriste Internet. Šta od sledećeg je tačno?

Explanation

The given answer states that the addresses from the range FC00::/7 - FDFF::/7 are unique local addresses for communication within a single location. This means that these addresses are not globally routable and can only be used within the specific location where they were assigned. They cannot be used for internet communication.

Submit
166. Odaberite koju od sledećih osobina možemo pripisati RIPv1 protokolu:

Explanation

RIPv1 is a classful routing protocol, meaning it does not support variable length subnet masks (VLSM) and does not send subnet mask information in its routing updates. Classful routing protocols do not allow for the efficient use of IP address space and can lead to wastage of IP addresses.

Submit
167. Koje tri radnje izvršava ruter kada primi paket iz jedne mreže koji je namenjen drugoj mreži?

Explanation

When a router receives a packet from one network that is intended for another network, it performs three actions. First, it decapsulates the packet by removing the second-layer frame header. Then, it encapsulates the third-layer packet into a new frame at the second layer and forwards it through the output interface. Finally, it uses the destination IP address in the IP packet header to determine the next router's address in the sequence by searching the routing table.

Submit
168. Koja su od ponuđenih polja deo IPv4 zaglavlja?

Explanation

The correct answer is "Izvorišna adresa, Odredišna adresa, TTL, IHL, DF". These fields are part of the IPv4 header. The source address field contains the IP address of the sender, while the destination address field contains the IP address of the intended recipient. TTL (Time to Live) field specifies the maximum number of hops that a packet can take before being discarded. IHL (Internet Header Length) field indicates the length of the header. DF (Don't Fragment) field is used to prevent fragmentation of the packet during transmission.

Submit
169. Događaj koji dovodi do prelaska iz stanja CLOSE u stanje LISTEN na strani klijenta je:

Explanation

The correct answer is "Primitiva Passive Open." When the client initiates a passive open, it is ready to receive connection requests from the server. This event triggers the transition from the CLOSE state to the LISTEN state on the client side.

Submit
170. Kod TCP protokola:

Explanation

The correct answer is "Više veza za više aplikacija može biti uspostavljeno istovremeno" which translates to "Multiple connections for multiple applications can be established simultaneously." This statement suggests that the TCP protocol allows for multiple connections to be established between multiple applications at the same time. This is in contrast to the other options which either limit the number of connections or restrict them to a single application.

Submit
171. Kod protokola IPv6 dozvoljeno je da deobu podataka urade:

Explanation

In the IPv6 protocol, only the source stations are allowed to divide the data packets, not the routers through which the packet passes on its way to its destination. This means that the routers do not have the capability to divide or modify the data packets during transmission.

Submit
172. Gde su smeštene opcije IPv6 paketa?

Explanation

IPv6 packets contain options that are placed in separate headers between the IPv6 header and the transport layer header. These options provide additional information or functionality for the packet.

Submit
173. Događaj koji dovodi do prelaska iz stanja CLOSE u stanje SYN – SENT na strani klijenta je:

Explanation

The correct answer is "Primitiva Active Open". When the client initiates a connection, it sends a "Primitiva Active Open" message to the server. This message indicates that the client wants to establish a connection. The server responds by transitioning from the CLOSE state to the SYN-SENT state, indicating that it has received the request and is ready to proceed with the connection establishment process.

Submit
174. Kada klijent želi da komunicira sa serverom izvršava sledeću primitivu:

Explanation

The correct answer is ACTIVE OPEN. Active open refers to the process where a client initiates a connection request to a server. In this case, the client wants to communicate with the server and is executing the active open primitive to establish the connection.

Submit
175. Spojite vrednosti za dodatna zaglavlja kod IPv6:
Submit
176. Kumulativno slanje potvrde znači da:

Explanation

The explanation for the given correct answer is that in cumulative acknowledgment, the acknowledgment is not sent immediately upon receiving a data segment. Instead, it waits for the first segment with data to be sent to the other side, and then the acknowledgment is included in that segment. This means that the acknowledgment is delayed and sent along with the data segment, rather than being sent separately.

Submit
177. Za ocenu kvaliteta putanje do udaljene mreže protokoli za rutiranje koriste neke od sledećih parametara:

Explanation

Protokoli za rutiranje koriste broj skokova, propusni opseg i kašnjenje kao parametre za ocenu kvaliteta putanje do udaljene mreže. Broj skokova se odnosi na broj usmerivača (rutera) kroz koje podaci moraju proći da bi stigli do odredišta. Propusni opseg se odnosi na maksimalnu količinu podataka koju putanja može preneti u jedinici vremena. Kašnjenje se odnosi na vreme potrebno za prenos podataka od izvora do odredišta. Ovi parametri se koriste za odabir najbolje putanje za rutiranje podataka u mreži.

Submit
178. Objavljenim prozorom prijemnik realizuje:

Explanation

The correct answer is "Mehanizam kontrole toka prijemnika" which translates to "Receiver flow control mechanism" in English. This mechanism refers to the process by which the receiver controls the rate at which data is sent by the transmitter. It ensures that the receiver can handle the incoming data without being overwhelmed or causing data loss. This mechanism is important in maintaining efficient and reliable communication between the transmitter and receiver.

Submit
179. Which one do you like?

Explanation

The given question asks for a personal preference among the four options. The answer "Option 1" indicates that the person likes the first option the most.

Submit
180. Enikast adresa je identifikator:

Explanation

The correct answer is "For multiple interfaces belonging to different nodes." This means that an address is used to identify multiple interfaces that belong to different nodes in a network. It is not used for interfaces belonging to the same node, a single interface belonging to different nodes, or for all interfaces in the network.

Submit
181. 32 – bitni broj je u TCP protokolu dodeljen:

Explanation

In the TCP protocol, a 32-bit number is assigned to each byte of data. This means that each byte of data is given a unique identifier in order to facilitate the transmission and organization of the data. This allows for efficient and accurate data transfer and ensures that each byte is properly accounted for.

Submit
182. Kada transportna celina šalje segment:

Explanation

The correct answer is "U zaglavlje upisuje redni broj prvog bajta" because when a transport unit sends a segment, it needs to indicate the position of the first byte in the header. This information is necessary for the recipient to properly reconstruct the data and ensure that it is correctly aligned.

Submit
183. Kod metode slanja samo prvog segmenta u slučaju da vreme istekne pre nego što stigne potvrda o uspešnom prijumu bilo kog segmenta iz reda:

Explanation

The correct answer is "Šalje prvi segment iz reda i časovnik se pokreće." This means that when the time expires before receiving a successful confirmation for any segment, the first segment from the queue is sent and the timer is restarted. This ensures that the communication process continues without waiting for the confirmation of previous segments.

Submit
184. Distribuiranje paketa stanja veza:

Explanation

The correct answer is "Vrši se mehanizmom preplavljanja" which translates to "It is done by flooding mechanism". This means that the distribution of link state packets is achieved by flooding the network with these packets. In this mechanism, each router broadcasts the link state packets to all its neighboring routers, which in turn broadcast them to their neighbors, and so on, until all routers in the network have received the packets. This ensures that all routers have the same information about the network's state.

Submit
185. Kod algoritma za rutiranje sa vektorom razdaljine, koje informacije ruteri razmenjuju?

Explanation

The correct answer is "Metrika i sledeći ruter do destinacije" because in distance vector routing algorithm, routers exchange information about the metric (cost) and the next router towards the destination. This information helps routers determine the best path to forward packets towards the destination. The other options mentioned in the question (List of all routers connected to the given router, Network address, List of routers to the destination with address and mask) are not directly related to the distance vector routing algorithm.

Submit
186. Kod algoritma za rutiranje na osnovu vektora udaljenosti:

Explanation

In the given algorithm for routing based on distance vector, each router maintains a distance table towards the destination and periodically exchanges this information with its neighbors. This allows routers to update and maintain accurate information about the distance to each destination. This approach helps in finding the shortest path to a destination by continuously updating the distance table based on the information received from neighboring routers.

Submit
187. Koji se problemi mogu uočiti kod protokola za rutiranje sa vektorom udaljenosti?

Explanation

Protokoli za rutiranje sa vektorom udaljenosti mogu imati probleme zbog brojanja do beskonačnosti. Ovo se dešava kada se informacije o putanji šalju od jednog rutera do drugog i nazad, što može dovesti do prekoračenja kapaciteta i beskonačne petlje. Takođe, ovi protokoli ne uzimaju u obzir propusni opseg putanja ka odredištu, već samo broj rutera koji se koriste za preusmeravanje.

Submit
188. Spojiti nazive zaglavlja sa definicijom polja:
Submit
189. Kada se koristi RIP protokol:

Explanation

The correct answer states that a simple metric can lead to suboptimal paths. This means that when using the RIP protocol, the routing decisions are based on a basic metric, such as hop count, which may not always result in the most efficient or optimal paths.

Submit
190. Kod prosleđivanja reverznom putanjom (reverse path forwarding):

Explanation

In reverse path forwarding, if a packet arrives on the line typically used to send packets to the source of the transmission, the packet is not discarded. The router sends an acknowledgment of receiving the transmission packet in the opposite direction from where it came. ROUTE REPLY packets are sent back on the reverse path from the ROUTE REQUEST packets. Full-duplex lines are used in both directions.

Submit
191. Na Windows 7 radnoj stanici su uočene sledeće informacije:
  • MAC adresa: 08:00:27:19:68:7b,
  • IPv6 adresa: fe80::1850:90c7:3b28:6457.
  • Šta se može zaključiti na osnovu identifikatora interfejsa u IPv6 adresi?

Explanation

Based on the given information, the MAC address and IPv6 address, it can be concluded that the interface identifier in the IPv6 address is obtained from the router.

Submit
192. Kada prijemna strana primi segment koji je pravilnog redosleda metod koji se primenjuje je da:

Explanation

When the receiving end receives a segment that is in the correct order, it has the option to wait and send a cumulative acknowledgment. This means that instead of immediately sending an acknowledgment for each individual segment, it can wait and send a single acknowledgment that confirms the receipt of all the segments received so far. This approach helps to reduce the number of acknowledgments sent and optimize the overall communication process.

Submit
193. Tabela rutiranja sadrži:

Explanation

The correct answer is "Broj skokova od odredišne mreže" (Number of hops from the destination network). This is because the routing table contains information about the number of hops (or routers) that need to be traversed in order to reach the destination network. This information helps the router determine the most efficient path for forwarding the packets.

Submit
194. Šta od sledeceg može da se javi u mrežama koje nisu konvergirale a u kojima se koriste protokoli sa vektorom udaljenosti:

Explanation

In networks that have not converged and use distance vector protocols, the following can occur: inconsistent inputs in routing tables, inconsistent forwarding of traffic, and routing loops. This means that the routing tables may have conflicting information, leading to incorrect routing decisions and the forwarding of traffic to incorrect destinations. Additionally, routing loops can occur, where packets are continuously forwarded in a loop without reaching their intended destination. These issues can arise due to the nature of distance vector protocols, which rely on each router sharing information about its neighbors' routes.

Submit
195. Rutiranje pomoću vektora udaljenosti brzo reaguje:

Explanation

not-available-via-ai

Submit
196. Koja od polja u formatu zaglavlja IPv6 imaju odgovarajuće značenje:
Submit
197. Šta određuje administrativna distanca?

Explanation

The correct answer is "Prioritet izvora informacije o ruti, ako ima više izvora". This means that the source of information about a route is prioritized when there are multiple sources. In other words, the administrative distance determines which source of information about a route is considered more reliable or trustworthy.

Submit
198. Namena časovnika za retransmisiju SYN segmenta je da:

Explanation

The purpose of the retransmission timeout for the SYN segment is to provide a time interval between two attempts to establish a connection. This timeout ensures that if the initial SYN segment is not acknowledged or if the connection establishment process fails, the sender will wait for a certain period before retransmitting the SYN segment. This allows for a controlled and efficient retry mechanism in establishing the connection.

Submit
199. Kod metode slanja pojedinačnih segmenata u slučaju da vreme istekne pre nego što stigne potvrda o uspešnom prijemu bilo kog segmenta iz reda:

Explanation

If the time expires before receiving a successful acknowledgment for any segment from the queue, the method resends the segment indicated by the timer. This means that the segment that was not acknowledged within the time limit is sent again to ensure successful transmission.

Submit
200. Za uslugu sa datagramima važi sledeće:

Explanation

The given answer states that the service with datagrams uses a large memory space on the router to store routing tables, routers can evenly distribute traffic through the subnet with datagrams, and the procedure of searching routing tables is complex and time-consuming. These statements explain the characteristics of the datagram service, highlighting its memory usage, traffic distribution capability, and the complexity of the routing table search process.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 09, 2019
    Quiz Created by
    John321e
Cancel
  • All
    All (200)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Maksimalna dužina IPv4 paketa je:
Ako kroz mrežu prolazi 1024, 2048 i 4096 bajtova, a 8192 bajta...
Koja od navedenih IPv6 adresa nije ispravna?
Koliko maksimalno rutera može da pređe paket u RIPv1 mrežama?
Ruter:
Transportna celina izvršava ACTIVE OPEN primitivu:
Kolika je dužina adresnog polja IPv6 protokola?
Kolika je dužina IPv6 adresnog polja?
Gornja granica predajnog otvora prozora postavlja se:
Šta je port?
Pojam „brojanje do beskonačnosti" je vezan za:
Klasa C na prva tri mesta ima:
Gornja granica predajnog otvora prozora postavlja se:
Na samom početku transportna celina se nalazi u sledećem stanju
Na slici je prikazano:
Posle koliko koraka E postaje radni čvor?
Koji od zapisa bi se mogao koristiti kao komprimovani zapis sledeće...
Čemu služe protokoli za rutiranje?
Algoritam za izračunavanje najkraćeg puta kod rutera je:
U kojoj od pozicija će biti prozor na prijemnoj stanici posle...
Zašto postoje dve IPv6 adrese globalnog opsega?
Kod IPv6 protokola, brodkast je na identican način implementiran kao...
Adresa aplikacionog korisnika određena je jednoznačno:
Klasa B na prva dva mesta ima:
Koje svojstvo eternet rama dovodi do emisione oluje?
Koje sve vrste adresiranja podržava IPv6?
Da bi ukazali ruteru da ne treba da vrši deobu paketa:
Klasa A na prva dva mesta ima:
Ukoliko dva korisnika istovremeno pokušavaju da uspostave vezu:
Izvorišni i odredišni port su polja veličine:
Koji od sledećih uslova mora biti ispunjen da bismo rekli da je...
Opis protokola za rutiranje je: Šalje periodična ažuriranja -...
Kod hijerarhijskog rutiranja:
Transportna veza može da pređe u stanje ESTABLISHED iz sledećih...
Ko unosi oznaku toka u zaglavlje IPv6 paketa?
Koja od navedenih IPv6 adresa spada u adrese lokalne veze (link...
Na slici je prelazak iz jednog u drugo stanje TCP veze na strani:
Na samom početku transportna celina se nalazi u sledećem stanju:
ARP protokol se koristi da bi se:
Dijkstra algoritam vezan je za:
Protokoli rutiranja sa stanjem veze računaju najbolju putanju tako...
Posle 4 razmene kolika će metrika biti u tabelama rutiranja B, C, D,...
Koje su opcije moguće u zaglavlju TCP protokola:
Oznaka (fleg) je polje veličine:
Routing Information Protocol – RIP koristi:
Konvergencija je stanje kada:
Od koliko heksteta se sastoji IPv6?
Kada u LAN mreži može nastati emisiona oluja?
Ako se u mreži koristi VLSM i CIDR, onda je neophodno koristiti:
IP protokol je:
Koja oznaka (fleg) se postavlja u zaglavlju TCP segmenta kao...
Na slici je prelazak iz jednog u drugo stanje TCP veze na strani:
Protokoli rutiranja sa stanjem veze računaju najbolju putanju tako...
Koji algoritam se koristi za OSPF?
Metrika za linearnu mrežu na slici je broj skokova. Kada se ruter A...
Odrediti koji broj porta odgovara nameni:
Kada TTL polje paketa dostigne vrednost 0 onda se:
Koja od navedenih IPv6 adresa nije ispravna?
Three – way handshake procedura za uspostavu veze...
Rutiranje pomoću vektora udaljenosti sporo reaguje na:
Šta je autonomni sistem?
Unikast adresa je:
Čemu služe protokoli za rutiranje?
Čvoru X nedostaje putanja do čvora Y. Čvor X šalje ROUTE...
Rast tabele rutiranja, kao posledica rasta mreže se rešava:
TTL je:
Kod RIP paketa:
Rast tabele rutiranja, kao posledica rasta mreže se rešava:
Ko unosi oznaku toka?
Adresa aplikacionog korisnika je određena jednoznačno:
URG fleg je:
Koji od zapisa bi se mogao koristiti kao komprimovani zapis sledeće...
Algoritam za rutiranje je:
Prozorom zagušenja predajnik realizuje:
Transportna veza može da pređe u stanje ESTABLISHED iz sledećih...
Podrazumevana veličina segmenta je:
Kako se najjednostavnije može povećati prostor rednih brojeva?
Kontrolna suma u TCP zaglavlju se odnosi:
Šta se dešava ako predajnik nekoliko puta započinje rad...
Za uslugu sa uspostavom veze (sa virtuelnim kolima) važi sledeće:
Problem pogrešnih i dupliranih brojeva LSP paketa se...
Razlog zbog čega bi se izbegla upotreba protokola sa stanjem veze:
Tok IPv6 protokola jedinstveno definiše:
Koja je vrednost identifikatora za opciju korak po korak kod IPv6...
Za uspostavu TCP veze potrebna je:
Na Linux radnoj stanici uočene su sledeće informacije: ...
Kada je veza u stanju CLOSE i dobije ACTIVE OPEN primitivu ona:
Ako želimo da napravimo podmrežu onda se za podmrežu...
Kada govorimo o protokolima, termin „connectionless" znači:
Tabela rutiranja treba da ima jedan od sledećih zapisa:
Prilikom generisanja EUI – 64 potrebna su 2 parametra:
Podaci se mogu razmenjivati samo onda kada je TCP veza u stanju:
Multikast adresa je identifikator:
Veza između transportne celine i korisnika posmatra se:
Svaki ruter mora da ima:
Broj potvrde označava:
Adresno polje IPv6 protokola je:
Kada se na prijemnoj strani može pojaviti duplikat?
Metrika kod RIP protokola:
Brojanje do beskonačnosti je:
Dodeljena vam je mreža klase C, a vama je potrebno 10 podmreža. Koju...
PASSIVE OPEN primitiva znači da:
Segment koji je preveliki za mrežu ruter će rastaviti i:
Za raskid TCP veze potrebna je:
Ukoliko se koristi polje selektivne potvrde:
Tabela rutiranja treba da ima jedan od sledećih zapisa:
Rip protokol je:
Protokol za rutiranje na osnovu metrike određuje?
Šta bi bio primer spoljnjeg protokola za rutiranje?
Transportna celina može da pređe u stanje CLOSED iz sledećih...
Koji od brojeva ukazuje da je sledeće zaglavlje IPv6 paketa zaglavlje...
Koji od brojeva u polju „sledeće zaglavlje" ukazuje da je...
Da bi se zaštitili od pojave duplikata koji bi bio...
Koje od stanja se označava kao stanje čekanja 2MLS?
Uređaj za rutiranje primljeni ram:
Kada polje redni broj označava inicijalni redni broj – ISN?
TCP se nalazi u poluzatvorenom stanju ukoliko je:
Brojanje do beskonačnosti je pojava koja se:
TCP protokol obezbeđuje kontrolu toka sa primenom mehanizma...
Namena časovnika za ponovnu uspostavu veze je da:
Koji časovnik se koristi kada predajnik ne dobije u određenom...
Korisnik sedi za računarom A i uočava Ipv6 podešavanja na...
Ako izuzmemo lokalnu petlju (C>* ::1/128), zašto ruter ima 4...
IPv6 mrežni prefiks (adresa mreže) je ...
Na kojoj od sledećih metoda se zasniva pravilo podeljenih horizonata?
U nekoj mreži, ruteri X, Y i Z su povezani na istu Eternet mrežu....
Opis protokola za rutiranje je: ...
Kod protokola za rutiranje sa vektorom razdaljine, ruter razmenjuje...
Multipleksiranje na transportnom sloju na gore koristi se kada:
TCP segment ima zaglavlje od:
IPv6 paketi sa istom oznakom toka:
Redni broj SN je polje veličine:
Korisnik je proveravao podešavanja svog računara i ustanovio...
Algoritam preplavljenja je:
Kod hijerarhijskog rutiranja:
Na samom početku server izvršava sledeću primitivu
U upotrebi je rutiranje za mobilne korisnike. Stanica X se nalazi van...
Kod retransmisije:
Multipleksiranje na dole na transportnom sloju koristi se kada:
Kod metoda prijemnog prozora:
Od koliko heksadecimalnih cifara se sastoji IPv6 adresa?
Otvor prozora je polje veličine:
Vreme RTT je:
TCP protokol:
Kod podmreža bez uspostave mreže:
Koja od navedenih IPv6 adresa spada u globalne unikast adrese?
Kod metode slanja grupe segmenta u slučaju da vreme istekne pre nego...
Za potvrdu uspešno primljenog niza segmenata uobičajeno se...
Koje su adrese od ponuđenih IP adresa privatne?
Oznaka RST postavljena na 1 koristi se:
TCP celina:
Broj potvrde AN je polje veličine:
TCP protokol podržava veze:
Kada je aplikacija završila sa radom izvršava:
Namena časovnika za otvor klizajućeg prozora je da:
Transportna celina može da pređe u stanje ESTABLISHED iz sledećih...
Kako se može prevazići problem kruženja segmenta po zatvaranju...
Kod protokola IPv4, ukoliko je paket podeljen na više delova,...
U toku trajanja veze:
Algoritam preplavljenja bira:
Posledica primene metode prihvatanja segmenata koji stignu u pravilnom...
TCP protokol je projektovan tako da:
Ukoliko protokol za rutiranje uradi sledeće akcije: ...
Za rutiranje u podmrežama sa virtuelnim kolima važi sledeće:
Administrator mreže je hostovima na nekoliko mreža svoje lokacije...
Odaberite koju od sledećih osobina možemo pripisati RIPv1 protokolu:
Koje tri radnje izvršava ruter kada primi paket iz jedne mreže...
Koja su od ponuđenih polja deo IPv4 zaglavlja?
Događaj koji dovodi do prelaska iz stanja CLOSE u stanje LISTEN na...
Kod TCP protokola:
Kod protokola IPv6 dozvoljeno je da deobu podataka urade:
Gde su smeštene opcije IPv6 paketa?
Događaj koji dovodi do prelaska iz stanja CLOSE u stanje SYN –...
Kada klijent želi da komunicira sa serverom izvršava sledeću...
Spojite vrednosti za dodatna zaglavlja kod IPv6:
Kumulativno slanje potvrde znači da:
Za ocenu kvaliteta putanje do udaljene mreže protokoli za rutiranje...
Objavljenim prozorom prijemnik realizuje:
Which one do you like?
Enikast adresa je identifikator:
32 – bitni broj je u TCP protokolu dodeljen:
Kada transportna celina šalje segment:
Kod metode slanja samo prvog segmenta u slučaju da vreme istekne pre...
Distribuiranje paketa stanja veza:
Kod algoritma za rutiranje sa vektorom razdaljine, koje informacije...
Kod algoritma za rutiranje na osnovu vektora udaljenosti:
Koji se problemi mogu uočiti kod protokola za rutiranje sa vektorom...
Spojiti nazive zaglavlja sa definicijom polja:
Kada se koristi RIP protokol:
Kod prosleđivanja reverznom putanjom (reverse path forwarding):
Na Windows 7 radnoj stanici su uočene sledeće informacije: ...
Kada prijemna strana primi segment koji je pravilnog redosleda metod...
Tabela rutiranja sadrži:
Šta od sledeceg može da se javi u mrežama koje nisu...
Rutiranje pomoću vektora udaljenosti brzo reaguje:
Koja od polja u formatu zaglavlja IPv6 imaju odgovarajuće značenje:
Šta određuje administrativna distanca?
Namena časovnika za retransmisiju SYN segmenta je da:
Kod metode slanja pojedinačnih segmenata u slučaju da vreme istekne...
Za uslugu sa datagramima važi sledeće:
Alert!

Advertisement