I want to place this table on entire page. How can do it:
\newlength\origheight
\setlength\origheight{\textheight}
\begin{landscape}
\begin{table}
\scalebox{0.7}{
\begin{tabularx}{\origheight}{@{} >{\bfseries}l *{7}{L} @{}}
\toprule
Protocol name & \textbf{QT} & \textbf{OQTT} & \textbf{STT}
& \textbf{BS} & \textbf{CT} & \textbf{QwT} & \textbf{CwT} \\
\midrule
Protocol feature
& They use random multi-access way to identify tags. In case of collision, the tags will be asked to send data later with a random time relay.
& They identify the total number of tags in the interrogation zone. The reader controls every step of the protocol, using commands or queries to split colliding tags into subsets, and further repeatedly split those subsets until identifies all the tags.
& They are mixture of Aloha and Tree-based protocols. They use two methods. The first is using randomized divisions in Tree-based algorithms, and another is using tree strategies after a collision in Aloha algorithms.
& It involves transmitting a serial number from the reader to all the tags. Only tags which have equal or lower ID value than the received serial number will respond on request.
& It is an improvement of QT which uses Bit tracking technology in order to find which bits collided and also where they are.
& It applies a dynamic bit window to QT. All the tags compare their ID value with the query received and transmit a certain bit amount managed by the reader.
& It applies the dynamic bit window to CT and adopts two techniques: bit tracking and the bit window.
\\ \addlinespace
Disadvantages
& The reader sends a query and tags, whose ID prefix match that query, respond their full ID.
& Very complex protocol, uses three technologies. The preprocessing increases the energy consumption of the protocol, especially in dense tag environments.
& On every collision, the full tag response, apart from the initial query bits, is wasted.
& The reader restart the reading process after a tag is identified.
& It wastes a high number of tag bits on every collision, which increases the energy consumed by the reader during the process.
& When the calculated ws is high, the reader command needs a high number of bits to represent it. That leads to a wastage of the reader bits.
& Increase the number of reader bits
\\ \addlinespace
RTF/TTF
& RTF & RTF & RTF & RTF & RTF & RTF & RTF
\\
Efficiency
& 34.6\% & 61.4\% & 58\% & & 35\% & 80\% & 61\%
\\
System cost
& Very low & Very expensive & Expensive & Medium & Low & Medium & Medium
\\
Complexity
& Very simple & Very high & High & Medium & Simple & Medium & Medium
\\
\bottomrule
\end{tabularx}
}
\caption{A comparison of tree-based protocols}
\label{tab:ComparationThree}
\end{table}
\end{landscape}
Please look that this table is just on half page. Maybe need to put more words in every row?


\scaleboxdirective? Don't count on people being able to guess correctly. – Mico May 05 '18 at 11:34biblatex(a bibliography package) or LaTeX 3 (theexpl3language). – moewe May 05 '18 at 11:36\scaleboxto tables it forces inconsistent font size, and here it also makes the table too small, you specify it to be a as wide as the landscape page but then scale it to 70% of that. – David Carlisle May 05 '18 at 11:38biblatex. Six of them withlatex3. A few others included other inappropriate tags as well. Appropriate tags help other people find your question and find out whether or not they can/should have a look at it to see if they can answer it. So it is also in your interest to choose the correct tags. I think i mentioned this before on one of your questions. – moewe May 05 '18 at 11:41\smallor\footnotesizebefore thetabularso the font is smaller then it probably fits. – David Carlisle May 05 '18 at 13:08\scalebox, provided that the paper size is "A4", the margins are 2.5cm all around, and the font is Computer Modern at a size of 10pt. If your table does not fit on a page, it must be because one or more of the following conditions are true: (a) your paper size is substantially smaller than "A4"; (b) the margins are substantially wider than 2.5cm; and (c) the font size is larger than 10pt. Unless you tell which of these conditions are met, it's not possible to provide actionable advice on how to fix up your table. – Mico May 05 '18 at 14:02\smallas I said above. – David Carlisle May 05 '18 at 15:29\adjustboxand\resizebox. Are you at all interested in taking advice from an absolute LaTeX expert? If not, why bother ask for LaTeX-related advice in the first place? – Mico May 05 '18 at 17:47