1.
Protokol za kontrolu prenosa (engl. Transmission Control Protocol, TCP) radi:
Correct Answer
C. Sa uspostavljanjem veze
Explanation
The correct answer is "sa uspostavljanjem veze" which means "with establishing a connection" in English. This means that TCP protocol works by establishing a connection between the sender and receiver before transmitting data. This connection ensures reliable and ordered delivery of data packets.
2.
Portovi na transportnom sloju OSI i TCP/ah komunikacionih modela sluze za:
Correct Answer
B. Odredjivanje procesa za isporuku podataka
Explanation
Ports on the transport layer of the OSI and TCP/IP communication models are used to determine the process for delivering data. Each process or application running on a device is assigned a unique port number, and when data is sent, the port number is used to determine which process should receive the data. This allows for the proper delivery of data to the intended recipient.
3.
Dinamicko rutiranje se aktivira i ostvaruje koriscenjem:
Correct Answer
B. Protokola za rutiranje
Explanation
Dinamičko rutiranje se aktivira i ostvaruje korišćenjem protokola za rutiranje. Protokoli za rutiranje su odgovorni za razmenu informacija o mrežama i odabir najboljeg puta za slanje podataka. Oni omogućavaju mrežnim uređajima da automatski prilagođavaju svoje rutiranje u skladu sa promenama u mreži, kao što su promene u dostupnosti ili opterećenju veza. Ovi protokoli obezbeđuju efikasno i pouzdano rutiranje podataka u dinamičkim mrežama.
4.
Prevodjenje mreznih adresa putem portova (engl. Network Address Port Translation, NAPT) neophodno u situacijama kada postoji:
Correct Answer
B. Vise clanova u privatnoj mrezi i jedna javna adresa
Explanation
NAPT, or Network Address Port Translation, is necessary when there are multiple members in a private network and only one public address available. This allows multiple devices within the private network to share the same public IP address by translating the network address and port numbers. This is commonly used in situations where there is a shortage of public IP addresses, as it allows for efficient utilization of available addresses.
5.
Jedinica za adresovanje na nivou transportnog sloja je:
Correct Answer
C. Port
Explanation
The correct answer is "port." In networking, a port is a logical construct that identifies a specific process or service on a networked device. It is used to direct network traffic to the appropriate application or service running on a device. Ports are commonly associated with the transport layer of the TCP/IP protocol suite and are represented by numbers. Each network communication requires a source and destination port number to establish a connection. Therefore, a transport layer address is represented by a port number, making it the correct answer in this context.
6.
Uniformni lokator resursa (URL) koji podrazumeva autentifikaciju korisnika za prisput resursu sadrzi simbol:
Correct Answer
C. @
Explanation
The correct answer is "@". In a Uniform Resource Locator (URL), the "@" symbol is used to indicate that authentication is required for accessing the resource. This symbol is typically followed by the username and password of the user.
7.
U osnovne tipove sadrzaja Veb sajtova spadaju (check box):
Correct Answer(s)
A. Veb prezentacije
B. Veb aplikacije
Explanation
The correct answer includes "Veb prezentacije" and "Veb aplikacije". These are two of the basic types of content found on websites. "Veb prezentacije" refers to websites that are designed to provide information or showcase a product or service. "Veb aplikacije" refers to websites that have interactive features and allow users to perform specific tasks or functions.
8.
Osnovna jedinica podataka protokola na mreznom sloju je:
Correct Answer
B. Paket
Explanation
The correct answer is "paket" because at the network layer, data is divided into packets before being transmitted over the network. These packets contain the necessary information such as source and destination addresses, as well as the actual data being transmitted. The packet is then encapsulated into a frame at the data link layer for transmission over the physical network. Therefore, the packet is the basic unit of data at the network layer.
9.
U dokumentu kojim se opisuje uvodjenje novog servisa u racunarsku mrezu pominju se protokoli H.323 i SIP. Najverovatnije je u pitanju:
Correct Answer
C. Internet telefonija
Explanation
The mention of protocols H.323 and SIP in a document describing the introduction of a new service in a computer network suggests that the most likely answer is Internet telephony. H.323 and SIP are both protocols commonly used in the field of Internet telephony for establishing and managing communication sessions over IP networks. This indicates that the document is discussing the implementation of a service related to Internet telephony.
10.
Neka od polja u zaglavlju segmenta TCP protokola su (check box):
Correct Answer(s)
A. Port posiljaoca
B. Kontrolna suma
C. Sirina prozora
Explanation
The fields in the TCP protocol segment header include the sender's port, checksum, window size, and the remaining number of hops (TTL). The sender's port is necessary to identify the application or process sending the data. The checksum is used for error detection in the data transmission. The window size indicates the amount of data that the receiver can accept at a time. The TTL field represents the remaining number of hops that a packet can pass through before being discarded. The IP address of the receiver is not a field in the TCP segment header.
11.
Korisnik je koriscenjem Telnet protokola zadao sledecu naredbu: bash-4.1# rm –rf /
Naredba je serveru prosledjena na sledeci nacin:
Correct Answer
B. Odjednom, nakon pritiska na taster Enter
Explanation
The user entered the command in parts, after each new character, and finally pressed the Enter key to execute the command.
12.
Za prevodjenje simbolickih adresa u logicke zaduzen je:
Correct Answer
C. Sistem domenskih imena
Explanation
The correct answer is "sistem domenskih imena" (domain name system). The domain name system is responsible for translating symbolic addresses, such as domain names, into logical IP addresses. It acts as a directory service, allowing users to access websites and other resources using human-readable names instead of numerical IP addresses. The domain name system maintains a distributed database that maps domain names to IP addresses, facilitating the routing of internet traffic.
13.
Sledeci servisi Interneta (Veb, elektronska posta) podrazumevaju koriscenje:
Correct Answer
C. Protokola za prenos fajlova, FTP
Explanation
The correct answer is "protokola za prenos fajlova, FTP" because the question is asking about the services of the Internet that involve the use of a protocol for file transfer. FTP (File Transfer Protocol) is a standard network protocol used for transferring files from one host to another over a TCP-based network, making it the appropriate choice in this context. The other options mentioned, TCP and UDP, are protocols for controlling and transmitting data over the internet, but they are not specifically designed for file transfer.
14.
Slanjem podataka putem formulara (korisnik:petar; lozinka:******; [prijavljivanje]) korisnikov Veb brauzer je otisao na adresu: http://adresa.servera/prijava.php?korisnik=petar&lozinka=abc123
Moze se zakljuciti da je koriscen metod HTTP protokola:
Correct Answer
D. GET
Explanation
The correct answer is "GET" because in the given scenario, the user is sending data through a form using the GET method. This can be inferred from the URL structure where the form data (username and password) are appended as query parameters in the URL after the "?" symbol. The GET method is commonly used to retrieve data from a server by appending parameters in the URL.
15.
Podrska za transportni sloj OSI i TCP/IP komunikacionih modela najcesce je realizovana na nivou:
Correct Answer
B. Operativnog sistema
Explanation
The support for the transport layer of OSI and TCP/IP communication models is most commonly implemented at the level of the operating system. This means that the operating system provides the necessary protocols and services for establishing and maintaining connections, ensuring reliable data transfer, and managing network resources. The operating system acts as an intermediary between the applications and the network hardware, handling the communication process and ensuring that data is properly transmitted and received.
16.
U slucaju utvrdjivanja ostecenja primljenog datagrama, protokol korisnickih datagrama (engl. User Datagram Protocol, UDP) podrazumeva sledecu akciju:
Correct Answer
B. Odbacivanje segmenta
Explanation
When a received datagram is found to be damaged, the User Datagram Protocol (UDP) protocol discards the segment.
17.
Klijentska komponenta DNS servisa nosi naziv:
Correct Answer
B. Resolver
Explanation
The correct answer is "resolver". The resolver is the client component of the DNS (Domain Name System) service. It is responsible for sending DNS queries to the DNS server and receiving the corresponding IP address for a given domain name. The resolver plays a crucial role in translating domain names into IP addresses, allowing users to access websites and other online services using human-readable names.
18.
Rucni unos zapisa tabele rutiranja od strane administratora mreze naziva se:
Correct Answer
A. Staticno rutiranje
Explanation
The correct answer is "staticno rutiranje". This term refers to the manual input of routing table entries by a network administrator. In static routing, the network administrator manually configures the routes in the routing table, specifying the next hop for each destination network. This method is typically used in small networks with a simple and stable network topology, where the routes do not change frequently.
19.
Na primeru adrese elektronske poste: primalac @ domen.srb
lokalni deo adrese cini:
Correct Answer
C. Primalac
Explanation
The correct answer is "primalac." In the given example of an email address, the local part of the address is everything before the "@" symbol. In this case, "primalac" is the local part of the email address.
20.
U validne decimalne reprezentacije binarnih okteta mreznih maski spadaju(check box):
Correct Answer(s)
A. 255
B. 128
D. 0
E. 224
G. 252
Explanation
The valid decimal representations of binary octets for network masks are those that consist of combinations of the numbers 0 and 255. In this case, the decimal numbers 255, 128, 0, 224, and 252 are all valid decimal representations of binary octets for network masks.
21.
Pri koriscenju POP3 protokola za pristup elektronskom postanskom sanducetu zadavanjem naredbe DELE izvrsice se:
Correct Answer
D. Oznacavanje poruke za brisanje na kraju sesije
Explanation
When using the POP3 protocol to access an email mailbox, executing the DELE command will mark the message for deletion at the end of the session. This means that the message will not be immediately removed from the mailbox, but rather flagged for deletion. It will only be deleted when the session ends, allowing the user to review and potentially undo the deletion before it is permanently removed.
22.
Danas je na raspolaganju:
Correct Answer
C. Veliki broj javnih adresa Internet protokola
Explanation
There is a large number of public IP addresses available today. This means that there are a significant amount of unique addresses that can be assigned to devices connected to the internet. This allows for a large number of devices to be connected and communicate with each other over the internet without running out of available addresses.
23.
Mrezni prolaz (engl. gateway) ima osnovnu funkciju:
Correct Answer
A. Omogucavanja komunikacije izmedju susednih racunarskih mreza
Explanation
A gateway enables communication between neighboring computer networks.
24.
Najpopularnija softverska realizacija serverske strane Veb servisa danas je:
Correct Answer
B. Apac
Explanation
The correct answer is "Apac." This refers to Apache, which is the most popular software implementation of a server-side web service. Apache is widely used due to its reliability, scalability, and extensive features. It is an open-source software that supports the HTTP protocol, making it a preferred choice for hosting websites and serving web content.
25.
Hosts fajlovi danas su:
Correct Answer
C. Jos uvek aktuelni, sa visim prioritetom od DNS servisa
26.
Osnovna uloga telnet servisa jeste da omoguci:
Correct Answer
C. Rad na udaljenim racunarima
Explanation
The correct answer is "rad na udaljenim računarima" which translates to "working on remote computers" in English. This means that the main purpose of the Telnet service is to allow users to access and work on computers that are located remotely. Telnet is a network protocol used to establish a remote connection and access a command-line interface of a remote computer. It enables users to execute commands, manage files, and perform various tasks on remote systems.
27.
Protokoli za rutiranje koji ne formiraju topologiju celokupne mreze, vec samo imaju informaciju o susednim ruterima, nazivaju se:
Correct Answer
D. Protokoli zasnovani na vektorima udaljenosti
Explanation
Protokoli zasnovani na vektorima udaljenosti su protokoli za rutiranje koji ne formiraju topologiju celokupne mreže, već samo imaju informaciju o susednim ruterima. Oni koriste vektor udaljenosti koji sadrži informaciju o udaljenosti do odredišta i sledeće susedne ruterima. Ovi protokoli ne razmenjuju informacije o celokupnoj mreži kao što to rade protokoli koji koriste stanje veza. Eksterni protokoli za rutiranje se koriste za rutiranje između različitih autonomnih sistema, dok interni protokoli za rutiranje se koriste unutar istog autonomnog sistema.
28.
Protokol za kontrolu prenosa (engl. Transmission Control Protocol, TCP) funkcionise na :
Correct Answer
C. Transportnom sloju
Explanation
The correct answer is transportnom sloju (transport layer). TCP is a protocol that operates at the transport layer of the OSI model. It provides reliable and ordered delivery of data packets between applications running on different devices. TCP ensures that data packets are delivered without errors, in the correct order, and with congestion control mechanisms. It is responsible for establishing and terminating connections, as well as for flow control and error recovery.
29.
U privilegovane portove spada opseg:
Correct Answer
B. 0 — 1.023
Explanation
The correct answer is 0 — 1.023. This range is considered privileged ports, which are reserved for specific network services and protocols. Privileged ports are typically used by system processes and require special privileges to access. The range of 0 to 1.023 falls within the range of privileged ports, making it the correct answer.
30.
Jedan od danas najpopularnijih prisputa kod distribuirane obrade podataka je:
Correct Answer
B. Klijent—server
Explanation
The correct answer is "klijent—server". This is because the client-server model is widely used in distributed data processing. In this model, the client sends requests to the server, which processes those requests and sends back the results to the client. This model allows for efficient and scalable data processing by distributing the workload between the client and server.
31.
Za odredjivanje rute paketa najvazniji parametar zaglavlja je odredisna adresa koja se uporedjuje sa zapisima iz:
Correct Answer
B. Tabele rutiranja
Explanation
The most important parameter in the header for determining the route of a packet is the destination address, which is compared with the records in the routing table.
32.
U slucaju da ruter u tabeli rutiranja nema zapis o mrezi kojoj pripada odredisna adresa primljenog paketa, kao ni zapis o podrazumevanoj ruti, ruter ce paket:
Correct Answer
B. Odbaciti
Explanation
If the router does not have any entry in its routing table for the network to which the destination address of the received packet belongs, nor does it have a default route entry, the router will discard the packet.
33.
Poruke ICMP protokola se inkapsuliraju u poruke:
Correct Answer
C. Internet protokola
Explanation
ICMP messages are encapsulated within Internet Protocol (IP) packets. ICMP is a network protocol used for diagnostic and troubleshooting purposes in IP networks. It is not encapsulated within protocols such as FTP or TCP, as mentioned in the other options. Therefore, the correct answer is "Internet protokola".
34.
Protokol koji omogucava realizaciju servisno orijentisane arhitekture na HTTP protokolu je:
Correct Answer
B. SOAP
Explanation
SOAP (Simple Object Access Protocol) is a protocol that allows for the implementation of service-oriented architecture (SOA) on the HTTP protocol. SOAP is a messaging protocol that allows programs running on different operating systems to communicate with each other over the internet. It uses XML for message format and can be used with various transport protocols, including HTTP. SOAP provides a standardized way for applications to exchange structured information and invoke web services. Therefore, SOAP is the correct answer for the given question.
35.
Polje TTL u zaglavlju paketa Internet protokola oznacava: (I klk)
Correct Answer
A. Preostali broj dozvoljenih skokova paketa
Explanation
The correct answer is "preostali broj dozvoljenih skokova paketa". The TTL field in the IP packet header is used to indicate the remaining number of hops or routers that the packet can pass through before it is discarded. Each time the packet passes through a router, the TTL value is decremented by one. If the TTL value reaches zero, the packet is dropped and an error message may be sent back to the source. This mechanism helps prevent packets from circulating indefinitely in the network.
36.
Protokol za dinamicko podesavanje domacina (engl. Dynamic Host Configuration Protocol, DHCP) koristi se ulokalnim racunarskim mrezama za:
Correct Answer
D. Automatizovano dodeljivanje adresa Internet protokola
Explanation
The DHCP protocol is used to automate the assignment of IP addresses in local computer networks. It dynamically assigns IP addresses to devices, allowing them to connect to the network without manual configuration. This helps in efficient management of IP addresses and simplifies network administration.
37.
Uredjaj sa podrskom za rad na mreznom sloju je:
Correct Answer
B. Ruter
Explanation
A device with network layer support is a router. Routers are responsible for routing data packets between different networks based on their IP addresses. They operate at the network layer of the OSI model and use routing tables to determine the best path for data transmission. Routers also provide network address translation (NAT) and firewall functionalities. A signal amplifier (pojacivac signala) and a switch (komutator) do not operate at the network layer and do not provide the same level of network routing capabilities as a router.
38.
Za koriscenje medjunarodnih simbola u porukama elektronske poste, kao i za dodavanje fajlova porukama, potrebno je koristiti:
Correct Answer(s)
A. MIME
C. IMAP
Explanation
To use international symbols in email messages and to attach files to messages, it is necessary to use MIME and IMAP. MIME stands for Multipurpose Internet Mail Extensions and is a standard that allows email clients to exchange different types of data such as text, images, audio, and video. IMAP stands for Internet Message Access Protocol and is a protocol used for retrieving email messages from a mail server. Both MIME and IMAP are essential for enabling the use of international symbols and file attachments in email communication.
39.
Ukoliko zelimo da odredjenu racunarsku mrezu podelimo na dve manje mreze, to ce se na mreznu masku rezultovati u vidu:
Correct Answer
D. Izmene jednog bita sa vrednosti 0 na vrednost 1
Explanation
When dividing a computer network into two smaller networks, the network mask will result in changing one bit from a value of 0 to a value of 1. This is because the network mask is used to determine the network portion and the host portion of an IP address. By changing one bit from 0 to 1, the network portion will be divided into two separate networks.
40.
Iskljuciva disjunkcija je jedna od logickih operacija koje se koriste u radu sa Internet protokolom. Njenim koriscenjem se prvenstveno omogucava utvrdjivanje:
Correct Answer
B. Pozicija na kojoj se bitovi dva niza razlikuju
Explanation
The correct answer is "pozicija na kojoj se bitovi dva niza razlikuju" because exclusive disjunction, also known as XOR operation, is used to determine the position at which the bits of two arrays differ. This operation compares the corresponding bits of the two arrays and returns a new array where each bit is set to 1 if the corresponding bits in the original arrays are different, and 0 if they are the same. Therefore, it helps identify the differing positions between two arrays.
41.
U genericke domene najviseg nivoa spadaju (check box):
Correct Answer(s)
B. Net
D. Org
E. Com
Explanation
The correct answer is net, org, com. These three domain extensions, net, org, and com, are considered generic top-level domains (gTLDs). They are commonly used for various purposes and are not specific to any particular country or region. The other options, rs, srb, and me, are country code top-level domains (ccTLDs) that are specific to Serbia, Serbia and Montenegro, and Montenegro respectively.
42.
Vrednost porta ima bitsku duzinu:
Correct Answer
B. 16
Explanation
The given correct answer is 16. This suggests that the value of the port has a bit length of 16. In computer networking, a port is a communication endpoint for sending and receiving data. The bit length of a port refers to the number of bits used to represent the port number. In this case, the port value is represented using 16 bits, allowing for a range of 2^16 possible port numbers.
43.
Vreme potrebno za uskladjivanje informacija izmedju svih rutera u mrezi naziva se:
Correct Answer
C. Vreme konvergencije
Explanation
Vreme potrebno za usklađivanje informacija između svih rutera u mreži naziva se vreme konvergencije. Ovo je vreme koje je potrebno da se svi ruteri u mreži usklade sa ažuriranim informacijama o mreži, kao što su promene u topologiji ili rutiranju. Vreme konvergencije je važno jer utiče na stabilnost i performanse mreže, jer što je kraće vreme konvergencije, to će mreža brže reagovati na promene i preusmeriti saobraćaj na optimalan put.
44.
Protokol na ciji naziv ukazuje skracenica SNMP koristi se za :
Correct Answer
B. Administriranje mreze
Explanation
SNMP (Simple Network Management Protocol) is a protocol used for network administration. It allows network administrators to manage and monitor network devices such as routers, switches, and servers. SNMP provides a standardized way to collect and organize information about network devices, and it allows administrators to remotely manage and configure these devices. Therefore, the correct answer is "administriranje mreze" which means "network administration" in English.
45.
Podrazumevani transportni protokol koga koristi SMTP protokol je:
Correct Answer
E. TCP
Explanation
SMTP (Simple Mail Transfer Protocol) is a protocol used for sending email messages between servers. The default transport protocol used by SMTP is TCP (Transmission Control Protocol). TCP ensures reliable and ordered delivery of data packets, making it suitable for transmitting email messages. UDP (User Datagram Protocol) is a connectionless protocol that does not guarantee reliable delivery, making it unsuitable for SMTP. HTTP (Hypertext Transfer Protocol) is used for web communication, while POP3 (Post Office Protocol version 3) and IMAP (Internet Message Access Protocol) are used for email retrieval, not for the transport of email messages.
46.
Veb servis Internet mreze je nastao:
Correct Answer
D. 1991. godine
Explanation
The correct answer is 1991. godine. This is because the World Wide Web (WWW), which is a system of interlinked hypertext documents accessed through the internet, was invented by Tim Berners-Lee in 1989 and became publicly available in 1991. Therefore, the development of web services on the internet can be attributed to this time period.
47.
Ukoliko odredisna adresa primljenog paketa ne pripada ni jednoj od pojedinacno definisanih mreza u tabeli rutiranja, ruter ce paket:
Correct Answer
B. Proslediti koriscenjem podrazumevane rute
Explanation
If the destination address of the received packet does not belong to any individually defined network in the routing table, the router will forward the packet using the default route.
48.
Jedan od tipova jednosmerne asinhrone video—konferencije putem Internet mreze naziva se:
Correct Answer
C. Webcasting
Explanation
Webcasting is a type of one-way asynchronous video conference conducted over the internet. It involves the broadcasting of audio and video content to a large audience, allowing them to view the conference remotely. Unlike internet telephony, which involves two-way communication, webcasting is primarily focused on delivering content to viewers rather than facilitating interactive communication. Broadcasting refers to the transmission of audio or video signals to a large number of recipients simultaneously, but it does not specifically refer to video conferences conducted over the internet. Therefore, the correct answer is webcasting.
49.
Bitska duzina zaglavlja segmenata TCP protokola je:
Correct Answer
A. Promenljiva
Explanation
The correct answer is "promenljiva." The header length of TCP segments can vary depending on the options and extensions being used. Unlike the other options that specify a fixed length (32 bits or 160 bits), a variable header length allows for flexibility and adaptability in the TCP protocol.
50.
Klase mreznih adresa su zamenljive besklasnim adresovanjem:
Correct Answer
B. 1993. godine
Explanation
In 1993, the Internet Engineering Task Force (IETF) introduced the Classless Inter-Domain Routing (CIDR) system, which replaced the traditional classful addressing system. CIDR allowed for more efficient allocation of IP addresses by allowing networks to be divided into smaller subnets. This eliminated the need for strict class boundaries and made the addressing system more flexible. Therefore, the statement "Klase mreznih adresa su zamenljive besklasnim adresovanjem" means that network classes were replaced by classless addressing in 1993.